@pulumi/mongodbatlas 3.15.0-alpha.1714456335 → 3.15.0-alpha.1714507216

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 (93) hide show
  1. package/advancedCluster.d.ts +6 -6
  2. package/alertConfiguration.d.ts +21 -0
  3. package/alertConfiguration.js +21 -0
  4. package/alertConfiguration.js.map +1 -1
  5. package/backupCompliancePolicy.d.ts +13 -0
  6. package/backupCompliancePolicy.js +12 -0
  7. package/backupCompliancePolicy.js.map +1 -1
  8. package/cloudBackupSchedule.d.ts +18 -9
  9. package/cloudBackupSchedule.js +2 -0
  10. package/cloudBackupSchedule.js.map +1 -1
  11. package/cluster.d.ts +9 -9
  12. package/cluster.js +3 -3
  13. package/federatedDatabaseInstance.d.ts +33 -6
  14. package/federatedDatabaseInstance.js.map +1 -1
  15. package/federatedSettingsIdentityProvider.d.ts +1 -3
  16. package/federatedSettingsIdentityProvider.js +1 -3
  17. package/federatedSettingsIdentityProvider.js.map +1 -1
  18. package/getAdvancedCluster.d.ts +1 -1
  19. package/getBackupCompliancePolicy.d.ts +21 -0
  20. package/getBackupCompliancePolicy.js +20 -0
  21. package/getBackupCompliancePolicy.js.map +1 -1
  22. package/getCloudBackupSchedule.d.ts +6 -0
  23. package/getCloudBackupSchedule.js.map +1 -1
  24. package/getCluster.d.ts +1 -1
  25. package/getDatabaseUser.d.ts +0 -4
  26. package/getDatabaseUser.js.map +1 -1
  27. package/getFederatedSettingsIdentityProvider.d.ts +8 -2
  28. package/getFederatedSettingsIdentityProvider.js +2 -2
  29. package/getFederatedSettingsIdentityProvider.js.map +1 -1
  30. package/getFederatedSettingsIdentityProviders.d.ts +20 -6
  31. package/getFederatedSettingsIdentityProviders.js +2 -2
  32. package/getFederatedSettingsIdentityProviders.js.map +1 -1
  33. package/getOrganizations.d.ts +0 -12
  34. package/getOrganizations.js +0 -1
  35. package/getOrganizations.js.map +1 -1
  36. package/getPrivatelinkEndpointsServiceServerless.d.ts +6 -6
  37. package/getProject.d.ts +6 -0
  38. package/getProject.js.map +1 -1
  39. package/getPushBasedLogExport.d.ts +115 -0
  40. package/getPushBasedLogExport.js +95 -0
  41. package/getPushBasedLogExport.js.map +1 -0
  42. package/getServerlessInstance.d.ts +12 -0
  43. package/getServerlessInstance.js +1 -0
  44. package/getServerlessInstance.js.map +1 -1
  45. package/getStreamConnection.d.ts +109 -0
  46. package/getStreamConnection.js +53 -0
  47. package/getStreamConnection.js.map +1 -0
  48. package/getStreamConnections.d.ts +100 -0
  49. package/getStreamConnections.js +52 -0
  50. package/getStreamConnections.js.map +1 -0
  51. package/getStreamInstance.d.ts +80 -0
  52. package/getStreamInstance.js +50 -0
  53. package/getStreamInstance.js.map +1 -0
  54. package/getStreamInstances.d.ts +86 -0
  55. package/getStreamInstances.js +49 -0
  56. package/getStreamInstances.js.map +1 -0
  57. package/getThirdPartyIntegration.d.ts +12 -7
  58. package/getThirdPartyIntegration.js +2 -0
  59. package/getThirdPartyIntegration.js.map +1 -1
  60. package/getThirdPartyIntegrations.d.ts +1 -1
  61. package/globalClusterConfig.d.ts +1 -1
  62. package/globalClusterConfig.js +1 -1
  63. package/index.d.ts +24 -0
  64. package/index.js +32 -2
  65. package/index.js.map +1 -1
  66. package/networkPeering.d.ts +3 -3
  67. package/networkPeering.js +3 -3
  68. package/onlineArchive.d.ts +26 -0
  69. package/onlineArchive.js +26 -0
  70. package/onlineArchive.js.map +1 -1
  71. package/package.json +1 -1
  72. package/project.d.ts +18 -0
  73. package/project.js +2 -0
  74. package/project.js.map +1 -1
  75. package/projectApiKey.d.ts +0 -24
  76. package/projectApiKey.js +0 -2
  77. package/projectApiKey.js.map +1 -1
  78. package/pushBasedLogExport.d.ts +142 -0
  79. package/pushBasedLogExport.js +107 -0
  80. package/pushBasedLogExport.js.map +1 -0
  81. package/serverlessInstance.d.ts +12 -0
  82. package/serverlessInstance.js +2 -0
  83. package/serverlessInstance.js.map +1 -1
  84. package/streamConnection.d.ts +168 -0
  85. package/streamConnection.js +137 -0
  86. package/streamConnection.js.map +1 -0
  87. package/streamInstance.d.ts +107 -0
  88. package/streamInstance.js +79 -0
  89. package/streamInstance.js.map +1 -0
  90. package/thirdPartyIntegration.d.ts +9 -0
  91. package/thirdPartyIntegration.js.map +1 -1
  92. package/types/input.d.ts +135 -36
  93. package/types/output.d.ts +418 -87
