@pulumi/mongodbatlas 3.4.0 → 3.6.0-alpha.1662645483
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/advancedCluster.d.ts +0 -8
- package/advancedCluster.js +0 -8
- package/advancedCluster.js.map +1 -1
- package/cloudBackupSchedule.d.ts +33 -6
- package/cloudBackupSchedule.js +10 -4
- package/cloudBackupSchedule.js.map +1 -1
- package/cloudBackupSnapshot.d.ts +0 -31
- package/cloudBackupSnapshot.js +0 -31
- package/cloudBackupSnapshot.js.map +1 -1
- package/cloudBackupSnapshotRestoreJob.d.ts +28 -4
- package/cloudBackupSnapshotRestoreJob.js +1 -1
- package/cloudBackupSnapshotRestoreJob.js.map +1 -1
- package/cloudProviderSnapshot.d.ts +0 -32
- package/cloudProviderSnapshot.js +0 -32
- package/cloudProviderSnapshot.js.map +1 -1
- package/cluster.d.ts +3 -3
- package/eventTrigger.d.ts +13 -0
- package/eventTrigger.js +3 -0
- package/eventTrigger.js.map +1 -1
- package/federatedSettingsIdentityProvider.d.ts +190 -0
- package/federatedSettingsIdentityProvider.js +120 -0
- package/federatedSettingsIdentityProvider.js.map +1 -0
- package/federatedSettingsOrgConfig.d.ts +54 -0
- package/federatedSettingsOrgConfig.js +71 -0
- package/federatedSettingsOrgConfig.js.map +1 -0
- package/federatedSettingsOrgRoleMapping.d.ts +140 -0
- package/federatedSettingsOrgRoleMapping.js +122 -0
- package/federatedSettingsOrgRoleMapping.js.map +1 -0
- package/getAdvancedCluster.d.ts +1 -1
- package/getAdvancedCluster.js +1 -1
- package/getAdvancedClusters.d.ts +0 -26
- package/getAdvancedClusters.js +0 -26
- package/getAdvancedClusters.js.map +1 -1
- package/getCloudBackupSchedule.d.ts +9 -0
- package/getCloudBackupSchedule.js.map +1 -1
- package/getCloudBackupSnapshotRestoreJob.d.ts +3 -0
- package/getCloudBackupSnapshotRestoreJob.js.map +1 -1
- package/getCloudProviderSnapshotRestoreJob.d.ts +3 -0
- package/getCloudProviderSnapshotRestoreJob.js.map +1 -1
- package/getCloudProviderSnapshotRestoreJobs.d.ts +0 -32
- package/getCloudProviderSnapshotRestoreJobs.js +0 -32
- package/getCloudProviderSnapshotRestoreJobs.js.map +1 -1
- package/getEventTrigger.d.ts +4 -0
- package/getEventTrigger.js.map +1 -1
- package/getFederatedSettings.d.ts +61 -0
- package/getFederatedSettings.js +36 -0
- package/getFederatedSettings.js.map +1 -0
- package/getFederatedSettingsIdentityProvider.d.ts +122 -0
- package/getFederatedSettingsIdentityProvider.js +48 -0
- package/getFederatedSettingsIdentityProvider.js.map +1 -0
- package/getFederatedSettingsIdentityProviders.d.ts +79 -0
- package/getFederatedSettingsIdentityProviders.js +46 -0
- package/getFederatedSettingsIdentityProviders.js.map +1 -0
- package/getFederatedSettingsOrgConfig.d.ts +83 -0
- package/getFederatedSettingsOrgConfig.js +44 -0
- package/getFederatedSettingsOrgConfig.js.map +1 -0
- package/getFederatedSettingsOrgConfigs.d.ts +77 -0
- package/getFederatedSettingsOrgConfigs.js +44 -0
- package/getFederatedSettingsOrgConfigs.js.map +1 -0
- package/getFederatedSettingsOrgRoleMapping.d.ts +102 -0
- package/getFederatedSettingsOrgRoleMapping.js +74 -0
- package/getFederatedSettingsOrgRoleMapping.js.map +1 -0
- package/getFederatedSettingsOrgRoleMappings.d.ts +66 -0
- package/getFederatedSettingsOrgRoleMappings.js +28 -0
- package/getFederatedSettingsOrgRoleMappings.js.map +1 -0
- package/getPrivateEndpointRegionalMode.d.ts +45 -0
- package/getPrivateEndpointRegionalMode.js +28 -0
- package/getPrivateEndpointRegionalMode.js.map +1 -0
- package/getPrivatelinkEndpointServiceAdl.d.ts +0 -17
- package/getPrivatelinkEndpointServiceAdl.js +0 -17
- package/getPrivatelinkEndpointServiceAdl.js.map +1 -1
- package/getProject.d.ts +20 -0
- package/getProject.js.map +1 -1
- package/getServerlessInstance.d.ts +96 -0
- package/getServerlessInstance.js +44 -0
- package/getServerlessInstance.js.map +1 -0
- package/getServerlessInstances.d.ts +55 -0
- package/getServerlessInstances.js +41 -0
- package/getServerlessInstances.js.map +1 -0
- package/getThirdPartyIntegration.d.ts +68 -0
- package/getThirdPartyIntegration.js +5 -0
- package/getThirdPartyIntegration.js.map +1 -1
- package/globalClusterConfig.d.ts +2 -2
- package/globalClusterConfig.js +2 -2
- package/index.d.ts +15 -0
- package/index.js +35 -0
- package/index.js.map +1 -1
- package/orgInvitation.d.ts +1 -13
- package/orgInvitation.js +1 -13
- package/orgInvitation.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/privateEndpointRegionalMode.d.ts +80 -0
- package/privateEndpointRegionalMode.js +65 -0
- package/privateEndpointRegionalMode.js.map +1 -0
- package/privateLinkEndpointService.d.ts +0 -32
- package/privateLinkEndpointService.js +0 -32
- package/privateLinkEndpointService.js.map +1 -1
- package/project.d.ts +65 -0
- package/project.js +15 -0
- package/project.js.map +1 -1
- package/projectInvitation.d.ts +1 -16
- package/projectInvitation.js +1 -16
- package/projectInvitation.js.map +1 -1
- package/provider.d.ts +5 -5
- package/provider.js +0 -6
- package/provider.js.map +1 -1
- package/searchIndex.d.ts +4 -4
- package/searchIndex.js +4 -4
- package/serverlessInstance.d.ts +166 -0
- package/serverlessInstance.js +109 -0
- package/serverlessInstance.js.map +1 -0
- package/thirdPartyIntegration.d.ts +78 -0
- package/thirdPartyIntegration.js +12 -0
- package/thirdPartyIntegration.js.map +1 -1
- package/types/input.d.ts +60 -8
- package/types/output.d.ts +559 -5
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ServerlessInstance = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* `mongodbatlas.ServerlessInstance` provides a Serverless Instance resource. This allows serverless instances to be created.
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Serverless instances do not support some Atlas features at this time.
|
|
12
|
+
* For a full list of unsupported features, see [Serverless Instance Limitations](https://docs.atlas.mongodb.com/reference/serverless-instance-limitations/).
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
* ### Basic
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as mongodbatlas from "@pulumi/mongodbatlas";
|
|
19
|
+
*
|
|
20
|
+
* const test = new mongodbatlas.ServerlessInstance("test", {
|
|
21
|
+
* projectId: "<PROJECT_ID>",
|
|
22
|
+
* providerSettingsBackingProviderName: "AWS",
|
|
23
|
+
* providerSettingsProviderName: "SERVERLESS",
|
|
24
|
+
* providerSettingsRegionName: "US_EAST_1",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Import
|
|
29
|
+
*
|
|
30
|
+
* Serverless Instance can be imported using the group ID and serverless instance name, in the format `GROUP_ID-SERVERLESS_INSTANCE_NAME`, e.g.
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import mongodbatlas:index/serverlessInstance:ServerlessInstance my_serverless_instance 1112222b3bf99403840e8934-My Serverless Instance
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* For more information see[MongoDB Atlas API - Serverless Instance](https://docs.atlas.mongodb.com/reference/api/serverless-instances/) Documentation.
|
|
37
|
+
*/
|
|
38
|
+
class ServerlessInstance extends pulumi.CustomResource {
|
|
39
|
+
constructor(name, argsOrState, opts) {
|
|
40
|
+
let resourceInputs = {};
|
|
41
|
+
opts = opts || {};
|
|
42
|
+
if (opts.id) {
|
|
43
|
+
const state = argsOrState;
|
|
44
|
+
resourceInputs["connectionStringsStandardSrv"] = state ? state.connectionStringsStandardSrv : undefined;
|
|
45
|
+
resourceInputs["createDate"] = state ? state.createDate : undefined;
|
|
46
|
+
resourceInputs["links"] = state ? state.links : undefined;
|
|
47
|
+
resourceInputs["mongoDbVersion"] = state ? state.mongoDbVersion : undefined;
|
|
48
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
49
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
50
|
+
resourceInputs["providerSettingsBackingProviderName"] = state ? state.providerSettingsBackingProviderName : undefined;
|
|
51
|
+
resourceInputs["providerSettingsProviderName"] = state ? state.providerSettingsProviderName : undefined;
|
|
52
|
+
resourceInputs["providerSettingsRegionName"] = state ? state.providerSettingsRegionName : undefined;
|
|
53
|
+
resourceInputs["stateName"] = state ? state.stateName : undefined;
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
const args = argsOrState;
|
|
57
|
+
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
58
|
+
throw new Error("Missing required property 'projectId'");
|
|
59
|
+
}
|
|
60
|
+
if ((!args || args.providerSettingsBackingProviderName === undefined) && !opts.urn) {
|
|
61
|
+
throw new Error("Missing required property 'providerSettingsBackingProviderName'");
|
|
62
|
+
}
|
|
63
|
+
if ((!args || args.providerSettingsProviderName === undefined) && !opts.urn) {
|
|
64
|
+
throw new Error("Missing required property 'providerSettingsProviderName'");
|
|
65
|
+
}
|
|
66
|
+
if ((!args || args.providerSettingsRegionName === undefined) && !opts.urn) {
|
|
67
|
+
throw new Error("Missing required property 'providerSettingsRegionName'");
|
|
68
|
+
}
|
|
69
|
+
resourceInputs["links"] = args ? args.links : undefined;
|
|
70
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
71
|
+
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
72
|
+
resourceInputs["providerSettingsBackingProviderName"] = args ? args.providerSettingsBackingProviderName : undefined;
|
|
73
|
+
resourceInputs["providerSettingsProviderName"] = args ? args.providerSettingsProviderName : undefined;
|
|
74
|
+
resourceInputs["providerSettingsRegionName"] = args ? args.providerSettingsRegionName : undefined;
|
|
75
|
+
resourceInputs["stateName"] = args ? args.stateName : undefined;
|
|
76
|
+
resourceInputs["connectionStringsStandardSrv"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["createDate"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["mongoDbVersion"] = undefined /*out*/;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
super(ServerlessInstance.__pulumiType, name, resourceInputs, opts);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Get an existing ServerlessInstance resource's state with the given name, ID, and optional extra
|
|
85
|
+
* properties used to qualify the lookup.
|
|
86
|
+
*
|
|
87
|
+
* @param name The _unique_ name of the resulting resource.
|
|
88
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
89
|
+
* @param state Any extra arguments used during the lookup.
|
|
90
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
91
|
+
*/
|
|
92
|
+
static get(name, id, state, opts) {
|
|
93
|
+
return new ServerlessInstance(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Returns true if the given object is an instance of ServerlessInstance. This is designed to work even
|
|
97
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
98
|
+
*/
|
|
99
|
+
static isInstance(obj) {
|
|
100
|
+
if (obj === undefined || obj === null) {
|
|
101
|
+
return false;
|
|
102
|
+
}
|
|
103
|
+
return obj['__pulumiType'] === ServerlessInstance.__pulumiType;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.ServerlessInstance = ServerlessInstance;
|
|
107
|
+
/** @internal */
|
|
108
|
+
ServerlessInstance.__pulumiType = 'mongodbatlas:index/serverlessInstance:ServerlessInstance';
|
|
109
|
+
//# sourceMappingURL=serverlessInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serverlessInstance.js","sourceRoot":"","sources":["../serverlessInstance.ts"],"names":[],"mappings":"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"}
|
|
@@ -54,6 +54,10 @@ export declare class ThirdPartyIntegration extends pulumi.CustomResource {
|
|
|
54
54
|
*/
|
|
55
55
|
readonly apiToken: pulumi.Output<string | undefined>;
|
|
56
56
|
readonly channelName: pulumi.Output<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Whether your cluster has Prometheus enabled.
|
|
59
|
+
*/
|
|
60
|
+
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
57
61
|
/**
|
|
58
62
|
* Your Flowdock Flow name.
|
|
59
63
|
*/
|
|
@@ -62,11 +66,20 @@ export declare class ThirdPartyIntegration extends pulumi.CustomResource {
|
|
|
62
66
|
* Your License Key.
|
|
63
67
|
*/
|
|
64
68
|
readonly licenseKey: pulumi.Output<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Your Microsoft Teams incoming webhook URL.
|
|
71
|
+
* * `PROMETHEUS`
|
|
72
|
+
*/
|
|
73
|
+
readonly microsoftTeamsWebhookUrl: pulumi.Output<string | undefined>;
|
|
65
74
|
/**
|
|
66
75
|
* Your Flowdock organization name.
|
|
67
76
|
* * `WEBHOOK`
|
|
68
77
|
*/
|
|
69
78
|
readonly orgName: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Your Prometheus password.
|
|
81
|
+
*/
|
|
82
|
+
readonly password: pulumi.Output<string | undefined>;
|
|
70
83
|
/**
|
|
71
84
|
* The unique ID for the project to get all Third-Party service integrations
|
|
72
85
|
*/
|
|
@@ -86,10 +99,19 @@ export declare class ThirdPartyIntegration extends pulumi.CustomResource {
|
|
|
86
99
|
* * `FLOWDOCK`
|
|
87
100
|
*/
|
|
88
101
|
readonly routingKey: pulumi.Output<string | undefined>;
|
|
102
|
+
/**
|
|
103
|
+
* Your Prometheus protocol scheme configured for requests.
|
|
104
|
+
*/
|
|
105
|
+
readonly scheme: pulumi.Output<string | undefined>;
|
|
89
106
|
/**
|
|
90
107
|
* An optional field for your webhook secret.
|
|
108
|
+
* * `MICROSOFT_TEAMS`
|
|
91
109
|
*/
|
|
92
110
|
readonly secret: pulumi.Output<string | undefined>;
|
|
111
|
+
/**
|
|
112
|
+
* Indicates which service discovery method is used, either file or http.
|
|
113
|
+
*/
|
|
114
|
+
readonly serviceDiscovery: pulumi.Output<string | undefined>;
|
|
93
115
|
/**
|
|
94
116
|
* Your Service Key.
|
|
95
117
|
* * `DATADOG`
|
|
@@ -111,6 +133,10 @@ export declare class ThirdPartyIntegration extends pulumi.CustomResource {
|
|
|
111
133
|
* Your webhook URL.
|
|
112
134
|
*/
|
|
113
135
|
readonly url: pulumi.Output<string | undefined>;
|
|
136
|
+
/**
|
|
137
|
+
* Your Prometheus username.
|
|
138
|
+
*/
|
|
139
|
+
readonly userName: pulumi.Output<string | undefined>;
|
|
114
140
|
/**
|
|
115
141
|
* Your Insights Insert Key.
|
|
116
142
|
*/
|
|
@@ -141,6 +167,10 @@ export interface ThirdPartyIntegrationState {
|
|
|
141
167
|
*/
|
|
142
168
|
apiToken?: pulumi.Input<string>;
|
|
143
169
|
channelName?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* Whether your cluster has Prometheus enabled.
|
|
172
|
+
*/
|
|
173
|
+
enabled?: pulumi.Input<boolean>;
|
|
144
174
|
/**
|
|
145
175
|
* Your Flowdock Flow name.
|
|
146
176
|
*/
|
|
@@ -149,11 +179,20 @@ export interface ThirdPartyIntegrationState {
|
|
|
149
179
|
* Your License Key.
|
|
150
180
|
*/
|
|
151
181
|
licenseKey?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Your Microsoft Teams incoming webhook URL.
|
|
184
|
+
* * `PROMETHEUS`
|
|
185
|
+
*/
|
|
186
|
+
microsoftTeamsWebhookUrl?: pulumi.Input<string>;
|
|
152
187
|
/**
|
|
153
188
|
* Your Flowdock organization name.
|
|
154
189
|
* * `WEBHOOK`
|
|
155
190
|
*/
|
|
156
191
|
orgName?: pulumi.Input<string>;
|
|
192
|
+
/**
|
|
193
|
+
* Your Prometheus password.
|
|
194
|
+
*/
|
|
195
|
+
password?: pulumi.Input<string>;
|
|
157
196
|
/**
|
|
158
197
|
* The unique ID for the project to get all Third-Party service integrations
|
|
159
198
|
*/
|
|
@@ -173,10 +212,19 @@ export interface ThirdPartyIntegrationState {
|
|
|
173
212
|
* * `FLOWDOCK`
|
|
174
213
|
*/
|
|
175
214
|
routingKey?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Your Prometheus protocol scheme configured for requests.
|
|
217
|
+
*/
|
|
218
|
+
scheme?: pulumi.Input<string>;
|
|
176
219
|
/**
|
|
177
220
|
* An optional field for your webhook secret.
|
|
221
|
+
* * `MICROSOFT_TEAMS`
|
|
178
222
|
*/
|
|
179
223
|
secret?: pulumi.Input<string>;
|
|
224
|
+
/**
|
|
225
|
+
* Indicates which service discovery method is used, either file or http.
|
|
226
|
+
*/
|
|
227
|
+
serviceDiscovery?: pulumi.Input<string>;
|
|
180
228
|
/**
|
|
181
229
|
* Your Service Key.
|
|
182
230
|
* * `DATADOG`
|
|
@@ -198,6 +246,10 @@ export interface ThirdPartyIntegrationState {
|
|
|
198
246
|
* Your webhook URL.
|
|
199
247
|
*/
|
|
200
248
|
url?: pulumi.Input<string>;
|
|
249
|
+
/**
|
|
250
|
+
* Your Prometheus username.
|
|
251
|
+
*/
|
|
252
|
+
userName?: pulumi.Input<string>;
|
|
201
253
|
/**
|
|
202
254
|
* Your Insights Insert Key.
|
|
203
255
|
*/
|
|
@@ -220,6 +272,10 @@ export interface ThirdPartyIntegrationArgs {
|
|
|
220
272
|
*/
|
|
221
273
|
apiToken?: pulumi.Input<string>;
|
|
222
274
|
channelName?: pulumi.Input<string>;
|
|
275
|
+
/**
|
|
276
|
+
* Whether your cluster has Prometheus enabled.
|
|
277
|
+
*/
|
|
278
|
+
enabled?: pulumi.Input<boolean>;
|
|
223
279
|
/**
|
|
224
280
|
* Your Flowdock Flow name.
|
|
225
281
|
*/
|
|
@@ -228,11 +284,20 @@ export interface ThirdPartyIntegrationArgs {
|
|
|
228
284
|
* Your License Key.
|
|
229
285
|
*/
|
|
230
286
|
licenseKey?: pulumi.Input<string>;
|
|
287
|
+
/**
|
|
288
|
+
* Your Microsoft Teams incoming webhook URL.
|
|
289
|
+
* * `PROMETHEUS`
|
|
290
|
+
*/
|
|
291
|
+
microsoftTeamsWebhookUrl?: pulumi.Input<string>;
|
|
231
292
|
/**
|
|
232
293
|
* Your Flowdock organization name.
|
|
233
294
|
* * `WEBHOOK`
|
|
234
295
|
*/
|
|
235
296
|
orgName?: pulumi.Input<string>;
|
|
297
|
+
/**
|
|
298
|
+
* Your Prometheus password.
|
|
299
|
+
*/
|
|
300
|
+
password?: pulumi.Input<string>;
|
|
236
301
|
/**
|
|
237
302
|
* The unique ID for the project to get all Third-Party service integrations
|
|
238
303
|
*/
|
|
@@ -252,10 +317,19 @@ export interface ThirdPartyIntegrationArgs {
|
|
|
252
317
|
* * `FLOWDOCK`
|
|
253
318
|
*/
|
|
254
319
|
routingKey?: pulumi.Input<string>;
|
|
320
|
+
/**
|
|
321
|
+
* Your Prometheus protocol scheme configured for requests.
|
|
322
|
+
*/
|
|
323
|
+
scheme?: pulumi.Input<string>;
|
|
255
324
|
/**
|
|
256
325
|
* An optional field for your webhook secret.
|
|
326
|
+
* * `MICROSOFT_TEAMS`
|
|
257
327
|
*/
|
|
258
328
|
secret?: pulumi.Input<string>;
|
|
329
|
+
/**
|
|
330
|
+
* Indicates which service discovery method is used, either file or http.
|
|
331
|
+
*/
|
|
332
|
+
serviceDiscovery?: pulumi.Input<string>;
|
|
259
333
|
/**
|
|
260
334
|
* Your Service Key.
|
|
261
335
|
* * `DATADOG`
|
|
@@ -277,6 +351,10 @@ export interface ThirdPartyIntegrationArgs {
|
|
|
277
351
|
* Your webhook URL.
|
|
278
352
|
*/
|
|
279
353
|
url?: pulumi.Input<string>;
|
|
354
|
+
/**
|
|
355
|
+
* Your Prometheus username.
|
|
356
|
+
*/
|
|
357
|
+
userName?: pulumi.Input<string>;
|
|
280
358
|
/**
|
|
281
359
|
* Your Insights Insert Key.
|
|
282
360
|
*/
|
package/thirdPartyIntegration.js
CHANGED
|
@@ -41,18 +41,24 @@ class ThirdPartyIntegration extends pulumi.CustomResource {
|
|
|
41
41
|
resourceInputs["apiKey"] = state ? state.apiKey : undefined;
|
|
42
42
|
resourceInputs["apiToken"] = state ? state.apiToken : undefined;
|
|
43
43
|
resourceInputs["channelName"] = state ? state.channelName : undefined;
|
|
44
|
+
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
44
45
|
resourceInputs["flowName"] = state ? state.flowName : undefined;
|
|
45
46
|
resourceInputs["licenseKey"] = state ? state.licenseKey : undefined;
|
|
47
|
+
resourceInputs["microsoftTeamsWebhookUrl"] = state ? state.microsoftTeamsWebhookUrl : undefined;
|
|
46
48
|
resourceInputs["orgName"] = state ? state.orgName : undefined;
|
|
49
|
+
resourceInputs["password"] = state ? state.password : undefined;
|
|
47
50
|
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
48
51
|
resourceInputs["readToken"] = state ? state.readToken : undefined;
|
|
49
52
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
50
53
|
resourceInputs["routingKey"] = state ? state.routingKey : undefined;
|
|
54
|
+
resourceInputs["scheme"] = state ? state.scheme : undefined;
|
|
51
55
|
resourceInputs["secret"] = state ? state.secret : undefined;
|
|
56
|
+
resourceInputs["serviceDiscovery"] = state ? state.serviceDiscovery : undefined;
|
|
52
57
|
resourceInputs["serviceKey"] = state ? state.serviceKey : undefined;
|
|
53
58
|
resourceInputs["teamName"] = state ? state.teamName : undefined;
|
|
54
59
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
55
60
|
resourceInputs["url"] = state ? state.url : undefined;
|
|
61
|
+
resourceInputs["userName"] = state ? state.userName : undefined;
|
|
56
62
|
resourceInputs["writeToken"] = state ? state.writeToken : undefined;
|
|
57
63
|
}
|
|
58
64
|
else {
|
|
@@ -67,18 +73,24 @@ class ThirdPartyIntegration extends pulumi.CustomResource {
|
|
|
67
73
|
resourceInputs["apiKey"] = args ? args.apiKey : undefined;
|
|
68
74
|
resourceInputs["apiToken"] = args ? args.apiToken : undefined;
|
|
69
75
|
resourceInputs["channelName"] = args ? args.channelName : undefined;
|
|
76
|
+
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
70
77
|
resourceInputs["flowName"] = args ? args.flowName : undefined;
|
|
71
78
|
resourceInputs["licenseKey"] = args ? args.licenseKey : undefined;
|
|
79
|
+
resourceInputs["microsoftTeamsWebhookUrl"] = args ? args.microsoftTeamsWebhookUrl : undefined;
|
|
72
80
|
resourceInputs["orgName"] = args ? args.orgName : undefined;
|
|
81
|
+
resourceInputs["password"] = args ? args.password : undefined;
|
|
73
82
|
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
74
83
|
resourceInputs["readToken"] = args ? args.readToken : undefined;
|
|
75
84
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
76
85
|
resourceInputs["routingKey"] = args ? args.routingKey : undefined;
|
|
86
|
+
resourceInputs["scheme"] = args ? args.scheme : undefined;
|
|
77
87
|
resourceInputs["secret"] = args ? args.secret : undefined;
|
|
88
|
+
resourceInputs["serviceDiscovery"] = args ? args.serviceDiscovery : undefined;
|
|
78
89
|
resourceInputs["serviceKey"] = args ? args.serviceKey : undefined;
|
|
79
90
|
resourceInputs["teamName"] = args ? args.teamName : undefined;
|
|
80
91
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
81
92
|
resourceInputs["url"] = args ? args.url : undefined;
|
|
93
|
+
resourceInputs["userName"] = args ? args.userName : undefined;
|
|
82
94
|
resourceInputs["writeToken"] = args ? args.writeToken : undefined;
|
|
83
95
|
}
|
|
84
96
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thirdPartyIntegration.js","sourceRoot":"","sources":["../thirdPartyIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"thirdPartyIntegration.js","sourceRoot":"","sources":["../thirdPartyIntegration.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -252,7 +252,7 @@ export interface AlertConfigurationMatcher {
|
|
|
252
252
|
}
|
|
253
253
|
export interface AlertConfigurationMetricThresholdConfig {
|
|
254
254
|
/**
|
|
255
|
-
* Name of the metric to check. The full list
|
|
255
|
+
* Name of the metric to check. The full list being quite large, please refer to atlas docs [here for general metrics](https://docs.atlas.mongodb.com/reference/alert-host-metrics/#measurement-types) and [here for serverless metrics](https://www.mongodb.com/docs/atlas/reference/api/alert-configurations-create-config/#serverless-measurements)
|
|
256
256
|
*/
|
|
257
257
|
metricName?: pulumi.Input<string>;
|
|
258
258
|
/**
|
|
@@ -425,11 +425,24 @@ export interface AlertConfigurationThresholdConfig {
|
|
|
425
425
|
*/
|
|
426
426
|
units?: pulumi.Input<string>;
|
|
427
427
|
}
|
|
428
|
+
export interface CloudBackupScheduleExport {
|
|
429
|
+
/**
|
|
430
|
+
* Unique identifier of the mongodbatlas.CloudBackupSnapshotExportBucket export_bucket_id value.
|
|
431
|
+
*/
|
|
432
|
+
exportBucketId?: pulumi.Input<string>;
|
|
433
|
+
/**
|
|
434
|
+
* Frequency associated with the export snapshot item.
|
|
435
|
+
*/
|
|
436
|
+
frequencyType?: pulumi.Input<string>;
|
|
437
|
+
}
|
|
428
438
|
export interface CloudBackupSchedulePolicyItemDaily {
|
|
429
439
|
/**
|
|
430
440
|
* Desired frequency of the new backup policy item specified by `frequencyType`.
|
|
431
441
|
*/
|
|
432
442
|
frequencyInterval: pulumi.Input<number>;
|
|
443
|
+
/**
|
|
444
|
+
* Frequency associated with the export snapshot item.
|
|
445
|
+
*/
|
|
433
446
|
frequencyType?: pulumi.Input<string>;
|
|
434
447
|
/**
|
|
435
448
|
* Scope of the backup policy item: days, weeks, or months.
|
|
@@ -445,6 +458,9 @@ export interface CloudBackupSchedulePolicyItemHourly {
|
|
|
445
458
|
* Desired frequency of the new backup policy item specified by `frequencyType`.
|
|
446
459
|
*/
|
|
447
460
|
frequencyInterval: pulumi.Input<number>;
|
|
461
|
+
/**
|
|
462
|
+
* Frequency associated with the export snapshot item.
|
|
463
|
+
*/
|
|
448
464
|
frequencyType?: pulumi.Input<string>;
|
|
449
465
|
id?: pulumi.Input<string>;
|
|
450
466
|
/**
|
|
@@ -461,6 +477,9 @@ export interface CloudBackupSchedulePolicyItemMonthly {
|
|
|
461
477
|
* Desired frequency of the new backup policy item specified by `frequencyType`.
|
|
462
478
|
*/
|
|
463
479
|
frequencyInterval: pulumi.Input<number>;
|
|
480
|
+
/**
|
|
481
|
+
* Frequency associated with the export snapshot item.
|
|
482
|
+
*/
|
|
464
483
|
frequencyType?: pulumi.Input<string>;
|
|
465
484
|
/**
|
|
466
485
|
* Scope of the backup policy item: days, weeks, or months.
|
|
@@ -476,6 +495,9 @@ export interface CloudBackupSchedulePolicyItemWeekly {
|
|
|
476
495
|
* Desired frequency of the new backup policy item specified by `frequencyType`.
|
|
477
496
|
*/
|
|
478
497
|
frequencyInterval: pulumi.Input<number>;
|
|
498
|
+
/**
|
|
499
|
+
* Frequency associated with the export snapshot item.
|
|
500
|
+
*/
|
|
479
501
|
frequencyType?: pulumi.Input<string>;
|
|
480
502
|
/**
|
|
481
503
|
* Scope of the backup policy item: days, weeks, or months.
|
|
@@ -524,9 +546,12 @@ export interface CloudBackupSnapshotRestoreJobDeliveryTypeConfig {
|
|
|
524
546
|
pointInTime?: pulumi.Input<boolean>;
|
|
525
547
|
pointInTimeUtcSeconds?: pulumi.Input<number>;
|
|
526
548
|
/**
|
|
527
|
-
* Name of the target Atlas cluster to which the restore job restores the snapshot. Only
|
|
549
|
+
* Name of the target Atlas cluster to which the restore job restores the snapshot. Only visible if deliveryType is automated.
|
|
528
550
|
*/
|
|
529
551
|
targetClusterName?: pulumi.Input<string>;
|
|
552
|
+
/**
|
|
553
|
+
* Name of the target Atlas project of the restore job. Only visible if deliveryType is automated.
|
|
554
|
+
*/
|
|
530
555
|
targetProjectId?: pulumi.Input<string>;
|
|
531
556
|
}
|
|
532
557
|
export interface CloudProviderAccessAuthorizationAws {
|
|
@@ -568,6 +593,9 @@ export interface CloudProviderSnapshotRestoreJobDeliveryTypeConfig {
|
|
|
568
593
|
* Name of the target Atlas cluster to which the restore job restores the snapshot. Only required if deliveryType is automated.
|
|
569
594
|
*/
|
|
570
595
|
targetClusterName?: pulumi.Input<string>;
|
|
596
|
+
/**
|
|
597
|
+
* Unique ID of the target Atlas project for the specified targetClusterName. Only required if deliveryType is automated.
|
|
598
|
+
*/
|
|
571
599
|
targetProjectId?: pulumi.Input<string>;
|
|
572
600
|
}
|
|
573
601
|
export interface ClusterAdvancedConfiguration {
|
|
@@ -927,12 +955,19 @@ export interface EventTriggerEventProcessorsAwsEventbridge {
|
|
|
927
955
|
configAccountId?: pulumi.Input<string>;
|
|
928
956
|
configRegion?: pulumi.Input<string>;
|
|
929
957
|
}
|
|
930
|
-
export interface
|
|
931
|
-
databaseName?: pulumi.Input<string>;
|
|
958
|
+
export interface FederatedSettingsOrgRoleMappingRoleAssignment {
|
|
932
959
|
/**
|
|
933
|
-
*
|
|
960
|
+
* Unique identifier of the project to which you want the role mapping to apply.
|
|
934
961
|
*/
|
|
935
|
-
|
|
962
|
+
groupId?: pulumi.Input<string>;
|
|
963
|
+
/**
|
|
964
|
+
* Unique 24-hexadecimal digit string that identifies the organization that contains your projects.
|
|
965
|
+
*/
|
|
966
|
+
orgId?: pulumi.Input<string>;
|
|
967
|
+
/**
|
|
968
|
+
* Specifies the Roles that are attached to the Role Mapping.
|
|
969
|
+
*/
|
|
970
|
+
roles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
936
971
|
}
|
|
937
972
|
export interface GetCustomDbRoleInheritedRole {
|
|
938
973
|
databaseName?: string;
|
|
@@ -941,6 +976,13 @@ export interface GetCustomDbRoleInheritedRole {
|
|
|
941
976
|
*/
|
|
942
977
|
roleName?: string;
|
|
943
978
|
}
|
|
979
|
+
export interface GetCustomDbRoleInheritedRoleArgs {
|
|
980
|
+
databaseName?: pulumi.Input<string>;
|
|
981
|
+
/**
|
|
982
|
+
* Name of the custom role.
|
|
983
|
+
*/
|
|
984
|
+
roleName?: pulumi.Input<string>;
|
|
985
|
+
}
|
|
944
986
|
export interface GetGlobalClusterConfigManagedNamespace {
|
|
945
987
|
/**
|
|
946
988
|
* (Required) The name of the collection associated with the managed namespace.
|
|
@@ -985,6 +1027,14 @@ export interface GetGlobalClusterConfigManagedNamespaceArgs {
|
|
|
985
1027
|
*/
|
|
986
1028
|
isShardKeyUnique?: pulumi.Input<boolean>;
|
|
987
1029
|
}
|
|
1030
|
+
export interface GetServerlessInstanceLinkArgs {
|
|
1031
|
+
href?: pulumi.Input<string>;
|
|
1032
|
+
rel?: pulumi.Input<string>;
|
|
1033
|
+
}
|
|
1034
|
+
export interface GetServerlessInstanceLink {
|
|
1035
|
+
href?: string;
|
|
1036
|
+
rel?: string;
|
|
1037
|
+
}
|
|
988
1038
|
export interface GlobalClusterConfigCustomZoneMapping {
|
|
989
1039
|
/**
|
|
990
1040
|
* The ISO location code to which you want to map a zone in your Global Cluster. You can find a list of all supported location codes [here](https://cloud.mongodb.com/static/atlas/country_iso_codes.txt).
|
|
@@ -1076,7 +1126,6 @@ export interface ProjectApiKey {
|
|
|
1076
1126
|
* * `GROUP_DATA_ACCESS_ADMIN`
|
|
1077
1127
|
* * `GROUP_DATA_ACCESS_READ_WRITE`
|
|
1078
1128
|
* * `GROUP_DATA_ACCESS_READ_ONLY`
|
|
1079
|
-
* * `GROUP_CLUSTER_MANAGER`
|
|
1080
1129
|
*/
|
|
1081
1130
|
roleNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
1082
1131
|
}
|
|
@@ -1089,7 +1138,6 @@ export interface ProjectTeam {
|
|
|
1089
1138
|
* * `GROUP_DATA_ACCESS_ADMIN`
|
|
1090
1139
|
* * `GROUP_DATA_ACCESS_READ_WRITE`
|
|
1091
1140
|
* * `GROUP_DATA_ACCESS_READ_ONLY`
|
|
1092
|
-
* * `GROUP_CLUSTER_MANAGER`
|
|
1093
1141
|
*/
|
|
1094
1142
|
roleNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
1095
1143
|
/**
|
|
@@ -1117,6 +1165,10 @@ export interface SearchIndexSynonym {
|
|
|
1117
1165
|
*/
|
|
1118
1166
|
sourceCollection: pulumi.Input<string>;
|
|
1119
1167
|
}
|
|
1168
|
+
export interface ServerlessInstanceLink {
|
|
1169
|
+
href?: pulumi.Input<string>;
|
|
1170
|
+
rel?: pulumi.Input<string>;
|
|
1171
|
+
}
|
|
1120
1172
|
export interface X509AuthenticationDatabaseUserCertificate {
|
|
1121
1173
|
createdAt?: pulumi.Input<string>;
|
|
1122
1174
|
groupId?: pulumi.Input<string>;
|