@pulumi/mongodbatlas 3.17.0-alpha.1723454188 → 3.17.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.
Files changed (60) hide show
  1. package/advancedCluster.d.ts +95 -80
  2. package/advancedCluster.js +81 -74
  3. package/advancedCluster.js.map +1 -1
  4. package/cloudBackupSchedule.d.ts +33 -15
  5. package/cloudBackupSchedule.js.map +1 -1
  6. package/cloudBackupSnapshotExportBucket.d.ts +65 -11
  7. package/cloudBackupSnapshotExportBucket.js +24 -3
  8. package/cloudBackupSnapshotExportBucket.js.map +1 -1
  9. package/cloudBackupSnapshotRestoreJob.d.ts +0 -12
  10. package/cloudBackupSnapshotRestoreJob.js +0 -2
  11. package/cloudBackupSnapshotRestoreJob.js.map +1 -1
  12. package/getAdvancedCluster.d.ts +104 -3
  13. package/getAdvancedCluster.js +91 -0
  14. package/getAdvancedCluster.js.map +1 -1
  15. package/getAdvancedClusters.d.ts +99 -0
  16. package/getAdvancedClusters.js +91 -0
  17. package/getAdvancedClusters.js.map +1 -1
  18. package/getCloudBackupSchedule.d.ts +20 -77
  19. package/getCloudBackupSchedule.js +1 -72
  20. package/getCloudBackupSchedule.js.map +1 -1
  21. package/getCloudBackupSnapshotExportBucket.d.ts +15 -14
  22. package/getCloudBackupSnapshotExportBucket.js +0 -1
  23. package/getCloudBackupSnapshotExportBucket.js.map +1 -1
  24. package/getCloudBackupSnapshotExportJob.d.ts +0 -11
  25. package/getCloudBackupSnapshotExportJob.js +0 -1
  26. package/getCloudBackupSnapshotExportJob.js.map +1 -1
  27. package/getCloudBackupSnapshotRestoreJob.d.ts +5 -27
  28. package/getCloudBackupSnapshotRestoreJob.js +0 -1
  29. package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
  30. package/getCluster.d.ts +4 -4
  31. package/getCluster.js +4 -4
  32. package/getClusters.d.ts +4 -4
  33. package/getClusters.js +4 -4
  34. package/getFederatedSettingsIdentityProviders.d.ts +2 -70
  35. package/getFederatedSettingsIdentityProviders.js +2 -40
  36. package/getFederatedSettingsIdentityProviders.js.map +1 -1
  37. package/getGlobalClusterConfig.d.ts +76 -24
  38. package/getGlobalClusterConfig.js +76 -24
  39. package/getGlobalClusterConfig.js.map +1 -1
  40. package/getNetworkPeering.d.ts +0 -4
  41. package/getNetworkPeering.js +0 -4
  42. package/getNetworkPeering.js.map +1 -1
  43. package/getThirdPartyIntegration.d.ts +0 -18
  44. package/getThirdPartyIntegration.js +0 -1
  45. package/getThirdPartyIntegration.js.map +1 -1
  46. package/globalClusterConfig.d.ts +16 -14
  47. package/globalClusterConfig.js +16 -14
  48. package/globalClusterConfig.js.map +1 -1
  49. package/networkContainer.d.ts +0 -2
  50. package/networkContainer.js +0 -2
  51. package/networkContainer.js.map +1 -1
  52. package/networkPeering.d.ts +7 -2
  53. package/networkPeering.js +7 -2
  54. package/networkPeering.js.map +1 -1
  55. package/package.json +2 -2
  56. package/thirdPartyIntegration.d.ts +0 -12
  57. package/thirdPartyIntegration.js +0 -2
  58. package/thirdPartyIntegration.js.map +1 -1
  59. package/types/input.d.ts +48 -18
  60. package/types/output.d.ts +164 -70
@@ -21,7 +21,7 @@ import * as outputs from "./types/output";
21
21
  *
22
22
  * > **NOTE:** To enable Cluster Extended Storage Sizes use the `isExtendedStorageSizesEnabled` parameter in the mongodbatlas.Project resource.
23
23
  *
