@pulumi/mongodbatlas 3.29.0-alpha.1741845855 → 3.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/advancedCluster.d.ts +17 -397
- package/advancedCluster.js +0 -380
- package/advancedCluster.js.map +1 -1
- package/backupCompliancePolicy.d.ts +56 -2
- package/backupCompliancePolicy.js +0 -3
- package/backupCompliancePolicy.js.map +1 -1
- package/cloudBackupSnapshot.d.ts +2 -2
- package/cluster.d.ts +25 -8
- package/cluster.js +17 -0
- package/cluster.js.map +1 -1
- package/customDbRole.d.ts +3 -3
- package/getAdvancedCluster.d.ts +11 -14
- package/getAdvancedCluster.js +6 -6
- package/getAdvancedCluster.js.map +1 -1
- package/getAdvancedClusters.d.ts +6 -6
- package/getAdvancedClusters.js +6 -6
- package/getAuditing.d.ts +2 -2
- package/getBackupCompliancePolicy.d.ts +18 -0
- package/getBackupCompliancePolicy.js.map +1 -1
- package/getCluster.d.ts +4 -4
- package/getCustomDbRole.d.ts +2 -2
- package/getGlobalClusterConfig.d.ts +2 -2
- package/getNetworkContainer.d.ts +2 -2
- package/getNetworkContainers.d.ts +2 -2
- package/getNetworkPeering.d.ts +2 -2
- package/getNetworkPeerings.d.ts +2 -2
- package/getStreamConnection.d.ts +4 -0
- package/getStreamConnection.js.map +1 -1
- package/globalClusterConfig.d.ts +4 -4
- package/globalClusterConfig.js +1 -1
- package/networkPeering.d.ts +3 -3
- package/package.json +2 -2
- package/streamConnection.d.ts +6 -3
- package/streamConnection.js +2 -0
- package/streamConnection.js.map +1 -1
- package/types/input.d.ts +26 -21
- package/types/output.d.ts +78 -60
package/types/output.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface AdvancedClusterAdvancedConfiguration {
|
|
|
9
9
|
*/
|
|
10
10
|
customOpensslCipherConfigTls12s?: string[];
|
|
11
11
|
/**
|
|
12
|
-
* Default time limit in milliseconds for individual read operations to complete. This option corresponds to the [defaultMaxTimeMS(https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/) cluster parameter. This parameter is supported only for MongoDB version 8.0 and above.
|
|
12
|
+
* Default time limit in milliseconds for individual read operations to complete. This option corresponds to the [defaultMaxTimeMS](https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/) cluster parameter. This parameter is supported only for MongoDB version 8.0 and above.
|
|
13
13
|
*/
|
|
14
14
|
defaultMaxTimeMs?: number;
|
|
15
15
|
/**
|
|
@@ -29,12 +29,11 @@ export interface AdvancedClusterAdvancedConfiguration {
|
|
|
29
29
|
*/
|
|
30
30
|
failIndexKeyTooLong: boolean;
|
|
31
31
|
/**
|
|
32
|
-
* When true, the cluster allows execution of operations that perform server-side executions of JavaScript. When false, the cluster disables execution of those operations.
|
|
32
|
+
* When true (default), the cluster allows execution of operations that perform server-side executions of JavaScript. When false, the cluster disables execution of those operations.
|
|
33
33
|
*/
|
|
34
34
|
javascriptEnabled: boolean;
|
|
35
35
|
/**
|
|
36
|
-
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
|
|
37
|
-
*
|
|
36
|
+
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections. Valid values are:
|
|
38
37
|
* - TLS1_0
|
|
39
38
|
* - TLS1_1
|
|
40
39
|
* - TLS1_2
|
|
@@ -72,7 +71,7 @@ export interface AdvancedClusterAdvancedConfiguration {
|
|
|
72
71
|
}
|
|
73
72
|
export interface AdvancedClusterBiConnectorConfig {
|
|
74
73
|
/**
|
|
75
|
-
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
74
|
+
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
76
75
|
* *
|
|
77
76
|
* - Set to `true` to enable BI Connector for Atlas.
|
|
78
77
|
* - Set to `false` to disable BI Connector for Atlas.
|
|
@@ -97,10 +96,10 @@ export interface AdvancedClusterConnectionString {
|
|
|
97
96
|
/**
|
|
98
97
|
* Private endpoint connection strings. Each object describes the connection strings you can use to connect to this cluster through a private endpoint. Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes.
|
|
99
98
|
* - `connection_strings.private_endpoint.#.connection_string` - Private-endpoint-aware `mongodb://`connection string for this private endpoint.
|
|
100
|
-
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[
|
|
101
|
-
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster
|
|
99
|
+
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[#].connection_string`
|
|
100
|
+
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster support it. If it doesn't, use and consult the documentation for connectionStrings.privateEndpoint[#].srvConnectionString.
|
|
102
101
|
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
103
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[
|
|
102
|
+
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
104
103
|
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
105
104
|
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
106
105
|
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
@@ -198,23 +197,23 @@ export interface AdvancedClusterReplicationSpec {
|
|
|
198
197
|
}
|
|
199
198
|
export interface AdvancedClusterReplicationSpecRegionConfig {
|
|
200
199
|
/**
|
|
201
|
-
* Configuration for the Collection of settings that configures analytics-auto-scaling information for the cluster. The values for the `analyticsAutoScaling` attribute must be the same for all `regionConfigs` of a cluster. See below
|
|
200
|
+
* Configuration for the Collection of settings that configures analytics-auto-scaling information for the cluster. The values for the `analyticsAutoScaling` attribute must be the same for all `regionConfigs` of a cluster. See below.
|
|
202
201
|
*/
|
|
203
202
|
analyticsAutoScaling: outputs.AdvancedClusterReplicationSpecRegionConfigAnalyticsAutoScaling;
|
|
204
203
|
/**
|
|
205
|
-
* Hardware specifications for [analytics nodes](https://docs.atlas.mongodb.com/reference/faq/deployment/#std-label-analytics-nodes-overview) needed in the region. Analytics nodes handle analytic data such as reporting queries from BI Connector for Atlas. Analytics nodes are read-only and can never become the [primary](https://docs.atlas.mongodb.com/reference/glossary/#std-term-primary). If you don't specify this parameter, no analytics nodes deploy to this region. See below
|
|
204
|
+
* Hardware specifications for [analytics nodes](https://docs.atlas.mongodb.com/reference/faq/deployment/#std-label-analytics-nodes-overview) needed in the region. Analytics nodes handle analytic data such as reporting queries from BI Connector for Atlas. Analytics nodes are read-only and can never become the [primary](https://docs.atlas.mongodb.com/reference/glossary/#std-term-primary). If you don't specify this parameter, no analytics nodes deploy to this region. See below.
|
|
206
205
|
*/
|
|
207
206
|
analyticsSpecs: outputs.AdvancedClusterReplicationSpecRegionConfigAnalyticsSpecs;
|
|
208
207
|
/**
|
|
209
|
-
* Configuration for the collection of settings that configures auto-scaling information for the cluster. The values for the `autoScaling` attribute must be the same for all `regionConfigs` of a cluster. See below
|
|
208
|
+
* Configuration for the collection of settings that configures auto-scaling information for the cluster. The values for the `autoScaling` attribute must be the same for all `regionConfigs` of a cluster. See below.
|
|
210
209
|
*/
|
|
211
210
|
autoScaling: outputs.AdvancedClusterReplicationSpecRegionConfigAutoScaling;
|
|
212
211
|
/**
|
|
213
|
-
* Cloud service provider on which you provision the host for a multi-tenant cluster. Use this only when a `providerName` is `TENANT` and `instanceSize`
|
|
212
|
+
* Cloud service provider on which you provision the host for a multi-tenant cluster. Use this only when a `providerName` is `TENANT` and `instanceSize` is `M0`.
|
|
214
213
|
*/
|
|
215
214
|
backingProviderName?: string;
|
|
216
215
|
/**
|
|
217
|
-
* Hardware specifications for electable nodes in the region. Electable nodes can become the [primary](https://docs.atlas.mongodb.com/reference/glossary/#std-term-primary) and can enable local reads. If you do not specify this option, no electable nodes are deployed to the region. See below
|
|
216
|
+
* Hardware specifications for electable nodes in the region. Electable nodes can become the [primary](https://docs.atlas.mongodb.com/reference/glossary/#std-term-primary) and can enable local reads. If you do not specify this option, no electable nodes are deployed to the region. See below.
|
|
218
217
|
*/
|
|
219
218
|
electableSpecs: outputs.AdvancedClusterReplicationSpecRegionConfigElectableSpecs;
|
|
220
219
|
/**
|
|
@@ -234,7 +233,7 @@ export interface AdvancedClusterReplicationSpecRegionConfig {
|
|
|
234
233
|
*/
|
|
235
234
|
providerName: string;
|
|
236
235
|
/**
|
|
237
|
-
* Hardware specifications for read-only nodes in the region. Read-only nodes can become the [primary](https://docs.atlas.mongodb.com/reference/glossary/#std-term-primary) and can enable local reads. If you don't specify this parameter, no read-only nodes are deployed to the region. See below
|
|
236
|
+
* Hardware specifications for read-only nodes in the region. Read-only nodes can become the [primary](https://docs.atlas.mongodb.com/reference/glossary/#std-term-primary) and can enable local reads. If you don't specify this parameter, no read-only nodes are deployed to the region. See below.
|
|
238
237
|
*/
|
|
239
238
|
readOnlySpecs: outputs.AdvancedClusterReplicationSpecRegionConfigReadOnlySpecs;
|
|
240
239
|
/**
|
|
@@ -920,7 +919,7 @@ export interface ClusterAdvancedConfiguration {
|
|
|
920
919
|
*/
|
|
921
920
|
javascriptEnabled: boolean;
|
|
922
921
|
/**
|
|
923
|
-
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
|
|
922
|
+
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections. Valid values are:
|
|
924
923
|
*
|
|
925
924
|
* - TLS1_0
|
|
926
925
|
* - TLS1_1
|
|
@@ -959,7 +958,7 @@ export interface ClusterAdvancedConfiguration {
|
|
|
959
958
|
}
|
|
960
959
|
export interface ClusterBiConnectorConfig {
|
|
961
960
|
/**
|
|
962
|
-
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
961
|
+
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
963
962
|
* *
|
|
964
963
|
* - Set to `true` to enable BI Connector for Atlas.
|
|
965
964
|
* - Set to `false` to disable BI Connector for Atlas.
|
|
@@ -984,10 +983,10 @@ export interface ClusterConnectionString {
|
|
|
984
983
|
/**
|
|
985
984
|
* Private endpoint connection strings. Each object describes the connection strings you can use to connect to this cluster through a private endpoint. Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes.
|
|
986
985
|
* - `connection_strings.private_endpoint.#.connection_string` - Private-endpoint-aware `mongodb://`connection string for this private endpoint.
|
|
987
|
-
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[
|
|
988
|
-
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster
|
|
986
|
+
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[#].connection_string`
|
|
987
|
+
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster support it. If it doesn't, use and consult the documentation for connectionStrings.privateEndpoint[#].srvConnectionString.
|
|
989
988
|
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
990
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[
|
|
989
|
+
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
991
990
|
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
992
991
|
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
993
992
|
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
@@ -1575,7 +1574,7 @@ export interface FederatedSettingsOrgRoleMappingRoleAssignment {
|
|
|
1575
1574
|
}
|
|
1576
1575
|
export interface FlexClusterBackupSettings {
|
|
1577
1576
|
/**
|
|
1578
|
-
* Flag that indicates whether backups are performed for this flex cluster. Backup uses
|
|
1577
|
+
* Flag that indicates whether backups are performed for this flex cluster. Backup uses [flex cluster backups](https://www.mongodb.com/docs/atlas/backup/cloud-backup/flex-cluster-backup/).
|
|
1579
1578
|
*/
|
|
1580
1579
|
enabled: boolean;
|
|
1581
1580
|
}
|
|
@@ -1638,11 +1637,11 @@ export interface GetAdvancedClusterAdvancedConfiguration {
|
|
|
1638
1637
|
*/
|
|
1639
1638
|
customOpensslCipherConfigTls12s: string[];
|
|
1640
1639
|
/**
|
|
1641
|
-
* Default time limit in milliseconds for individual read operations to complete. This option corresponds to the [defaultMaxTimeMS(https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/) cluster parameter. This parameter is supported only for MongoDB version 8.0 and above.
|
|
1640
|
+
* Default time limit in milliseconds for individual read operations to complete. This option corresponds to the [defaultMaxTimeMS](https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/) cluster parameter. This parameter is supported only for MongoDB version 8.0 and above.
|
|
1642
1641
|
*/
|
|
1643
1642
|
defaultMaxTimeMs: number;
|
|
1644
1643
|
/**
|
|
1645
|
-
* [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. MongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). **(DEPRECATED
|
|
1644
|
+
* [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. MongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). **(DEPRECATED)** MongoDB 5.0 and later clusters default to `local`. To use a custom read concern level, please refer to your driver documentation.
|
|
1646
1645
|
*
|
|
1647
1646
|
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide.html.markdown
|
|
1648
1647
|
*/
|
|
@@ -1652,7 +1651,7 @@ export interface GetAdvancedClusterAdvancedConfiguration {
|
|
|
1652
1651
|
*/
|
|
1653
1652
|
defaultWriteConcern: string;
|
|
1654
1653
|
/**
|
|
1655
|
-
* When true, documents can only be updated or inserted if, for all indexed fields on the target collection, the corresponding index entries do not exceed 1024 bytes. When false, mongod writes documents that exceed the limit but does not index them. **(DEPRECATED
|
|
1654
|
+
* When true, documents can only be updated or inserted if, for all indexed fields on the target collection, the corresponding index entries do not exceed 1024 bytes. When false, mongod writes documents that exceed the limit but does not index them. **(DEPRECATED)** This parameter has been removed as of [MongoDB 4.4](https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.failIndexKeyTooLong).
|
|
1656
1655
|
*
|
|
1657
1656
|
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide.html.markdown
|
|
1658
1657
|
*/
|
|
@@ -1662,7 +1661,7 @@ export interface GetAdvancedClusterAdvancedConfiguration {
|
|
|
1662
1661
|
*/
|
|
1663
1662
|
javascriptEnabled: boolean;
|
|
1664
1663
|
/**
|
|
1665
|
-
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
|
|
1664
|
+
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections. Valid values are:
|
|
1666
1665
|
*/
|
|
1667
1666
|
minimumEnabledTlsProtocol: string;
|
|
1668
1667
|
/**
|
|
@@ -1696,7 +1695,7 @@ export interface GetAdvancedClusterAdvancedConfiguration {
|
|
|
1696
1695
|
}
|
|
1697
1696
|
export interface GetAdvancedClusterBiConnectorConfig {
|
|
1698
1697
|
/**
|
|
1699
|
-
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
1698
|
+
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
1700
1699
|
*/
|
|
1701
1700
|
enabled: boolean;
|
|
1702
1701
|
/**
|
|
@@ -1712,10 +1711,10 @@ export interface GetAdvancedClusterConnectionString {
|
|
|
1712
1711
|
/**
|
|
1713
1712
|
* Private endpoint connection strings. Each object describes the connection strings you can use to connect to this cluster through a private endpoint. Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes.
|
|
1714
1713
|
* - `connection_strings.private_endpoint.#.connection_string` - Private-endpoint-aware `mongodb://`connection string for this private endpoint.
|
|
1715
|
-
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[
|
|
1716
|
-
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster
|
|
1714
|
+
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[#].connection_string`
|
|
1715
|
+
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster support it. If it doesn't, use and consult the documentation for connectionStrings.privateEndpoint[#].srvConnectionString.
|
|
1717
1716
|
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
1718
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[
|
|
1717
|
+
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
1719
1718
|
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
1720
1719
|
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
1721
1720
|
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
@@ -1785,7 +1784,7 @@ export interface GetAdvancedClusterReplicationSpec {
|
|
|
1785
1784
|
*/
|
|
1786
1785
|
id: string;
|
|
1787
1786
|
/**
|
|
1788
|
-
* Provide this value if you set a `clusterType` of `SHARDED` or `GEOSHARDED`. **(DEPRECATED
|
|
1787
|
+
* Provide this value if you set a `clusterType` of `SHARDED` or `GEOSHARDED`. **(DEPRECATED)** To learn more, see the Migration Guide.
|
|
1789
1788
|
*
|
|
1790
1789
|
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide.html.markdown
|
|
1791
1790
|
*/
|
|
@@ -1805,15 +1804,15 @@ export interface GetAdvancedClusterReplicationSpec {
|
|
|
1805
1804
|
}
|
|
1806
1805
|
export interface GetAdvancedClusterReplicationSpecRegionConfig {
|
|
1807
1806
|
/**
|
|
1808
|
-
* Configuration for the Collection of settings that configures analytics-auto-scaling information for the cluster. See below
|
|
1807
|
+
* Configuration for the Collection of settings that configures analytics-auto-scaling information for the cluster. See below.
|
|
1809
1808
|
*/
|
|
1810
1809
|
analyticsAutoScalings: outputs.GetAdvancedClusterReplicationSpecRegionConfigAnalyticsAutoScaling[];
|
|
1811
1810
|
/**
|
|
1812
|
-
* Hardware specifications for [analytics nodes](https://docs.atlas.mongodb.com/reference/faq/deployment/#std-label-analytics-nodes-overview) needed in the region. See below
|
|
1811
|
+
* Hardware specifications for [analytics nodes](https://docs.atlas.mongodb.com/reference/faq/deployment/#std-label-analytics-nodes-overview) needed in the region. See below.
|
|
1813
1812
|
*/
|
|
1814
1813
|
analyticsSpecs: outputs.GetAdvancedClusterReplicationSpecRegionConfigAnalyticsSpecs;
|
|
1815
1814
|
/**
|
|
1816
|
-
* Configuration for the Collection of settings that configures auto-scaling information for the cluster. See below
|
|
1815
|
+
* Configuration for the Collection of settings that configures auto-scaling information for the cluster. See below.
|
|
1817
1816
|
*/
|
|
1818
1817
|
autoScalings: outputs.GetAdvancedClusterReplicationSpecRegionConfigAutoScaling[];
|
|
1819
1818
|
/**
|
|
@@ -1833,7 +1832,7 @@ export interface GetAdvancedClusterReplicationSpecRegionConfig {
|
|
|
1833
1832
|
*/
|
|
1834
1833
|
providerName: string;
|
|
1835
1834
|
/**
|
|
1836
|
-
* Hardware specifications for read-only nodes in the region. See below
|
|
1835
|
+
* Hardware specifications for read-only nodes in the region. See below.
|
|
1837
1836
|
*/
|
|
1838
1837
|
readOnlySpecs: outputs.GetAdvancedClusterReplicationSpecRegionConfigReadOnlySpecs;
|
|
1839
1838
|
/**
|
|
@@ -1975,9 +1974,6 @@ export interface GetAdvancedClustersResult {
|
|
|
1975
1974
|
*/
|
|
1976
1975
|
advancedConfigurations: outputs.GetAdvancedClustersResultAdvancedConfiguration[];
|
|
1977
1976
|
backupEnabled: boolean;
|
|
1978
|
-
/**
|
|
1979
|
-
* Configuration settings applied to BI Connector for Atlas on this cluster. See below. **NOTE** Prior version of provider had parameter as `biConnector`
|
|
1980
|
-
*/
|
|
1981
1977
|
biConnectorConfigs: outputs.GetAdvancedClustersResultBiConnectorConfig[];
|
|
1982
1978
|
/**
|
|
1983
1979
|
* Type of the cluster that you want to create.
|
|
@@ -1992,7 +1988,7 @@ export interface GetAdvancedClustersResult {
|
|
|
1992
1988
|
*/
|
|
1993
1989
|
configServerType: string;
|
|
1994
1990
|
/**
|
|
1995
|
-
* Set of connection strings that your applications use to connect to this cluster. More
|
|
1991
|
+
* Set of connection strings that your applications use to connect to this cluster. More information in [Connection-strings](https://docs.mongodb.com/manual/reference/connection-string/). Use the parameters in this object to connect your applications to this cluster. To learn more about the formats of connection strings, see [Connection String Options](https://docs.atlas.mongodb.com/reference/faq/connection-changes/). NOTE: Atlas returns the contents of this object after the cluster is operational, not while it builds the cluster.
|
|
1996
1992
|
*/
|
|
1997
1993
|
connectionStrings: outputs.GetAdvancedClustersResultConnectionString[];
|
|
1998
1994
|
createDate: string;
|
|
@@ -2036,7 +2032,7 @@ export interface GetAdvancedClustersResult {
|
|
|
2036
2032
|
*/
|
|
2037
2033
|
pitEnabled: boolean;
|
|
2038
2034
|
/**
|
|
2039
|
-
* (Optional) Flag that enables or disables log redaction, see the [manual](https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction) for more
|
|
2035
|
+
* (Optional) Flag that enables or disables log redaction, see the [manual](https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction) for more information.
|
|
2040
2036
|
*/
|
|
2041
2037
|
redactClientLogData: boolean;
|
|
2042
2038
|
/**
|
|
@@ -2078,11 +2074,11 @@ export interface GetAdvancedClustersResultAdvancedConfiguration {
|
|
|
2078
2074
|
*/
|
|
2079
2075
|
customOpensslCipherConfigTls12s: string[];
|
|
2080
2076
|
/**
|
|
2081
|
-
* Default time limit in milliseconds for individual read operations to complete. This option corresponds to the [defaultMaxTimeMS(https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/) cluster parameter. This parameter is supported only for MongoDB version 8.0 and above.
|
|
2077
|
+
* Default time limit in milliseconds for individual read operations to complete. This option corresponds to the [defaultMaxTimeMS](https://www.mongodb.com/docs/upcoming/reference/cluster-parameters/defaultMaxTimeMS/) cluster parameter. This parameter is supported only for MongoDB version 8.0 and above.
|
|
2082
2078
|
*/
|
|
2083
2079
|
defaultMaxTimeMs: number;
|
|
2084
2080
|
/**
|
|
2085
|
-
* [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. MongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). **(DEPRECATED
|
|
2081
|
+
* [Default level of acknowledgment requested from MongoDB for read operations](https://docs.mongodb.com/manual/reference/read-concern/) set for this cluster. MongoDB 4.4 clusters default to [available](https://docs.mongodb.com/manual/reference/read-concern-available/). **(DEPRECATED)** MongoDB 5.0 and later clusters default to `local`. To use a custom read concern level, please refer to your driver documentation.
|
|
2086
2082
|
*
|
|
2087
2083
|
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide.html.markdown
|
|
2088
2084
|
*/
|
|
@@ -2092,7 +2088,7 @@ export interface GetAdvancedClustersResultAdvancedConfiguration {
|
|
|
2092
2088
|
*/
|
|
2093
2089
|
defaultWriteConcern: string;
|
|
2094
2090
|
/**
|
|
2095
|
-
* When true, documents can only be updated or inserted if, for all indexed fields on the target collection, the corresponding index entries do not exceed 1024 bytes. When false, mongod writes documents that exceed the limit but does not index them. **(DEPRECATED
|
|
2091
|
+
* When true, documents can only be updated or inserted if, for all indexed fields on the target collection, the corresponding index entries do not exceed 1024 bytes. When false, mongod writes documents that exceed the limit but does not index them. **(DEPRECATED)** This parameter has been removed as of [MongoDB 4.4](https://www.mongodb.com/docs/manual/reference/parameters/#mongodb-parameter-param.failIndexKeyTooLong).
|
|
2096
2092
|
*
|
|
2097
2093
|
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide.html.markdown
|
|
2098
2094
|
*/
|
|
@@ -2102,7 +2098,7 @@ export interface GetAdvancedClustersResultAdvancedConfiguration {
|
|
|
2102
2098
|
*/
|
|
2103
2099
|
javascriptEnabled: boolean;
|
|
2104
2100
|
/**
|
|
2105
|
-
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
|
|
2101
|
+
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections. Valid values are:
|
|
2106
2102
|
*/
|
|
2107
2103
|
minimumEnabledTlsProtocol: string;
|
|
2108
2104
|
/**
|
|
@@ -2136,7 +2132,7 @@ export interface GetAdvancedClustersResultAdvancedConfiguration {
|
|
|
2136
2132
|
}
|
|
2137
2133
|
export interface GetAdvancedClustersResultBiConnectorConfig {
|
|
2138
2134
|
/**
|
|
2139
|
-
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
2135
|
+
* Specifies whether or not BI Connector for Atlas is enabled on the cluster.
|
|
2140
2136
|
*/
|
|
2141
2137
|
enabled: boolean;
|
|
2142
2138
|
/**
|
|
@@ -2152,10 +2148,10 @@ export interface GetAdvancedClustersResultConnectionString {
|
|
|
2152
2148
|
/**
|
|
2153
2149
|
* Private endpoint connection strings. Each object describes the connection strings you can use to connect to this cluster through a private endpoint. Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes.
|
|
2154
2150
|
* - `connection_strings.private_endpoint.#.connection_string` - Private-endpoint-aware `mongodb://`connection string for this private endpoint.
|
|
2155
|
-
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[
|
|
2156
|
-
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster
|
|
2151
|
+
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint. The `mongodb+srv` protocol tells the driver to look up the seed list of hosts in DNS . Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don't need to: Append the seed list or Change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn't, use `connection_strings.private_endpoint[#].connection_string`
|
|
2152
|
+
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint. If the connection string uses this Uniform Resource Identifier (URI) format, you don't need to change the Uniform Resource Identifier (URI) if the nodes change. Use this Uniform Resource Identifier (URI) format if your application and Atlas cluster support it. If it doesn't, use and consult the documentation for connectionStrings.privateEndpoint[#].srvConnectionString.
|
|
2157
2153
|
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
2158
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[
|
|
2154
|
+
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
2159
2155
|
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
2160
2156
|
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
2161
2157
|
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
@@ -2225,7 +2221,7 @@ export interface GetAdvancedClustersResultReplicationSpec {
|
|
|
2225
2221
|
*/
|
|
2226
2222
|
id: string;
|
|
2227
2223
|
/**
|
|
2228
|
-
* Provide this value if you set a `clusterType` of SHARDED or GEOSHARDED. **(DEPRECATED
|
|
2224
|
+
* Provide this value if you set a `clusterType` of SHARDED or GEOSHARDED. **(DEPRECATED)** To learn more, see the Migration Guide for more details.
|
|
2229
2225
|
*
|
|
2230
2226
|
* @deprecated This parameter is deprecated. Please refer to our examples, documentation, and 1.18.0 migration guide for more details at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide.html.markdown
|
|
2231
2227
|
*/
|
|
@@ -2245,15 +2241,15 @@ export interface GetAdvancedClustersResultReplicationSpec {
|
|
|
2245
2241
|
}
|
|
2246
2242
|
export interface GetAdvancedClustersResultReplicationSpecRegionConfig {
|
|
2247
2243
|
/**
|
|
2248
|
-
* Configuration for the Collection of settings that configures analytis-auto-scaling information for the cluster. See below
|
|
2244
|
+
* Configuration for the Collection of settings that configures analytis-auto-scaling information for the cluster. See below.
|
|
2249
2245
|
*/
|
|
2250
2246
|
analyticsAutoScalings: outputs.GetAdvancedClustersResultReplicationSpecRegionConfigAnalyticsAutoScaling[];
|
|
2251
2247
|
/**
|
|
2252
|
-
* Hardware specifications for [analytics nodes](https://docs.atlas.mongodb.com/reference/faq/deployment/#std-label-analytics-nodes-overview) needed in the region. See below
|
|
2248
|
+
* Hardware specifications for [analytics nodes](https://docs.atlas.mongodb.com/reference/faq/deployment/#std-label-analytics-nodes-overview) needed in the region. See below.
|
|
2253
2249
|
*/
|
|
2254
2250
|
analyticsSpecs: outputs.GetAdvancedClustersResultReplicationSpecRegionConfigAnalyticsSpecs;
|
|
2255
2251
|
/**
|
|
2256
|
-
* Configuration for the Collection of settings that configures auto-scaling information for the cluster. See below
|
|
2252
|
+
* Configuration for the Collection of settings that configures auto-scaling information for the cluster. See below.
|
|
2257
2253
|
*/
|
|
2258
2254
|
autoScalings: outputs.GetAdvancedClustersResultReplicationSpecRegionConfigAutoScaling[];
|
|
2259
2255
|
/**
|
|
@@ -2273,7 +2269,7 @@ export interface GetAdvancedClustersResultReplicationSpecRegionConfig {
|
|
|
2273
2269
|
*/
|
|
2274
2270
|
providerName: string;
|
|
2275
2271
|
/**
|
|
2276
|
-
* Hardware specifications for read-only nodes in the region. See below
|
|
2272
|
+
* Hardware specifications for read-only nodes in the region. See below.
|
|
2277
2273
|
*/
|
|
2278
2274
|
readOnlySpecs: outputs.GetAdvancedClustersResultReplicationSpecRegionConfigReadOnlySpecs;
|
|
2279
2275
|
/**
|
|
@@ -3531,7 +3527,7 @@ export interface GetClusterAdvancedConfiguration {
|
|
|
3531
3527
|
*/
|
|
3532
3528
|
javascriptEnabled: boolean;
|
|
3533
3529
|
/**
|
|
3534
|
-
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
|
|
3530
|
+
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections. Valid values are:
|
|
3535
3531
|
*/
|
|
3536
3532
|
minimumEnabledTlsProtocol: string;
|
|
3537
3533
|
/**
|
|
@@ -3591,7 +3587,7 @@ export interface GetClusterConnectionString {
|
|
|
3591
3587
|
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint.
|
|
3592
3588
|
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint.
|
|
3593
3589
|
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
3594
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[
|
|
3590
|
+
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
3595
3591
|
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
3596
3592
|
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
3597
3593
|
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
@@ -3770,7 +3766,7 @@ export interface GetClustersResult {
|
|
|
3770
3766
|
*/
|
|
3771
3767
|
clusterType: string;
|
|
3772
3768
|
/**
|
|
3773
|
-
* Set of connection strings that your applications use to connect to this cluster. More
|
|
3769
|
+
* Set of connection strings that your applications use to connect to this cluster. More information in [Connection-strings](https://docs.mongodb.com/manual/reference/connection-string/). Use the parameters in this object to connect your applications to this cluster. To learn more about the formats of connection strings, see [Connection String Options](https://docs.atlas.mongodb.com/reference/faq/connection-changes/). NOTE: Atlas returns the contents of this object after the cluster is operational, not while it builds the cluster.
|
|
3774
3770
|
*/
|
|
3775
3771
|
connectionStrings: outputs.GetClustersResultConnectionString[];
|
|
3776
3772
|
/**
|
|
@@ -3871,7 +3867,7 @@ export interface GetClustersResult {
|
|
|
3871
3867
|
*/
|
|
3872
3868
|
providerVolumeType: string;
|
|
3873
3869
|
/**
|
|
3874
|
-
* (Optional) Flag that enables or disables log redaction, see the [manual](https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction) for more
|
|
3870
|
+
* (Optional) Flag that enables or disables log redaction, see the [manual](https://www.mongodb.com/docs/manual/administration/monitoring/#log-redaction) for more information.
|
|
3875
3871
|
*/
|
|
3876
3872
|
redactClientLogData: boolean;
|
|
3877
3873
|
/**
|
|
@@ -3944,7 +3940,7 @@ export interface GetClustersResultAdvancedConfiguration {
|
|
|
3944
3940
|
*/
|
|
3945
3941
|
javascriptEnabled: boolean;
|
|
3946
3942
|
/**
|
|
3947
|
-
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections.Valid values are:
|
|
3943
|
+
* Sets the minimum Transport Layer Security (TLS) version the cluster accepts for incoming connections. Valid values are:
|
|
3948
3944
|
*/
|
|
3949
3945
|
minimumEnabledTlsProtocol: string;
|
|
3950
3946
|
/**
|
|
@@ -4001,7 +3997,7 @@ export interface GetClustersResultConnectionString {
|
|
|
4001
3997
|
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint.
|
|
4002
3998
|
* - `connection_strings.private_endpoint.#.srv_shard_optimized_connection_string` - Private endpoint-aware connection string optimized for sharded clusters that uses the `mongodb+srv://` protocol to connect to MongoDB Cloud through a private endpoint.
|
|
4003
3999
|
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
4004
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[
|
|
4000
|
+
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[#].connection_string` or `connection_strings.private_endpoint[#].srv_connection_string`
|
|
4005
4001
|
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
4006
4002
|
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
4007
4003
|
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
@@ -5558,7 +5554,7 @@ export interface GetFederatedSettingsOrgRoleMappingsResultRoleAssignment {
|
|
|
5558
5554
|
}
|
|
5559
5555
|
export interface GetFlexClusterBackupSettings {
|
|
5560
5556
|
/**
|
|
5561
|
-
* Flag that indicates whether backups are performed for this flex cluster. Backup uses
|
|
5557
|
+
* Flag that indicates whether backups are performed for this flex cluster. Backup uses [flex cluster backups](https://www.mongodb.com/docs/atlas/backup/cloud-backup/flex-cluster-backup/).
|
|
5562
5558
|
*/
|
|
5563
5559
|
enabled: boolean;
|
|
5564
5560
|
}
|
|
@@ -5648,7 +5644,7 @@ export interface GetFlexClustersResult {
|
|
|
5648
5644
|
}
|
|
5649
5645
|
export interface GetFlexClustersResultBackupSettings {
|
|
5650
5646
|
/**
|
|
5651
|
-
* Flag that indicates whether backups are performed for this flex cluster. Backup uses
|
|
5647
|
+
* Flag that indicates whether backups are performed for this flex cluster. Backup uses [flex cluster backups](https://www.mongodb.com/docs/atlas/backup/cloud-backup/flex-cluster-backup/).
|
|
5652
5648
|
*/
|
|
5653
5649
|
enabled: boolean;
|
|
5654
5650
|
}
|
|
@@ -6737,6 +6733,12 @@ export interface GetStreamConnectionAuthentication {
|
|
|
6737
6733
|
*/
|
|
6738
6734
|
username: string;
|
|
6739
6735
|
}
|
|
6736
|
+
export interface GetStreamConnectionAws {
|
|
6737
|
+
/**
|
|
6738
|
+
* Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
|
|
6739
|
+
*/
|
|
6740
|
+
roleArn: string;
|
|
6741
|
+
}
|
|
6740
6742
|
export interface GetStreamConnectionDbRoleToExecute {
|
|
6741
6743
|
/**
|
|
6742
6744
|
* The name of the role to use. Can be a built in role or a custom role.
|
|
@@ -6778,6 +6780,10 @@ export interface GetStreamConnectionsResult {
|
|
|
6778
6780
|
* User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See authentication.
|
|
6779
6781
|
*/
|
|
6780
6782
|
authentication: outputs.GetStreamConnectionsResultAuthentication;
|
|
6783
|
+
/**
|
|
6784
|
+
* The configuration for AWS Lambda connection. See AWS
|
|
6785
|
+
*/
|
|
6786
|
+
aws: outputs.GetStreamConnectionsResultAws;
|
|
6781
6787
|
/**
|
|
6782
6788
|
* Comma separated list of server addresses.
|
|
6783
6789
|
*/
|
|
@@ -6836,6 +6842,12 @@ export interface GetStreamConnectionsResultAuthentication {
|
|
|
6836
6842
|
*/
|
|
6837
6843
|
username: string;
|
|
6838
6844
|
}
|
|
6845
|
+
export interface GetStreamConnectionsResultAws {
|
|
6846
|
+
/**
|
|
6847
|
+
* Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
|
|
6848
|
+
*/
|
|
6849
|
+
roleArn: string;
|
|
6850
|
+
}
|
|
6839
6851
|
export interface GetStreamConnectionsResultDbRoleToExecute {
|
|
6840
6852
|
/**
|
|
6841
6853
|
* The name of the role to use. Can be a built in role or a custom role.
|
|
@@ -7432,13 +7444,19 @@ export interface StreamConnectionAuthentication {
|
|
|
7432
7444
|
*/
|
|
7433
7445
|
username?: string;
|
|
7434
7446
|
}
|
|
7447
|
+
export interface StreamConnectionAws {
|
|
7448
|
+
/**
|
|
7449
|
+
* Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
|
|
7450
|
+
*/
|
|
7451
|
+
roleArn: string;
|
|
7452
|
+
}
|
|
7435
7453
|
export interface StreamConnectionDbRoleToExecute {
|
|
7436
7454
|
/**
|
|
7437
7455
|
* The name of the role to use. Value can be `atlasAdmin`, `readWriteAnyDatabase`, or `readAnyDatabase` if `type` is set to `BUILT_IN`, or the name of a user-defined role if `type` is set to `CUSTOM`.
|
|
7438
7456
|
*/
|
|
7439
7457
|
role: string;
|
|
7440
7458
|
/**
|
|
7441
|
-
* Type of connection. Can be
|
|
7459
|
+
* Type of connection. Can be `Cluster`, `Kafka`, `Sample`, or `AWSLambda`.
|
|
7442
7460
|
*/
|
|
7443
7461
|
type: string;
|
|
7444
7462
|
}
|