@pulumi/mongodbatlas 3.7.0 → 3.7.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/databaseUser.d.ts +6 -6
- package/databaseUser.js +6 -6
- package/eventTrigger.d.ts +5 -0
- package/eventTrigger.js +2 -0
- package/eventTrigger.js.map +1 -1
- package/get509AuthenticationDatabaseUser.d.ts +2 -2
- package/get509AuthenticationDatabaseUser.js +2 -2
- package/getCluster.d.ts +1 -14
- package/getCluster.js.map +1 -1
- package/getEventTrigger.d.ts +2 -0
- package/getEventTrigger.js.map +1 -1
- package/getEventTriggers.d.ts +2 -0
- package/getEventTriggers.js.map +1 -1
- package/getOnlineArchive.d.ts +3 -0
- package/getOnlineArchive.js +2 -0
- package/getOnlineArchive.js.map +1 -1
- package/getOnlineArchives.d.ts +2 -0
- package/getOnlineArchives.js +2 -0
- package/getOnlineArchives.js.map +1 -1
- package/getPrivateLinkEndpoint.d.ts +0 -10
- package/getPrivateLinkEndpoint.js +0 -10
- package/getPrivateLinkEndpoint.js.map +1 -1
- package/getPrivateLinkEndpointService.d.ts +0 -10
- package/getPrivateLinkEndpointService.js +0 -10
- package/getPrivateLinkEndpointService.js.map +1 -1
- package/getPrivatelinkEndpointServiceServerless.d.ts +0 -138
- package/getPrivatelinkEndpointServiceServerless.js +0 -138
- package/getPrivatelinkEndpointServiceServerless.js.map +1 -1
- package/getServerlessInstance.d.ts +4 -38
- package/getServerlessInstance.js +0 -38
- package/getServerlessInstance.js.map +1 -1
- package/onlineArchive.d.ts +12 -0
- package/onlineArchive.js +2 -0
- package/onlineArchive.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/privateLinkEndpoint.d.ts +0 -23
- package/privateLinkEndpoint.js +0 -23
- package/privateLinkEndpoint.js.map +1 -1
- package/privateLinkEndpointService.d.ts +0 -36
- package/privateLinkEndpointService.js +0 -36
- package/privateLinkEndpointService.js.map +1 -1
- package/projectApiKey.d.ts +13 -0
- package/projectApiKey.js +13 -0
- package/projectApiKey.js.map +1 -1
- package/searchIndex.d.ts +6 -3
- package/searchIndex.js +5 -3
- package/searchIndex.js.map +1 -1
- package/serverlessInstance.d.ts +0 -19
- package/serverlessInstance.js +0 -19
- package/serverlessInstance.js.map +1 -1
- package/thirdPartyIntegration.d.ts +1 -7
- package/thirdPartyIntegration.js +1 -1
- package/thirdPartyIntegration.js.map +1 -1
- package/types/output.d.ts +3 -0
- package/x509authenticationDatabaseUser.d.ts +1 -1
- package/x509authenticationDatabaseUser.js +1 -1
package/databaseUser.d.ts
CHANGED
|
@@ -46,10 +46,10 @@ import * as outputs from "./types/output";
|
|
|
46
46
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
47
47
|
*
|
|
48
48
|
* const test = new mongodbatlas.DatabaseUser("test", {
|
|
49
|
-
* authDatabaseName:
|
|
49
|
+
* authDatabaseName: "$external",
|
|
50
50
|
* labels: [{
|
|
51
|
-
* key:
|
|
52
|
-
* value:
|
|
51
|
+
* key: "%s",
|
|
52
|
+
* value: "%s",
|
|
53
53
|
* }],
|
|
54
54
|
* projectId: "<PROJECT-ID>",
|
|
55
55
|
* roles: [{
|
|
@@ -72,15 +72,15 @@ import * as outputs from "./types/output";
|
|
|
72
72
|
* const test = new mongodbatlas.DatabaseUser("test", {
|
|
73
73
|
* username: aws_iam_role.test.arn,
|
|
74
74
|
* projectId: "<PROJECT-ID>",
|
|
75
|
-
* authDatabaseName:
|
|
75
|
+
* authDatabaseName: "$external",
|
|
76
76
|
* awsIamType: "ROLE",
|
|
77
77
|
* roles: [{
|
|
78
78
|
* roleName: "readAnyDatabase",
|
|
79
79
|
* databaseName: "admin",
|
|
80
80
|
* }],
|
|
81
81
|
* labels: [{
|
|
82
|
-
* key:
|
|
83
|
-
* value:
|
|
82
|
+
* key: "%s",
|
|
83
|
+
* value: "%s",
|
|
84
84
|
* }],
|
|
85
85
|
* scopes: [{
|
|
86
86
|
* name: "My cluster name",
|
package/databaseUser.js
CHANGED
|
@@ -50,10 +50,10 @@ const utilities = require("./utilities");
|
|
|
50
50
|
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
51
51
|
*
|
|
52
52
|
* const test = new mongodbatlas.DatabaseUser("test", {
|
|
53
|
-
* authDatabaseName:
|
|
53
|
+
* authDatabaseName: "$external",
|
|
54
54
|
* labels: [{
|
|
55
|
-
* key:
|
|
56
|
-
* value:
|
|
55
|
+
* key: "%s",
|
|
56
|
+
* value: "%s",
|
|
57
57
|
* }],
|
|
58
58
|
* projectId: "<PROJECT-ID>",
|
|
59
59
|
* roles: [{
|
|
@@ -76,15 +76,15 @@ const utilities = require("./utilities");
|
|
|
76
76
|
* const test = new mongodbatlas.DatabaseUser("test", {
|
|
77
77
|
* username: aws_iam_role.test.arn,
|
|
78
78
|
* projectId: "<PROJECT-ID>",
|
|
79
|
-
* authDatabaseName:
|
|
79
|
+
* authDatabaseName: "$external",
|
|
80
80
|
* awsIamType: "ROLE",
|
|
81
81
|
* roles: [{
|
|
82
82
|
* roleName: "readAnyDatabase",
|
|
83
83
|
* databaseName: "admin",
|
|
84
84
|
* }],
|
|
85
85
|
* labels: [{
|
|
86
|
-
* key:
|
|
87
|
-
* value:
|
|
86
|
+
* key: "%s",
|
|
87
|
+
* value: "%s",
|
|
88
88
|
* }],
|
|
89
89
|
* scopes: [{
|
|
90
90
|
* name: "My cluster name",
|
package/eventTrigger.d.ts
CHANGED
|
@@ -112,6 +112,8 @@ import * as outputs from "./types/output";
|
|
|
112
112
|
* ```sh
|
|
113
113
|
* $ pulumi import mongodbatlas:index/eventTrigger:EventTrigger test 1112222b3bf99403840e8934--testing-example--1112222b3bf99403840e8934
|
|
114
114
|
* ```
|
|
115
|
+
*
|
|
116
|
+
* For more details on this resource see [Triggers resource](https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#tag/triggers) in Atlas App Services Documentation.
|
|
115
117
|
*/
|
|
116
118
|
export declare class EventTrigger extends pulumi.CustomResource {
|
|
117
119
|
/**
|
|
@@ -131,6 +133,7 @@ export declare class EventTrigger extends pulumi.CustomResource {
|
|
|
131
133
|
static isInstance(obj: any): obj is EventTrigger;
|
|
132
134
|
/**
|
|
133
135
|
* The ObjectID of your application.
|
|
136
|
+
* * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
|
|
134
137
|
*/
|
|
135
138
|
readonly appId: pulumi.Output<string>;
|
|
136
139
|
/**
|
|
@@ -228,6 +231,7 @@ export declare class EventTrigger extends pulumi.CustomResource {
|
|
|
228
231
|
export interface EventTriggerState {
|
|
229
232
|
/**
|
|
230
233
|
* The ObjectID of your application.
|
|
234
|
+
* * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
|
|
231
235
|
*/
|
|
232
236
|
appId?: pulumi.Input<string>;
|
|
233
237
|
/**
|
|
@@ -317,6 +321,7 @@ export interface EventTriggerState {
|
|
|
317
321
|
export interface EventTriggerArgs {
|
|
318
322
|
/**
|
|
319
323
|
* The ObjectID of your application.
|
|
324
|
+
* * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
|
|
320
325
|
*/
|
|
321
326
|
appId: pulumi.Input<string>;
|
|
322
327
|
/**
|
package/eventTrigger.js
CHANGED
|
@@ -116,6 +116,8 @@ const utilities = require("./utilities");
|
|
|
116
116
|
* ```sh
|
|
117
117
|
* $ pulumi import mongodbatlas:index/eventTrigger:EventTrigger test 1112222b3bf99403840e8934--testing-example--1112222b3bf99403840e8934
|
|
118
118
|
* ```
|
|
119
|
+
*
|
|
120
|
+
* For more details on this resource see [Triggers resource](https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#tag/triggers) in Atlas App Services Documentation.
|
|
119
121
|
*/
|
|
120
122
|
class EventTrigger extends pulumi.CustomResource {
|
|
121
123
|
/**
|
package/eventTrigger.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventTrigger.js","sourceRoot":"","sources":["../eventTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"eventTrigger.js","sourceRoot":"","sources":["../eventTrigger.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,7 @@ import * as outputs from "./types/output";
|
|
|
17
17
|
* projectId: "<PROJECT-ID>",
|
|
18
18
|
* username: "myUsername",
|
|
19
19
|
* x509Type: "MANAGED",
|
|
20
|
-
* databaseName:
|
|
20
|
+
* databaseName: "$external",
|
|
21
21
|
* roles: [{
|
|
22
22
|
* roleName: "atlasAdmin",
|
|
23
23
|
* databaseName: "admin",
|
|
@@ -114,7 +114,7 @@ export interface Get509AuthenticationDatabaseUserResult {
|
|
|
114
114
|
* projectId: "<PROJECT-ID>",
|
|
115
115
|
* username: "myUsername",
|
|
116
116
|
* x509Type: "MANAGED",
|
|
117
|
-
* databaseName:
|
|
117
|
+
* databaseName: "$external",
|
|
118
118
|
* roles: [{
|
|
119
119
|
* roleName: "atlasAdmin",
|
|
120
120
|
* databaseName: "admin",
|
|
@@ -22,7 +22,7 @@ const utilities = require("./utilities");
|
|
|
22
22
|
* projectId: "<PROJECT-ID>",
|
|
23
23
|
* username: "myUsername",
|
|
24
24
|
* x509Type: "MANAGED",
|
|
25
|
-
* databaseName:
|
|
25
|
+
* databaseName: "$external",
|
|
26
26
|
* roles: [{
|
|
27
27
|
* roleName: "atlasAdmin",
|
|
28
28
|
* databaseName: "admin",
|
|
@@ -97,7 +97,7 @@ exports.get509AuthenticationDatabaseUser = get509AuthenticationDatabaseUser;
|
|
|
97
97
|
* projectId: "<PROJECT-ID>",
|
|
98
98
|
* username: "myUsername",
|
|
99
99
|
* x509Type: "MANAGED",
|
|
100
|
-
* databaseName:
|
|
100
|
+
* databaseName: "$external",
|
|
101
101
|
* roles: [{
|
|
102
102
|
* roleName: "atlasAdmin",
|
|
103
103
|
* databaseName: "admin",
|
package/getCluster.d.ts
CHANGED
|
@@ -68,20 +68,7 @@ export interface GetClusterResult {
|
|
|
68
68
|
*/
|
|
69
69
|
readonly clusterType: string;
|
|
70
70
|
/**
|
|
71
|
-
* Set of connection strings that your applications use to connect to this cluster. More info in [Connection-strings](https://docs.mongodb.com/manual/reference/connection-string/). Use the parameters in this object to connect your applications to this cluster. To learn more about the formats of connection strings, see [Connection String Options](https://docs.atlas.mongodb.com/reference/faq/connection-changes/).
|
|
72
|
-
* - `connection_strings.standard` - Public mongodb:// connection string for this cluster.
|
|
73
|
-
* - `connection_strings.standard_srv` - Public mongodb+srv:// connection string for this cluster. The mongodb+srv protocol tells the driver to look up the seed list of hosts in DNS. Atlas synchronizes this list with the nodes in a cluster. If the connection string uses this URI format, you don’t need to append the seed list or change the URI if the nodes change. Use this URI format if your driver supports it. If it doesn’t, use connectionStrings.standard.
|
|
74
|
-
* - `connection_strings.aws_private_link` - [Private-endpoint-aware](https://docs.atlas.mongodb.com/security-private-endpoint/#private-endpoint-connection-strings) mongodb://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a AWS PrivateLink connection to this cluster. **DEPRECATED** Use `connection_strings.private_endpoint[n].connection_string` instead.
|
|
75
|
-
* - `connection_strings.aws_private_link_srv` - [Private-endpoint-aware](https://docs.atlas.mongodb.com/security-private-endpoint/#private-endpoint-connection-strings) mongodb+srv://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a AWS PrivateLink connection to this cluster. Use this URI format if your driver supports it. If it doesn’t, use connectionStrings.awsPrivateLink. **DEPRECATED** Use `connection_strings.private_endpoint[n].srv_connection_string` instead.
|
|
76
|
-
* - `connection_strings.private` - [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.
|
|
77
|
-
* - `connection_strings.private_srv` - [Network-peering-endpoint-aware](https://docs.atlas.mongodb.com/security-vpc-peering/#vpc-peering) mongodb+srv://connection strings for each interface VPC endpoint you configured to connect to this cluster. Returned only if you created a network peering connection to this cluster.
|
|
78
|
-
* - `connection_strings.private_endpoint.#.connection_string` - Private-endpoint-aware `mongodb://`connection string for this private endpoint.
|
|
79
|
-
* - `connection_strings.private_endpoint.#.srv_connection_string` - Private-endpoint-aware `mongodb+srv://` connection string for this private endpoint.
|
|
80
|
-
* - `connection_strings.private_endpoint.#.type` - Type of MongoDB process that you connect to with the connection strings. Atlas returns `MONGOD` for replica sets, or `MONGOS` for sharded clusters.
|
|
81
|
-
* - `connection_strings.private_endpoint.#.endpoints` - Private endpoint through which you connect to Atlas when you use `connection_strings.private_endpoint[n].connection_string` or `connection_strings.private_endpoint[n].srv_connection_string`
|
|
82
|
-
* - `connection_strings.private_endpoint.#.endpoints.#.endpoint_id` - Unique identifier of the private endpoint.
|
|
83
|
-
* - `connection_strings.private_endpoint.#.endpoints.#.provider_name` - Cloud provider to which you deployed the private endpoint. Atlas returns `AWS` or `AZURE`.
|
|
84
|
-
* - `connection_strings.private_endpoint.#.endpoints.#.region` - Region to which you deployed the private endpoint.
|
|
71
|
+
* Set of connection strings that your applications use to connect to this cluster. More info in [Connection-strings](https://docs.mongodb.com/manual/reference/connection-string/). Use the parameters in this object to connect your applications to this cluster. To learn more about the formats of connection strings, see [Connection String Options](https://docs.atlas.mongodb.com/reference/faq/connection-changes/).
|
|
85
72
|
*/
|
|
86
73
|
readonly connectionStrings: outputs.GetClusterConnectionString[];
|
|
87
74
|
/**
|
package/getCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAgMD;;;;;;;;GAQG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
package/getEventTrigger.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare function getEventTrigger(args: GetEventTriggerArgs, opts?: pulumi
|
|
|
10
10
|
export interface GetEventTriggerArgs {
|
|
11
11
|
/**
|
|
12
12
|
* The ObjectID of your application.
|
|
13
|
+
* * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
|
|
13
14
|
*/
|
|
14
15
|
appId: string;
|
|
15
16
|
/**
|
|
@@ -115,6 +116,7 @@ export declare function getEventTriggerOutput(args: GetEventTriggerOutputArgs, o
|
|
|
115
116
|
export interface GetEventTriggerOutputArgs {
|
|
116
117
|
/**
|
|
117
118
|
* The ObjectID of your application.
|
|
119
|
+
* * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
|
|
118
120
|
*/
|
|
119
121
|
appId: pulumi.Input<string>;
|
|
120
122
|
/**
|
package/getEventTrigger.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEventTrigger.js","sourceRoot":"","sources":["../getEventTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,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;AARD,0CAQC;
|
|
1
|
+
{"version":3,"file":"getEventTrigger.js","sourceRoot":"","sources":["../getEventTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,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;AARD,0CAQC;AAyGD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/getEventTriggers.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare function getEventTriggers(args: GetEventTriggersArgs, opts?: pulu
|
|
|
10
10
|
export interface GetEventTriggersArgs {
|
|
11
11
|
/**
|
|
12
12
|
* The ObjectID of your application.
|
|
13
|
+
* * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
|
|
13
14
|
*/
|
|
14
15
|
appId: string;
|
|
15
16
|
/**
|
|
@@ -42,6 +43,7 @@ export declare function getEventTriggersOutput(args: GetEventTriggersOutputArgs,
|
|
|
42
43
|
export interface GetEventTriggersOutputArgs {
|
|
43
44
|
/**
|
|
44
45
|
* The ObjectID of your application.
|
|
46
|
+
* * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
|
|
45
47
|
*/
|
|
46
48
|
appId: pulumi.Input<string>;
|
|
47
49
|
/**
|
package/getEventTriggers.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,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,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;
|
|
1
|
+
{"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,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,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;AAgCD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
package/getOnlineArchive.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ import * as outputs from "./types/output";
|
|
|
21
21
|
*
|
|
22
22
|
* * `dbName` - Name of the database that contains the collection.
|
|
23
23
|
* * `collName` - Name of the collection.
|
|
24
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
24
25
|
* * `criteria` - Criteria to use for archiving data.
|
|
25
26
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
26
27
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
@@ -61,6 +62,7 @@ export interface GetOnlineArchiveResult {
|
|
|
61
62
|
readonly archiveId: string;
|
|
62
63
|
readonly clusterName: string;
|
|
63
64
|
readonly collName: string;
|
|
65
|
+
readonly collectionType: string;
|
|
64
66
|
readonly criterias: outputs.GetOnlineArchiveCriteria[];
|
|
65
67
|
readonly dbName: string;
|
|
66
68
|
/**
|
|
@@ -93,6 +95,7 @@ export interface GetOnlineArchiveResult {
|
|
|
93
95
|
*
|
|
94
96
|
* * `dbName` - Name of the database that contains the collection.
|
|
95
97
|
* * `collName` - Name of the collection.
|
|
98
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
96
99
|
* * `criteria` - Criteria to use for archiving data.
|
|
97
100
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
98
101
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
package/getOnlineArchive.js
CHANGED
|
@@ -26,6 +26,7 @@ const utilities = require("./utilities");
|
|
|
26
26
|
*
|
|
27
27
|
* * `dbName` - Name of the database that contains the collection.
|
|
28
28
|
* * `collName` - Name of the collection.
|
|
29
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
29
30
|
* * `criteria` - Criteria to use for archiving data.
|
|
30
31
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
31
32
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
@@ -71,6 +72,7 @@ exports.getOnlineArchive = getOnlineArchive;
|
|
|
71
72
|
*
|
|
72
73
|
* * `dbName` - Name of the database that contains the collection.
|
|
73
74
|
* * `collName` - Name of the collection.
|
|
75
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
74
76
|
* * `criteria` - Criteria to use for archiving data.
|
|
75
77
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
76
78
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
package/getOnlineArchive.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnlineArchive.js","sourceRoot":"","sources":["../getOnlineArchive.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getOnlineArchive.js","sourceRoot":"","sources":["../getOnlineArchive.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,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;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
package/getOnlineArchives.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ import * as outputs from "./types/output";
|
|
|
23
23
|
* * `archiveId` - ID of the online archive.
|
|
24
24
|
* * `dbName` - Name of the database that contains the collection.
|
|
25
25
|
* * `collName` - Name of the collection.
|
|
26
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
26
27
|
* * `criteria` - Criteria to use for archiving data.
|
|
27
28
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
28
29
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
@@ -88,6 +89,7 @@ export interface GetOnlineArchivesResult {
|
|
|
88
89
|
* * `archiveId` - ID of the online archive.
|
|
89
90
|
* * `dbName` - Name of the database that contains the collection.
|
|
90
91
|
* * `collName` - Name of the collection.
|
|
92
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
91
93
|
* * `criteria` - Criteria to use for archiving data.
|
|
92
94
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
93
95
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
package/getOnlineArchives.js
CHANGED
|
@@ -28,6 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* * `archiveId` - ID of the online archive.
|
|
29
29
|
* * `dbName` - Name of the database that contains the collection.
|
|
30
30
|
* * `collName` - Name of the collection.
|
|
31
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
31
32
|
* * `criteria` - Criteria to use for archiving data.
|
|
32
33
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
33
34
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
|
@@ -74,6 +75,7 @@ exports.getOnlineArchives = getOnlineArchives;
|
|
|
74
75
|
* * `archiveId` - ID of the online archive.
|
|
75
76
|
* * `dbName` - Name of the database that contains the collection.
|
|
76
77
|
* * `collName` - Name of the collection.
|
|
78
|
+
* * `collectionType` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
|
|
77
79
|
* * `criteria` - Criteria to use for archiving data.
|
|
78
80
|
* * `criteria.type` - Type of criteria (DATE, CUSTOM)
|
|
79
81
|
* * `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expireAfterDays` parameter.
|
package/getOnlineArchives.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnlineArchives.js","sourceRoot":"","sources":["../getOnlineArchives.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getOnlineArchives.js","sourceRoot":"","sources":["../getOnlineArchives.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AA6BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* `mongodbatlas.PrivateLinkEndpoint` describe a Private Endpoint. This represents a Private Endpoint Connection to retrieve details regarding a private endpoint by id in an Atlas project
|
|
4
|
-
*
|
|
5
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
6
|
-
*/
|
|
7
2
|
export declare function getPrivateLinkEndpoint(args: GetPrivateLinkEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateLinkEndpointResult>;
|
|
8
3
|
/**
|
|
9
4
|
* A collection of arguments for invoking getPrivateLinkEndpoint.
|
|
@@ -75,11 +70,6 @@ export interface GetPrivateLinkEndpointResult {
|
|
|
75
70
|
*/
|
|
76
71
|
readonly status: string;
|
|
77
72
|
}
|
|
78
|
-
/**
|
|
79
|
-
* `mongodbatlas.PrivateLinkEndpoint` describe a Private Endpoint. This represents a Private Endpoint Connection to retrieve details regarding a private endpoint by id in an Atlas project
|
|
80
|
-
*
|
|
81
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
82
|
-
*/
|
|
83
73
|
export declare function getPrivateLinkEndpointOutput(args: GetPrivateLinkEndpointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateLinkEndpointResult>;
|
|
84
74
|
/**
|
|
85
75
|
* A collection of arguments for invoking getPrivateLinkEndpoint.
|
|
@@ -5,11 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getPrivateLinkEndpointOutput = exports.getPrivateLinkEndpoint = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* `mongodbatlas.PrivateLinkEndpoint` describe a Private Endpoint. This represents a Private Endpoint Connection to retrieve details regarding a private endpoint by id in an Atlas project
|
|
10
|
-
*
|
|
11
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
12
|
-
*/
|
|
13
8
|
function getPrivateLinkEndpoint(args, opts) {
|
|
14
9
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
10
|
return pulumi.runtime.invoke("mongodbatlas:index/getPrivateLinkEndpoint:getPrivateLinkEndpoint", {
|
|
@@ -19,11 +14,6 @@ function getPrivateLinkEndpoint(args, opts) {
|
|
|
19
14
|
}, opts);
|
|
20
15
|
}
|
|
21
16
|
exports.getPrivateLinkEndpoint = getPrivateLinkEndpoint;
|
|
22
|
-
/**
|
|
23
|
-
* `mongodbatlas.PrivateLinkEndpoint` describe a Private Endpoint. This represents a Private Endpoint Connection to retrieve details regarding a private endpoint by id in an Atlas project
|
|
24
|
-
*
|
|
25
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
26
|
-
*/
|
|
27
17
|
function getPrivateLinkEndpointOutput(args, opts) {
|
|
28
18
|
return pulumi.output(args).apply((a) => getPrivateLinkEndpoint(a, opts));
|
|
29
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivateLinkEndpoint.js","sourceRoot":"","sources":["../getPrivateLinkEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrivateLinkEndpoint.js","sourceRoot":"","sources":["../getPrivateLinkEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAEhG,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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AAyED,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
|
-
/**
|
|
4
|
-
* `mongodbatlas.PrivateLinkEndpointService` describe a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
5
|
-
*
|
|
6
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
7
|
-
*/
|
|
8
3
|
export declare function getPrivateLinkEndpointService(args: GetPrivateLinkEndpointServiceArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateLinkEndpointServiceResult>;
|
|
9
4
|
/**
|
|
10
5
|
* A collection of arguments for invoking getPrivateLinkEndpointService.
|
|
@@ -83,11 +78,6 @@ export interface GetPrivateLinkEndpointServiceResult {
|
|
|
83
78
|
readonly projectId: string;
|
|
84
79
|
readonly providerName: string;
|
|
85
80
|
}
|
|
86
|
-
/**
|
|
87
|
-
* `mongodbatlas.PrivateLinkEndpointService` describe a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
88
|
-
*
|
|
89
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
90
|
-
*/
|
|
91
81
|
export declare function getPrivateLinkEndpointServiceOutput(args: GetPrivateLinkEndpointServiceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateLinkEndpointServiceResult>;
|
|
92
82
|
/**
|
|
93
83
|
* A collection of arguments for invoking getPrivateLinkEndpointService.
|
|
@@ -5,11 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getPrivateLinkEndpointServiceOutput = exports.getPrivateLinkEndpointService = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* `mongodbatlas.PrivateLinkEndpointService` describe a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
10
|
-
*
|
|
11
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
12
|
-
*/
|
|
13
8
|
function getPrivateLinkEndpointService(args, opts) {
|
|
14
9
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
10
|
return pulumi.runtime.invoke("mongodbatlas:index/getPrivateLinkEndpointService:getPrivateLinkEndpointService", {
|
|
@@ -20,11 +15,6 @@ function getPrivateLinkEndpointService(args, opts) {
|
|
|
20
15
|
}, opts);
|
|
21
16
|
}
|
|
22
17
|
exports.getPrivateLinkEndpointService = getPrivateLinkEndpointService;
|
|
23
|
-
/**
|
|
24
|
-
* `mongodbatlas.PrivateLinkEndpointService` describe a Private Endpoint Link. This represents a Private Endpoint Link Connection that wants to retrieve details in an Atlas project.
|
|
25
|
-
*
|
|
26
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
27
|
-
*/
|
|
28
18
|
function getPrivateLinkEndpointServiceOutput(args, opts) {
|
|
29
19
|
return pulumi.output(args).apply((a) => getPrivateLinkEndpointService(a, opts));
|
|
30
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivateLinkEndpointService.js","sourceRoot":"","sources":["../getPrivateLinkEndpointService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrivateLinkEndpointService.js","sourceRoot":"","sources":["../getPrivateLinkEndpointService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAE9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sEASC;AAgFD,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,6BAA6B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxF,CAAC;AAFD,kFAEC"}
|
|
@@ -1,73 +1,4 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* `privatelinkEndpointServiceServerless` Provides a Serverless PrivateLink Endpoint Service resource.
|
|
4
|
-
*
|
|
5
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
6
|
-
*
|
|
7
|
-
* ## Example with AWS
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
12
|
-
*
|
|
13
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("testServerlessInstance", {
|
|
14
|
-
* projectId: "<PROJECT_ID>",
|
|
15
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
16
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
17
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
18
|
-
* continuousBackupEnabled: true,
|
|
19
|
-
* });
|
|
20
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("testPrivatelinkEndpointServerless", {
|
|
21
|
-
* projectId: "<PROJECT_ID>",
|
|
22
|
-
* instanceName: testServerlessInstance.name,
|
|
23
|
-
* providerName: "AWS",
|
|
24
|
-
* });
|
|
25
|
-
* const testPrivatelinkEndpointServiceServerless = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
26
|
-
* projectId: "<PROJECT_ID>",
|
|
27
|
-
* instanceName: testServerlessInstance.name,
|
|
28
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
29
|
-
* });
|
|
30
|
-
* const testIndex_privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("testIndex/privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless", {
|
|
31
|
-
* projectId: "<PROJECT_ID>",
|
|
32
|
-
* instanceName: "test-db",
|
|
33
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
34
|
-
* providerName: "AWS",
|
|
35
|
-
* comment: "New serverless endpoint",
|
|
36
|
-
* });
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* ## Example with AZURE
|
|
40
|
-
*
|
|
41
|
-
* ```typescript
|
|
42
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
44
|
-
*
|
|
45
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("testServerlessInstance", {
|
|
46
|
-
* projectId: "<PROJECT_ID>",
|
|
47
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
48
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
49
|
-
* providerSettingsRegionName: "US_EAST",
|
|
50
|
-
* continuousBackupEnabled: true,
|
|
51
|
-
* });
|
|
52
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("testPrivatelinkEndpointServerless", {
|
|
53
|
-
* projectId: "<PROJECT_ID>",
|
|
54
|
-
* instanceName: testServerlessInstance.name,
|
|
55
|
-
* providerName: "AZURE",
|
|
56
|
-
* });
|
|
57
|
-
* const testPrivatelinkEndpointServiceServerless = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
58
|
-
* projectId: "<PROJECT_ID>",
|
|
59
|
-
* instanceName: testServerlessInstance.name,
|
|
60
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
61
|
-
* });
|
|
62
|
-
* const testIndex_privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("testIndex/privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless", {
|
|
63
|
-
* projectId: "<PROJECT_ID>",
|
|
64
|
-
* instanceName: "test-db",
|
|
65
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
66
|
-
* providerName: "AZURE",
|
|
67
|
-
* comment: "New serverless endpoint",
|
|
68
|
-
* });
|
|
69
|
-
* ```
|
|
70
|
-
*/
|
|
71
2
|
export declare function getPrivatelinkEndpointServiceServerless(args: GetPrivatelinkEndpointServiceServerlessArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivatelinkEndpointServiceServerlessResult>;
|
|
72
3
|
/**
|
|
73
4
|
* A collection of arguments for invoking getPrivatelinkEndpointServiceServerless.
|
|
@@ -117,75 +48,6 @@ export interface GetPrivatelinkEndpointServiceServerlessResult {
|
|
|
117
48
|
*/
|
|
118
49
|
readonly status: string;
|
|
119
50
|
}
|
|
120
|
-
/**
|
|
121
|
-
* `privatelinkEndpointServiceServerless` Provides a Serverless PrivateLink Endpoint Service resource.
|
|
122
|
-
*
|
|
123
|
-
* > **NOTE:** Groups and projects are synonymous terms. You may find groupId in the official documentation.
|
|
124
|
-
*
|
|
125
|
-
* ## Example with AWS
|
|
126
|
-
*
|
|
127
|
-
* ```typescript
|
|
128
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
129
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
130
|
-
*
|
|
131
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("testServerlessInstance", {
|
|
132
|
-
* projectId: "<PROJECT_ID>",
|
|
133
|
-
* providerSettingsBackingProviderName: "AWS",
|
|
134
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
135
|
-
* providerSettingsRegionName: "US_EAST_1",
|
|
136
|
-
* continuousBackupEnabled: true,
|
|
137
|
-
* });
|
|
138
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("testPrivatelinkEndpointServerless", {
|
|
139
|
-
* projectId: "<PROJECT_ID>",
|
|
140
|
-
* instanceName: testServerlessInstance.name,
|
|
141
|
-
* providerName: "AWS",
|
|
142
|
-
* });
|
|
143
|
-
* const testPrivatelinkEndpointServiceServerless = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
144
|
-
* projectId: "<PROJECT_ID>",
|
|
145
|
-
* instanceName: testServerlessInstance.name,
|
|
146
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
147
|
-
* });
|
|
148
|
-
* const testIndex_privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("testIndex/privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless", {
|
|
149
|
-
* projectId: "<PROJECT_ID>",
|
|
150
|
-
* instanceName: "test-db",
|
|
151
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
152
|
-
* providerName: "AWS",
|
|
153
|
-
* comment: "New serverless endpoint",
|
|
154
|
-
* });
|
|
155
|
-
* ```
|
|
156
|
-
*
|
|
157
|
-
* ## Example with AZURE
|
|
158
|
-
*
|
|
159
|
-
* ```typescript
|
|
160
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
161
|
-
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
162
|
-
*
|
|
163
|
-
* const testServerlessInstance = new mongodbatlas.ServerlessInstance("testServerlessInstance", {
|
|
164
|
-
* projectId: "<PROJECT_ID>",
|
|
165
|
-
* providerSettingsBackingProviderName: "AZURE",
|
|
166
|
-
* providerSettingsProviderName: "SERVERLESS",
|
|
167
|
-
* providerSettingsRegionName: "US_EAST",
|
|
168
|
-
* continuousBackupEnabled: true,
|
|
169
|
-
* });
|
|
170
|
-
* const testPrivatelinkEndpointServerless = new mongodbatlas.PrivatelinkEndpointServerless("testPrivatelinkEndpointServerless", {
|
|
171
|
-
* projectId: "<PROJECT_ID>",
|
|
172
|
-
* instanceName: testServerlessInstance.name,
|
|
173
|
-
* providerName: "AZURE",
|
|
174
|
-
* });
|
|
175
|
-
* const testPrivatelinkEndpointServiceServerless = mongodbatlas.getPrivatelinkEndpointServiceServerlessOutput({
|
|
176
|
-
* projectId: "<PROJECT_ID>",
|
|
177
|
-
* instanceName: testServerlessInstance.name,
|
|
178
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
179
|
-
* });
|
|
180
|
-
* const testIndex_privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless = new mongodbatlas.PrivatelinkEndpointServiceServerless("testIndex/privatelinkEndpointServiceServerlessPrivatelinkEndpointServiceServerless", {
|
|
181
|
-
* projectId: "<PROJECT_ID>",
|
|
182
|
-
* instanceName: "test-db",
|
|
183
|
-
* endpointId: testPrivatelinkEndpointServerless.endpointId,
|
|
184
|
-
* providerName: "AZURE",
|
|
185
|
-
* comment: "New serverless endpoint",
|
|
186
|
-
* });
|
|
187
|
-
* ```
|
|
188
|
-
*/
|
|
189
51
|
export declare function getPrivatelinkEndpointServiceServerlessOutput(args: GetPrivatelinkEndpointServiceServerlessOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivatelinkEndpointServiceServerlessResult>;
|
|
190
52
|
/**
|
|
191
53
|
* A collection of arguments for invoking getPrivatelinkEndpointServiceServerless.
|