@pulumi/mongodbatlas 3.15.0-alpha.1707417157 → 3.15.0-alpha.1707546592
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/accessListApiKey.d.ts +1 -1
- package/accessListApiKey.js +1 -1
- package/advancedCluster.d.ts +1 -1
- package/advancedCluster.js +1 -1
- package/alertConfiguration.d.ts +2 -2
- package/alertConfiguration.js +2 -2
- package/auditing.d.ts +1 -1
- package/auditing.js +1 -1
- package/backupCompliancePolicy.d.ts +1 -1
- package/backupCompliancePolicy.js +1 -1
- package/cloudBackupSchedule.d.ts +1 -1
- package/cloudBackupSchedule.js +1 -1
- package/cloudBackupSnapshot.d.ts +1 -1
- package/cloudBackupSnapshot.js +1 -1
- package/cloudBackupSnapshotExportBucket.d.ts +1 -1
- package/cloudBackupSnapshotExportBucket.js +1 -1
- package/cloudBackupSnapshotExportJob.d.ts +1 -1
- package/cloudBackupSnapshotExportJob.js +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +1 -1
- package/cloudBackupSnapshotRestoreJob.js +1 -1
- package/cluster.d.ts +1 -1
- package/cluster.js +1 -1
- package/clusterOutageSimulation.d.ts +3 -1
- package/clusterOutageSimulation.js +3 -1
- package/clusterOutageSimulation.js.map +1 -1
- package/customDbRole.d.ts +1 -1
- package/customDbRole.js +1 -1
- package/customDnsConfigurationClusterAws.d.ts +1 -1
- package/customDnsConfigurationClusterAws.js +1 -1
- package/encryptionAtRest.d.ts +1 -1
- package/encryptionAtRest.js +1 -1
- package/federatedDatabaseInstance.d.ts +2 -2
- package/federatedDatabaseInstance.js +2 -2
- package/federatedQueryLimit.d.ts +1 -1
- package/federatedQueryLimit.js +1 -1
- package/federatedSettingsIdentityProvider.d.ts +1 -1
- package/federatedSettingsIdentityProvider.js +1 -1
- package/federatedSettingsOrgRoleMapping.d.ts +1 -1
- package/federatedSettingsOrgRoleMapping.js +1 -1
- package/globalClusterConfig.d.ts +1 -1
- package/globalClusterConfig.js +1 -1
- package/ldapConfiguration.d.ts +1 -1
- package/ldapConfiguration.js +1 -1
- package/ldapVerify.d.ts +1 -1
- package/ldapVerify.js +1 -1
- package/maintenanceWindow.d.ts +1 -1
- package/maintenanceWindow.js +1 -1
- package/networkContainer.d.ts +1 -1
- package/networkContainer.js +1 -1
- package/networkPeering.d.ts +1 -1
- package/networkPeering.js +1 -1
- package/package.json +1 -1
- package/privateEndpointRegionalMode.d.ts +1 -1
- package/privateEndpointRegionalMode.js +1 -1
- package/privateLinkEndpoint.d.ts +1 -1
- package/privateLinkEndpoint.js +1 -1
- package/privateLinkEndpointService.d.ts +1 -1
- package/privateLinkEndpointService.js +1 -1
- package/privatelinkEndpointServerless.d.ts +1 -1
- package/privatelinkEndpointServerless.js +1 -1
- package/privatelinkEndpointServiceServerless.d.ts +1 -1
- package/privatelinkEndpointServiceServerless.js +1 -1
- package/project.d.ts +1 -1
- package/project.js +1 -1
- package/projectIpAccessList.d.ts +1 -1
- package/projectIpAccessList.js +1 -1
- package/serverlessInstance.d.ts +2 -2
- package/serverlessInstance.js +2 -2
- package/x509authenticationDatabaseUser.d.ts +2 -2
- package/x509authenticationDatabaseUser.js +2 -2
package/accessListApiKey.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import mongodbatlas:index/accessListApiKey:AccessListApiKey test 5d0f1f74cf09a29120e123cd-a29120e123cd-10.242.88.0/21
|
|
33
33
|
* ```
|
|
34
|
-
* For more information see[MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Programmatic-API-Keys/operation/createApiKeyAccessList)
|
|
34
|
+
* For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Programmatic-API-Keys/operation/createApiKeyAccessList)
|
|
35
35
|
*/
|
|
36
36
|
export declare class AccessListApiKey extends pulumi.CustomResource {
|
|
37
37
|
/**
|
package/accessListApiKey.js
CHANGED
|
@@ -37,7 +37,7 @@ const utilities = require("./utilities");
|
|
|
37
37
|
* ```sh
|
|
38
38
|
* $ pulumi import mongodbatlas:index/accessListApiKey:AccessListApiKey test 5d0f1f74cf09a29120e123cd-a29120e123cd-10.242.88.0/21
|
|
39
39
|
* ```
|
|
40
|
-
* For more information see[MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Programmatic-API-Keys/operation/createApiKeyAccessList)
|
|
40
|
+
* For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Programmatic-API-Keys/operation/createApiKeyAccessList)
|
|
41
41
|
*/
|
|
42
42
|
class AccessListApiKey extends pulumi.CustomResource {
|
|
43
43
|
/**
|
package/advancedCluster.d.ts
CHANGED
|
@@ -304,7 +304,7 @@ import * as outputs from "./types/output";
|
|
|
304
304
|
* ```sh
|
|
305
305
|
* $ pulumi import mongodbatlas:index/advancedCluster:AdvancedCluster my_cluster 1112222b3bf99403840e8934-Cluster0
|
|
306
306
|
* ```
|
|
307
|
-
* See detailed information for arguments and attributes[MongoDB API Advanced Clusters](https://docs.atlas.mongodb.com/reference/api/cluster-advanced/create-one-cluster-advanced/)
|
|
307
|
+
* See detailed information for arguments and attributes: [MongoDB API Advanced Clusters](https://docs.atlas.mongodb.com/reference/api/cluster-advanced/create-one-cluster-advanced/)
|
|
308
308
|
*/
|
|
309
309
|
export declare class AdvancedCluster extends pulumi.CustomResource {
|
|
310
310
|
/**
|
package/advancedCluster.js
CHANGED
|
@@ -308,7 +308,7 @@ const utilities = require("./utilities");
|
|
|
308
308
|
* ```sh
|
|
309
309
|
* $ pulumi import mongodbatlas:index/advancedCluster:AdvancedCluster my_cluster 1112222b3bf99403840e8934-Cluster0
|
|
310
310
|
* ```
|
|
311
|
-
* See detailed information for arguments and attributes[MongoDB API Advanced Clusters](https://docs.atlas.mongodb.com/reference/api/cluster-advanced/create-one-cluster-advanced/)
|
|
311
|
+
* See detailed information for arguments and attributes: [MongoDB API Advanced Clusters](https://docs.atlas.mongodb.com/reference/api/cluster-advanced/create-one-cluster-advanced/)
|
|
312
312
|
*/
|
|
313
313
|
class AdvancedCluster extends pulumi.CustomResource {
|
|
314
314
|
/**
|
package/alertConfiguration.d.ts
CHANGED
|
@@ -128,9 +128,9 @@ import * as outputs from "./types/output";
|
|
|
128
128
|
* ```sh
|
|
129
129
|
* $ pulumi import mongodbatlas:index/alertConfiguration:AlertConfiguration test 5d0f1f74cf09a29120e123cd-5d0f1f74cf09a29120e1fscg
|
|
130
130
|
* ```
|
|
131
|
-
*
|
|
131
|
+
* __NOTE__: Third-party notifications will not contain their respective credentials as these are sensitive attributes. If you wish to perform updates on these notifications without providing the original credentials, the corresponding `notifier_id` attribute must be provided instead.
|
|
132
132
|
*
|
|
133
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/alert-configurations/)
|
|
133
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/alert-configurations/)
|
|
134
134
|
*/
|
|
135
135
|
export declare class AlertConfiguration extends pulumi.CustomResource {
|
|
136
136
|
/**
|
package/alertConfiguration.js
CHANGED
|
@@ -132,9 +132,9 @@ const utilities = require("./utilities");
|
|
|
132
132
|
* ```sh
|
|
133
133
|
* $ pulumi import mongodbatlas:index/alertConfiguration:AlertConfiguration test 5d0f1f74cf09a29120e123cd-5d0f1f74cf09a29120e1fscg
|
|
134
134
|
* ```
|
|
135
|
-
*
|
|
135
|
+
* __NOTE__: Third-party notifications will not contain their respective credentials as these are sensitive attributes. If you wish to perform updates on these notifications without providing the original credentials, the corresponding `notifier_id` attribute must be provided instead.
|
|
136
136
|
*
|
|
137
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/alert-configurations/)
|
|
137
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/alert-configurations/)
|
|
138
138
|
*/
|
|
139
139
|
class AlertConfiguration extends pulumi.CustomResource {
|
|
140
140
|
/**
|
package/auditing.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
23
|
* ```sh
|
|
24
24
|
* $ pulumi import mongodbatlas:index/auditing:Auditing my_auditing 5d09d6a59ccf6445652a444a
|
|
25
25
|
* ```
|
|
26
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/auditing/)
|
|
26
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/auditing/)
|
|
27
27
|
*/
|
|
28
28
|
export declare class Auditing extends pulumi.CustomResource {
|
|
29
29
|
/**
|
package/auditing.js
CHANGED
|
@@ -29,7 +29,7 @@ const utilities = require("./utilities");
|
|
|
29
29
|
* ```sh
|
|
30
30
|
* $ pulumi import mongodbatlas:index/auditing:Auditing my_auditing 5d09d6a59ccf6445652a444a
|
|
31
31
|
* ```
|
|
32
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/auditing/)
|
|
32
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/auditing/)
|
|
33
33
|
*/
|
|
34
34
|
class Auditing extends pulumi.CustomResource {
|
|
35
35
|
/**
|
|
@@ -11,7 +11,7 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* ```sh
|
|
12
12
|
* $ pulumi import mongodbatlas:index/backupCompliancePolicy:BackupCompliancePolicy backup_policy 5d0f1f73cf09a29120e173cf
|
|
13
13
|
* ```
|
|
14
|
-
* For more information see[MongoDB Atlas API Reference](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups/operation/updateDataProtectionSettings) and [Backup Compliance Policy Prohibited Actions](https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/#prohibited-actions).
|
|
14
|
+
* For more information see: [MongoDB Atlas API Reference](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups/operation/updateDataProtectionSettings) and [Backup Compliance Policy Prohibited Actions](https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/#prohibited-actions).
|
|
15
15
|
*/
|
|
16
16
|
export declare class BackupCompliancePolicy extends pulumi.CustomResource {
|
|
17
17
|
/**
|
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* ```sh
|
|
16
16
|
* $ pulumi import mongodbatlas:index/backupCompliancePolicy:BackupCompliancePolicy backup_policy 5d0f1f73cf09a29120e173cf
|
|
17
17
|
* ```
|
|
18
|
-
* For more information see[MongoDB Atlas API Reference](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups/operation/updateDataProtectionSettings) and [Backup Compliance Policy Prohibited Actions](https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/#prohibited-actions).
|
|
18
|
+
* For more information see: [MongoDB Atlas API Reference](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cloud-Backups/operation/updateDataProtectionSettings) and [Backup Compliance Policy Prohibited Actions](https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/#prohibited-actions).
|
|
19
19
|
*/
|
|
20
20
|
class BackupCompliancePolicy extends pulumi.CustomResource {
|
|
21
21
|
/**
|
package/cloudBackupSchedule.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* ```sh
|
|
10
10
|
* $ pulumi import mongodbatlas:index/cloudBackupSchedule:CloudBackupSchedule test 5d0f1f73cf09a29120e173cf-MyClusterTest
|
|
11
11
|
* ```
|
|
12
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/modify-one-schedule/)
|
|
12
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/modify-one-schedule/)
|
|
13
13
|
*/
|
|
14
14
|
export declare class CloudBackupSchedule extends pulumi.CustomResource {
|
|
15
15
|
/**
|
package/cloudBackupSchedule.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ```sh
|
|
14
14
|
* $ pulumi import mongodbatlas:index/cloudBackupSchedule:CloudBackupSchedule test 5d0f1f73cf09a29120e173cf-MyClusterTest
|
|
15
15
|
* ```
|
|
16
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/modify-one-schedule/)
|
|
16
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/modify-one-schedule/)
|
|
17
17
|
*/
|
|
18
18
|
class CloudBackupSchedule extends pulumi.CustomResource {
|
|
19
19
|
/**
|
package/cloudBackupSnapshot.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ import * as outputs from "./types/output";
|
|
|
46
46
|
* ```sh
|
|
47
47
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshot:CloudBackupSnapshot test 5d0f1f73cf09a29120e173cf-MyClusterTest-5d116d82014b764445b2f9b5
|
|
48
48
|
* ```
|
|
49
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/backup/backups/)
|
|
49
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/backup/backups/)
|
|
50
50
|
*/
|
|
51
51
|
export declare class CloudBackupSnapshot extends pulumi.CustomResource {
|
|
52
52
|
/**
|
package/cloudBackupSnapshot.js
CHANGED
|
@@ -50,7 +50,7 @@ const utilities = require("./utilities");
|
|
|
50
50
|
* ```sh
|
|
51
51
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshot:CloudBackupSnapshot test 5d0f1f73cf09a29120e173cf-MyClusterTest-5d116d82014b764445b2f9b5
|
|
52
52
|
* ```
|
|
53
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/backup/backups/)
|
|
53
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/backup/backups/)
|
|
54
54
|
*/
|
|
55
55
|
class CloudBackupSnapshot extends pulumi.CustomResource {
|
|
56
56
|
/**
|
|
@@ -25,7 +25,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
25
25
|
* ```sh
|
|
26
26
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshotExportBucket:CloudBackupSnapshotExportBucket test 5d0f1f73cf09a29120e173cf-5d116d82014b764445b2f9b5
|
|
27
27
|
* ```
|
|
28
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-bucket/)
|
|
28
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-bucket/)
|
|
29
29
|
*/
|
|
30
30
|
export declare class CloudBackupSnapshotExportBucket extends pulumi.CustomResource {
|
|
31
31
|
/**
|
|
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
|
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshotExportBucket:CloudBackupSnapshotExportBucket test 5d0f1f73cf09a29120e173cf-5d116d82014b764445b2f9b5
|
|
33
33
|
* ```
|
|
34
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-bucket/)
|
|
34
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-bucket/)
|
|
35
35
|
*/
|
|
36
36
|
class CloudBackupSnapshotExportBucket extends pulumi.CustomResource {
|
|
37
37
|
/**
|
|
@@ -37,7 +37,7 @@ import * as outputs from "./types/output";
|
|
|
37
37
|
* ```sh
|
|
38
38
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshotExportJob:CloudBackupSnapshotExportJob test 5d0f1f73cf09a29120e173cf-5d116d82014b764445b2f9b5-5d116d82014b764445b2f9b5
|
|
39
39
|
* ```
|
|
40
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-job/)
|
|
40
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-job/)
|
|
41
41
|
*/
|
|
42
42
|
export declare class CloudBackupSnapshotExportJob extends pulumi.CustomResource {
|
|
43
43
|
/**
|
|
@@ -41,7 +41,7 @@ const utilities = require("./utilities");
|
|
|
41
41
|
* ```sh
|
|
42
42
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshotExportJob:CloudBackupSnapshotExportJob test 5d0f1f73cf09a29120e173cf-5d116d82014b764445b2f9b5-5d116d82014b764445b2f9b5
|
|
43
43
|
* ```
|
|
44
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-job/)
|
|
44
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/export/create-one-export-job/)
|
|
45
45
|
*/
|
|
46
46
|
class CloudBackupSnapshotExportJob extends pulumi.CustomResource {
|
|
47
47
|
/**
|
|
@@ -49,7 +49,7 @@ import * as outputs from "./types/output";
|
|
|
49
49
|
* ```sh
|
|
50
50
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshotRestoreJob:CloudBackupSnapshotRestoreJob test 5cf5a45a9ccf6400e60981b6-MyCluster-5d1b654ecf09a24b888f4c79
|
|
51
51
|
* ```
|
|
52
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/restore/restores/)
|
|
52
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/restore/restores/)
|
|
53
53
|
*/
|
|
54
54
|
export declare class CloudBackupSnapshotRestoreJob extends pulumi.CustomResource {
|
|
55
55
|
/**
|
|
@@ -53,7 +53,7 @@ const utilities = require("./utilities");
|
|
|
53
53
|
* ```sh
|
|
54
54
|
* $ pulumi import mongodbatlas:index/cloudBackupSnapshotRestoreJob:CloudBackupSnapshotRestoreJob test 5cf5a45a9ccf6400e60981b6-MyCluster-5d1b654ecf09a24b888f4c79
|
|
55
55
|
* ```
|
|
56
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/restore/restores/)
|
|
56
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/restore/restores/)
|
|
57
57
|
*/
|
|
58
58
|
class CloudBackupSnapshotRestoreJob extends pulumi.CustomResource {
|
|
59
59
|
/**
|
package/cluster.d.ts
CHANGED
|
@@ -188,7 +188,7 @@ import * as outputs from "./types/output";
|
|
|
188
188
|
* ```sh
|
|
189
189
|
* $ pulumi import mongodbatlas:index/cluster:Cluster my_cluster 1112222b3bf99403840e8934-Cluster0
|
|
190
190
|
* ```
|
|
191
|
-
* See detailed information for arguments and attributes[MongoDB API Clusters](https://docs.atlas.mongodb.com/reference/api/clusters-create-one/)
|
|
191
|
+
* See detailed information for arguments and attributes: [MongoDB API Clusters](https://docs.atlas.mongodb.com/reference/api/clusters-create-one/)
|
|
192
192
|
*/
|
|
193
193
|
export declare class Cluster extends pulumi.CustomResource {
|
|
194
194
|
/**
|
package/cluster.js
CHANGED
|
@@ -192,7 +192,7 @@ const utilities = require("./utilities");
|
|
|
192
192
|
* ```sh
|
|
193
193
|
* $ pulumi import mongodbatlas:index/cluster:Cluster my_cluster 1112222b3bf99403840e8934-Cluster0
|
|
194
194
|
* ```
|
|
195
|
-
* See detailed information for arguments and attributes[MongoDB API Clusters](https://docs.atlas.mongodb.com/reference/api/clusters-create-one/)
|
|
195
|
+
* See detailed information for arguments and attributes: [MongoDB API Clusters](https://docs.atlas.mongodb.com/reference/api/clusters-create-one/)
|
|
196
196
|
*/
|
|
197
197
|
class Cluster extends pulumi.CustomResource {
|
|
198
198
|
/**
|
|
@@ -40,7 +40,9 @@ import * as outputs from "./types/output";
|
|
|
40
40
|
*
|
|
41
41
|
* ## Import
|
|
42
42
|
*
|
|
43
|
-
* The `mongodbatlas_cluster_outage_simulation` resource does not support import operation.
|
|
43
|
+
* The `mongodbatlas_cluster_outage_simulation` resource does not support import operation.
|
|
44
|
+
*
|
|
45
|
+
* See [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cluster-Outage-Simulation) Documentation for more information.
|
|
44
46
|
*/
|
|
45
47
|
export declare class ClusterOutageSimulation extends pulumi.CustomResource {
|
|
46
48
|
/**
|
|
@@ -44,7 +44,9 @@ const utilities = require("./utilities");
|
|
|
44
44
|
*
|
|
45
45
|
* ## Import
|
|
46
46
|
*
|
|
47
|
-
* The `mongodbatlas_cluster_outage_simulation` resource does not support import operation.
|
|
47
|
+
* The `mongodbatlas_cluster_outage_simulation` resource does not support import operation.
|
|
48
|
+
*
|
|
49
|
+
* See [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Cluster-Outage-Simulation) Documentation for more information.
|
|
48
50
|
*/
|
|
49
51
|
class ClusterOutageSimulation extends pulumi.CustomResource {
|
|
50
52
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clusterOutageSimulation.js","sourceRoot":"","sources":["../clusterOutageSimulation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"clusterOutageSimulation.js","sourceRoot":"","sources":["../clusterOutageSimulation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AA5FL,0DA6FC;AA/EG,gBAAgB;AACO,oCAAY,GAAG,oEAAoE,CAAC"}
|
package/customDbRole.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ import * as outputs from "./types/output";
|
|
|
108
108
|
* ```sh
|
|
109
109
|
* $ pulumi import mongodbatlas:index/customDbRole:CustomDbRole my_role 1112222b3bf99403840e8934-MyCustomRole
|
|
110
110
|
* ```
|
|
111
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/custom-roles/)
|
|
111
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/custom-roles/)
|
|
112
112
|
*/
|
|
113
113
|
export declare class CustomDbRole extends pulumi.CustomResource {
|
|
114
114
|
/**
|
package/customDbRole.js
CHANGED
|
@@ -112,7 +112,7 @@ const utilities = require("./utilities");
|
|
|
112
112
|
* ```sh
|
|
113
113
|
* $ pulumi import mongodbatlas:index/customDbRole:CustomDbRole my_role 1112222b3bf99403840e8934-MyCustomRole
|
|
114
114
|
* ```
|
|
115
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/custom-roles/)
|
|
115
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/custom-roles/)
|
|
116
116
|
*/
|
|
117
117
|
class CustomDbRole extends pulumi.CustomResource {
|
|
118
118
|
/**
|
|
@@ -27,7 +27,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
27
27
|
* ```sh
|
|
28
28
|
* $ pulumi import mongodbatlas:index/customDnsConfigurationClusterAws:CustomDnsConfigurationClusterAws test 1112222b3bf99403840e8934
|
|
29
29
|
* ```
|
|
30
|
-
* See detailed information for arguments and attributes[MongoDB API Custom DNS Configuration for Atlas Clusters on AWS](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/AWS-Clusters-DNS/operation/getAWSCustomDNS).
|
|
30
|
+
* See detailed information for arguments and attributes: [MongoDB API Custom DNS Configuration for Atlas Clusters on AWS](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/AWS-Clusters-DNS/operation/getAWSCustomDNS).
|
|
31
31
|
*/
|
|
32
32
|
export declare class CustomDnsConfigurationClusterAws extends pulumi.CustomResource {
|
|
33
33
|
/**
|
|
@@ -33,7 +33,7 @@ const utilities = require("./utilities");
|
|
|
33
33
|
* ```sh
|
|
34
34
|
* $ pulumi import mongodbatlas:index/customDnsConfigurationClusterAws:CustomDnsConfigurationClusterAws test 1112222b3bf99403840e8934
|
|
35
35
|
* ```
|
|
36
|
-
* See detailed information for arguments and attributes[MongoDB API Custom DNS Configuration for Atlas Clusters on AWS](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/AWS-Clusters-DNS/operation/getAWSCustomDNS).
|
|
36
|
+
* See detailed information for arguments and attributes: [MongoDB API Custom DNS Configuration for Atlas Clusters on AWS](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/AWS-Clusters-DNS/operation/getAWSCustomDNS).
|
|
37
37
|
*/
|
|
38
38
|
class CustomDnsConfigurationClusterAws extends pulumi.CustomResource {
|
|
39
39
|
/**
|
package/encryptionAtRest.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* ```sh
|
|
10
10
|
* $ pulumi import mongodbatlas:index/encryptionAtRest:EncryptionAtRest example 1112222b3bf99403840e8934
|
|
11
11
|
* ```
|
|
12
|
-
* For more information see[MongoDB Atlas API Reference for Encryption at Rest using Customer Key Management.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Encryption-at-Rest-using-Customer-Key-Management)
|
|
12
|
+
* For more information see: [MongoDB Atlas API Reference for Encryption at Rest using Customer Key Management.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Encryption-at-Rest-using-Customer-Key-Management)
|
|
13
13
|
*/
|
|
14
14
|
export declare class EncryptionAtRest extends pulumi.CustomResource {
|
|
15
15
|
/**
|
package/encryptionAtRest.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ```sh
|
|
14
14
|
* $ pulumi import mongodbatlas:index/encryptionAtRest:EncryptionAtRest example 1112222b3bf99403840e8934
|
|
15
15
|
* ```
|
|
16
|
-
* For more information see[MongoDB Atlas API Reference for Encryption at Rest using Customer Key Management.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Encryption-at-Rest-using-Customer-Key-Management)
|
|
16
|
+
* For more information see: [MongoDB Atlas API Reference for Encryption at Rest using Customer Key Management.](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Encryption-at-Rest-using-Customer-Key-Management)
|
|
17
17
|
*/
|
|
18
18
|
class EncryptionAtRest extends pulumi.CustomResource {
|
|
19
19
|
/**
|
|
@@ -95,13 +95,13 @@ import * as outputs from "./types/output";
|
|
|
95
95
|
* - The Federated Database Instance can be imported using project ID, name of the instance, in the format `project_id`--`name`, e.g.
|
|
96
96
|
*
|
|
97
97
|
* ```sh
|
|
98
|
-
*
|
|
98
|
+
* $ pulumi import mongodbatlas:index/federatedDatabaseInstance:FederatedDatabaseInstance mongodbatlas_federated_database_instance.example 1112222b3bf99403840e8934--test
|
|
99
99
|
* ```
|
|
100
100
|
*
|
|
101
101
|
* - The Federated Database Instance can be imported using project ID, name of the instance and name of the AWS S3 bucket, in the format `project_id`--`name`--`aws_test_s3_bucket`, e.g.
|
|
102
102
|
*
|
|
103
103
|
* ```sh
|
|
104
|
-
*
|
|
104
|
+
* $ pulumi import mongodbatlas:index/federatedDatabaseInstance:FederatedDatabaseInstance mongodbatlas_federated_database_instance.example 1112222b3bf99403840e8934--test--s3-test
|
|
105
105
|
* ```
|
|
106
106
|
*
|
|
107
107
|
* See [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation) Documentation for more information.
|
|
@@ -99,13 +99,13 @@ const utilities = require("./utilities");
|
|
|
99
99
|
* - The Federated Database Instance can be imported using project ID, name of the instance, in the format `project_id`--`name`, e.g.
|
|
100
100
|
*
|
|
101
101
|
* ```sh
|
|
102
|
-
*
|
|
102
|
+
* $ pulumi import mongodbatlas:index/federatedDatabaseInstance:FederatedDatabaseInstance mongodbatlas_federated_database_instance.example 1112222b3bf99403840e8934--test
|
|
103
103
|
* ```
|
|
104
104
|
*
|
|
105
105
|
* - The Federated Database Instance can be imported using project ID, name of the instance and name of the AWS S3 bucket, in the format `project_id`--`name`--`aws_test_s3_bucket`, e.g.
|
|
106
106
|
*
|
|
107
107
|
* ```sh
|
|
108
|
-
*
|
|
108
|
+
* $ pulumi import mongodbatlas:index/federatedDatabaseInstance:FederatedDatabaseInstance mongodbatlas_federated_database_instance.example 1112222b3bf99403840e8934--test--s3-test
|
|
109
109
|
* ```
|
|
110
110
|
*
|
|
111
111
|
* See [MongoDB Atlas API](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation) Documentation for more information.
|
package/federatedQueryLimit.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
*
|
|
23
23
|
* ## Import
|
|
24
24
|
*
|
|
25
|
-
* The Federated Database Instance Query Limit can be imported using project ID, name of the instance and limit name, in the format`project_id`--`tenant_name`--`limit_name`, e.g.
|
|
25
|
+
* The Federated Database Instance Query Limit can be imported using project ID, name of the instance and limit name, in the format: `project_id`--`tenant_name`--`limit_name`, e.g.
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
28
|
* $ pulumi import mongodbatlas:index/federatedQueryLimit:FederatedQueryLimit example 1112222b3bf99403840e8934--FederatedDatabaseInstance0--bytesProcessed.daily
|
package/federatedQueryLimit.js
CHANGED
|
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
*
|
|
29
29
|
* ## Import
|
|
30
30
|
*
|
|
31
|
-
* The Federated Database Instance Query Limit can be imported using project ID, name of the instance and limit name, in the format`project_id`--`tenant_name`--`limit_name`, e.g.
|
|
31
|
+
* The Federated Database Instance Query Limit can be imported using project ID, name of the instance and limit name, in the format: `project_id`--`tenant_name`--`limit_name`, e.g.
|
|
32
32
|
*
|
|
33
33
|
* ```sh
|
|
34
34
|
* $ pulumi import mongodbatlas:index/federatedQueryLimit:FederatedQueryLimit example 1112222b3bf99403840e8934--FederatedDatabaseInstance0--bytesProcessed.daily
|
|
@@ -32,7 +32,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
32
32
|
* ```
|
|
33
33
|
* __WARNING:__ Starting from terraform provider version 1.16.0, to import the resource a 24-hexadecimal digit string that identifies the IdP (`idp_id`) will have to be used instead of `okta_idp_id`. See more [here](../guides/1.15.0-upgrade-guide.html.markdown)
|
|
34
34
|
*
|
|
35
|
-
* For more information see[MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
35
|
+
* For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
36
36
|
*/
|
|
37
37
|
export declare class FederatedSettingsIdentityProvider extends pulumi.CustomResource {
|
|
38
38
|
/**
|
|
@@ -38,7 +38,7 @@ const utilities = require("./utilities");
|
|
|
38
38
|
* ```
|
|
39
39
|
* __WARNING:__ Starting from terraform provider version 1.16.0, to import the resource a 24-hexadecimal digit string that identifies the IdP (`idp_id`) will have to be used instead of `okta_idp_id`. See more [here](../guides/1.15.0-upgrade-guide.html.markdown)
|
|
40
40
|
*
|
|
41
|
-
* For more information see[MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
41
|
+
* For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
42
42
|
*/
|
|
43
43
|
class FederatedSettingsIdentityProvider extends pulumi.CustomResource {
|
|
44
44
|
/**
|
|
@@ -53,7 +53,7 @@ import * as outputs from "./types/output";
|
|
|
53
53
|
* ```sh
|
|
54
54
|
* $ pulumi import mongodbatlas:index/federatedSettingsOrgRoleMapping:FederatedSettingsOrgRoleMapping org_group_role_mapping_import 6287a663c7f7f7f71c441c6c-627a96837f7f7f7e306f14-628ae97f7f7468ea3727
|
|
55
55
|
* ```
|
|
56
|
-
* For more information see[MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
56
|
+
* For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
57
57
|
*/
|
|
58
58
|
export declare class FederatedSettingsOrgRoleMapping extends pulumi.CustomResource {
|
|
59
59
|
/**
|
|
@@ -57,7 +57,7 @@ const utilities = require("./utilities");
|
|
|
57
57
|
* ```sh
|
|
58
58
|
* $ pulumi import mongodbatlas:index/federatedSettingsOrgRoleMapping:FederatedSettingsOrgRoleMapping org_group_role_mapping_import 6287a663c7f7f7f71c441c6c-627a96837f7f7f7e306f14-628ae97f7f7468ea3727
|
|
59
59
|
* ```
|
|
60
|
-
* For more information see[MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
60
|
+
* For more information see: [MongoDB Atlas API Reference.](https://www.mongodb.com/docs/atlas/reference/api/federation-configuration/)
|
|
61
61
|
*/
|
|
62
62
|
class FederatedSettingsOrgRoleMapping extends pulumi.CustomResource {
|
|
63
63
|
/**
|
package/globalClusterConfig.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ import * as outputs from "./types/output";
|
|
|
106
106
|
* ```sh
|
|
107
107
|
* $ pulumi import mongodbatlas:index/globalClusterConfig:GlobalClusterConfig config 1112222b3bf99403840e8934-Cluster0
|
|
108
108
|
* ```
|
|
109
|
-
* See detailed information for arguments and attributes[MongoDB API Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/)
|
|
109
|
+
* See detailed information for arguments and attributes: [MongoDB API Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/)
|
|
110
110
|
*/
|
|
111
111
|
export declare class GlobalClusterConfig extends pulumi.CustomResource {
|
|
112
112
|
/**
|
package/globalClusterConfig.js
CHANGED
|
@@ -110,7 +110,7 @@ const utilities = require("./utilities");
|
|
|
110
110
|
* ```sh
|
|
111
111
|
* $ pulumi import mongodbatlas:index/globalClusterConfig:GlobalClusterConfig config 1112222b3bf99403840e8934-Cluster0
|
|
112
112
|
* ```
|
|
113
|
-
* See detailed information for arguments and attributes[MongoDB API Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/)
|
|
113
|
+
* See detailed information for arguments and attributes: [MongoDB API Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/)
|
|
114
114
|
*/
|
|
115
115
|
class GlobalClusterConfig extends pulumi.CustomResource {
|
|
116
116
|
/**
|
package/ldapConfiguration.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ import * as outputs from "./types/output";
|
|
|
50
50
|
* ```sh
|
|
51
51
|
* $ pulumi import mongodbatlas:index/ldapConfiguration:LdapConfiguration test 5d09d6a59ccf6445652a444a
|
|
52
52
|
* ```
|
|
53
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-save)
|
|
53
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-save)
|
|
54
54
|
*/
|
|
55
55
|
export declare class LdapConfiguration extends pulumi.CustomResource {
|
|
56
56
|
/**
|
package/ldapConfiguration.js
CHANGED
|
@@ -54,7 +54,7 @@ const utilities = require("./utilities");
|
|
|
54
54
|
* ```sh
|
|
55
55
|
* $ pulumi import mongodbatlas:index/ldapConfiguration:LdapConfiguration test 5d09d6a59ccf6445652a444a
|
|
56
56
|
* ```
|
|
57
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-save)
|
|
57
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-save)
|
|
58
58
|
*/
|
|
59
59
|
class LdapConfiguration extends pulumi.CustomResource {
|
|
60
60
|
/**
|
package/ldapVerify.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ import * as outputs from "./types/output";
|
|
|
37
37
|
* ```sh
|
|
38
38
|
* $ pulumi import mongodbatlas:index/ldapVerify:LdapVerify test 5d09d6a59ccf6445652a444a-5d09d6a59ccf6445652a444a
|
|
39
39
|
* ```
|
|
40
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-request-verification)
|
|
40
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-request-verification)
|
|
41
41
|
*/
|
|
42
42
|
export declare class LdapVerify extends pulumi.CustomResource {
|
|
43
43
|
/**
|
package/ldapVerify.js
CHANGED
|
@@ -41,7 +41,7 @@ const utilities = require("./utilities");
|
|
|
41
41
|
* ```sh
|
|
42
42
|
* $ pulumi import mongodbatlas:index/ldapVerify:LdapVerify test 5d09d6a59ccf6445652a444a-5d09d6a59ccf6445652a444a
|
|
43
43
|
* ```
|
|
44
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-request-verification)
|
|
44
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/ldaps-configuration-request-verification)
|
|
45
45
|
*/
|
|
46
46
|
class LdapVerify extends pulumi.CustomResource {
|
|
47
47
|
/**
|
package/maintenanceWindow.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
42
42
|
* ```sh
|
|
43
43
|
* $ pulumi import mongodbatlas:index/maintenanceWindow:MaintenanceWindow test 5d0f1f73cf09a29120e173cf
|
|
44
44
|
* ```
|
|
45
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/maintenance-windows/)
|
|
45
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/maintenance-windows/)
|
|
46
46
|
*/
|
|
47
47
|
export declare class MaintenanceWindow extends pulumi.CustomResource {
|
|
48
48
|
/**
|
package/maintenanceWindow.js
CHANGED
|
@@ -48,7 +48,7 @@ const utilities = require("./utilities");
|
|
|
48
48
|
* ```sh
|
|
49
49
|
* $ pulumi import mongodbatlas:index/maintenanceWindow:MaintenanceWindow test 5d0f1f73cf09a29120e173cf
|
|
50
50
|
* ```
|
|
51
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/maintenance-windows/)
|
|
51
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/maintenance-windows/)
|
|
52
52
|
*/
|
|
53
53
|
class MaintenanceWindow extends pulumi.CustomResource {
|
|
54
54
|
/**
|
package/networkContainer.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
61
61
|
* ```sh
|
|
62
62
|
* $ pulumi import mongodbatlas:index/networkContainer:NetworkContainer my_container 1112222b3bf99403840e8934-5cbf563d87d9d67253be590a
|
|
63
63
|
* ```
|
|
64
|
-
* See detailed information for arguments and attributes[MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-create-container/)
|
|
64
|
+
* See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-create-container/)
|
|
65
65
|
*
|
|
66
66
|
* -> __NOTE:__ If you need to get an existing container ID see the How-To Guide.
|
|
67
67
|
*/
|
package/networkContainer.js
CHANGED
|
@@ -67,7 +67,7 @@ const utilities = require("./utilities");
|
|
|
67
67
|
* ```sh
|
|
68
68
|
* $ pulumi import mongodbatlas:index/networkContainer:NetworkContainer my_container 1112222b3bf99403840e8934-5cbf563d87d9d67253be590a
|
|
69
69
|
* ```
|
|
70
|
-
* See detailed information for arguments and attributes[MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-create-container/)
|
|
70
|
+
* See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-create-container/)
|
|
71
71
|
*
|
|
72
72
|
* -> __NOTE:__ If you need to get an existing container ID see the How-To Guide.
|
|
73
73
|
*/
|
package/networkPeering.d.ts
CHANGED
|
@@ -291,7 +291,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
291
291
|
* ```sh
|
|
292
292
|
* $ pulumi import mongodbatlas:index/networkPeering:NetworkPeering my_peering 1112222b3bf99403840e8934-5cbf563d87d9d67253be590a-AWS
|
|
293
293
|
* ```
|
|
294
|
-
* See detailed information for arguments and attributes[MongoDB API Network Peering Connection](https://docs.atlas.mongodb.com/reference/api/vpc-create-peering-connection/)
|
|
294
|
+
* See detailed information for arguments and attributes: [MongoDB API Network Peering Connection](https://docs.atlas.mongodb.com/reference/api/vpc-create-peering-connection/)
|
|
295
295
|
*
|
|
296
296
|
* -> __NOTE:__ If you need to get an existing container ID see the How-To Guide.
|
|
297
297
|
*/
|
package/networkPeering.js
CHANGED
|
@@ -297,7 +297,7 @@ const utilities = require("./utilities");
|
|
|
297
297
|
* ```sh
|
|
298
298
|
* $ pulumi import mongodbatlas:index/networkPeering:NetworkPeering my_peering 1112222b3bf99403840e8934-5cbf563d87d9d67253be590a-AWS
|
|
299
299
|
* ```
|
|
300
|
-
* See detailed information for arguments and attributes[MongoDB API Network Peering Connection](https://docs.atlas.mongodb.com/reference/api/vpc-create-peering-connection/)
|
|
300
|
+
* See detailed information for arguments and attributes: [MongoDB API Network Peering Connection](https://docs.atlas.mongodb.com/reference/api/vpc-create-peering-connection/)
|
|
301
301
|
*
|
|
302
302
|
* -> __NOTE:__ If you need to get an existing container ID see the How-To Guide.
|
|
303
303
|
*/
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
25
25
|
* ```sh
|
|
26
26
|
* $ pulumi import mongodbatlas:index/privateEndpointRegionalMode:PrivateEndpointRegionalMode test 1112222b3bf99403840e8934
|
|
27
27
|
* ```
|
|
28
|
-
* See detailed information for arguments and
|
|
28
|
+
* See detailed information for arguments and attributes: __Private Endpoints__ [Get Regional Mode](https://www.mongodb.com/docs/atlas/reference/api/private-endpoints-get-regional-mode/) | [Update Regional Mode](https://www.mongodb.com/docs/atlas/reference/api/private-endpoints-update-regional-mode/)
|
|
29
29
|
*/
|
|
30
30
|
export declare class PrivateEndpointRegionalMode extends pulumi.CustomResource {
|
|
31
31
|
/**
|
|
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
|
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import mongodbatlas:index/privateEndpointRegionalMode:PrivateEndpointRegionalMode test 1112222b3bf99403840e8934
|
|
33
33
|
* ```
|
|
34
|
-
* See detailed information for arguments and
|
|
34
|
+
* See detailed information for arguments and attributes: __Private Endpoints__ [Get Regional Mode](https://www.mongodb.com/docs/atlas/reference/api/private-endpoints-get-regional-mode/) | [Update Regional Mode](https://www.mongodb.com/docs/atlas/reference/api/private-endpoints-update-regional-mode/)
|
|
35
35
|
*/
|
|
36
36
|
class PrivateEndpointRegionalMode extends pulumi.CustomResource {
|
|
37
37
|
/**
|
package/privateLinkEndpoint.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
32
32
|
* ```sh
|
|
33
33
|
* $ pulumi import mongodbatlas:index/privateLinkEndpoint:PrivateLinkEndpoint test 1112222b3bf99403840e8934-3242342343112-AWS-us-east-1
|
|
34
34
|
* ```
|
|
35
|
-
* See detailed information for arguments and attributes[MongoDB API Private Endpoint Service](https://docs.atlas.mongodb.com/reference/api/private-endpoints-service-create-one//)
|
|
35
|
+
* See detailed information for arguments and attributes: [MongoDB API Private Endpoint Service](https://docs.atlas.mongodb.com/reference/api/private-endpoints-service-create-one//)
|
|
36
36
|
*/
|
|
37
37
|
export declare class PrivateLinkEndpoint extends pulumi.CustomResource {
|
|
38
38
|
/**
|
package/privateLinkEndpoint.js
CHANGED
|
@@ -38,7 +38,7 @@ const utilities = require("./utilities");
|
|
|
38
38
|
* ```sh
|
|
39
39
|
* $ pulumi import mongodbatlas:index/privateLinkEndpoint:PrivateLinkEndpoint test 1112222b3bf99403840e8934-3242342343112-AWS-us-east-1
|
|
40
40
|
* ```
|
|
41
|
-
* See detailed information for arguments and attributes[MongoDB API Private Endpoint Service](https://docs.atlas.mongodb.com/reference/api/private-endpoints-service-create-one//)
|
|
41
|
+
* See detailed information for arguments and attributes: [MongoDB API Private Endpoint Service](https://docs.atlas.mongodb.com/reference/api/private-endpoints-service-create-one//)
|
|
42
42
|
*/
|
|
43
43
|
class PrivateLinkEndpoint extends pulumi.CustomResource {
|
|
44
44
|
/**
|
|
@@ -81,7 +81,7 @@ import * as outputs from "./types/output";
|
|
|
81
81
|
* ```sh
|
|
82
82
|
* $ pulumi import mongodbatlas:index/privateLinkEndpointService:PrivateLinkEndpointService test 1112222b3bf99403840e8934--3242342343112--vpce-4242342343--AWS
|
|
83
83
|
* ```
|
|
84
|
-
* See detailed information for arguments and attributes[MongoDB API Private Endpoint Link Connection](https://docs.atlas.mongodb.com/reference/api/private-endpoints-endpoint-create-one/)
|
|
84
|
+
* See detailed information for arguments and attributes: [MongoDB API Private Endpoint Link Connection](https://docs.atlas.mongodb.com/reference/api/private-endpoints-endpoint-create-one/)
|
|
85
85
|
*/
|
|
86
86
|
export declare class PrivateLinkEndpointService extends pulumi.CustomResource {
|
|
87
87
|
/**
|
|
@@ -85,7 +85,7 @@ const utilities = require("./utilities");
|
|
|
85
85
|
* ```sh
|
|
86
86
|
* $ pulumi import mongodbatlas:index/privateLinkEndpointService:PrivateLinkEndpointService test 1112222b3bf99403840e8934--3242342343112--vpce-4242342343--AWS
|
|
87
87
|
* ```
|
|
88
|
-
* See detailed information for arguments and attributes[MongoDB API Private Endpoint Link Connection](https://docs.atlas.mongodb.com/reference/api/private-endpoints-endpoint-create-one/)
|
|
88
|
+
* See detailed information for arguments and attributes: [MongoDB API Private Endpoint Link Connection](https://docs.atlas.mongodb.com/reference/api/private-endpoints-endpoint-create-one/)
|
|
89
89
|
*/
|
|
90
90
|
class PrivateLinkEndpointService extends pulumi.CustomResource {
|
|
91
91
|
/**
|
|
@@ -32,7 +32,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
32
32
|
* ```sh
|
|
33
33
|
* $ pulumi import mongodbatlas:index/privatelinkEndpointServerless:PrivatelinkEndpointServerless test 1112222b3bf99403840e8934--serverless_name--vpce-jjg5e24qp93513h03
|
|
34
34
|
* ```
|
|
35
|
-
* For more information see[MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
35
|
+
* For more information see: [MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
36
36
|
*/
|
|
37
37
|
export declare class PrivatelinkEndpointServerless extends pulumi.CustomResource {
|
|
38
38
|
/**
|
|
@@ -38,7 +38,7 @@ const utilities = require("./utilities");
|
|
|
38
38
|
* ```sh
|
|
39
39
|
* $ pulumi import mongodbatlas:index/privatelinkEndpointServerless:PrivatelinkEndpointServerless test 1112222b3bf99403840e8934--serverless_name--vpce-jjg5e24qp93513h03
|
|
40
40
|
* ```
|
|
41
|
-
* For more information see[MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
41
|
+
* For more information see: [MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
42
42
|
*/
|
|
43
43
|
class PrivatelinkEndpointServerless extends pulumi.CustomResource {
|
|
44
44
|
/**
|
|
@@ -53,7 +53,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
53
53
|
* ```sh
|
|
54
54
|
* $ pulumi import mongodbatlas:index/privatelinkEndpointServiceServerless:PrivatelinkEndpointServiceServerless test 1112222b3bf99403840e8934--serverless_name--vpce-jjg5e24qp93513h03
|
|
55
55
|
* ```
|
|
56
|
-
* For more information see[MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
56
|
+
* For more information see: [MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
57
57
|
*/
|
|
58
58
|
export declare class PrivatelinkEndpointServiceServerless extends pulumi.CustomResource {
|
|
59
59
|
/**
|
|
@@ -59,7 +59,7 @@ const utilities = require("./utilities");
|
|
|
59
59
|
* ```sh
|
|
60
60
|
* $ pulumi import mongodbatlas:index/privatelinkEndpointServiceServerless:PrivatelinkEndpointServiceServerless test 1112222b3bf99403840e8934--serverless_name--vpce-jjg5e24qp93513h03
|
|
61
61
|
* ```
|
|
62
|
-
* For more information see[MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
62
|
+
* For more information see: [MongoDB Atlas API - Serverless Private Endpoints](https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints-get-one/).
|
|
63
63
|
*/
|
|
64
64
|
class PrivatelinkEndpointServiceServerless extends pulumi.CustomResource {
|
|
65
65
|
/**
|
package/project.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ import * as outputs from "./types/output";
|
|
|
55
55
|
* ```sh
|
|
56
56
|
* $ pulumi import mongodbatlas:index/project:Project my_project 5d09d6a59ccf6445652a444a
|
|
57
57
|
* ```
|
|
58
|
-
* For more information see[MongoDB Atlas Admin API Projects](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Projects) and [MongoDB Atlas Admin API Teams](https://docs.atlas.mongodb.com/reference/api/teams/) Documentation for more information.
|
|
58
|
+
* For more information see: [MongoDB Atlas Admin API Projects](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Projects) and [MongoDB Atlas Admin API Teams](https://docs.atlas.mongodb.com/reference/api/teams/) Documentation for more information.
|
|
59
59
|
*/
|
|
60
60
|
export declare class Project extends pulumi.CustomResource {
|
|
61
61
|
/**
|
package/project.js
CHANGED
|
@@ -59,7 +59,7 @@ const utilities = require("./utilities");
|
|
|
59
59
|
* ```sh
|
|
60
60
|
* $ pulumi import mongodbatlas:index/project:Project my_project 5d09d6a59ccf6445652a444a
|
|
61
61
|
* ```
|
|
62
|
-
* For more information see[MongoDB Atlas Admin API Projects](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Projects) and [MongoDB Atlas Admin API Teams](https://docs.atlas.mongodb.com/reference/api/teams/) Documentation for more information.
|
|
62
|
+
* For more information see: [MongoDB Atlas Admin API Projects](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Projects) and [MongoDB Atlas Admin API Teams](https://docs.atlas.mongodb.com/reference/api/teams/) Documentation for more information.
|
|
63
63
|
*/
|
|
64
64
|
class Project extends pulumi.CustomResource {
|
|
65
65
|
/**
|
package/projectIpAccessList.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ import * as outputs from "./types/output";
|
|
|
70
70
|
* ```sh
|
|
71
71
|
* $ pulumi import mongodbatlas:index/projectIpAccessList:ProjectIpAccessList test 5d0f1f74cf09a29120e123cd-10.242.88.0/21
|
|
72
72
|
* ```
|
|
73
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/access-lists/)
|
|
73
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/access-lists/)
|
|
74
74
|
*/
|
|
75
75
|
export declare class ProjectIpAccessList extends pulumi.CustomResource {
|
|
76
76
|
/**
|
package/projectIpAccessList.js
CHANGED
|
@@ -74,7 +74,7 @@ const utilities = require("./utilities");
|
|
|
74
74
|
* ```sh
|
|
75
75
|
* $ pulumi import mongodbatlas:index/projectIpAccessList:ProjectIpAccessList test 5d0f1f74cf09a29120e123cd-10.242.88.0/21
|
|
76
76
|
* ```
|
|
77
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/access-lists/)
|
|
77
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/access-lists/)
|
|
78
78
|
*/
|
|
79
79
|
class ProjectIpAccessList extends pulumi.CustomResource {
|
|
80
80
|
/**
|
package/serverlessInstance.d.ts
CHANGED
|
@@ -35,10 +35,10 @@ import * as outputs from "./types/output";
|
|
|
35
35
|
* Serverless Instance can be imported using the group ID and serverless instance name, in the format `GROUP_ID-SERVERLESS_INSTANCE_NAME`, e.g.
|
|
36
36
|
*
|
|
37
37
|
* ```sh
|
|
38
|
-
*
|
|
38
|
+
* $ pulumi import mongodbatlas:index/serverlessInstance:ServerlessInstance my_serverless_instance 1112222b3bf99403840e8934-My Serverless Instance
|
|
39
39
|
* ```
|
|
40
40
|
*
|
|
41
|
-
* For more information see[MongoDB Atlas API - Serverless Instance](https://docs.atlas.mongodb.com/reference/api/serverless-instances/) Documentation.
|
|
41
|
+
* For more information see: [MongoDB Atlas API - Serverless Instance](https://docs.atlas.mongodb.com/reference/api/serverless-instances/) Documentation.
|
|
42
42
|
*/
|
|
43
43
|
export declare class ServerlessInstance extends pulumi.CustomResource {
|
|
44
44
|
/**
|
package/serverlessInstance.js
CHANGED
|
@@ -39,10 +39,10 @@ const utilities = require("./utilities");
|
|
|
39
39
|
* Serverless Instance can be imported using the group ID and serverless instance name, in the format `GROUP_ID-SERVERLESS_INSTANCE_NAME`, e.g.
|
|
40
40
|
*
|
|
41
41
|
* ```sh
|
|
42
|
-
*
|
|
42
|
+
* $ pulumi import mongodbatlas:index/serverlessInstance:ServerlessInstance my_serverless_instance 1112222b3bf99403840e8934-My Serverless Instance
|
|
43
43
|
* ```
|
|
44
44
|
*
|
|
45
|
-
* For more information see[MongoDB Atlas API - Serverless Instance](https://docs.atlas.mongodb.com/reference/api/serverless-instances/) Documentation.
|
|
45
|
+
* For more information see: [MongoDB Atlas API - Serverless Instance](https://docs.atlas.mongodb.com/reference/api/serverless-instances/) Documentation.
|
|
46
46
|
*/
|
|
47
47
|
class ServerlessInstance extends pulumi.CustomResource {
|
|
48
48
|
/**
|
|
@@ -24,14 +24,14 @@ import * as outputs from "./types/output";
|
|
|
24
24
|
* ```sh
|
|
25
25
|
* $ pulumi import mongodbatlas:index/x509AuthenticationDatabaseUser:X509AuthenticationDatabaseUser test 1112222b3bf99403840e8934-myUsername
|
|
26
26
|
* ```
|
|
27
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
27
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
28
28
|
*
|
|
29
29
|
* Current X.509 Configuration can be imported using project ID, in the format `project_id`, e.g.
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
32
|
* $ pulumi import mongodbatlas:index/x509AuthenticationDatabaseUser:X509AuthenticationDatabaseUser test 1112222b3bf99403840e8934
|
|
33
33
|
* ```
|
|
34
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
34
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
35
35
|
*/
|
|
36
36
|
export declare class X509AuthenticationDatabaseUser extends pulumi.CustomResource {
|
|
37
37
|
/**
|
|
@@ -28,14 +28,14 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* ```sh
|
|
29
29
|
* $ pulumi import mongodbatlas:index/x509AuthenticationDatabaseUser:X509AuthenticationDatabaseUser test 1112222b3bf99403840e8934-myUsername
|
|
30
30
|
* ```
|
|
31
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
31
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
32
32
|
*
|
|
33
33
|
* Current X.509 Configuration can be imported using project ID, in the format `project_id`, e.g.
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
36
|
* $ pulumi import mongodbatlas:index/x509AuthenticationDatabaseUser:X509AuthenticationDatabaseUser test 1112222b3bf99403840e8934
|
|
37
37
|
* ```
|
|
38
|
-
* For more information see[MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
38
|
+
* For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/x509-configuration-get-certificates/)
|
|
39
39
|
*/
|
|
40
40
|
class X509AuthenticationDatabaseUser extends pulumi.CustomResource {
|
|
41
41
|
/**
|