@pulumi/mongodbatlas 3.37.0-alpha.1760250590 → 3.37.0-alpha.1760375725
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/cluster.d.ts +7 -0
- package/cluster.js +7 -0
- package/cluster.js.map +1 -1
- package/dataLakePipeline.d.ts +2 -0
- package/dataLakePipeline.js +2 -0
- package/dataLakePipeline.js.map +1 -1
- package/get509AuthenticationDatabaseUser.d.ts +4 -0
- package/get509AuthenticationDatabaseUser.js +4 -0
- package/get509AuthenticationDatabaseUser.js.map +1 -1
- package/getAccessListApiKey.d.ts +8 -0
- package/getAccessListApiKey.js +8 -0
- package/getAccessListApiKey.js.map +1 -1
- package/getAccessListApiKeys.d.ts +8 -0
- package/getAccessListApiKeys.js +8 -0
- package/getAccessListApiKeys.js.map +1 -1
- package/getAlertConfiguration.d.ts +0 -38
- package/getAlertConfiguration.js +0 -38
- package/getAlertConfiguration.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +8 -0
- package/getCloudBackupSnapshotRestoreJob.js +8 -0
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudBackupSnapshots.d.ts +4 -0
- package/getCloudBackupSnapshots.js +4 -0
- package/getCloudBackupSnapshots.js.map +1 -1
- package/getCustomDbRoles.d.ts +4 -0
- package/getCustomDbRoles.js +4 -0
- package/getCustomDbRoles.js.map +1 -1
- package/getDataLakePipeline.d.ts +4 -0
- package/getDataLakePipeline.js +4 -0
- package/getDataLakePipeline.js.map +1 -1
- package/getDataLakePipelineRun.d.ts +4 -0
- package/getDataLakePipelineRun.js +4 -0
- package/getDataLakePipelineRun.js.map +1 -1
- package/getDataLakePipelineRuns.d.ts +4 -0
- package/getDataLakePipelineRuns.js +4 -0
- package/getDataLakePipelineRuns.js.map +1 -1
- package/getFederatedDatabaseInstances.d.ts +4 -0
- package/getFederatedDatabaseInstances.js +4 -0
- package/getFederatedDatabaseInstances.js.map +1 -1
- package/getFederatedSettingsIdentityProviders.d.ts +4 -0
- package/getFederatedSettingsIdentityProviders.js +4 -0
- package/getFederatedSettingsIdentityProviders.js.map +1 -1
- package/getFederatedSettingsOrgRoleMappings.d.ts +4 -0
- package/getFederatedSettingsOrgRoleMappings.js +4 -0
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +14 -0
- package/getPrivateLinkEndpointService.js +14 -0
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getSearchDeployment.d.ts +4 -0
- package/getSearchDeployment.js +4 -0
- package/getSearchDeployment.js.map +1 -1
- package/getSearchIndexes.d.ts +4 -0
- package/getSearchIndexes.js +4 -0
- package/getSearchIndexes.js.map +1 -1
- package/getStreamProcessor.d.ts +4 -0
- package/getStreamProcessor.js +4 -0
- package/getStreamProcessor.js.map +1 -1
- package/getStreamProcessors.d.ts +4 -0
- package/getStreamProcessors.js +4 -0
- package/getStreamProcessors.js.map +1 -1
- package/getX509AuthenticationDatabaseUser.d.ts +4 -0
- package/getX509AuthenticationDatabaseUser.js +4 -0
- package/getX509AuthenticationDatabaseUser.js.map +1 -1
- package/package.json +2 -2
- package/searchDeployment.d.ts +2 -0
- package/searchDeployment.js +2 -0
- package/searchDeployment.js.map +1 -1
- package/streamConnection.d.ts +4 -0
- package/streamConnection.js +4 -0
- package/streamConnection.js.map +1 -1
- package/streamInstance.d.ts +2 -0
- package/streamInstance.js +2 -0
- package/streamInstance.js.map +1 -1
- package/streamProcessor.d.ts +2 -0
- package/streamProcessor.js +2 -0
- package/streamProcessor.js.map +1 -1
- package/x509authenticationDatabaseUser.d.ts +4 -0
- package/x509authenticationDatabaseUser.js +4 -0
- package/x509authenticationDatabaseUser.js.map +1 -1
package/cluster.d.ts
CHANGED
|
@@ -209,6 +209,13 @@ import * as outputs from "./types/output";
|
|
|
209
209
|
* ```
|
|
210
210
|
*
|
|
211
211
|
* By endpointServiceId
|
|
212
|
+
*
|
|
213
|
+
* Refer to the following for full privatelink endpoint connection string examples:
|
|
214
|
+
* * GCP Private Endpoint
|
|
215
|
+
* * Azure Private Endpoint
|
|
216
|
+
* * AWS, Private Endpoint
|
|
217
|
+
* * AWS, Regionalized Private Endpoints
|
|
218
|
+
*
|
|
212
219
|
* ## Import
|
|
213
220
|
*
|
|
214
221
|
* Clusters can be imported using project ID and cluster name, in the format `PROJECTID-CLUSTERNAME`, e.g.
|
package/cluster.js
CHANGED
|
@@ -213,6 +213,13 @@ const utilities = require("./utilities");
|
|
|
213
213
|
* ```
|
|
214
214
|
*
|
|
215
215
|
* By endpointServiceId
|
|
216
|
+
*
|
|
217
|
+
* Refer to the following for full privatelink endpoint connection string examples:
|
|
218
|
+
* * GCP Private Endpoint
|
|
219
|
+
* * Azure Private Endpoint
|
|
220
|
+
* * AWS, Private Endpoint
|
|
221
|
+
* * AWS, Regionalized Private Endpoints
|
|
222
|
+
*
|
|
216
223
|
* ## Import
|
|
217
224
|
*
|
|
218
225
|
* Clusters can be imported using project ID and cluster name, in the format `PROJECTID-CLUSTERNAME`, e.g.
|
package/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../cluster.ts"],"names":[],"mappings":"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"}
|
package/dataLakePipeline.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
+
* ### S
|
|
14
|
+
*
|
|
13
15
|
* ## Import
|
|
14
16
|
*
|
|
15
17
|
* Data Lake Pipeline can be imported using project ID, name of the data lake and name of the AWS s3 bucket, in the format `project_id`--`name`, e.g.
|
package/dataLakePipeline.js
CHANGED
|
@@ -14,6 +14,8 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
17
|
+
* ### S
|
|
18
|
+
*
|
|
17
19
|
* ## Import
|
|
18
20
|
*
|
|
19
21
|
* Data Lake Pipeline can be imported using project ID, name of the data lake and name of the AWS s3 bucket, in the format `project_id`--`name`, e.g.
|
package/dataLakePipeline.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataLakePipeline.js","sourceRoot":"","sources":["../dataLakePipeline.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"dataLakePipeline.js","sourceRoot":"","sources":["../dataLakePipeline.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,6 +11,8 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
*
|
|
12
12
|
* ### S
|
|
13
13
|
*
|
|
14
|
+
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
15
|
+
*
|
|
14
16
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
15
17
|
* ```typescript
|
|
16
18
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -83,6 +85,8 @@ export interface Get509AuthenticationDatabaseUserResult {
|
|
|
83
85
|
*
|
|
84
86
|
* ### S
|
|
85
87
|
*
|
|
88
|
+
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
89
|
+
*
|
|
86
90
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
87
91
|
* ```typescript
|
|
88
92
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -16,6 +16,8 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* ### S
|
|
18
18
|
*
|
|
19
|
+
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
20
|
+
*
|
|
19
21
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
20
22
|
* ```typescript
|
|
21
23
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -67,6 +69,8 @@ exports.get509AuthenticationDatabaseUser = get509AuthenticationDatabaseUser;
|
|
|
67
69
|
*
|
|
68
70
|
* ### S
|
|
69
71
|
*
|
|
72
|
+
* ### Example Usage: Generate an Atlas-managed X.509 certificate for a MongoDB user
|
|
73
|
+
*
|
|
70
74
|
* ### Example Usage: Save a customer-managed X.509 configuration for an Atlas project
|
|
71
75
|
* ```typescript
|
|
72
76
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get509AuthenticationDatabaseUser.js","sourceRoot":"","sources":["../get509AuthenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"get509AuthenticationDatabaseUser.js","sourceRoot":"","sources":["../get509AuthenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,8NAA8N;AAC9N,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6PAA6P,CAAC,CAAA;IAC9Q,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4EAOC;AAgCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,8NAA8N;AAC9N,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6PAA6P,CAAC,CAAA;IAC9Q,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wFAOC"}
|
package/getAccessListApiKey.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* ## Example Usage
|
|
4
|
+
*
|
|
5
|
+
* ### Using CIDR Block
|
|
6
|
+
*
|
|
7
|
+
* ### Using IP Address
|
|
4
8
|
*/
|
|
5
9
|
export declare function getAccessListApiKey(args: GetAccessListApiKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetAccessListApiKeyResult>;
|
|
6
10
|
/**
|
|
@@ -41,6 +45,10 @@ export interface GetAccessListApiKeyResult {
|
|
|
41
45
|
}
|
|
42
46
|
/**
|
|
43
47
|
* ## Example Usage
|
|
48
|
+
*
|
|
49
|
+
* ### Using CIDR Block
|
|
50
|
+
*
|
|
51
|
+
* ### Using IP Address
|
|
44
52
|
*/
|
|
45
53
|
export declare function getAccessListApiKeyOutput(args: GetAccessListApiKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccessListApiKeyResult>;
|
|
46
54
|
/**
|
package/getAccessListApiKey.js
CHANGED
|
@@ -7,6 +7,10 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ### Using CIDR Block
|
|
12
|
+
*
|
|
13
|
+
* ### Using IP Address
|
|
10
14
|
*/
|
|
11
15
|
function getAccessListApiKey(args, opts) {
|
|
12
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -19,6 +23,10 @@ function getAccessListApiKey(args, opts) {
|
|
|
19
23
|
exports.getAccessListApiKey = getAccessListApiKey;
|
|
20
24
|
/**
|
|
21
25
|
* ## Example Usage
|
|
26
|
+
*
|
|
27
|
+
* ### Using CIDR Block
|
|
28
|
+
*
|
|
29
|
+
* ### Using IP Address
|
|
22
30
|
*/
|
|
23
31
|
function getAccessListApiKeyOutput(args, opts) {
|
|
24
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccessListApiKey.js","sourceRoot":"","sources":["../getAccessListApiKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccessListApiKey.js","sourceRoot":"","sources":["../getAccessListApiKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAuCD;;;;;;GAMG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
|
|
@@ -2,6 +2,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ### Using CIDR Block
|
|
7
|
+
*
|
|
8
|
+
* ### Using IP Address
|
|
5
9
|
*/
|
|
6
10
|
export declare function getAccessListApiKeys(args: GetAccessListApiKeysArgs, opts?: pulumi.InvokeOptions): Promise<GetAccessListApiKeysResult>;
|
|
7
11
|
/**
|
|
@@ -35,6 +39,10 @@ export interface GetAccessListApiKeysResult {
|
|
|
35
39
|
}
|
|
36
40
|
/**
|
|
37
41
|
* ## Example Usage
|
|
42
|
+
*
|
|
43
|
+
* ### Using CIDR Block
|
|
44
|
+
*
|
|
45
|
+
* ### Using IP Address
|
|
38
46
|
*/
|
|
39
47
|
export declare function getAccessListApiKeysOutput(args: GetAccessListApiKeysOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccessListApiKeysResult>;
|
|
40
48
|
/**
|
package/getAccessListApiKeys.js
CHANGED
|
@@ -7,6 +7,10 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ### Using CIDR Block
|
|
12
|
+
*
|
|
13
|
+
* ### Using IP Address
|
|
10
14
|
*/
|
|
11
15
|
function getAccessListApiKeys(args, opts) {
|
|
12
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -20,6 +24,10 @@ function getAccessListApiKeys(args, opts) {
|
|
|
20
24
|
exports.getAccessListApiKeys = getAccessListApiKeys;
|
|
21
25
|
/**
|
|
22
26
|
* ## Example Usage
|
|
27
|
+
*
|
|
28
|
+
* ### Using CIDR Block
|
|
29
|
+
*
|
|
30
|
+
* ### Using IP Address
|
|
23
31
|
*/
|
|
24
32
|
function getAccessListApiKeysOutput(args, opts) {
|
|
25
33
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccessListApiKeys.js","sourceRoot":"","sources":["../getAccessListApiKeys.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccessListApiKeys.js","sourceRoot":"","sources":["../getAccessListApiKeys.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AAgCD;;;;;;GAMG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC"}
|
|
@@ -80,25 +80,6 @@ import * as outputs from "./types/output";
|
|
|
80
80
|
* ```
|
|
81
81
|
*
|
|
82
82
|
* Utilize dataSource to generate resource hcl and import statement. Useful if you have a specific alertConfigurationId and are looking to manage it as is in state. To import all alerts, refer to the documentation on dataSourceMongodbatlasAlertConfigurations
|
|
83
|
-
* ```typescript
|
|
84
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
86
|
-
*
|
|
87
|
-
* const test = mongodbatlas.getAlertConfiguration({
|
|
88
|
-
* projectId: projectId,
|
|
89
|
-
* alertConfigurationId: alertConfigurationId,
|
|
90
|
-
* outputs: [
|
|
91
|
-
* {
|
|
92
|
-
* type: "resource_hcl",
|
|
93
|
-
* label: "test",
|
|
94
|
-
* },
|
|
95
|
-
* {
|
|
96
|
-
* type: "resource_import",
|
|
97
|
-
* label: "test",
|
|
98
|
-
* },
|
|
99
|
-
* ],
|
|
100
|
-
* });
|
|
101
|
-
* ```
|
|
102
83
|
*/
|
|
103
84
|
export declare function getAlertConfiguration(args: GetAlertConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetAlertConfigurationResult>;
|
|
104
85
|
/**
|
|
@@ -236,25 +217,6 @@ export interface GetAlertConfigurationResult {
|
|
|
236
217
|
* ```
|
|
237
218
|
*
|
|
238
219
|
* Utilize dataSource to generate resource hcl and import statement. Useful if you have a specific alertConfigurationId and are looking to manage it as is in state. To import all alerts, refer to the documentation on dataSourceMongodbatlasAlertConfigurations
|
|
239
|
-
* ```typescript
|
|
240
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
241
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
242
|
-
*
|
|
243
|
-
* const test = mongodbatlas.getAlertConfiguration({
|
|
244
|
-
* projectId: projectId,
|
|
245
|
-
* alertConfigurationId: alertConfigurationId,
|
|
246
|
-
* outputs: [
|
|
247
|
-
* {
|
|
248
|
-
* type: "resource_hcl",
|
|
249
|
-
* label: "test",
|
|
250
|
-
* },
|
|
251
|
-
* {
|
|
252
|
-
* type: "resource_import",
|
|
253
|
-
* label: "test",
|
|
254
|
-
* },
|
|
255
|
-
* ],
|
|
256
|
-
* });
|
|
257
|
-
* ```
|
|
258
220
|
*/
|
|
259
221
|
export declare function getAlertConfigurationOutput(args: GetAlertConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAlertConfigurationResult>;
|
|
260
222
|
/**
|
package/getAlertConfiguration.js
CHANGED
|
@@ -84,25 +84,6 @@ const utilities = require("./utilities");
|
|
|
84
84
|
* ```
|
|
85
85
|
*
|
|
86
86
|
* Utilize dataSource to generate resource hcl and import statement. Useful if you have a specific alertConfigurationId and are looking to manage it as is in state. To import all alerts, refer to the documentation on dataSourceMongodbatlasAlertConfigurations
|
|
87
|
-
* ```typescript
|
|
88
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
89
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
90
|
-
*
|
|
91
|
-
* const test = mongodbatlas.getAlertConfiguration({
|
|
92
|
-
* projectId: projectId,
|
|
93
|
-
* alertConfigurationId: alertConfigurationId,
|
|
94
|
-
* outputs: [
|
|
95
|
-
* {
|
|
96
|
-
* type: "resource_hcl",
|
|
97
|
-
* label: "test",
|
|
98
|
-
* },
|
|
99
|
-
* {
|
|
100
|
-
* type: "resource_import",
|
|
101
|
-
* label: "test",
|
|
102
|
-
* },
|
|
103
|
-
* ],
|
|
104
|
-
* });
|
|
105
|
-
* ```
|
|
106
87
|
*/
|
|
107
88
|
function getAlertConfiguration(args, opts) {
|
|
108
89
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -192,25 +173,6 @@ exports.getAlertConfiguration = getAlertConfiguration;
|
|
|
192
173
|
* ```
|
|
193
174
|
*
|
|
194
175
|
* Utilize dataSource to generate resource hcl and import statement. Useful if you have a specific alertConfigurationId and are looking to manage it as is in state. To import all alerts, refer to the documentation on dataSourceMongodbatlasAlertConfigurations
|
|
195
|
-
* ```typescript
|
|
196
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
197
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
198
|
-
*
|
|
199
|
-
* const test = mongodbatlas.getAlertConfiguration({
|
|
200
|
-
* projectId: projectId,
|
|
201
|
-
* alertConfigurationId: alertConfigurationId,
|
|
202
|
-
* outputs: [
|
|
203
|
-
* {
|
|
204
|
-
* type: "resource_hcl",
|
|
205
|
-
* label: "test",
|
|
206
|
-
* },
|
|
207
|
-
* {
|
|
208
|
-
* type: "resource_import",
|
|
209
|
-
* label: "test",
|
|
210
|
-
* },
|
|
211
|
-
* ],
|
|
212
|
-
* });
|
|
213
|
-
* ```
|
|
214
176
|
*/
|
|
215
177
|
function getAlertConfigurationOutput(args, opts) {
|
|
216
178
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlertConfiguration.js","sourceRoot":"","sources":["../getAlertConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAlertConfiguration.js","sourceRoot":"","sources":["../getAlertConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+EG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA2DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+EG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
|
@@ -5,6 +5,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
* `mongodbatlas.CloudBackupSnapshotRestoreJob` provides a Cloud Backup Snapshot Restore Job datasource. Gets all the cloud backup snapshot restore jobs for the specified cluster.
|
|
6
6
|
*
|
|
7
7
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* First create a snapshot of the desired cluster. Then request that snapshot be restored in an automated fashion to the designated cluster and project.
|
|
8
12
|
*/
|
|
9
13
|
export declare function getCloudBackupSnapshotRestoreJob(args: GetCloudBackupSnapshotRestoreJobArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudBackupSnapshotRestoreJobResult>;
|
|
10
14
|
/**
|
|
@@ -92,6 +96,10 @@ export interface GetCloudBackupSnapshotRestoreJobResult {
|
|
|
92
96
|
* `mongodbatlas.CloudBackupSnapshotRestoreJob` provides a Cloud Backup Snapshot Restore Job datasource. Gets all the cloud backup snapshot restore jobs for the specified cluster.
|
|
93
97
|
*
|
|
94
98
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
99
|
+
*
|
|
100
|
+
* ## Example Usage
|
|
101
|
+
*
|
|
102
|
+
* First create a snapshot of the desired cluster. Then request that snapshot be restored in an automated fashion to the designated cluster and project.
|
|
95
103
|
*/
|
|
96
104
|
export declare function getCloudBackupSnapshotRestoreJobOutput(args: GetCloudBackupSnapshotRestoreJobOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudBackupSnapshotRestoreJobResult>;
|
|
97
105
|
/**
|
|
@@ -11,6 +11,10 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* `mongodbatlas.CloudBackupSnapshotRestoreJob` provides a Cloud Backup Snapshot Restore Job datasource. Gets all the cloud backup snapshot restore jobs for the specified cluster.
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* First create a snapshot of the desired cluster. Then request that snapshot be restored in an automated fashion to the designated cluster and project.
|
|
14
18
|
*/
|
|
15
19
|
function getCloudBackupSnapshotRestoreJob(args, opts) {
|
|
16
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -27,6 +31,10 @@ exports.getCloudBackupSnapshotRestoreJob = getCloudBackupSnapshotRestoreJob;
|
|
|
27
31
|
* `mongodbatlas.CloudBackupSnapshotRestoreJob` provides a Cloud Backup Snapshot Restore Job datasource. Gets all the cloud backup snapshot restore jobs for the specified cluster.
|
|
28
32
|
*
|
|
29
33
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* First create a snapshot of the desired cluster. Then request that snapshot be restored in an automated fashion to the designated cluster and project.
|
|
30
38
|
*/
|
|
31
39
|
function getCloudBackupSnapshotRestoreJobOutput(args, opts) {
|
|
32
40
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCloudBackupSnapshotRestoreJob.js","sourceRoot":"","sources":["../getCloudBackupSnapshotRestoreJob.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getCloudBackupSnapshotRestoreJob.js","sourceRoot":"","sources":["../getCloudBackupSnapshotRestoreJob.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4EAOC;AAkFD;;;;;;;;;;GAUG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wFAOC"}
|
|
@@ -6,6 +6,8 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
* `mongodbatlas.getCloudBackupSnapshots` provides an Cloud Backup Snapshot datasource. Atlas Cloud Backup Snapshots provide localized backup storage using the native snapshot functionality of the cluster’s cloud service.
|
|
7
7
|
*
|
|
8
8
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
9
11
|
*/
|
|
10
12
|
export declare function getCloudBackupSnapshots(args: GetCloudBackupSnapshotsArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudBackupSnapshotsResult>;
|
|
11
13
|
/**
|
|
@@ -51,6 +53,8 @@ export interface GetCloudBackupSnapshotsResult {
|
|
|
51
53
|
* `mongodbatlas.getCloudBackupSnapshots` provides an Cloud Backup Snapshot datasource. Atlas Cloud Backup Snapshots provide localized backup storage using the native snapshot functionality of the cluster’s cloud service.
|
|
52
54
|
*
|
|
53
55
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
54
58
|
*/
|
|
55
59
|
export declare function getCloudBackupSnapshotsOutput(args: GetCloudBackupSnapshotsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCloudBackupSnapshotsResult>;
|
|
56
60
|
/**
|
|
@@ -11,6 +11,8 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* `mongodbatlas.getCloudBackupSnapshots` provides an Cloud Backup Snapshot datasource. Atlas Cloud Backup Snapshots provide localized backup storage using the native snapshot functionality of the cluster’s cloud service.
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
14
16
|
*/
|
|
15
17
|
function getCloudBackupSnapshots(args, opts) {
|
|
16
18
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -28,6 +30,8 @@ exports.getCloudBackupSnapshots = getCloudBackupSnapshots;
|
|
|
28
30
|
* `mongodbatlas.getCloudBackupSnapshots` provides an Cloud Backup Snapshot datasource. Atlas Cloud Backup Snapshots provide localized backup storage using the native snapshot functionality of the cluster’s cloud service.
|
|
29
31
|
*
|
|
30
32
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
31
35
|
*/
|
|
32
36
|
function getCloudBackupSnapshotsOutput(args, opts) {
|
|
33
37
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCloudBackupSnapshots.js","sourceRoot":"","sources":["../getCloudBackupSnapshots.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getCloudBackupSnapshots.js","sourceRoot":"","sources":["../getCloudBackupSnapshots.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC;AAwCD;;;;;;;;GAQG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE;QACrG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sEAQC"}
|
package/getCustomDbRoles.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
* `mongodbatlas.getCustomDbRoles` describes all Custom DB Roles. This represents a custom db roles.
|
|
7
7
|
*
|
|
8
8
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
9
11
|
*/
|
|
10
12
|
export declare function getCustomDbRoles(args: GetCustomDbRolesArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomDbRolesResult>;
|
|
11
13
|
/**
|
|
@@ -37,6 +39,8 @@ export interface GetCustomDbRolesResult {
|
|
|
37
39
|
* `mongodbatlas.getCustomDbRoles` describes all Custom DB Roles. This represents a custom db roles.
|
|
38
40
|
*
|
|
39
41
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
42
|
+
*
|
|
43
|
+
* ## Example Usage
|
|
40
44
|
*/
|
|
41
45
|
export declare function getCustomDbRolesOutput(args: GetCustomDbRolesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCustomDbRolesResult>;
|
|
42
46
|
/**
|
package/getCustomDbRoles.js
CHANGED
|
@@ -11,6 +11,8 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* `mongodbatlas.getCustomDbRoles` describes all Custom DB Roles. This represents a custom db roles.
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
14
16
|
*/
|
|
15
17
|
function getCustomDbRoles(args, opts) {
|
|
16
18
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,6 +27,8 @@ exports.getCustomDbRoles = getCustomDbRoles;
|
|
|
25
27
|
* `mongodbatlas.getCustomDbRoles` describes all Custom DB Roles. This represents a custom db roles.
|
|
26
28
|
*
|
|
27
29
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
30
|
+
*
|
|
31
|
+
* ## Example Usage
|
|
28
32
|
*/
|
|
29
33
|
function getCustomDbRolesOutput(args, opts) {
|
|
30
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getCustomDbRoles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCustomDbRoles.js","sourceRoot":"","sources":["../getCustomDbRoles.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getCustomDbRoles.js","sourceRoot":"","sources":["../getCustomDbRoles.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AA0BD;;;;;;;;GAQG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
package/getDataLakePipeline.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
9
|
*
|
|
10
10
|
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ### S
|
|
11
13
|
*/
|
|
12
14
|
export declare function getDataLakePipeline(args: GetDataLakePipelineArgs, opts?: pulumi.InvokeOptions): Promise<GetDataLakePipelineResult>;
|
|
13
15
|
/**
|
|
@@ -93,6 +95,8 @@ export interface GetDataLakePipelineResult {
|
|
|
93
95
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
94
96
|
*
|
|
95
97
|
* ## Example Usage
|
|
98
|
+
*
|
|
99
|
+
* ### S
|
|
96
100
|
*/
|
|
97
101
|
export declare function getDataLakePipelineOutput(args: GetDataLakePipelineOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataLakePipelineResult>;
|
|
98
102
|
/**
|
package/getDataLakePipeline.js
CHANGED
|
@@ -13,6 +13,8 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ### S
|
|
16
18
|
*/
|
|
17
19
|
function getDataLakePipeline(args, opts) {
|
|
18
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -30,6 +32,8 @@ exports.getDataLakePipeline = getDataLakePipeline;
|
|
|
30
32
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ### S
|
|
33
37
|
*/
|
|
34
38
|
function getDataLakePipelineOutput(args, opts) {
|
|
35
39
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataLakePipeline.js","sourceRoot":"","sources":["../getDataLakePipeline.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getDataLakePipeline.js","sourceRoot":"","sources":["../getDataLakePipeline.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA8ED;;;;;;;;;;GAUG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
|
@@ -6,6 +6,8 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
* `mongodbatlas.getDataLakePipelineRun` describes a Data Lake Pipeline Run.
|
|
7
7
|
*
|
|
8
8
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
9
11
|
*/
|
|
10
12
|
export declare function getDataLakePipelineRun(args: GetDataLakePipelineRunArgs, opts?: pulumi.InvokeOptions): Promise<GetDataLakePipelineRunResult>;
|
|
11
13
|
/**
|
|
@@ -79,6 +81,8 @@ export interface GetDataLakePipelineRunResult {
|
|
|
79
81
|
* `mongodbatlas.getDataLakePipelineRun` describes a Data Lake Pipeline Run.
|
|
80
82
|
*
|
|
81
83
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
84
|
+
*
|
|
85
|
+
* ## Example Usage
|
|
82
86
|
*/
|
|
83
87
|
export declare function getDataLakePipelineRunOutput(args: GetDataLakePipelineRunOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataLakePipelineRunResult>;
|
|
84
88
|
/**
|
|
@@ -11,6 +11,8 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* `mongodbatlas.getDataLakePipelineRun` describes a Data Lake Pipeline Run.
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
14
16
|
*/
|
|
15
17
|
function getDataLakePipelineRun(args, opts) {
|
|
16
18
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -27,6 +29,8 @@ exports.getDataLakePipelineRun = getDataLakePipelineRun;
|
|
|
27
29
|
* `mongodbatlas.getDataLakePipelineRun` describes a Data Lake Pipeline Run.
|
|
28
30
|
*
|
|
29
31
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
32
|
+
*
|
|
33
|
+
* ## Example Usage
|
|
30
34
|
*/
|
|
31
35
|
function getDataLakePipelineRunOutput(args, opts) {
|
|
32
36
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDataLakePipelineRun.js","sourceRoot":"","sources":["../getDataLakePipelineRun.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getDataLakePipelineRun.js","sourceRoot":"","sources":["../getDataLakePipelineRun.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AAoED;;;;;;;;GAQG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC"}
|
|
@@ -6,6 +6,8 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
* `mongodbatlas.getDataLakePipelineRun` describes Data Lake Pipeline Runs.
|
|
7
7
|
*
|
|
8
8
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
9
11
|
*/
|
|
10
12
|
export declare function getDataLakePipelineRuns(args: GetDataLakePipelineRunsArgs, opts?: pulumi.InvokeOptions): Promise<GetDataLakePipelineRunsResult>;
|
|
11
13
|
/**
|
|
@@ -42,6 +44,8 @@ export interface GetDataLakePipelineRunsResult {
|
|
|
42
44
|
* `mongodbatlas.getDataLakePipelineRun` describes Data Lake Pipeline Runs.
|
|
43
45
|
*
|
|
44
46
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
47
|
+
*
|
|
48
|
+
* ## Example Usage
|
|
45
49
|
*/
|
|
46
50
|
export declare function getDataLakePipelineRunsOutput(args: GetDataLakePipelineRunsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDataLakePipelineRunsResult>;
|
|
47
51
|
/**
|
|
@@ -11,6 +11,8 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* `mongodbatlas.getDataLakePipelineRun` describes Data Lake Pipeline Runs.
|
|
12
12
|
*
|
|
13
13
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
14
16
|
*/
|
|
15
17
|
function getDataLakePipelineRuns(args, opts) {
|
|
16
18
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -26,6 +28,8 @@ exports.getDataLakePipelineRuns = getDataLakePipelineRuns;
|
|
|
26
28
|
* `mongodbatlas.getDataLakePipelineRun` describes Data Lake Pipeline Runs.
|
|
27
29
|
*
|
|
28
30
|
* > **NOTE:** Groups and projects are synonymous terms. You may find `groupId` in the official documentation.
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
29
33
|
*/
|
|
30
34
|
function getDataLakePipelineRunsOutput(args, opts) {
|
|
31
35
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|