package/types/input.d.ts CHANGED
@@ -267,6 +267,7 @@ export interface AlertConfigurationNotification {
267
267
  delayMin?: pulumi.Input<number>;
268
268
  emailAddress?: pulumi.Input<string>;
269
269
  emailEnabled?: pulumi.Input<boolean>;
270
+ integrationId?: pulumi.Input<string>;
270
271
  intervalMin?: pulumi.Input<number>;
271
272
  microsoftTeamsWebhookUrl?: pulumi.Input<string>;
272
273
  mobileNumber?: pulumi.Input<string>;
@@ -292,11 +293,11 @@ export interface AlertConfigurationThresholdConfig {
292
293
  }
293
294
  export interface BackupCompliancePolicyOnDemandPolicyItem {
294
295
  /**
295
- * Desired frequency of the new backup policy item specified by `frequencyType` (monthly in this case). The supported values for weekly policies are
296
+ * Desired frequency of the new backup policy item specified by `frequencyType` (yearly in this case). The supported values for yearly policies are
296
297
  */
297
298
  frequencyInterval: pulumi.Input<number>;
298
299
  /**
299
- * Frequency associated with the backup policy item. For monthly policies, the frequency type is defined as `monthly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
300
+ * Frequency associated with the backup policy item. For yearly policies, the frequency type is defined as `yearly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
300
301
  */
301
302
  frequencyType?: pulumi.Input<string>;
302
303
  /**
@@ -304,21 +305,21 @@ export interface BackupCompliancePolicyOnDemandPolicyItem {
304
305
  */
305
306
  id?: pulumi.Input<string>;
306
307
  /**
307
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
308
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
308
309
  */
309
310
  retentionUnit: pulumi.Input<string>;
310
311
  /**
311
- * Value to associate with `retentionUnit`. Monthly policy must have retention days of at least 31 days or 5 weeks or 1 month. Note that for less frequent policy items, Atlas requires that you specify a retention period greater than or equal to the retention period specified for more frequent policy items. For example: If the weekly policy item specifies a retention of two weeks, the montly retention policy must specify two weeks or greater.
312
+ * Value to associate with `retentionUnit`. Yearly policy must have retention of at least 1 year.
312
313
  */
313
314
  retentionValue: pulumi.Input<number>;
314
315
  }
315
316
  export interface BackupCompliancePolicyPolicyItemDaily {
316
317
  /**
317
- * Desired frequency of the new backup policy item specified by `frequencyType` (monthly in this case). The supported values for weekly policies are
318
+ * Desired frequency of the new backup policy item specified by `frequencyType` (yearly in this case). The supported values for yearly policies are
318
319
  */
319
320
  frequencyInterval: pulumi.Input<number>;
320
321
  /**
321
- * Frequency associated with the backup policy item. For monthly policies, the frequency type is defined as `monthly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
322
+ * Frequency associated with the backup policy item. For yearly policies, the frequency type is defined as `yearly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
322
323
  */
323
324
  frequencyType?: pulumi.Input<string>;
324
325
  /**
@@ -326,21 +327,21 @@ export interface BackupCompliancePolicyPolicyItemDaily {
326
327
  */
327
328
  id?: pulumi.Input<string>;
328
329
  /**
329
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
330
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
330
331
  */
331
332
  retentionUnit: pulumi.Input<string>;
332
333
  /**
333
- * Value to associate with `retentionUnit`. Monthly policy must have retention days of at least 31 days or 5 weeks or 1 month. Note that for less frequent policy items, Atlas requires that you specify a retention period greater than or equal to the retention period specified for more frequent policy items. For example: If the weekly policy item specifies a retention of two weeks, the montly retention policy must specify two weeks or greater.
334
+ * Value to associate with `retentionUnit`. Yearly policy must have retention of at least 1 year.
334
335
  */
335
336
  retentionValue: pulumi.Input<number>;
336
337
  }
337
338
  export interface BackupCompliancePolicyPolicyItemHourly {
338
339
  /**
339
- * Desired frequency of the new backup policy item specified by `frequencyType` (monthly in this case). The supported values for weekly policies are
340
+ * Desired frequency of the new backup policy item specified by `frequencyType` (yearly in this case). The supported values for yearly policies are
340
341
  */
341
342
  frequencyInterval: pulumi.Input<number>;
342
343
  /**
343
- * Frequency associated with the backup policy item. For monthly policies, the frequency type is defined as `monthly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
344
+ * Frequency associated with the backup policy item. For yearly policies, the frequency type is defined as `yearly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
344
345
  */
345
346
  frequencyType?: pulumi.Input<string>;
346
347
  /**
@@ -348,21 +349,21 @@ export interface BackupCompliancePolicyPolicyItemHourly {
348
349
  */
349
350
  id?: pulumi.Input<string>;
350
351
  /**
351
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
352
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
352
353
  */
353
354
  retentionUnit: pulumi.Input<string>;
354
355
  /**
355
- * Value to associate with `retentionUnit`. Monthly policy must have retention days of at least 31 days or 5 weeks or 1 month. Note that for less frequent policy items, Atlas requires that you specify a retention period greater than or equal to the retention period specified for more frequent policy items. For example: If the weekly policy item specifies a retention of two weeks, the montly retention policy must specify two weeks or greater.
356
+ * Value to associate with `retentionUnit`. Yearly policy must have retention of at least 1 year.
356
357
  */
357
358
  retentionValue: pulumi.Input<number>;
358
359
  }
359
360
  export interface BackupCompliancePolicyPolicyItemMonthly {
360
361
  /**
361
- * Desired frequency of the new backup policy item specified by `frequencyType` (monthly in this case). The supported values for weekly policies are
362
+ * Desired frequency of the new backup policy item specified by `frequencyType` (yearly in this case). The supported values for yearly policies are
362
363
  */
363
364
  frequencyInterval: pulumi.Input<number>;
364
365
  /**
365
- * Frequency associated with the backup policy item. For monthly policies, the frequency type is defined as `monthly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
366
+ * Frequency associated with the backup policy item. For yearly policies, the frequency type is defined as `yearly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
366
367
  */
367
368
  frequencyType?: pulumi.Input<string>;
368
369
  /**
@@ -370,21 +371,21 @@ export interface BackupCompliancePolicyPolicyItemMonthly {
370
371
  */
371
372
  id?: pulumi.Input<string>;
372
373
  /**
373
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
374
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
374
375
  */
375
376
  retentionUnit: pulumi.Input<string>;
376
377
  /**
377
- * Value to associate with `retentionUnit`. Monthly policy must have retention days of at least 31 days or 5 weeks or 1 month. Note that for less frequent policy items, Atlas requires that you specify a retention period greater than or equal to the retention period specified for more frequent policy items. For example: If the weekly policy item specifies a retention of two weeks, the montly retention policy must specify two weeks or greater.
378
+ * Value to associate with `retentionUnit`. Yearly policy must have retention of at least 1 year.
378
379
  */
379
380
  retentionValue: pulumi.Input<number>;
380
381
  }
381
382
  export interface BackupCompliancePolicyPolicyItemWeekly {
382
383
  /**
383
- * Desired frequency of the new backup policy item specified by `frequencyType` (monthly in this case). The supported values for weekly policies are
384
+ * Desired frequency of the new backup policy item specified by `frequencyType` (yearly in this case). The supported values for yearly policies are
384
385
  */
385
386
  frequencyInterval: pulumi.Input<number>;
386
387
  /**
387
- * Frequency associated with the backup policy item. For monthly policies, the frequency type is defined as `monthly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
388
+ * Frequency associated with the backup policy item. For yearly policies, the frequency type is defined as `yearly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
388
389
  */
389
390
  frequencyType?: pulumi.Input<string>;
390
391
  /**
@@ -392,11 +393,33 @@ export interface BackupCompliancePolicyPolicyItemWeekly {
392
393
  */
393
394
  id?: pulumi.Input<string>;
394
395
  /**
395
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
396
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
396
397
  */
397
398
  retentionUnit: pulumi.Input<string>;
398
399
  /**
399
- * Value to associate with `retentionUnit`. Monthly policy must have retention days of at least 31 days or 5 weeks or 1 month. Note that for less frequent policy items, Atlas requires that you specify a retention period greater than or equal to the retention period specified for more frequent policy items. For example: If the weekly policy item specifies a retention of two weeks, the montly retention policy must specify two weeks or greater.
400
+ * Value to associate with `retentionUnit`. Yearly policy must have retention of at least 1 year.
401
+ */
402
+ retentionValue: pulumi.Input<number>;
403
+ }
404
+ export interface BackupCompliancePolicyPolicyItemYearly {
405
+ /**
406
+ * Desired frequency of the new backup policy item specified by `frequencyType` (yearly in this case). The supported values for yearly policies are
407
+ */
408
+ frequencyInterval: pulumi.Input<number>;
409
+ /**
410
+ * Frequency associated with the backup policy item. For yearly policies, the frequency type is defined as `yearly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
411
+ */
412
+ frequencyType?: pulumi.Input<string>;
413
+ /**
414
+ * Unique identifier of the backup policy item.
415
+ */
416
+ id?: pulumi.Input<string>;
417
+ /**
418
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
419
+ */
420
+ retentionUnit: pulumi.Input<string>;
421
+ /**
422
+ * Value to associate with `retentionUnit`. Yearly policy must have retention of at least 1 year.
400
423
  */
401
424
  retentionValue: pulumi.Input<number>;
402
425
  }
@@ -431,7 +454,7 @@ export interface CloudBackupSchedulePolicyItemDaily {
431
454
  */
432
455
  id?: pulumi.Input<string>;
433
456
  /**
434
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
457
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
435
458
  */
436
459
  retentionUnit: pulumi.Input<string>;
437
460
  /**
@@ -453,7 +476,7 @@ export interface CloudBackupSchedulePolicyItemHourly {
453
476
  */
454
477
  id?: pulumi.Input<string>;
455
478
  /**
456
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
479
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
457
480
  */
458
481
  retentionUnit: pulumi.Input<string>;
459
482
  /**
@@ -475,7 +498,7 @@ export interface CloudBackupSchedulePolicyItemMonthly {
475
498
  */
476
499
  id?: pulumi.Input<string>;
477
500
  /**
478
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
501
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
479
502
  */
480
503
  retentionUnit: pulumi.Input<string>;
481
504
  /**
@@ -497,7 +520,7 @@ export interface CloudBackupSchedulePolicyItemWeekly {
497
520
  */
498
521
  id?: pulumi.Input<string>;
499
522
  /**
500
- * Scope of the backup policy item: `days`, `weeks`, or `months`.
523
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
501
524
  */
502
525
  retentionUnit: pulumi.Input<string>;
503
526
  /**
@@ -505,6 +528,28 @@ export interface CloudBackupSchedulePolicyItemWeekly {
505
528
  */
506
529
  retentionValue: pulumi.Input<number>;
507
530
  }
531
+ export interface CloudBackupSchedulePolicyItemYearly {
532
+ /**
533
+ * Desired frequency of the new backup policy item specified by `frequencyType` (yearly in this case). The supported values for yearly policies are
534
+ */
535
+ frequencyInterval: pulumi.Input<number>;
536
+ /**
537
+ * Frequency associated with the backup policy item. For yearly policies, the frequency type is defined as `yearly`. Note that this is a read-only value and not required in plan files - its value is implied from the policy resource type.
538
+ */
539
+ frequencyType?: pulumi.Input<string>;
540
+ /**
541
+ * Unique identifier of the backup policy item.
542
+ */
543
+ id?: pulumi.Input<string>;
544
+ /**
545
+ * Scope of the backup policy item: `days`, `weeks`, `months`, or `years`.
546
+ */
547
+ retentionUnit: pulumi.Input<string>;
548
+ /**
549
+ * Value to associate with `retentionUnit`. Yearly policy must have retention of at least 1 year.
550
+ */
551
+ retentionValue: pulumi.Input<number>;
552
+ }
508
553
  export interface CloudBackupSnapshotExportJobComponent {
509
554
  /**
510
555
  * _Returned for sharded clusters only._ Export job details for each replica set in the sharded cluster.
@@ -963,6 +1008,9 @@ export interface EventTriggerEventProcessorsAwsEventbridge {
963
1008
  configRegion?: pulumi.Input<string>;
964
1009
  }
965
1010
  export interface FederatedDatabaseInstanceCloudProviderConfig {
1011
+ /**
1012
+ * Name of the cloud service that hosts the data lake's data stores.
1013
+ */
966
1014
  aws: pulumi.Input<inputs.FederatedDatabaseInstanceCloudProviderConfigAws>;
967
1015
  }
968
1016
  export interface FederatedDatabaseInstanceCloudProviderConfigAws {
@@ -996,8 +1044,6 @@ export interface FederatedDatabaseInstanceStorageDatabase {
996
1044
  maxWildcardCollections?: pulumi.Input<number>;
997
1045
  /**
998
1046
  * Name of the Atlas Federated Database Instance.
999
- * ### `cloudProviderConfig` - (Optional) Cloud provider linked to this data federated instance.
1000
- * #### `aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
1001
1047
  */
1002
1048
  name?: pulumi.Input<string>;
1003
1049
  views?: pulumi.Input<pulumi.Input<inputs.FederatedDatabaseInstanceStorageDatabaseView>[]>;
@@ -1006,8 +1052,6 @@ export interface FederatedDatabaseInstanceStorageDatabaseCollection {
1006
1052
  dataSources?: pulumi.Input<pulumi.Input<inputs.FederatedDatabaseInstanceStorageDatabaseCollectionDataSource>[]>;
1007
1053
  /**
1008
1054
  * Name of the Atlas Federated Database Instance.
1009
- * ### `cloudProviderConfig` - (Optional) Cloud provider linked to this data federated instance.
1010
- * #### `aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
1011
1055
  */
1012
1056
  name?: pulumi.Input<string>;
1013
1057
  }
@@ -1027,8 +1071,6 @@ export interface FederatedDatabaseInstanceStorageDatabaseCollectionDataSource {
1027
1071
  export interface FederatedDatabaseInstanceStorageDatabaseView {
1028
1072
  /**
1029
1073
  * Name of the Atlas Federated Database Instance.
1030
- * ### `cloudProviderConfig` - (Optional) Cloud provider linked to this data federated instance.
1031
- * #### `aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
1032
1074
  */
1033
1075
  name?: pulumi.Input<string>;
1034
1076
  pipeline?: pulumi.Input<string>;
@@ -1039,7 +1081,7 @@ export interface FederatedDatabaseInstanceStorageStore {
1039
1081
  allowInsecure?: pulumi.Input<boolean>;
1040
1082
  bucket?: pulumi.Input<string>;
1041
1083
  /**
1042
- * @deprecated this parameter is deprecated and will be removed by September 2024
1084
+ * @deprecated This parameter is deprecated and will be removed by September 2024.
1043
1085
  */
1044
1086
  clusterId?: pulumi.Input<string>;
1045
1087
  clusterName?: pulumi.Input<string>;
@@ -1048,8 +1090,6 @@ export interface FederatedDatabaseInstanceStorageStore {
1048
1090
  includeTags?: pulumi.Input<boolean>;
1049
1091
  /**
1050
1092
  * Name of the Atlas Federated Database Instance.
1051
- * ### `cloudProviderConfig` - (Optional) Cloud provider linked to this data federated instance.
1052
- * #### `aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
1053
1093
  */
1054
1094
  name?: pulumi.Input<string>;
1055
1095
  prefix?: pulumi.Input<string>;
@@ -1074,8 +1114,6 @@ export interface FederatedDatabaseInstanceStorageStoreReadPreferenceTagSet {
1074
1114
  export interface FederatedDatabaseInstanceStorageStoreReadPreferenceTagSetTag {
1075
1115
  /**
1076
1116
  * Name of the Atlas Federated Database Instance.
1077
- * ### `cloudProviderConfig` - (Optional) Cloud provider linked to this data federated instance.
1078
- * #### `aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
1079
1117
  */
1080
1118
  name?: pulumi.Input<string>;
1081
1119
  value?: pulumi.Input<string>;
@@ -1334,7 +1372,7 @@ export interface OnlineArchiveDataExpirationRule {
1334
1372
  }
1335
1373
  export interface OnlineArchiveDataProcessRegion {
1336
1374
  /**
1337
- * Human-readable label that identifies the Cloud service provider where you wish to store your archived data.
1375
+ * Human-readable label that identifies the Cloud service provider where you wish to store your archived data. `AZURE` may be selected only if Azure is the Cloud service provider for the cluster and no AWS online archive has been created for the cluster.
1338
1376
  */
1339
1377
  cloudProvider?: pulumi.Input<string>;
1340
1378
  /**
@@ -1491,6 +1529,20 @@ export interface ProviderAssumeRole {
1491
1529
  */
1492
1530
  transitiveTagKeys?: pulumi.Input<pulumi.Input<string>[]>;
1493
1531
  }
1532
+ export interface PushBasedLogExportTimeouts {
1533
+ /**
1534
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
1535
+ */
1536
+ create?: pulumi.Input<string>;
1537
+ /**
1538
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
1539
+ */
1540
+ delete?: pulumi.Input<string>;
1541
+ /**
1542
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
1543
+ */
1544
+ update?: pulumi.Input<string>;
1545
+ }
1494
1546
  export interface SearchDeploymentSpec {
1495
1547
  /**
1496
1548
  * Hardware specification for the search node instance sizes. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Atlas-Search/operation/createAtlasSearchDeployment) describes the valid values. More details can also be found in the [Search Node Documentation](https://www.mongodb.com/docs/atlas/cluster-config/multi-cloud-distribution/#search-tier).
@@ -1545,6 +1597,53 @@ export interface ServerlessInstanceTag {
1545
1597
  */
1546
1598
  value: pulumi.Input<string>;
1547
1599
  }
1600
+ export interface StreamConnectionAuthentication {
1601
+ /**
1602
+ * Style of authentication. Can be one of `PLAIN`, `SCRAM-256`, or `SCRAM-512`.
1603
+ */
1604
+ mechanism?: pulumi.Input<string>;
1605
+ /**
1606
+ * Password of the account to connect to the Kafka cluster.
1607
+ */
1608
+ password?: pulumi.Input<string>;
1609
+ /**
1610
+ * Username of the account to connect to the Kafka cluster.
1611
+ */
1612
+ username?: pulumi.Input<string>;
1613
+ }
1614
+ export interface StreamConnectionDbRoleToExecute {
1615
+ role: pulumi.Input<string>;
1616
+ /**
1617
+ * Type of connection. Can be either `Cluster`, `Kafka` or `Sample`.
1618
+ */
1619
+ type: pulumi.Input<string>;
1620
+ }
1621
+ export interface StreamConnectionSecurity {
1622
+ /**
1623
+ * A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
1624
+ */
1625
+ brokerPublicCertificate?: pulumi.Input<string>;
1626
+ /**
1627
+ * Describes the transport type. Can be either `PLAINTEXT` or `SSL`.
1628
+ */
1629
+ protocol?: pulumi.Input<string>;
1630
+ }
1631
+ export interface StreamInstanceDataProcessRegion {
1632
+ /**
1633
+ * Label that identifies the cloud service provider where MongoDB Cloud performs stream processing. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Streams/operation/createStreamInstance) describes the valid values.
1634
+ */
1635
+ cloudProvider: pulumi.Input<string>;
1636
+ /**
1637
+ * Name of the cloud provider region hosting Atlas Stream Processing. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Streams/operation/createStreamInstance) describes the valid values.
1638
+ */
1639
+ region: pulumi.Input<string>;
1640
+ }
1641
+ export interface StreamInstanceStreamConfig {
1642
+ /**
1643
+ * Selected tier for the Stream Instance. Configures Memory / VCPU allowances. The [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Streams/operation/createStreamInstance) describes the valid values.
1644
+ */
1645
+ tier?: pulumi.Input<string>;
1646
+ }
1548
1647
  export interface X509AuthenticationDatabaseUserCertificate {
1549
1648
  createdAt?: pulumi.Input<string>;
1550
1649
  groupId?: pulumi.Input<string>;