24
- * > **NOTE:** The Low-CPU instance clusters are prefixed with `R`, i.e. `R40`. For complete list of Low-CPU instance clusters see Cluster Configuration Options under each Cloud Provider (https://www.mongodb.com/docs/atlas/reference/cloud-providers/).
24
+ * > **NOTE:** The Low-CPU instance clusters are prefixed with `R`, for example `R40`. For complete list of Low-CPU instance clusters see Cluster Configuration Options under each Cloud Provider (https://www.mongodb.com/docs/atlas/reference/cloud-providers/).
25
25
  *
26
26
  * ## Example Usage
27
27
  *
@@ -137,7 +137,7 @@ import * as outputs from "./types/output";
137
137
  * }],
138
138
  * });
139
139
  * ```
140
- * ### Example of a Multi-Cloud Cluster
140
+ * ### Example of a Multi Cloud Sharded Cluster with 2 shards
141
141
  *
142
142
  * ```typescript
143
143
  * import * as pulumi from "@pulumi/pulumi";
@@ -148,59 +148,61 @@ import * as outputs from "./types/output";
148
148
  * name: clusterName,
149
149
  * clusterType: "SHARDED",
150
150
  * backupEnabled: true,
151
- * replicationSpecs: [{
152
- * numShards: 3,
153
- * regionConfigs: [
154
- * {
155
- * electableSpecs: {
156
- * instanceSize: "M10",
157
- * nodeCount: 3,
158
- * },
159
- * analyticsSpecs: {
160
- * instanceSize: "M10",
161
- * nodeCount: 1,
162
- * },
163
- * providerName: "AWS",
164
- * priority: 7,
165
- * regionName: "US_EAST_1",
166
- * },
167
- * {
168
- * electableSpecs: {
169
- * instanceSize: "M10",
170
- * nodeCount: 2,
151
+ * replicationSpecs: [
152
+ * {
153
+ * regionConfigs: [
154
+ * {
155
+ * electableSpecs: {
156
+ * instanceSize: "M10",
157
+ * nodeCount: 3,
158
+ * },
159
+ * providerName: "AWS",
160
+ * priority: 7,
161
+ * regionName: "US_EAST_1",
171
162
  * },
172
- * analyticsSpecs: {
173
- * instanceSize: "M10",
174
- * nodeCount: 1,
163
+ * {
164
+ * electableSpecs: {
165
+ * instanceSize: "M10",
166
+ * nodeCount: 2,
167
+ * },
168
+ * providerName: "AZURE",
169
+ * priority: 6,
170
+ * regionName: "US_EAST_2",
175
171
  * },
176
- * providerName: "AZURE",
177
- * priority: 6,
178
- * regionName: "US_EAST_2",
179
- * },
180
- * {
181
- * electableSpecs: {
182
- * instanceSize: "M10",
183
- * nodeCount: 2,
172
+ * ],
173
+ * },
174
+ * {
175
+ * regionConfigs: [
176
+ * {
177
+ * electableSpecs: {
178
+ * instanceSize: "M10",
179
+ * nodeCount: 3,
180
+ * },
181
+ * providerName: "AWS",
182
+ * priority: 7,
183
+ * regionName: "US_EAST_1",
184
184
  * },
185
- * analyticsSpecs: {
186
- * instanceSize: "M10",
187
- * nodeCount: 1,
185
+ * {
186
+ * electableSpecs: {
187
+ * instanceSize: "M10",
188
+ * nodeCount: 2,
189
+ * },
190
+ * providerName: "AZURE",
191
+ * priority: 6,
192
+ * regionName: "US_EAST_2",
188
193
  * },
189
- * providerName: "GCP",
190
- * priority: 5,
191
- * regionName: "US_EAST_4",
192
- * },
193
- * ],
194
- * }],
194
+ * ],
195
+ * },
196
+ * ],
195
197
  * advancedConfiguration: {
196
198
  * javascriptEnabled: true,
197
- * oplogSizeMb: 30,
199
+ * oplogSizeMb: 991,
198
200
  * sampleRefreshIntervalBiConnector: 300,
199
201
  * },
200
202
  * });
201
203
  * ```
202
204
  *
203
- * ### Example of a Global Cluster
205
+ * ### Example of a Global Cluster with 2 zones
204
206
  * ```typescript
205
207
  * import * as pulumi from "@pulumi/pulumi";
206
208
  * import * as mongodbatlas from "@pulumi/mongodbatlas";
@@ -213,17 +215,12 @@ import * as outputs from "./types/output";
213
215
  * replicationSpecs: [
214
216
  * {
215
217
  * zoneName: "zone n1",
216
- * numShards: 3,
217
218
  * regionConfigs: [
218
219
  * {
219
220
  * electableSpecs: {
220
221
  * instanceSize: "M10",
221
222
  * nodeCount: 3,
222
223
  * },
223
- * analyticsSpecs: {
224
- * instanceSize: "M10",
225
- * nodeCount: 1,
226
- * },
227
224
  * providerName: "AWS",
228
225
  * priority: 7,
229
226
  * regionName: "US_EAST_1",
@@ -233,42 +230,43 @@ import * as outputs from "./types/output";
233
230
  * instanceSize: "M10",
234
231
  * nodeCount: 2,
235
232
  * },
236
- * analyticsSpecs: {
237
- * instanceSize: "M10",
238
- * nodeCount: 1,
239
- * },
240
233
  * providerName: "AZURE",
241
234
  * priority: 6,
242
235
  * regionName: "US_EAST_2",
243
236
  * },
237
+ * ],
238
+ * },
239
+ * {
240
+ * zoneName: "zone n1",
241
+ * regionConfigs: [
244
242
  * {
245
243
  * electableSpecs: {
246
244
  * instanceSize: "M10",
247
- * nodeCount: 2,
245
+ * nodeCount: 3,
248
246
  * },
249
- * analyticsSpecs: {
247
+ * providerName: "AWS",
248
+ * priority: 7,
249
+ * regionName: "US_EAST_1",
250
+ * },
251
+ * {
252
+ * electableSpecs: {
250
253
  * instanceSize: "M10",
251
- * nodeCount: 1,
254
+ * nodeCount: 2,
252
255
  * },
253
- * providerName: "GCP",
254
- * priority: 5,
255
- * regionName: "US_EAST_4",
256
+ * providerName: "AZURE",
257
+ * priority: 6,
258
+ * regionName: "US_EAST_2",
256
259
  * },
257
260
  * ],
258
261
  * },
259
262
  * {
260
263
  * zoneName: "zone n2",
261
- * numShards: 2,
262
264
  * regionConfigs: [
263
265
  * {
264
266
  * electableSpecs: {
265
267
  * instanceSize: "M10",
266
268
  * nodeCount: 3,
267
269
  * },
268
- * analyticsSpecs: {
269
- * instanceSize: "M10",
270
- * nodeCount: 1,
271
- * },
272
270
  * providerName: "AWS",
273
271
  * priority: 7,
274
272
  * regionName: "EU_WEST_1",
@@ -278,26 +276,32 @@ import * as outputs from "./types/output";
278
276
  * instanceSize: "M10",
279
277
  * nodeCount: 2,
280
278
  * },
281
- * analyticsSpecs: {
282
- * instanceSize: "M10",
283
- * nodeCount: 1,
284
- * },
285
279
  * providerName: "AZURE",
286
280
  * priority: 6,
287
281
  * regionName: "EUROPE_NORTH",
288
282
  * },
283
+ * ],
284
+ * },
285
+ * {
286
+ * zoneName: "zone n2",
287
+ * regionConfigs: [
289
288
  * {
290
289
  * electableSpecs: {
291
290
  * instanceSize: "M10",
292
- * nodeCount: 2,
291
+ * nodeCount: 3,
293
292
  * },
294
- * analyticsSpecs: {
293
+ * providerName: "AWS",
294
+ * priority: 7,
295
+ * regionName: "EU_WEST_1",
296
+ * },
297
+ * {
298
+ * electableSpecs: {
295
299
  * instanceSize: "M10",
296
- * nodeCount: 1,
300
+ * nodeCount: 2,
297
301
  * },
298
- * providerName: "GCP",
299
- * priority: 5,
300
- * regionName: "US_EAST_4",
302
+ * providerName: "AZURE",
303
+ * priority: 6,
304
+ * regionName: "EUROPE_NORTH",
301
305
  * },
302
306
  * ],
303
307
  * },
@@ -332,6 +336,9 @@ import * as outputs from "./types/output";
332
336
  * $ pulumi import mongodbatlas:index/advancedCluster:AdvancedCluster my_cluster 1112222b3bf99403840e8934-Cluster0
333
337
  * ```
334
338
  * See detailed information for arguments and attributes: [MongoDB API Advanced Clusters](https://docs.atlas.mongodb.com/reference/api/cluster-advanced/create-one-cluster-advanced/)
339
+ *
340
+ * ~> __IMPORTANT:__
341
+ * \n\n • When a cluster is imported, the resulting schema structure will always return the new schema including `replication_specs` per independent shards of the cluster.
335
342
  */
336
343
  export declare class AdvancedCluster extends pulumi.CustomResource {
337
344
  /**
@@ -388,7 +395,9 @@ export declare class AdvancedCluster extends pulumi.CustomResource {
388
395
  readonly connectionStrings: pulumi.Output<outputs.AdvancedClusterConnectionString[]>;
389
396
  readonly createDate: pulumi.Output<string>;
390
397
  /**
391
- * Capacity, in gigabytes, of the host's root volume. Increase this number to add capacity, up to a maximum possible value of 4096 (i.e., 4 TB). This value must be a positive number. You can't set this value with clusters with local [NVMe SSDs](https://docs.atlas.mongodb.com/cluster-tier/#std-label-nvme-storage). The minimum disk size for dedicated clusters is 10 GB for AWS and GCP. If you specify diskSizeGB with a lower disk size, Atlas defaults to the minimum disk size value. If your cluster includes Azure nodes, this value must correspond to an existing Azure disk type (8, 16, 32, 64, 128, 256, 512, 1024, 2048, or 4095)Atlas calculates storage charges differently depending on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require additional storage space beyond this limitation, consider [upgrading your cluster](https://docs.atlas.mongodb.com/scale-cluster/#std-label-scale-cluster-instance) to a higher tier. If your cluster spans cloud service providers, this value defaults to the minimum default of the providers involved.
398
+ * Capacity, in gigabytes, of the host's root volume. Increase this number to add capacity, up to a maximum possible value of 4096 (4 TB). This value must be a positive number. You can't set this value with clusters with local [NVMe SSDs](https://docs.atlas.mongodb.com/cluster-tier/#std-label-nvme-storage). The minimum disk size for dedicated clusters is 10 GB for AWS and GCP. If you specify diskSizeGB with a lower disk size, Atlas defaults to the minimum disk size value. If your cluster includes Azure nodes, this value must correspond to an existing Azure disk type (8, 16, 32, 64, 128, 256, 512, 1024, 2048, or 4095)Atlas calculates storage charges differently depending on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require additional storage space beyond this limitation, consider [upgrading your cluster](https://docs.atlas.mongodb.com/scale-cluster/#std-label-scale-cluster-instance) to a higher tier. If your cluster spans cloud service providers, this value defaults to the minimum default of the providers involved. **(DEPRECATED)** Use `replication_specs.#.region_config.#.(analytics_specs|electable_specs|read_only_specs).disk_size_gb` instead. To learn more, see the 1.18.0 upgrade guide.
399
+ *
400
+ * @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
392
401
  */
393
402
  readonly diskSizeGb: pulumi.Output<number>;
394
403
  /**
@@ -427,7 +436,7 @@ export declare class AdvancedCluster extends pulumi.CustomResource {
427
436
  */
428
437
  readonly projectId: pulumi.Output<string>;
429
438
  /**
430
- * Configuration for cluster regions and the hardware provisioned in them. See below
439
+ * List of settings that configure your cluster regions. This attribute has one object per shard representing node configurations in each shard. For replica sets there is only one object representing node configurations. If for each replicationSpec `numShards` is configured with a value greater than 1 (using deprecated sharding schema), then each object represents a zone with one or more shards. See below
431
440
  */
432
441
  readonly replicationSpecs: pulumi.Output<outputs.AdvancedClusterReplicationSpec[]>;
433
442
  /**
@@ -446,6 +455,7 @@ export declare class AdvancedCluster extends pulumi.CustomResource {
446
455
  * - DELETING
447
456
  * - DELETED
448
457
  * - REPAIRING
458
+ * * `replication_specs.#.container_id` - A key-value map of the Network Peering Container ID(s) for the configuration specified in `regionConfigs`. The Container ID is the id of the container created when the first cluster in the region (AWS/Azure) or project (GCP) was created. The syntax is `"providerName:regionName" = "containerId"`. Example `AWS:US_EAST_1" = "61e0797dde08fb498ca11a71`.
449
459
  */
450
460
  readonly stateName: pulumi.Output<string>;
451
461
  /**
@@ -514,7 +524,9 @@ export interface AdvancedClusterState {
514
524
  connectionStrings?: pulumi.Input<pulumi.Input<inputs.AdvancedClusterConnectionString>[]>;
515
525
  createDate?: pulumi.Input<string>;
516
526
  /**
517
- * Capacity, in gigabytes, of the host's root volume. Increase this number to add capacity, up to a maximum possible value of 4096 (i.e., 4 TB). This value must be a positive number. You can't set this value with clusters with local [NVMe SSDs](https://docs.atlas.mongodb.com/cluster-tier/#std-label-nvme-storage). The minimum disk size for dedicated clusters is 10 GB for AWS and GCP. If you specify diskSizeGB with a lower disk size, Atlas defaults to the minimum disk size value. If your cluster includes Azure nodes, this value must correspond to an existing Azure disk type (8, 16, 32, 64, 128, 256, 512, 1024, 2048, or 4095)Atlas calculates storage charges differently depending on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require additional storage space beyond this limitation, consider [upgrading your cluster](https://docs.atlas.mongodb.com/scale-cluster/#std-label-scale-cluster-instance) to a higher tier. If your cluster spans cloud service providers, this value defaults to the minimum default of the providers involved.
527
+ * Capacity, in gigabytes, of the host's root volume. Increase this number to add capacity, up to a maximum possible value of 4096 (4 TB). This value must be a positive number. You can't set this value with clusters with local [NVMe SSDs](https://docs.atlas.mongodb.com/cluster-tier/#std-label-nvme-storage). The minimum disk size for dedicated clusters is 10 GB for AWS and GCP. If you specify diskSizeGB with a lower disk size, Atlas defaults to the minimum disk size value. If your cluster includes Azure nodes, this value must correspond to an existing Azure disk type (8, 16, 32, 64, 128, 256, 512, 1024, 2048, or 4095)Atlas calculates storage charges differently depending on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require additional storage space beyond this limitation, consider [upgrading your cluster](https://docs.atlas.mongodb.com/scale-cluster/#std-label-scale-cluster-instance) to a higher tier. If your cluster spans cloud service providers, this value defaults to the minimum default of the providers involved. **(DEPRECATED)** Use `replication_specs.#.region_config.#.(analytics_specs|electable_specs|read_only_specs).disk_size_gb` instead. To learn more, see the 1.18.0 upgrade guide.
528
+ *
529
+ * @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
518
530
  */
519
531
  diskSizeGb?: pulumi.Input<number>;
520
532
  /**
@@ -553,7 +565,7 @@ export interface AdvancedClusterState {
553
565
  */
554
566
  projectId?: pulumi.Input<string>;
555
567
  /**
556
- * Configuration for cluster regions and the hardware provisioned in them. See below
568
+ * List of settings that configure your cluster regions. This attribute has one object per shard representing node configurations in each shard. For replica sets there is only one object representing node configurations. If for each replicationSpec `numShards` is configured with a value greater than 1 (using deprecated sharding schema), then each object represents a zone with one or more shards. See below
557
569
  */
558
570
  replicationSpecs?: pulumi.Input<pulumi.Input<inputs.AdvancedClusterReplicationSpec>[]>;
559
571
  /**
@@ -572,6 +584,7 @@ export interface AdvancedClusterState {
572
584
  * - DELETING
573
585
  * - DELETED
574
586
  * - REPAIRING
587
+ * * `replication_specs.#.container_id` - A key-value map of the Network Peering Container ID(s) for the configuration specified in `regionConfigs`. The Container ID is the id of the container created when the first cluster in the region (AWS/Azure) or project (GCP) was created. The syntax is `"providerName:regionName" = "containerId"`. Example `AWS:US_EAST_1" = "61e0797dde08fb498ca11a71`.
575
588
  */
576
589
  stateName?: pulumi.Input<string>;
577
590
  /**
@@ -623,7 +636,9 @@ export interface AdvancedClusterArgs {
623
636
  */
624
637
  clusterType: pulumi.Input<string>;
625
638
  /**
626
- * Capacity, in gigabytes, of the host's root volume. Increase this number to add capacity, up to a maximum possible value of 4096 (i.e., 4 TB). This value must be a positive number. You can't set this value with clusters with local [NVMe SSDs](https://docs.atlas.mongodb.com/cluster-tier/#std-label-nvme-storage). The minimum disk size for dedicated clusters is 10 GB for AWS and GCP. If you specify diskSizeGB with a lower disk size, Atlas defaults to the minimum disk size value. If your cluster includes Azure nodes, this value must correspond to an existing Azure disk type (8, 16, 32, 64, 128, 256, 512, 1024, 2048, or 4095)Atlas calculates storage charges differently depending on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require additional storage space beyond this limitation, consider [upgrading your cluster](https://docs.atlas.mongodb.com/scale-cluster/#std-label-scale-cluster-instance) to a higher tier. If your cluster spans cloud service providers, this value defaults to the minimum default of the providers involved.
639
+ * Capacity, in gigabytes, of the host's root volume. Increase this number to add capacity, up to a maximum possible value of 4096 (4 TB). This value must be a positive number. You can't set this value with clusters with local [NVMe SSDs](https://docs.atlas.mongodb.com/cluster-tier/#std-label-nvme-storage). The minimum disk size for dedicated clusters is 10 GB for AWS and GCP. If you specify diskSizeGB with a lower disk size, Atlas defaults to the minimum disk size value. If your cluster includes Azure nodes, this value must correspond to an existing Azure disk type (8, 16, 32, 64, 128, 256, 512, 1024, 2048, or 4095)Atlas calculates storage charges differently depending on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require additional storage space beyond this limitation, consider [upgrading your cluster](https://docs.atlas.mongodb.com/scale-cluster/#std-label-scale-cluster-instance) to a higher tier. If your cluster spans cloud service providers, this value defaults to the minimum default of the providers involved. **(DEPRECATED)** Use `replication_specs.#.region_config.#.(analytics_specs|electable_specs|read_only_specs).disk_size_gb` instead. To learn more, see the 1.18.0 upgrade guide.
640
+ *
641
+ * @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
627
642
  */
628
643
  diskSizeGb?: pulumi.Input<number>;
629
644
  /**
@@ -658,7 +673,7 @@ export interface AdvancedClusterArgs {
658
673
  */
659
674
  projectId: pulumi.Input<string>;
660
675
  /**
661
- * Configuration for cluster regions and the hardware provisioned in them. See below
676
+ * List of settings that configure your cluster regions. This attribute has one object per shard representing node configurations in each shard. For replica sets there is only one object representing node configurations. If for each replicationSpec `numShards` is configured with a value greater than 1 (using deprecated sharding schema), then each object represents a zone with one or more shards. See below
662
677
  */
663
678
  replicationSpecs: pulumi.Input<pulumi.Input<inputs.AdvancedClusterReplicationSpec>[]>;
664
679
  /**
@@ -25,7 +25,7 @@ const utilities = require("./utilities");
25
25
  *
26
26
  * > **NOTE:** To enable Cluster Extended Storage Sizes use the `isExtendedStorageSizesEnabled` parameter in the mongodbatlas.Project resource.
27
27
  *
28
- * > **NOTE:** The Low-CPU instance clusters are prefixed with `R`, i.e. `R40`. For complete list of Low-CPU instance clusters see Cluster Configuration Options under each Cloud Provider (https://www.mongodb.com/docs/atlas/reference/cloud-providers/).
28
+ * > **NOTE:** The Low-CPU instance clusters are prefixed with `R`, for example `R40`. For complete list of Low-CPU instance clusters see Cluster Configuration Options under each Cloud Provider (https://www.mongodb.com/docs/atlas/reference/cloud-providers/).
29
29
  *
30
30
  * ## Example Usage
31
31
  *
@@ -141,7 +141,7 @@ const utilities = require("./utilities");
141
141
  * }],
142
142
  * });
143
143
  * ```
144
- * ### Example of a Multi-Cloud Cluster
144
+ * ### Example of a Multi Cloud Sharded Cluster with 2 shards
145
145
  *
146
146
  * ```typescript
147
147
  * import * as pulumi from "@pulumi/pulumi";
@@ -152,59 +152,61 @@ const utilities = require("./utilities");
152
152
  * name: clusterName,
153
153
  * clusterType: "SHARDED",
154
154
  * backupEnabled: true,
155
- * replicationSpecs: [{
156
- * numShards: 3,
157
- * regionConfigs: [
158
- * {
159
- * electableSpecs: {
160
- * instanceSize: "M10",
161
- * nodeCount: 3,
162
- * },
163
- * analyticsSpecs: {
164
- * instanceSize: "M10",
165
- * nodeCount: 1,
166
- * },
167
- * providerName: "AWS",
168
- * priority: 7,
169
- * regionName: "US_EAST_1",
170
- * },
171
- * {
172
- * electableSpecs: {
173
- * instanceSize: "M10",
174
- * nodeCount: 2,
155
+ * replicationSpecs: [
156
+ * {
157
+ * regionConfigs: [
158
+ * {
159
+ * electableSpecs: {
160
+ * instanceSize: "M10",
161
+ * nodeCount: 3,
162
+ * },
163
+ * providerName: "AWS",
164
+ * priority: 7,
165
+ * regionName: "US_EAST_1",
175
166
  * },
176
- * analyticsSpecs: {
177
- * instanceSize: "M10",
178
- * nodeCount: 1,
167
+ * {
168
+ * electableSpecs: {
169
+ * instanceSize: "M10",
170
+ * nodeCount: 2,
171
+ * },
172
+ * providerName: "AZURE",
173
+ * priority: 6,
174
+ * regionName: "US_EAST_2",
179
175
  * },
180
- * providerName: "AZURE",
181
- * priority: 6,
182
- * regionName: "US_EAST_2",
183
- * },
184
- * {
185
- * electableSpecs: {
186
- * instanceSize: "M10",
187
- * nodeCount: 2,
176
+ * ],
177
+ * },
178
+ * {
179
+ * regionConfigs: [
180
+ * {
181
+ * electableSpecs: {
182
+ * instanceSize: "M10",
183
+ * nodeCount: 3,
184
+ * },
185
+ * providerName: "AWS",
186
+ * priority: 7,
187
+ * regionName: "US_EAST_1",
188
188
  * },
189
- * analyticsSpecs: {
190
- * instanceSize: "M10",
191
- * nodeCount: 1,
189
+ * {
190
+ * electableSpecs: {
191
+ * instanceSize: "M10",
192
+ * nodeCount: 2,
193
+ * },
194
+ * providerName: "AZURE",
195
+ * priority: 6,
196
+ * regionName: "US_EAST_2",
192
197
  * },
193
- * providerName: "GCP",
194
- * priority: 5,
195
- * regionName: "US_EAST_4",
196
- * },
197
- * ],
198
- * }],
198
+ * ],
199
+ * },
200
+ * ],
199
201
  * advancedConfiguration: {
200
202
  * javascriptEnabled: true,
201
- * oplogSizeMb: 30,
203
+ * oplogSizeMb: 991,
202
204
  * sampleRefreshIntervalBiConnector: 300,
203
205
  * },
204
206
  * });
205
207
  * ```
206
208
  *
207
- * ### Example of a Global Cluster
209
+ * ### Example of a Global Cluster with 2 zones
208
210
  * ```typescript
209
211
  * import * as pulumi from "@pulumi/pulumi";
210
212
  * import * as mongodbatlas from "@pulumi/mongodbatlas";
@@ -217,17 +219,12 @@ const utilities = require("./utilities");
217
219
  * replicationSpecs: [
218
220
  * {
219
221
  * zoneName: "zone n1",
220
- * numShards: 3,
221
222
  * regionConfigs: [
222
223
  * {
223
224
  * electableSpecs: {
224
225
  * instanceSize: "M10",
225
226
  * nodeCount: 3,
226
227
  * },
227
- * analyticsSpecs: {
228
- * instanceSize: "M10",
229
- * nodeCount: 1,
230
- * },
231
228
  * providerName: "AWS",
232
229
  * priority: 7,
233
230
  * regionName: "US_EAST_1",
@@ -237,42 +234,43 @@ const utilities = require("./utilities");
237
234
  * instanceSize: "M10",
238
235
  * nodeCount: 2,
239
236
  * },
240
- * analyticsSpecs: {
241
- * instanceSize: "M10",
242
- * nodeCount: 1,
243
- * },
244
237
  * providerName: "AZURE",
245
238
  * priority: 6,
246
239
  * regionName: "US_EAST_2",
247
240
  * },
241
+ * ],
242
+ * },
243
+ * {
244
+ * zoneName: "zone n1",
245
+ * regionConfigs: [
248
246
  * {
249
247
  * electableSpecs: {
250
248
  * instanceSize: "M10",
251
- * nodeCount: 2,
249
+ * nodeCount: 3,
252
250
  * },
253
- * analyticsSpecs: {
251
+ * providerName: "AWS",
252
+ * priority: 7,
253
+ * regionName: "US_EAST_1",
254
+ * },
255
+ * {
256
+ * electableSpecs: {
254
257
  * instanceSize: "M10",
255
- * nodeCount: 1,
258
+ * nodeCount: 2,
256
259
  * },
257
- * providerName: "GCP",
258
- * priority: 5,
259
- * regionName: "US_EAST_4",
260
+ * providerName: "AZURE",
261
+ * priority: 6,
262
+ * regionName: "US_EAST_2",
260
263
  * },
261
264
  * ],
262
265
  * },
263
266
  * {
264
267
  * zoneName: "zone n2",
265
- * numShards: 2,
266
268
  * regionConfigs: [
267
269
  * {
268
270
  * electableSpecs: {
269
271
  * instanceSize: "M10",
270
272
  * nodeCount: 3,
271
273
  * },
272
- * analyticsSpecs: {
273
- * instanceSize: "M10",
274
- * nodeCount: 1,
275
- * },
276
274
  * providerName: "AWS",
277
275
  * priority: 7,
278
276
  * regionName: "EU_WEST_1",
@@ -282,26 +280,32 @@ const utilities = require("./utilities");
282
280
  * instanceSize: "M10",
283
281
  * nodeCount: 2,
284
282
  * },
285
- * analyticsSpecs: {
286
- * instanceSize: "M10",
287
- * nodeCount: 1,
288
- * },
289
283
  * providerName: "AZURE",
290
284
  * priority: 6,
291
285
  * regionName: "EUROPE_NORTH",
292
286
  * },
287
+ * ],
288
+ * },
289
+ * {
290
+ * zoneName: "zone n2",
291
+ * regionConfigs: [
293
292
  * {
294
293
  * electableSpecs: {
295
294
  * instanceSize: "M10",
296
- * nodeCount: 2,
295
+ * nodeCount: 3,
297
296
  * },
298
- * analyticsSpecs: {
297
+ * providerName: "AWS",
298
+ * priority: 7,
299
+ * regionName: "EU_WEST_1",
300
+ * },
301
+ * {
302
+ * electableSpecs: {
299
303
  * instanceSize: "M10",
300
- * nodeCount: 1,
304
+ * nodeCount: 2,
301
305
  * },
302
- * providerName: "GCP",
303
- * priority: 5,
304
- * regionName: "US_EAST_4",
306
+ * providerName: "AZURE",
307
+ * priority: 6,
308
+ * regionName: "EUROPE_NORTH",
305
309
  * },
306
310
  * ],
307
311
  * },
@@ -336,6 +340,9 @@ const utilities = require("./utilities");
336
340
  * $ pulumi import mongodbatlas:index/advancedCluster:AdvancedCluster my_cluster 1112222b3bf99403840e8934-Cluster0
337
341
  * ```
338
342
  * See detailed information for arguments and attributes: [MongoDB API Advanced Clusters](https://docs.atlas.mongodb.com/reference/api/cluster-advanced/create-one-cluster-advanced/)
343
+ *
344
+ * ~> __IMPORTANT:__
345
+ * \n\n &#8226; When a cluster is imported, the resulting schema structure will always return the new schema including `replication_specs` per independent shards of the cluster.
339
346
  */
340
347
  class AdvancedCluster extends pulumi.CustomResource {
341
348
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"advancedCluster.js","sourceRoot":"","sources":["../advancedCluster.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"advancedCluster.js","sourceRoot":"","sources":["../advancedCluster.ts"],"names":[],"mappings":"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"}