@pulumi/mongodbatlas 3.35.0-alpha.1754720113 → 3.35.0

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.
Files changed (62) hide show
  1. package/alertConfiguration.d.ts +3 -3
  2. package/apiKeyProjectAssignment.d.ts +125 -0
  3. package/apiKeyProjectAssignment.js +112 -0
  4. package/apiKeyProjectAssignment.js.map +1 -0
  5. package/encryptionAtRestPrivateEndpoint.d.ts +1 -1
  6. package/encryptionAtRestPrivateEndpoint.js +1 -1
  7. package/eventTrigger.d.ts +3 -3
  8. package/federatedDatabaseInstance.d.ts +64 -9
  9. package/federatedDatabaseInstance.js +49 -0
  10. package/federatedDatabaseInstance.js.map +1 -1
  11. package/federatedSettingsOrgRoleMapping.d.ts +3 -3
  12. package/getApiKeyProjectAssignment.d.ts +135 -0
  13. package/getApiKeyProjectAssignment.js +112 -0
  14. package/getApiKeyProjectAssignment.js.map +1 -0
  15. package/getApiKeyProjectAssignments.d.ts +124 -0
  16. package/getApiKeyProjectAssignments.js +110 -0
  17. package/getApiKeyProjectAssignments.js.map +1 -0
  18. package/getEncryptionAtRest.d.ts +2 -2
  19. package/getEncryptionAtRest.js +2 -2
  20. package/getEventTrigger.d.ts +2 -2
  21. package/getEventTriggers.d.ts +2 -2
  22. package/getFederatedDatabaseInstance.d.ts +14 -14
  23. package/getFederatedDatabaseInstance.js +14 -14
  24. package/getFederatedDatabaseInstances.d.ts +2 -2
  25. package/getFederatedDatabaseInstances.js +2 -2
  26. package/getFederatedSettingsOrgRoleMapping.d.ts +7 -1
  27. package/getFederatedSettingsOrgRoleMapping.js.map +1 -1
  28. package/getOnlineArchive.d.ts +2 -2
  29. package/getOnlineArchive.js +2 -2
  30. package/getOnlineArchives.d.ts +2 -2
  31. package/getOnlineArchives.js +2 -2
  32. package/getStreamAccountDetails.d.ts +3 -3
  33. package/getStreamConnections.d.ts +3 -0
  34. package/getStreamConnections.js.map +1 -1
  35. package/getStreamInstances.d.ts +3 -0
  36. package/getStreamInstances.js.map +1 -1
  37. package/getThirdPartyIntegration.d.ts +6 -2
  38. package/getThirdPartyIntegration.js.map +1 -1
  39. package/globalClusterConfig.d.ts +1 -1
  40. package/globalClusterConfig.js +1 -1
  41. package/index.d.ts +9 -0
  42. package/index.js +17 -6
  43. package/index.js.map +1 -1
  44. package/mongodbEmployeeAccessGrant.d.ts +1 -1
  45. package/mongodbEmployeeAccessGrant.js +1 -1
  46. package/organization.d.ts +33 -22
  47. package/organization.js +14 -12
  48. package/organization.js.map +1 -1
  49. package/package.json +2 -2
  50. package/privatelinkEndpointServiceDataFederationOnlineArchive.d.ts +1 -1
  51. package/privatelinkEndpointServiceDataFederationOnlineArchive.js +1 -1
  52. package/pushBasedLogExport.d.ts +1 -1
  53. package/pushBasedLogExport.js +1 -1
  54. package/resourcePolicy.d.ts +1 -1
  55. package/resourcePolicy.js +1 -1
  56. package/streamProcessor.d.ts +1 -1
  57. package/streamProcessor.js +1 -1
  58. package/thirdPartyIntegration.d.ts +3 -0
  59. package/thirdPartyIntegration.js +2 -0
  60. package/thirdPartyIntegration.js.map +1 -1
  61. package/types/input.d.ts +55 -7
  62. package/types/output.d.ts +89 -24
