@pulumi/mongodbatlas 3.1.0-alpha.1637768803 → 3.1.2
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/README.md +1 -1
- package/alertConfiguration.d.ts +21 -21
- package/alertConfiguration.js +27 -26
- package/alertConfiguration.js.map +1 -1
- package/auditing.d.ts +9 -9
- package/auditing.js +13 -12
- package/auditing.js.map +1 -1
- package/cloudBackupSchedule.d.ts +23 -23
- package/cloudBackupSchedule.js +29 -28
- package/cloudBackupSchedule.js.map +1 -1
- package/cloudProviderAccess.d.ts +12 -12
- package/cloudProviderAccess.js +21 -20
- package/cloudProviderAccess.js.map +1 -1
- package/cloudProviderAccessAuthorization.d.ts +8 -8
- package/cloudProviderAccessAuthorization.js +13 -12
- package/cloudProviderAccessAuthorization.js.map +1 -1
- package/cloudProviderAccessSetup.d.ts +8 -8
- package/cloudProviderAccessSetup.js +15 -14
- package/cloudProviderAccessSetup.js.map +1 -1
- package/cloudProviderSnapshot.d.ts +32 -17
- package/cloudProviderSnapshot.js +34 -28
- package/cloudProviderSnapshot.js.map +1 -1
- package/cloudProviderSnapshotBackupPolicy.d.ts +16 -16
- package/cloudProviderSnapshotBackupPolicy.js +21 -20
- package/cloudProviderSnapshotBackupPolicy.js.map +1 -1
- package/cloudProviderSnapshotRestoreJob.d.ts +20 -18
- package/cloudProviderSnapshotRestoreJob.js +31 -28
- package/cloudProviderSnapshotRestoreJob.js.map +1 -1
- package/cluster.d.ts +75 -75
- package/cluster.js +87 -86
- package/cluster.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +4 -4
- package/config/vars.js +25 -17
- package/config/vars.js.map +1 -1
- package/customDbRole.d.ts +9 -9
- package/customDbRole.js +12 -11
- package/customDbRole.js.map +1 -1
- package/customDnsConfigurationClusterAws.d.ts +4 -4
- package/customDnsConfigurationClusterAws.js +7 -6
- package/customDnsConfigurationClusterAws.js.map +1 -1
- package/dataLake.d.ts +12 -12
- package/dataLake.js +19 -18
- package/dataLake.js.map +1 -1
- package/databaseUser.d.ts +22 -22
- package/databaseUser.js +25 -24
- package/databaseUser.js.map +1 -1
- package/encryptionAtRest.d.ts +14 -14
- package/encryptionAtRest.js +17 -16
- package/encryptionAtRest.js.map +1 -1
- package/eventTrigger.d.ts +39 -39
- package/eventTrigger.js +45 -44
- package/eventTrigger.js.map +1 -1
- package/get509AuthenticationDatabaseUser.d.ts +20 -6
- package/get509AuthenticationDatabaseUser.js +9 -4
- package/get509AuthenticationDatabaseUser.js.map +1 -1
- package/getAlertConfiguration.d.ts +16 -2
- package/getAlertConfiguration.js +5 -0
- package/getAlertConfiguration.js.map +1 -1
- package/getAuditing.d.ts +11 -1
- package/getAuditing.js +5 -0
- package/getAuditing.js.map +1 -1
- package/getCloudBackupSchedule.d.ts +16 -2
- package/getCloudBackupSchedule.js +5 -0
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudProviderAccess.d.ts +14 -4
- package/getCloudProviderAccess.js +8 -3
- package/getCloudProviderAccess.js.map +1 -1
- package/getCloudProviderAccessSetup.d.ts +26 -8
- package/getCloudProviderAccessSetup.js +10 -5
- package/getCloudProviderAccessSetup.js.map +1 -1
- package/getCloudProviderSnapshot.d.ts +20 -3
- package/getCloudProviderSnapshot.js +7 -0
- package/getCloudProviderSnapshot.js.map +1 -1
- package/getCloudProviderSnapshotBackupPolicy.d.ts +16 -2
- package/getCloudProviderSnapshotBackupPolicy.js +5 -0
- package/getCloudProviderSnapshotBackupPolicy.js.map +1 -1
- package/getCloudProviderSnapshotRestoreJob.d.ts +23 -3
- package/getCloudProviderSnapshotRestoreJob.js +7 -0
- package/getCloudProviderSnapshotRestoreJob.js.map +1 -1
- package/getCloudProviderSnapshotRestoreJobs.d.ts +29 -5
- package/getCloudProviderSnapshotRestoreJobs.js +8 -1
- package/getCloudProviderSnapshotRestoreJobs.js.map +1 -1
- package/getCloudProviderSnapshots.d.ts +45 -4
- package/getCloudProviderSnapshots.js +27 -0
- package/getCloudProviderSnapshots.js.map +1 -1
- package/getCluster.d.ts +16 -2
- package/getCluster.js +5 -0
- package/getCluster.js.map +1 -1
- package/getClusters.d.ts +14 -4
- package/getClusters.js +8 -3
- package/getClusters.js.map +1 -1
- package/getCustomDbRole.d.ts +22 -7
- package/getCustomDbRole.js +9 -4
- package/getCustomDbRole.js.map +1 -1
- package/getCustomDbRoles.d.ts +11 -1
- package/getCustomDbRoles.js +5 -0
- package/getCustomDbRoles.js.map +1 -1
- package/getCustomDnsConfigurationClusterAws.d.ts +11 -1
- package/getCustomDnsConfigurationClusterAws.js +5 -0
- package/getCustomDnsConfigurationClusterAws.js.map +1 -1
- package/getDataLake.d.ts +16 -2
- package/getDataLake.js +5 -0
- package/getDataLake.js.map +1 -1
- package/getDataLakes.d.ts +12 -2
- package/getDataLakes.js +6 -1
- package/getDataLakes.js.map +1 -1
- package/getDatabaseUser.d.ts +28 -4
- package/getDatabaseUser.js +5 -0
- package/getDatabaseUser.js.map +1 -1
- package/getDatabaseUsers.d.ts +14 -4
- package/getDatabaseUsers.js +8 -3
- package/getDatabaseUsers.js.map +1 -1
- package/getEventTrigger.d.ts +21 -3
- package/getEventTrigger.js +5 -0
- package/getEventTrigger.js.map +1 -1
- package/getEventTriggers.d.ts +16 -2
- package/getEventTriggers.js +5 -0
- package/getEventTriggers.js.map +1 -1
- package/getGlobalClusterConfig.d.ts +19 -3
- package/getGlobalClusterConfig.js +5 -0
- package/getGlobalClusterConfig.js.map +1 -1
- package/getLdapConfiguration.d.ts +11 -1
- package/getLdapConfiguration.js +5 -0
- package/getLdapConfiguration.js.map +1 -1
- package/getLdapVerify.d.ts +16 -2
- package/getLdapVerify.js +5 -0
- package/getLdapVerify.js.map +1 -1
- package/getMaintenanceWindow.d.ts +11 -1
- package/getMaintenanceWindow.js +5 -0
- package/getMaintenanceWindow.js.map +1 -1
- package/getNetworkContainer.d.ts +16 -2
- package/getNetworkContainer.js +5 -0
- package/getNetworkContainer.js.map +1 -1
- package/getNetworkContainers.d.ts +17 -3
- package/getNetworkContainers.js +6 -1
- package/getNetworkContainers.js.map +1 -1
- package/getNetworkPeering.d.ts +16 -2
- package/getNetworkPeering.js +5 -0
- package/getNetworkPeering.js.map +1 -1
- package/getNetworkPeerings.d.ts +14 -4
- package/getNetworkPeerings.js +8 -3
- package/getNetworkPeerings.js.map +1 -1
- package/getOnlineArchive.d.ts +21 -3
- package/getOnlineArchive.js +5 -0
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +16 -2
- package/getOnlineArchives.js +5 -0
- package/getOnlineArchives.js.map +1 -1
- package/getPrivateLinkEndpoint.d.ts +35 -5
- package/getPrivateLinkEndpoint.js +5 -0
- package/getPrivateLinkEndpoint.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +36 -4
- package/getPrivateLinkEndpointService.js +5 -0
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getProject.d.ts +17 -3
- package/getProject.js +6 -1
- package/getProject.js.map +1 -1
- package/getProjectIpAccessList.d.ts +26 -4
- package/getProjectIpAccessList.js +5 -0
- package/getProjectIpAccessList.js.map +1 -1
- package/getProjects.d.ts +17 -3
- package/getProjects.js +6 -1
- package/getProjects.js.map +1 -1
- package/getSearchIndex.d.ts +76 -17
- package/getSearchIndex.js +6 -1
- package/getSearchIndex.js.map +1 -1
- package/getSearchIndexes.d.ts +37 -7
- package/getSearchIndexes.js +6 -1
- package/getSearchIndexes.js.map +1 -1
- package/getTeam.d.ts +21 -3
- package/getTeam.js +5 -0
- package/getTeam.js.map +1 -1
- package/getTeams.d.ts +12 -3
- package/getTeams.js +5 -0
- package/getTeams.js.map +1 -1
- package/getThirdPartyIntegration.d.ts +41 -2
- package/getThirdPartyIntegration.js +23 -0
- package/getThirdPartyIntegration.js.map +1 -1
- package/getThirdPartyIntegrations.d.ts +34 -1
- package/getThirdPartyIntegrations.js +28 -0
- package/getThirdPartyIntegrations.js.map +1 -1
- package/globalClusterConfig.d.ts +9 -9
- package/globalClusterConfig.js +13 -12
- package/globalClusterConfig.js.map +1 -1
- package/index.js +88 -80
- package/index.js.map +1 -1
- package/ldapConfiguration.d.ts +20 -20
- package/ldapConfiguration.js +23 -22
- package/ldapConfiguration.js.map +1 -1
- package/ldapVerify.d.ts +18 -18
- package/ldapVerify.js +25 -24
- package/ldapVerify.js.map +1 -1
- package/maintenanceWindow.d.ts +15 -15
- package/maintenanceWindow.js +19 -18
- package/maintenanceWindow.js.map +1 -1
- package/networkContainer.d.ts +19 -19
- package/networkContainer.js +29 -28
- package/networkContainer.js.map +1 -1
- package/networkPeering.d.ts +40 -40
- package/networkPeering.js +51 -50
- package/networkPeering.js.map +1 -1
- package/onlineArchive.d.ts +18 -18
- package/onlineArchive.js +23 -22
- package/onlineArchive.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/privateIpMode.d.ts +4 -4
- package/privateIpMode.js +7 -6
- package/privateIpMode.js.map +1 -1
- package/privateLinkEndpoint.d.ts +50 -26
- package/privateLinkEndpoint.js +31 -24
- package/privateLinkEndpoint.js.map +1 -1
- package/privateLinkEndpointService.d.ts +162 -23
- package/privateLinkEndpointService.js +131 -26
- package/privateLinkEndpointService.js.map +1 -1
- package/project.d.ts +22 -10
- package/project.js +17 -14
- package/project.js.map +1 -1
- package/projectIpAccessList.d.ts +10 -10
- package/projectIpAccessList.js +13 -12
- package/projectIpAccessList.js.map +1 -1
- package/provider.d.ts +20 -4
- package/provider.js +7 -6
- package/provider.js.map +1 -1
- package/searchIndex.d.ts +129 -38
- package/searchIndex.js +98 -26
- package/searchIndex.js.map +1 -1
- package/team.d.ts +7 -7
- package/team.js +11 -10
- package/team.js.map +1 -1
- package/teams.d.ts +7 -7
- package/teams.js +11 -10
- package/teams.js.map +1 -1
- package/thirdPartyIntegration.d.ts +34 -34
- package/thirdPartyIntegration.js +37 -36
- package/thirdPartyIntegration.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +67 -0
- package/types/output.d.ts +85 -0
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
- package/x509authenticationDatabaseUser.d.ts +10 -10
- package/x509authenticationDatabaseUser.js +15 -14
- package/x509authenticationDatabaseUser.js.map +1 -1
package/getCustomDbRoles.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getCustomDbRolesOutput = exports.getCustomDbRoles = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -48,4 +49,8 @@ function getCustomDbRoles(args, opts) {
|
|
|
48
49
|
}, opts);
|
|
49
50
|
}
|
|
50
51
|
exports.getCustomDbRoles = getCustomDbRoles;
|
|
52
|
+
function getCustomDbRolesOutput(args, opts) {
|
|
53
|
+
return pulumi.output(args).apply(a => getCustomDbRoles(a, opts));
|
|
54
|
+
}
|
|
55
|
+
exports.getCustomDbRolesOutput = getCustomDbRolesOutput;
|
|
51
56
|
//# sourceMappingURL=getCustomDbRoles.js.map
|
package/getCustomDbRoles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCustomDbRoles.js","sourceRoot":"","sources":["../getCustomDbRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getCustomDbRoles.js","sourceRoot":"","sources":["../getCustomDbRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AA2BD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
|
@@ -12,7 +12,7 @@ export interface GetCustomDnsConfigurationClusterAwsArgs {
|
|
|
12
12
|
/**
|
|
13
13
|
* Unique identifier for the project.
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
projectId: string;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* A collection of values returned by getCustomDnsConfigurationClusterAws.
|
|
@@ -28,3 +28,13 @@ export interface GetCustomDnsConfigurationClusterAwsResult {
|
|
|
28
28
|
readonly id: string;
|
|
29
29
|
readonly projectId: string;
|
|
30
30
|
}
|
|
31
|
+
export declare function getCustomDnsConfigurationClusterAwsOutput(args: GetCustomDnsConfigurationClusterAwsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomDnsConfigurationClusterAwsResult>;
|
|
32
|
+
/**
|
|
33
|
+
* A collection of arguments for invoking getCustomDnsConfigurationClusterAws.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetCustomDnsConfigurationClusterAwsOutputArgs {
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier for the project.
|
|
38
|
+
*/
|
|
39
|
+
projectId: pulumi.Input<string>;
|
|
40
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getCustomDnsConfigurationClusterAwsOutput = exports.getCustomDnsConfigurationClusterAws = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -21,4 +22,8 @@ function getCustomDnsConfigurationClusterAws(args, opts) {
|
|
|
21
22
|
}, opts);
|
|
22
23
|
}
|
|
23
24
|
exports.getCustomDnsConfigurationClusterAws = getCustomDnsConfigurationClusterAws;
|
|
25
|
+
function getCustomDnsConfigurationClusterAwsOutput(args, opts) {
|
|
26
|
+
return pulumi.output(args).apply(a => getCustomDnsConfigurationClusterAws(a, opts));
|
|
27
|
+
}
|
|
28
|
+
exports.getCustomDnsConfigurationClusterAwsOutput = getCustomDnsConfigurationClusterAwsOutput;
|
|
24
29
|
//# sourceMappingURL=getCustomDnsConfigurationClusterAws.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCustomDnsConfigurationClusterAws.js","sourceRoot":"","sources":["../getCustomDnsConfigurationClusterAws.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getCustomDnsConfigurationClusterAws.js","sourceRoot":"","sources":["../getCustomDnsConfigurationClusterAws.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4FAA4F,EAAE;QACvH,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kFAWC;AA2BD,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAA2B;IACtI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mCAAmC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvF,CAAC;AAFD,8FAEC"}
|
package/getDataLake.d.ts
CHANGED
|
@@ -13,11 +13,11 @@ export interface GetDataLakeArgs {
|
|
|
13
13
|
/**
|
|
14
14
|
* Name of the data lake.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
name: string;
|
|
17
17
|
/**
|
|
18
18
|
* The unique ID for the project to create a data lake.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
projectId: string;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* A collection of values returned by getDataLake.
|
|
@@ -79,3 +79,17 @@ export interface GetDataLakeResult {
|
|
|
79
79
|
*/
|
|
80
80
|
readonly storageStores: outputs.GetDataLakeStorageStore[];
|
|
81
81
|
}
|
|
82
|
+
export declare function getDataLakeOutput(args: GetDataLakeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDataLakeResult>;
|
|
83
|
+
/**
|
|
84
|
+
* A collection of arguments for invoking getDataLake.
|
|
85
|
+
*/
|
|
86
|
+
export interface GetDataLakeOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* Name of the data lake.
|
|
89
|
+
*/
|
|
90
|
+
name: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* The unique ID for the project to create a data lake.
|
|
93
|
+
*/
|
|
94
|
+
projectId: pulumi.Input<string>;
|
|
95
|
+
}
|
package/getDataLake.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataLakeOutput = exports.getDataLake = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -22,4 +23,8 @@ function getDataLake(args, opts) {
|
|
|
22
23
|
}, opts);
|
|
23
24
|
}
|
|
24
25
|
exports.getDataLake = getDataLake;
|
|
26
|
+
function getDataLakeOutput(args, opts) {
|
|
27
|
+
return pulumi.output(args).apply(a => getDataLake(a, opts));
|
|
28
|
+
}
|
|
29
|
+
exports.getDataLakeOutput = getDataLakeOutput;
|
|
25
30
|
//# sourceMappingURL=getDataLake.js.map
|
package/getDataLake.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataLake.js","sourceRoot":"","sources":["../getDataLake.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getDataLake.js","sourceRoot":"","sources":["../getDataLake.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kCAYC;AA6ED,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
|
package/getDataLakes.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import { output as outputs } from "./types";
|
|
|
13
13
|
*
|
|
14
14
|
* const test = pulumi.output(mongodbatlas.getDataLakes({
|
|
15
15
|
* projectId: "PROJECT ID",
|
|
16
|
-
* }
|
|
16
|
+
* }));
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
export declare function getDataLakes(args: GetDataLakesArgs, opts?: pulumi.InvokeOptions): Promise<GetDataLakesResult>;
|
|
@@ -24,7 +24,7 @@ export interface GetDataLakesArgs {
|
|
|
24
24
|
/**
|
|
25
25
|
* The unique ID for the project to get all data lakes.
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
projectId: string;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* A collection of values returned by getDataLakes.
|
|
@@ -40,3 +40,13 @@ export interface GetDataLakesResult {
|
|
|
40
40
|
*/
|
|
41
41
|
readonly results: outputs.GetDataLakesResult[];
|
|
42
42
|
}
|
|
43
|
+
export declare function getDataLakesOutput(args: GetDataLakesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDataLakesResult>;
|
|
44
|
+
/**
|
|
45
|
+
* A collection of arguments for invoking getDataLakes.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetDataLakesOutputArgs {
|
|
48
|
+
/**
|
|
49
|
+
* The unique ID for the project to get all data lakes.
|
|
50
|
+
*/
|
|
51
|
+
projectId: pulumi.Input<string>;
|
|
52
|
+
}
|
package/getDataLakes.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDataLakesOutput = exports.getDataLakes = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -17,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
17
18
|
*
|
|
18
19
|
* const test = pulumi.output(mongodbatlas.getDataLakes({
|
|
19
20
|
* projectId: "PROJECT ID",
|
|
20
|
-
* }
|
|
21
|
+
* }));
|
|
21
22
|
* ```
|
|
22
23
|
*/
|
|
23
24
|
function getDataLakes(args, opts) {
|
|
@@ -32,4 +33,8 @@ function getDataLakes(args, opts) {
|
|
|
32
33
|
}, opts);
|
|
33
34
|
}
|
|
34
35
|
exports.getDataLakes = getDataLakes;
|
|
36
|
+
function getDataLakesOutput(args, opts) {
|
|
37
|
+
return pulumi.output(args).apply(a => getDataLakes(a, opts));
|
|
38
|
+
}
|
|
39
|
+
exports.getDataLakesOutput = getDataLakesOutput;
|
|
35
40
|
//# sourceMappingURL=getDataLakes.js.map
|
package/getDataLakes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataLakes.js","sourceRoot":"","sources":["../getDataLakes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getDataLakes.js","sourceRoot":"","sources":["../getDataLakes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oCAWC;AA2BD,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,gDAEC"}
|
package/getDatabaseUser.d.ts
CHANGED
|
@@ -15,21 +15,21 @@ export interface GetDatabaseUserArgs {
|
|
|
15
15
|
/**
|
|
16
16
|
* The user’s authentication database. A user must provide both a username and authentication database to log into MongoDB. In Atlas deployments of MongoDB, the authentication database is almost always the admin database, for X509 it is $external.
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
authDatabaseName?: string;
|
|
19
19
|
/**
|
|
20
20
|
* Database on which the user has the specified role. A role on the `admin` database can include privileges that apply to the other databases.
|
|
21
21
|
*
|
|
22
22
|
* @deprecated use auth_database_name instead
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
databaseName?: string;
|
|
25
25
|
/**
|
|
26
26
|
* The unique ID for the project to create the database user.
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
projectId: string;
|
|
29
29
|
/**
|
|
30
30
|
* Username for authenticating to MongoDB.
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
username: string;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* A collection of values returned by getDatabaseUser.
|
|
@@ -70,3 +70,27 @@ export interface GetDatabaseUserResult {
|
|
|
70
70
|
*/
|
|
71
71
|
readonly x509Type: string;
|
|
72
72
|
}
|
|
73
|
+
export declare function getDatabaseUserOutput(args: GetDatabaseUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseUserResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking getDatabaseUser.
|
|
76
|
+
*/
|
|
77
|
+
export interface GetDatabaseUserOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* The user’s authentication database. A user must provide both a username and authentication database to log into MongoDB. In Atlas deployments of MongoDB, the authentication database is almost always the admin database, for X509 it is $external.
|
|
80
|
+
*/
|
|
81
|
+
authDatabaseName?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Database on which the user has the specified role. A role on the `admin` database can include privileges that apply to the other databases.
|
|
84
|
+
*
|
|
85
|
+
* @deprecated use auth_database_name instead
|
|
86
|
+
*/
|
|
87
|
+
databaseName?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The unique ID for the project to create the database user.
|
|
90
|
+
*/
|
|
91
|
+
projectId: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Username for authenticating to MongoDB.
|
|
94
|
+
*/
|
|
95
|
+
username: pulumi.Input<string>;
|
|
96
|
+
}
|
package/getDatabaseUser.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDatabaseUserOutput = exports.getDatabaseUser = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -26,4 +27,8 @@ function getDatabaseUser(args, opts) {
|
|
|
26
27
|
}, opts);
|
|
27
28
|
}
|
|
28
29
|
exports.getDatabaseUser = getDatabaseUser;
|
|
30
|
+
function getDatabaseUserOutput(args, opts) {
|
|
31
|
+
return pulumi.output(args).apply(a => getDatabaseUser(a, opts));
|
|
32
|
+
}
|
|
33
|
+
exports.getDatabaseUserOutput = getDatabaseUserOutput;
|
|
29
34
|
//# sourceMappingURL=getDatabaseUser.js.map
|
package/getDatabaseUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDatabaseUser.js","sourceRoot":"","sources":["../getDatabaseUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getDatabaseUser.js","sourceRoot":"","sources":["../getDatabaseUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AAkED,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
package/getDatabaseUsers.d.ts
CHANGED
|
@@ -39,9 +39,9 @@ import { output as outputs } from "./types";
|
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
41
|
* });
|
|
42
|
-
* const testDatabaseUsers =
|
|
43
|
-
* projectId: projectId,
|
|
44
|
-
* })
|
|
42
|
+
* const testDatabaseUsers = mongodbatlas.getDatabaseUsersOutput({
|
|
43
|
+
* projectId: testDatabaseUser.projectId,
|
|
44
|
+
* });
|
|
45
45
|
* ```
|
|
46
46
|
*/
|
|
47
47
|
export declare function getDatabaseUsers(args: GetDatabaseUsersArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseUsersResult>;
|
|
@@ -52,7 +52,7 @@ export interface GetDatabaseUsersArgs {
|
|
|
52
52
|
/**
|
|
53
53
|
* The unique ID for the project to get all database users.
|
|
54
54
|
*/
|
|
55
|
-
|
|
55
|
+
projectId: string;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* A collection of values returned by getDatabaseUsers.
|
|
@@ -71,3 +71,13 @@ export interface GetDatabaseUsersResult {
|
|
|
71
71
|
*/
|
|
72
72
|
readonly results: outputs.GetDatabaseUsersResult[];
|
|
73
73
|
}
|
|
74
|
+
export declare function getDatabaseUsersOutput(args: GetDatabaseUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseUsersResult>;
|
|
75
|
+
/**
|
|
76
|
+
* A collection of arguments for invoking getDatabaseUsers.
|
|
77
|
+
*/
|
|
78
|
+
export interface GetDatabaseUsersOutputArgs {
|
|
79
|
+
/**
|
|
80
|
+
* The unique ID for the project to get all database users.
|
|
81
|
+
*/
|
|
82
|
+
projectId: pulumi.Input<string>;
|
|
83
|
+
}
|
package/getDatabaseUsers.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getDatabaseUsersOutput = exports.getDatabaseUsers = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -43,9 +44,9 @@ const utilities = require("./utilities");
|
|
|
43
44
|
* },
|
|
44
45
|
* ],
|
|
45
46
|
* });
|
|
46
|
-
* const testDatabaseUsers =
|
|
47
|
-
* projectId: projectId,
|
|
48
|
-
* })
|
|
47
|
+
* const testDatabaseUsers = mongodbatlas.getDatabaseUsersOutput({
|
|
48
|
+
* projectId: testDatabaseUser.projectId,
|
|
49
|
+
* });
|
|
49
50
|
* ```
|
|
50
51
|
*/
|
|
51
52
|
function getDatabaseUsers(args, opts) {
|
|
@@ -60,4 +61,8 @@ function getDatabaseUsers(args, opts) {
|
|
|
60
61
|
}, opts);
|
|
61
62
|
}
|
|
62
63
|
exports.getDatabaseUsers = getDatabaseUsers;
|
|
64
|
+
function getDatabaseUsersOutput(args, opts) {
|
|
65
|
+
return pulumi.output(args).apply(a => getDatabaseUsers(a, opts));
|
|
66
|
+
}
|
|
67
|
+
exports.getDatabaseUsersOutput = getDatabaseUsersOutput;
|
|
63
68
|
//# sourceMappingURL=getDatabaseUsers.js.map
|
package/getDatabaseUsers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDatabaseUsers.js","sourceRoot":"","sources":["../getDatabaseUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getDatabaseUsers.js","sourceRoot":"","sources":["../getDatabaseUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AA8BD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
package/getEventTrigger.d.ts
CHANGED
|
@@ -11,15 +11,15 @@ export interface GetEventTriggerArgs {
|
|
|
11
11
|
/**
|
|
12
12
|
* The ObjectID of your application.
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
appId: string;
|
|
15
15
|
/**
|
|
16
16
|
* The unique ID for the project to create the trigger.
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
projectId: string;
|
|
19
19
|
/**
|
|
20
20
|
* The unique ID of the trigger.
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
triggerId: string;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* A collection of values returned by getEventTrigger.
|
|
@@ -101,3 +101,21 @@ export interface GetEventTriggerResult {
|
|
|
101
101
|
*/
|
|
102
102
|
readonly type: string;
|
|
103
103
|
}
|
|
104
|
+
export declare function getEventTriggerOutput(args: GetEventTriggerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEventTriggerResult>;
|
|
105
|
+
/**
|
|
106
|
+
* A collection of arguments for invoking getEventTrigger.
|
|
107
|
+
*/
|
|
108
|
+
export interface GetEventTriggerOutputArgs {
|
|
109
|
+
/**
|
|
110
|
+
* The ObjectID of your application.
|
|
111
|
+
*/
|
|
112
|
+
appId: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The unique ID for the project to create the trigger.
|
|
115
|
+
*/
|
|
116
|
+
projectId: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The unique ID of the trigger.
|
|
119
|
+
*/
|
|
120
|
+
triggerId: pulumi.Input<string>;
|
|
121
|
+
}
|
package/getEventTrigger.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getEventTriggerOutput = exports.getEventTrigger = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -21,4 +22,8 @@ function getEventTrigger(args, opts) {
|
|
|
21
22
|
}, opts);
|
|
22
23
|
}
|
|
23
24
|
exports.getEventTrigger = getEventTrigger;
|
|
25
|
+
function getEventTriggerOutput(args, opts) {
|
|
26
|
+
return pulumi.output(args).apply(a => getEventTrigger(a, opts));
|
|
27
|
+
}
|
|
28
|
+
exports.getEventTriggerOutput = getEventTriggerOutput;
|
|
24
29
|
//# sourceMappingURL=getEventTrigger.js.map
|
package/getEventTrigger.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEventTrigger.js","sourceRoot":"","sources":["../getEventTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getEventTrigger.js","sourceRoot":"","sources":["../getEventTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0CAaC;AAqGD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
|
package/getEventTriggers.d.ts
CHANGED
|
@@ -11,11 +11,11 @@ export interface GetEventTriggersArgs {
|
|
|
11
11
|
/**
|
|
12
12
|
* The ObjectID of your application.
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
appId: string;
|
|
15
15
|
/**
|
|
16
16
|
* The unique ID for the project to get all event triggers.
|
|
17
17
|
*/
|
|
18
|
-
|
|
18
|
+
projectId: string;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* A collection of values returned by getEventTriggers.
|
|
@@ -32,3 +32,17 @@ export interface GetEventTriggersResult {
|
|
|
32
32
|
*/
|
|
33
33
|
readonly results: outputs.GetEventTriggersResult[];
|
|
34
34
|
}
|
|
35
|
+
export declare function getEventTriggersOutput(args: GetEventTriggersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEventTriggersResult>;
|
|
36
|
+
/**
|
|
37
|
+
* A collection of arguments for invoking getEventTriggers.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetEventTriggersOutputArgs {
|
|
40
|
+
/**
|
|
41
|
+
* The ObjectID of your application.
|
|
42
|
+
*/
|
|
43
|
+
appId: pulumi.Input<string>;
|
|
44
|
+
/**
|
|
45
|
+
* The unique ID for the project to get all event triggers.
|
|
46
|
+
*/
|
|
47
|
+
projectId: pulumi.Input<string>;
|
|
48
|
+
}
|
package/getEventTriggers.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getEventTriggersOutput = exports.getEventTriggers = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -20,4 +21,8 @@ function getEventTriggers(args, opts) {
|
|
|
20
21
|
}, opts);
|
|
21
22
|
}
|
|
22
23
|
exports.getEventTriggers = getEventTriggers;
|
|
24
|
+
function getEventTriggersOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply(a => getEventTriggers(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getEventTriggersOutput = getEventTriggersOutput;
|
|
23
28
|
//# sourceMappingURL=getEventTriggers.js.map
|
package/getEventTriggers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC;AAgCD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
|
@@ -10,16 +10,16 @@ export declare function getGlobalClusterConfig(args: GetGlobalClusterConfigArgs,
|
|
|
10
10
|
* A collection of arguments for invoking getGlobalClusterConfig.
|
|
11
11
|
*/
|
|
12
12
|
export interface GetGlobalClusterConfigArgs {
|
|
13
|
-
|
|
13
|
+
clusterName: string;
|
|
14
14
|
/**
|
|
15
15
|
* Add a managed namespaces to a Global Cluster. For more information about managed namespaces, see [Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/). See Managed Namespace below for more details.
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
managedNamespaces?: inputs.GetGlobalClusterConfigManagedNamespace[];
|
|
18
18
|
/**
|
|
19
19
|
* The unique ID for the project to create the database user.
|
|
20
20
|
* * `clusterName - (Required) The name of the Global Cluster.
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
projectId: string;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* A collection of values returned by getGlobalClusterConfig.
|
|
@@ -42,3 +42,19 @@ export interface GetGlobalClusterConfigResult {
|
|
|
42
42
|
readonly managedNamespaces: outputs.GetGlobalClusterConfigManagedNamespace[];
|
|
43
43
|
readonly projectId: string;
|
|
44
44
|
}
|
|
45
|
+
export declare function getGlobalClusterConfigOutput(args: GetGlobalClusterConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGlobalClusterConfigResult>;
|
|
46
|
+
/**
|
|
47
|
+
* A collection of arguments for invoking getGlobalClusterConfig.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetGlobalClusterConfigOutputArgs {
|
|
50
|
+
clusterName: pulumi.Input<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Add a managed namespaces to a Global Cluster. For more information about managed namespaces, see [Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/). See Managed Namespace below for more details.
|
|
53
|
+
*/
|
|
54
|
+
managedNamespaces?: pulumi.Input<pulumi.Input<inputs.GetGlobalClusterConfigManagedNamespaceArgs>[]>;
|
|
55
|
+
/**
|
|
56
|
+
* The unique ID for the project to create the database user.
|
|
57
|
+
* * `clusterName - (Required) The name of the Global Cluster.
|
|
58
|
+
*/
|
|
59
|
+
projectId: pulumi.Input<string>;
|
|
60
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getGlobalClusterConfigOutput = exports.getGlobalClusterConfig = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -23,4 +24,8 @@ function getGlobalClusterConfig(args, opts) {
|
|
|
23
24
|
}, opts);
|
|
24
25
|
}
|
|
25
26
|
exports.getGlobalClusterConfig = getGlobalClusterConfig;
|
|
27
|
+
function getGlobalClusterConfigOutput(args, opts) {
|
|
28
|
+
return pulumi.output(args).apply(a => getGlobalClusterConfig(a, opts));
|
|
29
|
+
}
|
|
30
|
+
exports.getGlobalClusterConfigOutput = getGlobalClusterConfigOutput;
|
|
26
31
|
//# sourceMappingURL=getGlobalClusterConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGlobalClusterConfig.js","sourceRoot":"","sources":["../getGlobalClusterConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getGlobalClusterConfig.js","sourceRoot":"","sources":["../getGlobalClusterConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wDAaC;AAsCD,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,oEAEC"}
|
|
@@ -13,7 +13,7 @@ export interface GetLdapConfigurationArgs {
|
|
|
13
13
|
/**
|
|
14
14
|
* Identifier for the Atlas project associated with the LDAP over TLS/SSL configuration.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
projectId: string;
|
|
17
17
|
}
|
|
18
18
|
/**
|
|
19
19
|
* A collection of values returned by getLdapConfiguration.
|
|
@@ -64,3 +64,13 @@ export interface GetLdapConfigurationResult {
|
|
|
64
64
|
*/
|
|
65
65
|
readonly userToDnMappings: outputs.GetLdapConfigurationUserToDnMapping[];
|
|
66
66
|
}
|
|
67
|
+
export declare function getLdapConfigurationOutput(args: GetLdapConfigurationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLdapConfigurationResult>;
|
|
68
|
+
/**
|
|
69
|
+
* A collection of arguments for invoking getLdapConfiguration.
|
|
70
|
+
*/
|
|
71
|
+
export interface GetLdapConfigurationOutputArgs {
|
|
72
|
+
/**
|
|
73
|
+
* Identifier for the Atlas project associated with the LDAP over TLS/SSL configuration.
|
|
74
|
+
*/
|
|
75
|
+
projectId: pulumi.Input<string>;
|
|
76
|
+
}
|
package/getLdapConfiguration.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getLdapConfigurationOutput = exports.getLdapConfiguration = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -21,4 +22,8 @@ function getLdapConfiguration(args, opts) {
|
|
|
21
22
|
}, opts);
|
|
22
23
|
}
|
|
23
24
|
exports.getLdapConfiguration = getLdapConfiguration;
|
|
25
|
+
function getLdapConfigurationOutput(args, opts) {
|
|
26
|
+
return pulumi.output(args).apply(a => getLdapConfiguration(a, opts));
|
|
27
|
+
}
|
|
28
|
+
exports.getLdapConfigurationOutput = getLdapConfigurationOutput;
|
|
24
29
|
//# sourceMappingURL=getLdapConfiguration.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLdapConfiguration.js","sourceRoot":"","sources":["../getLdapConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getLdapConfiguration.js","sourceRoot":"","sources":["../getLdapConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AA8DD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
|
package/getLdapVerify.d.ts
CHANGED
|
@@ -13,11 +13,11 @@ export interface GetLdapVerifyArgs {
|
|
|
13
13
|
/**
|
|
14
14
|
* Unique identifier for the Atlas project associated with the verification request.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
projectId: string;
|
|
17
17
|
/**
|
|
18
18
|
* Unique identifier of a request to verify an LDAP configuration.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
requestId: string;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* A collection of values returned by getLdapVerify.
|
|
@@ -57,3 +57,17 @@ export interface GetLdapVerifyResult {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly validations: outputs.GetLdapVerifyValidation[];
|
|
59
59
|
}
|
|
60
|
+
export declare function getLdapVerifyOutput(args: GetLdapVerifyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLdapVerifyResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getLdapVerify.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetLdapVerifyOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* Unique identifier for the Atlas project associated with the verification request.
|
|
67
|
+
*/
|
|
68
|
+
projectId: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Unique identifier of a request to verify an LDAP configuration.
|
|
71
|
+
*/
|
|
72
|
+
requestId: pulumi.Input<string>;
|
|
73
|
+
}
|
package/getLdapVerify.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getLdapVerifyOutput = exports.getLdapVerify = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -22,4 +23,8 @@ function getLdapVerify(args, opts) {
|
|
|
22
23
|
}, opts);
|
|
23
24
|
}
|
|
24
25
|
exports.getLdapVerify = getLdapVerify;
|
|
26
|
+
function getLdapVerifyOutput(args, opts) {
|
|
27
|
+
return pulumi.output(args).apply(a => getLdapVerify(a, opts));
|
|
28
|
+
}
|
|
29
|
+
exports.getLdapVerifyOutput = getLdapVerifyOutput;
|
|
25
30
|
//# sourceMappingURL=getLdapVerify.js.map
|
package/getLdapVerify.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLdapVerify.js","sourceRoot":"","sources":["../getLdapVerify.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"getLdapVerify.js","sourceRoot":"","sources":["../getLdapVerify.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sCAYC;AAuDD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
|