@@ -182,7 +182,7 @@ export declare class AlertConfiguration extends pulumi.CustomResource {
182
182
  /**
183
183
  * The type of event that will trigger an alert.
184
184
  *
185
- * > ***IMPORTANT:*** Event Type has many possible values. Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Alert-Configurations/operation/createAlertConfiguration) and checking the latest eventTypeName options.
185
+ * > ***IMPORTANT:*** Event Type has many possible values. Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createalertconfiguration) and checking the latest eventTypeName options.
186
186
  *
187
187
  *
188
188
  * > **NOTE:** If `eventType` is set to `OUTSIDE_METRIC_THRESHOLD` or `OUTSIDE_SERVERLESS_METRIC_THRESHOLD`, the `metricThresholdConfig` field must also be configured.
@@ -228,7 +228,7 @@ export interface AlertConfigurationState {
228
228
  /**
229
229
  * The type of event that will trigger an alert.
230
230
  *
231
- * > ***IMPORTANT:*** Event Type has many possible values. Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Alert-Configurations/operation/createAlertConfiguration) and checking the latest eventTypeName options.
231
+ * > ***IMPORTANT:*** Event Type has many possible values. Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createalertconfiguration) and checking the latest eventTypeName options.
232
232
  *
233
233
  *
234
234
  * > **NOTE:** If `eventType` is set to `OUTSIDE_METRIC_THRESHOLD` or `OUTSIDE_SERVERLESS_METRIC_THRESHOLD`, the `metricThresholdConfig` field must also be configured.
@@ -258,7 +258,7 @@ export interface AlertConfigurationArgs {
258
258
  /**
259
259
  * The type of event that will trigger an alert.
260
260
  *
261
- * > ***IMPORTANT:*** Event Type has many possible values. Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Alert-Configurations/operation/createAlertConfiguration) and checking the latest eventTypeName options.
261
+ * > ***IMPORTANT:*** Event Type has many possible values. Details for both conditional and metric based alerts can be found by selecting the tabs on the [alert config page](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-createalertconfiguration) and checking the latest eventTypeName options.
262
262
  *
263
263
  *
264
264
  * > **NOTE:** If `eventType` is set to `OUTSIDE_METRIC_THRESHOLD` or `OUTSIDE_SERVERLESS_METRIC_THRESHOLD`, the `metricThresholdConfig` field must also be configured.
@@ -0,0 +1,125 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * ## # Resource: mongodbatlas.ApiKeyProjectAssignment
4
+ *
5
+ * `mongodbatlas.ApiKeyProjectAssignment` provides an API Key Project Assignment resource. The resource lets you create, edit, and delete Organization API keys assignments to projects.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ### S
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as mongodbatlas from "@pulumi/mongodbatlas";
14
+ *
15
+ * const _this = new mongodbatlas.ApiKey("this", {
16
+ * orgId: orgId,
17
+ * description: "Test API Key",
18
+ * roleNames: ["ORG_READ_ONLY"],
19
+ * });
20
+ * const firstProject = new mongodbatlas.Project("first_project", {
21
+ * name: "First Project",
22
+ * orgId: orgId,
23
+ * });
24
+ * const secondProject = new mongodbatlas.Project("second_project", {
25
+ * name: "Second Project",
26
+ * orgId: orgId,
27
+ * });
28
+ * const firstAssignment = new mongodbatlas.ApiKeyProjectAssignment("first_assignment", {
29
+ * projectId: firstProject.id,
30
+ * apiKeyId: _this.apiKeyId,
31
+ * roles: ["GROUP_OWNER"],
32
+ * });
33
+ * const secondAssignment = new mongodbatlas.ApiKeyProjectAssignment("second_assignment", {
34
+ * projectId: secondProject.id,
35
+ * apiKeyId: _this.apiKeyId,
36
+ * roles: ["GROUP_OWNER"],
37
+ * });
38
+ * // Add IP Access List Entry to Programmatic API Key
39
+ * const thisAccessListApiKey = new mongodbatlas.AccessListApiKey("this", {
40
+ * orgId: orgId,
41
+ * cidrBlock: "0.0.0.0/1",
42
+ * apiKeyId: _this.apiKeyId,
43
+ * });
44
+ * ```
45
+ *
46
+ * ## Import
47
+ *
48
+ * API Key Project Assignment resource can be imported using the project ID and API key ID, in the format `{PROJECT_ID}/{API_KEY_ID}`, e.g.
49
+ *
50
+ * For more information see: [MongoDB Atlas API - Programmatic API Keys Project Assignment](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-programmatic-api-keys) Documentation.
51
+ */
52
+ export declare class ApiKeyProjectAssignment extends pulumi.CustomResource {
53
+ /**
54
+ * Get an existing ApiKeyProjectAssignment resource's state with the given name, ID, and optional extra
55
+ * properties used to qualify the lookup.
56
+ *
57
+ * @param name The _unique_ name of the resulting resource.
58
+ * @param id The _unique_ provider ID of the resource to lookup.
59
+ * @param state Any extra arguments used during the lookup.
60
+ * @param opts Optional settings to control the behavior of the CustomResource.
61
+ */
62
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApiKeyProjectAssignmentState, opts?: pulumi.CustomResourceOptions): ApiKeyProjectAssignment;
63
+ /**
64
+ * Returns true if the given object is an instance of ApiKeyProjectAssignment. This is designed to work even
65
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
66
+ */
67
+ static isInstance(obj: any): obj is ApiKeyProjectAssignment;
68
+ /**
69
+ * Unique 24-hexadecimal digit string that identifies this organization API key that you want to assign to one project.
70
+ */
71
+ readonly apiKeyId: pulumi.Output<string>;
72
+ /**
73
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
74
+ */
75
+ readonly projectId: pulumi.Output<string>;
76
+ /**
77
+ * Human-readable label that identifies the collection of privileges that MongoDB Cloud grants a specific API key, MongoDB
78
+ * Cloud user, or MongoDB Cloud team. These roles include only the specific project-level roles.
79
+ */
80
+ readonly roles: pulumi.Output<string[]>;
81
+ /**
82
+ * Create a ApiKeyProjectAssignment resource with the given unique name, arguments, and options.
83
+ *
84
+ * @param name The _unique_ name of the resource.
85
+ * @param args The arguments to use to populate this resource's properties.
86
+ * @param opts A bag of options that control this resource's behavior.
87
+ */
88
+ constructor(name: string, args: ApiKeyProjectAssignmentArgs, opts?: pulumi.CustomResourceOptions);
89
+ }
90
+ /**
91
+ * Input properties used for looking up and filtering ApiKeyProjectAssignment resources.
92
+ */
93
+ export interface ApiKeyProjectAssignmentState {
94
+ /**
95
+ * Unique 24-hexadecimal digit string that identifies this organization API key that you want to assign to one project.
96
+ */
97
+ apiKeyId?: pulumi.Input<string>;
98
+ /**
99
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
100
+ */
101
+ projectId?: pulumi.Input<string>;
102
+ /**
103
+ * Human-readable label that identifies the collection of privileges that MongoDB Cloud grants a specific API key, MongoDB
104
+ * Cloud user, or MongoDB Cloud team. These roles include only the specific project-level roles.
105
+ */
106
+ roles?: pulumi.Input<pulumi.Input<string>[]>;
107
+ }
108
+ /**
109
+ * The set of arguments for constructing a ApiKeyProjectAssignment resource.
110
+ */
111
+ export interface ApiKeyProjectAssignmentArgs {
112
+ /**
113
+ * Unique 24-hexadecimal digit string that identifies this organization API key that you want to assign to one project.
114
+ */
115
+ apiKeyId: pulumi.Input<string>;
116
+ /**
117
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
118
+ */
119
+ projectId: pulumi.Input<string>;
120
+ /**
121
+ * Human-readable label that identifies the collection of privileges that MongoDB Cloud grants a specific API key, MongoDB
122
+ * Cloud user, or MongoDB Cloud team. These roles include only the specific project-level roles.
123
+ */
124
+ roles: pulumi.Input<pulumi.Input<string>[]>;
125
+ }
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.ApiKeyProjectAssignment = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ## # Resource: mongodbatlas.ApiKeyProjectAssignment
10
+ *
11
+ * `mongodbatlas.ApiKeyProjectAssignment` provides an API Key Project Assignment resource. The resource lets you create, edit, and delete Organization API keys assignments to projects.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### S
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as mongodbatlas from "@pulumi/mongodbatlas";
20
+ *
21
+ * const _this = new mongodbatlas.ApiKey("this", {
22
+ * orgId: orgId,
23
+ * description: "Test API Key",
24
+ * roleNames: ["ORG_READ_ONLY"],
25
+ * });
26
+ * const firstProject = new mongodbatlas.Project("first_project", {
27
+ * name: "First Project",
28
+ * orgId: orgId,
29
+ * });
30
+ * const secondProject = new mongodbatlas.Project("second_project", {
31
+ * name: "Second Project",
32
+ * orgId: orgId,
33
+ * });
34
+ * const firstAssignment = new mongodbatlas.ApiKeyProjectAssignment("first_assignment", {
35
+ * projectId: firstProject.id,
36
+ * apiKeyId: _this.apiKeyId,
37
+ * roles: ["GROUP_OWNER"],
38
+ * });
39
+ * const secondAssignment = new mongodbatlas.ApiKeyProjectAssignment("second_assignment", {
40
+ * projectId: secondProject.id,
41
+ * apiKeyId: _this.apiKeyId,
42
+ * roles: ["GROUP_OWNER"],
43
+ * });
44
+ * // Add IP Access List Entry to Programmatic API Key
45
+ * const thisAccessListApiKey = new mongodbatlas.AccessListApiKey("this", {
46
+ * orgId: orgId,
47
+ * cidrBlock: "0.0.0.0/1",
48
+ * apiKeyId: _this.apiKeyId,
49
+ * });
50
+ * ```
51
+ *
52
+ * ## Import
53
+ *
54
+ * API Key Project Assignment resource can be imported using the project ID and API key ID, in the format `{PROJECT_ID}/{API_KEY_ID}`, e.g.
55
+ *
56
+ * For more information see: [MongoDB Atlas API - Programmatic API Keys Project Assignment](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-programmatic-api-keys) Documentation.
57
+ */
58
+ class ApiKeyProjectAssignment extends pulumi.CustomResource {
59
+ /**
60
+ * Get an existing ApiKeyProjectAssignment resource's state with the given name, ID, and optional extra
61
+ * properties used to qualify the lookup.
62
+ *
63
+ * @param name The _unique_ name of the resulting resource.
64
+ * @param id The _unique_ provider ID of the resource to lookup.
65
+ * @param state Any extra arguments used during the lookup.
66
+ * @param opts Optional settings to control the behavior of the CustomResource.
67
+ */
68
+ static get(name, id, state, opts) {
69
+ return new ApiKeyProjectAssignment(name, state, Object.assign(Object.assign({}, opts), { id: id }));
70
+ }
71
+ /**
72
+ * Returns true if the given object is an instance of ApiKeyProjectAssignment. This is designed to work even
73
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
74
+ */
75
+ static isInstance(obj) {
76
+ if (obj === undefined || obj === null) {
77
+ return false;
78
+ }
79
+ return obj['__pulumiType'] === ApiKeyProjectAssignment.__pulumiType;
80
+ }
81
+ constructor(name, argsOrState, opts) {
82
+ let resourceInputs = {};
83
+ opts = opts || {};
84
+ if (opts.id) {
85
+ const state = argsOrState;
86
+ resourceInputs["apiKeyId"] = state ? state.apiKeyId : undefined;
87
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
88
+ resourceInputs["roles"] = state ? state.roles : undefined;
89
+ }
90
+ else {
91
+ const args = argsOrState;
92
+ if ((!args || args.apiKeyId === undefined) && !opts.urn) {
93
+ throw new Error("Missing required property 'apiKeyId'");
94
+ }
95
+ if ((!args || args.projectId === undefined) && !opts.urn) {
96
+ throw new Error("Missing required property 'projectId'");
97
+ }
98
+ if ((!args || args.roles === undefined) && !opts.urn) {
99
+ throw new Error("Missing required property 'roles'");
100
+ }
101
+ resourceInputs["apiKeyId"] = args ? args.apiKeyId : undefined;
102
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
103
+ resourceInputs["roles"] = args ? args.roles : undefined;
104
+ }
105
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
106
+ super(ApiKeyProjectAssignment.__pulumiType, name, resourceInputs, opts);
107
+ }
108
+ }
109
+ exports.ApiKeyProjectAssignment = ApiKeyProjectAssignment;
110
+ /** @internal */
111
+ ApiKeyProjectAssignment.__pulumiType = 'mongodbatlas:index/apiKeyProjectAssignment:ApiKeyProjectAssignment';
112
+ //# sourceMappingURL=apiKeyProjectAssignment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"apiKeyProjectAssignment.js","sourceRoot":"","sources":["../apiKeyProjectAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AA3EL,0DA4EC;AA9DG,gBAAgB;AACO,oCAAY,GAAG,oEAAoE,CAAC"}
@@ -93,7 +93,7 @@ import * as pulumi from "@pulumi/pulumi";
93
93
  * Encryption At Rest Private Endpoint resource can be imported using the project ID, cloud provider, and private endpoint ID. The format must be `{project_id}-{cloud_provider}-{private_endpoint_id}` e.g.
94
94
  *
95
95
  * For more information see:
96
- * - [MongoDB Atlas API - Private Endpoint for Encryption at Rest Using Customer Key Management](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Encryption-at-Rest-using-Customer-Key-Management/operation/getEncryptionAtRestPrivateEndpoint) Documentation.
96
+ * - [MongoDB Atlas API - Private Endpoint for Encryption at Rest Using Customer Key Management](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-getencryptionatrestprivateendpoint) Documentation.
97
97
  * - [Manage Customer Keys with Azure Key Vault Over Private Endpoints](https://www.mongodb.com/docs/atlas/security/azure-kms-over-private-endpoint/).
98
98
  */
99
99
  export declare class EncryptionAtRestPrivateEndpoint extends pulumi.CustomResource {
@@ -99,7 +99,7 @@ const utilities = require("./utilities");
99
99
  * Encryption At Rest Private Endpoint resource can be imported using the project ID, cloud provider, and private endpoint ID. The format must be `{project_id}-{cloud_provider}-{private_endpoint_id}` e.g.
100
100
  *
101
101
  * For more information see:
102
- * - [MongoDB Atlas API - Private Endpoint for Encryption at Rest Using Customer Key Management](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Encryption-at-Rest-using-Customer-Key-Management/operation/getEncryptionAtRestPrivateEndpoint) Documentation.
102
+ * - [MongoDB Atlas API - Private Endpoint for Encryption at Rest Using Customer Key Management](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-getencryptionatrestprivateendpoint) Documentation.
103
103
  * - [Manage Customer Keys with Azure Key Vault Over Private Endpoints](https://www.mongodb.com/docs/atlas/security/azure-kms-over-private-endpoint/).
104
104
  */
105
105
  class EncryptionAtRestPrivateEndpoint extends pulumi.CustomResource {
package/eventTrigger.d.ts CHANGED
@@ -144,7 +144,7 @@ export declare class EventTrigger extends pulumi.CustomResource {
144
144
  static isInstance(obj: any): obj is EventTrigger;
145
145
  /**
146
146
  * The ObjectID of your application.
147
- * * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
147
+ * * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/api/doc/atlas-app-services-admin-api-v3/#topic-project-amp-application-ids
148
148
  */
149
149
  readonly appId: pulumi.Output<string>;
150
150
  /**
@@ -242,7 +242,7 @@ export declare class EventTrigger extends pulumi.CustomResource {
242
242
  export interface EventTriggerState {
243
243
  /**
244
244
  * The ObjectID of your application.
245
- * * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
245
+ * * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/api/doc/atlas-app-services-admin-api-v3/#topic-project-amp-application-ids
246
246
  */
247
247
  appId?: pulumi.Input<string>;
248
248
  /**
@@ -332,7 +332,7 @@ export interface EventTriggerState {
332
332
  export interface EventTriggerArgs {
333
333
  /**
334
334
  * The ObjectID of your application.
335
- * * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
335
+ * * For more details on `projectId` and `appId` see: https://www.mongodb.com/docs/api/doc/atlas-app-services-admin-api-v3/#topic-project-amp-application-ids
336
336
  */
337
337
  appId: pulumi.Input<string>;
338
338
  /**
@@ -96,6 +96,55 @@ import * as outputs from "./types/output";
96
96
  * });
97
97
  * ```
98
98
  *
99
+ * ## Example of Azure Blob Storage as storage database
100
+ *
101
+ * ```typescript
102
+ * import * as pulumi from "@pulumi/pulumi";
103
+ * import * as mongodbatlas from "@pulumi/mongodbatlas";
104
+ *
105
+ * const test = new mongodbatlas.FederatedDatabaseInstance("test", {
106
+ * projectId: "<PROJECT_ID>",
107
+ * name: "<TENANT_NAME_OF_THE_FEDERATED DATABASE_INSTANCE>",
108
+ * cloudProviderConfig: {
109
+ * azure: {
110
+ * roleId: "<AZURE_ROLE_ID>",
111
+ * },
112
+ * },
113
+ * storageDatabases: [{
114
+ * name: "VirtualDatabase0",
115
+ * collections: [{
116
+ * name: "NAME OF THE COLLECTION",
117
+ * dataSources: [
118
+ * {
119
+ * collection: "COLLECTION IN THE CLUSTER",
120
+ * database: "DB IN THE CLUSTER",
121
+ * storeName: "CLUSTER NAME",
122
+ * },
123
+ * {
124
+ * storeName: "AZURE BLOB STORAGE NAME",
125
+ * path: "AZURE BLOB PATH",
126
+ * },
127
+ * ],
128
+ * }],
129
+ * }],
130
+ * storageStores: [
131
+ * {
132
+ * name: "STORE NAME",
133
+ * clusterName: "CLUSTER NAME",
134
+ * projectId: "PROJECT ID",
135
+ * provider: "atlas",
136
+ * readPreference: {
137
+ * mode: "secondary",
138
+ * },
139
+ * },
140
+ * {
141
+ * name: "AZURE BLOB STORAGE NAME",
142
+ * provider: "azure",
143
+ * },
144
+ * ],
145
+ * });
146
+ * ```
147
+ *
99
148
  * ## Example specifying data process region and provider
100
149
  *
101
150
  * ```typescript
@@ -146,15 +195,17 @@ export declare class FederatedDatabaseInstance extends pulumi.CustomResource {
146
195
  static isInstance(obj: any): obj is FederatedDatabaseInstance;
147
196
  /**
148
197
  * Cloud provider linked to this data federated instance.
149
- * * `cloud_provider_config.aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
198
+ * * `cloud_provider_config.aws` - AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket.
150
199
  * * `cloud_provider_config.aws.role_id` - (Required) Unique identifier of the role that the Federated Instance can use to access the data stores. If necessary, use the Atlas [UI](https://docs.atlas.mongodb.com/security/manage-iam-roles/) or [API](https://docs.atlas.mongodb.com/reference/api/cloud-provider-access-get-roles/) to retrieve the role ID. You must also specify the `testS3Bucket`.
151
200
  * * `cloud_provider_config.aws.test_s3_bucket` - (Required) Name of the S3 data bucket that the provided role ID is authorized to access. You must also specify the `roleId`.
201
+ * * `cloud_provider_config.azure` - Microsoft Azure provider of the cloud service where the Federated Database Instance can access Blob Storage.
202
+ * * `cloud_provider_config.azure.role_id` - (Required) Unique identifier of the role that the Federated Database Instance can use to access the data stores.
152
203
  */
153
204
  readonly cloudProviderConfig: pulumi.Output<outputs.FederatedDatabaseInstanceCloudProviderConfig>;
154
205
  /**
155
206
  * The cloud provider region to which the Federated Instance routes client connections for data processing.
156
- * * `data_process_region.cloud_provider` - (Required) Name of the cloud service provider. Atlas Federated Database only supports AWS.
157
- * * `data_process_region.region` - (Required) Name of the region to which the Federanted Instnace routes client connections for data processing. See the [documention](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createFederatedDatabase) for the available region.
207
+ * * `data_process_region.cloud_provider` - (Required) Name of the cloud service provider. Supported providers: `AWS`, `AZURE`.
208
+ * * `data_process_region.region` - (Required) Name of the region to which the Federated Instance routes client connections for data processing. See the [documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createFederatedDatabase) for the available region.
158
209
  */
159
210
  readonly dataProcessRegion: pulumi.Output<outputs.FederatedDatabaseInstanceDataProcessRegion>;
160
211
  /**
@@ -237,15 +288,17 @@ export declare class FederatedDatabaseInstance extends pulumi.CustomResource {
237
288
  export interface FederatedDatabaseInstanceState {
238
289
  /**
239
290
  * Cloud provider linked to this data federated instance.
240
- * * `cloud_provider_config.aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
291
+ * * `cloud_provider_config.aws` - AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket.
241
292
  * * `cloud_provider_config.aws.role_id` - (Required) Unique identifier of the role that the Federated Instance can use to access the data stores. If necessary, use the Atlas [UI](https://docs.atlas.mongodb.com/security/manage-iam-roles/) or [API](https://docs.atlas.mongodb.com/reference/api/cloud-provider-access-get-roles/) to retrieve the role ID. You must also specify the `testS3Bucket`.
242
293
  * * `cloud_provider_config.aws.test_s3_bucket` - (Required) Name of the S3 data bucket that the provided role ID is authorized to access. You must also specify the `roleId`.
294
+ * * `cloud_provider_config.azure` - Microsoft Azure provider of the cloud service where the Federated Database Instance can access Blob Storage.
295
+ * * `cloud_provider_config.azure.role_id` - (Required) Unique identifier of the role that the Federated Database Instance can use to access the data stores.
243
296
  */
244
297
  cloudProviderConfig?: pulumi.Input<inputs.FederatedDatabaseInstanceCloudProviderConfig>;
245
298
  /**
246
299
  * The cloud provider region to which the Federated Instance routes client connections for data processing.
247
- * * `data_process_region.cloud_provider` - (Required) Name of the cloud service provider. Atlas Federated Database only supports AWS.
248
- * * `data_process_region.region` - (Required) Name of the region to which the Federanted Instnace routes client connections for data processing. See the [documention](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createFederatedDatabase) for the available region.
300
+ * * `data_process_region.cloud_provider` - (Required) Name of the cloud service provider. Supported providers: `AWS`, `AZURE`.
301
+ * * `data_process_region.region` - (Required) Name of the region to which the Federated Instance routes client connections for data processing. See the [documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createFederatedDatabase) for the available region.
249
302
  */
250
303
  dataProcessRegion?: pulumi.Input<inputs.FederatedDatabaseInstanceDataProcessRegion>;
251
304
  /**
@@ -320,15 +373,17 @@ export interface FederatedDatabaseInstanceState {
320
373
  export interface FederatedDatabaseInstanceArgs {
321
374
  /**
322
375
  * Cloud provider linked to this data federated instance.
323
- * * `cloud_provider_config.aws` - (Required) AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket. Note this parameter is only required if using `cloudProviderConfig` since AWS is currently the only supported Cloud vendor on this feature at this time.
376
+ * * `cloud_provider_config.aws` - AWS provider of the cloud service where the Federated Database Instance can access the S3 Bucket.
324
377
  * * `cloud_provider_config.aws.role_id` - (Required) Unique identifier of the role that the Federated Instance can use to access the data stores. If necessary, use the Atlas [UI](https://docs.atlas.mongodb.com/security/manage-iam-roles/) or [API](https://docs.atlas.mongodb.com/reference/api/cloud-provider-access-get-roles/) to retrieve the role ID. You must also specify the `testS3Bucket`.
325
378
  * * `cloud_provider_config.aws.test_s3_bucket` - (Required) Name of the S3 data bucket that the provided role ID is authorized to access. You must also specify the `roleId`.
379
+ * * `cloud_provider_config.azure` - Microsoft Azure provider of the cloud service where the Federated Database Instance can access Blob Storage.
380
+ * * `cloud_provider_config.azure.role_id` - (Required) Unique identifier of the role that the Federated Database Instance can use to access the data stores.
326
381
  */
327
382
  cloudProviderConfig?: pulumi.Input<inputs.FederatedDatabaseInstanceCloudProviderConfig>;
328
383
  /**
329
384
  * The cloud provider region to which the Federated Instance routes client connections for data processing.
330
- * * `data_process_region.cloud_provider` - (Required) Name of the cloud service provider. Atlas Federated Database only supports AWS.
331
- * * `data_process_region.region` - (Required) Name of the region to which the Federanted Instnace routes client connections for data processing. See the [documention](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createFederatedDatabase) for the available region.
385
+ * * `data_process_region.cloud_provider` - (Required) Name of the cloud service provider. Supported providers: `AWS`, `AZURE`.
386
+ * * `data_process_region.region` - (Required) Name of the region to which the Federated Instance routes client connections for data processing. See the [documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Data-Federation/operation/createFederatedDatabase) for the available region.
332
387
  */
333
388
  dataProcessRegion?: pulumi.Input<inputs.FederatedDatabaseInstanceDataProcessRegion>;
334
389
  /**
@@ -100,6 +100,55 @@ const utilities = require("./utilities");
100
100
  * });
101
101
  * ```
102
102
  *
103
+ * ## Example of Azure Blob Storage as storage database
104
+ *
105
+ * ```typescript
106
+ * import * as pulumi from "@pulumi/pulumi";
107
+ * import * as mongodbatlas from "@pulumi/mongodbatlas";
108
+ *
109
+ * const test = new mongodbatlas.FederatedDatabaseInstance("test", {
110
+ * projectId: "<PROJECT_ID>",
111
+ * name: "<TENANT_NAME_OF_THE_FEDERATED DATABASE_INSTANCE>",
112
+ * cloudProviderConfig: {
113
+ * azure: {
114
+ * roleId: "<AZURE_ROLE_ID>",
115
+ * },
116
+ * },
117
+ * storageDatabases: [{
118
+ * name: "VirtualDatabase0",
119
+ * collections: [{
120
+ * name: "NAME OF THE COLLECTION",
121
+ * dataSources: [
122
+ * {
123
+ * collection: "COLLECTION IN THE CLUSTER",
124
+ * database: "DB IN THE CLUSTER",
125
+ * storeName: "CLUSTER NAME",
126
+ * },
127
+ * {
128
+ * storeName: "AZURE BLOB STORAGE NAME",
129
+ * path: "AZURE BLOB PATH",
130
+ * },
131
+ * ],
132
+ * }],
133
+ * }],
134
+ * storageStores: [
135
+ * {
136
+ * name: "STORE NAME",
137
+ * clusterName: "CLUSTER NAME",
138
+ * projectId: "PROJECT ID",
139
+ * provider: "atlas",
140
+ * readPreference: {
141
+ * mode: "secondary",
142
+ * },
143
+ * },
144
+ * {
145
+ * name: "AZURE BLOB STORAGE NAME",
146
+ * provider: "azure",
147
+ * },
148
+ * ],
149
+ * });
150
+ * ```
151
+ *
103
152
  * ## Example specifying data process region and provider
104
153
  *
105
154
  * ```typescript
@@ -1 +1 @@
1
- {"version":3,"file":"federatedDatabaseInstance.js","sourceRoot":"","sources":["../federatedDatabaseInstance.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"federatedDatabaseInstance.js","sourceRoot":"","sources":["../federatedDatabaseInstance.ts"],"names":[],"mappings":"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"}
@@ -74,7 +74,7 @@ export declare class FederatedSettingsOrgRoleMapping extends pulumi.CustomResour
74
74
  */
75
75
  static isInstance(obj: any): obj is FederatedSettingsOrgRoleMapping;
76
76
  /**
77
- * Unique human-readable label that identifies the identity provider group to which this role mapping applies.
77
+ * Unique label that identifies the identity provider group to which this role mapping applies.
78
78
  */
79
79
  readonly externalGroupName: pulumi.Output<string>;
80
80
  /**
@@ -107,7 +107,7 @@ export declare class FederatedSettingsOrgRoleMapping extends pulumi.CustomResour
107
107
  */
108
108
  export interface FederatedSettingsOrgRoleMappingState {
109
109
  /**
110
- * Unique human-readable label that identifies the identity provider group to which this role mapping applies.
110
+ * Unique label that identifies the identity provider group to which this role mapping applies.
111
111
  */
112
112
  externalGroupName?: pulumi.Input<string>;
113
113
  /**
@@ -132,7 +132,7 @@ export interface FederatedSettingsOrgRoleMappingState {
132
132
  */
133
133
  export interface FederatedSettingsOrgRoleMappingArgs {
134
134
  /**
135
- * Unique human-readable label that identifies the identity provider group to which this role mapping applies.
135
+ * Unique label that identifies the identity provider group to which this role mapping applies.
136
136
  */
137
137
  externalGroupName: pulumi.Input<string>;
138
138
  /**