@pulumi/mongodbatlas 3.31.0-alpha.1746425655 → 3.31.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 (71) hide show
  1. package/advancedCluster.d.ts +6 -13
  2. package/advancedCluster.js +0 -1
  3. package/advancedCluster.js.map +1 -1
  4. package/cloudBackupSnapshotExportBucket.d.ts +6 -0
  5. package/cloudBackupSnapshotExportBucket.js.map +1 -1
  6. package/cluster.d.ts +6 -6
  7. package/databaseUser.d.ts +14 -2
  8. package/databaseUser.js +4 -2
  9. package/databaseUser.js.map +1 -1
  10. package/encryptionAtRest.d.ts +12 -0
  11. package/encryptionAtRest.js +2 -0
  12. package/encryptionAtRest.js.map +1 -1
  13. package/getAdvancedCluster.d.ts +1 -1
  14. package/getCloudBackupSnapshotExportBucket.d.ts +2 -0
  15. package/getCloudBackupSnapshotExportBucket.js.map +1 -1
  16. package/getDatabaseUser.d.ts +4 -0
  17. package/getDatabaseUser.js.map +1 -1
  18. package/getEncryptionAtRest.d.ts +6 -0
  19. package/getEncryptionAtRest.js +2 -0
  20. package/getEncryptionAtRest.js.map +1 -1
  21. package/getGlobalClusterConfig.d.ts +1 -1
  22. package/getMaintenanceWindow.d.ts +9 -1
  23. package/getMaintenanceWindow.js.map +1 -1
  24. package/getOrganization.d.ts +5 -0
  25. package/getOrganization.js.map +1 -1
  26. package/getPrivateLinkEndpoint.d.ts +6 -0
  27. package/getPrivateLinkEndpoint.js +6 -0
  28. package/getPrivateLinkEndpoint.js.map +1 -1
  29. package/getProject.d.ts +4 -2
  30. package/getProject.js.map +1 -1
  31. package/getResourcePolicies.d.ts +8 -0
  32. package/getResourcePolicies.js +8 -0
  33. package/getResourcePolicies.js.map +1 -1
  34. package/getResourcePolicy.d.ts +12 -0
  35. package/getResourcePolicy.js +8 -0
  36. package/getResourcePolicy.js.map +1 -1
  37. package/getSearchDeployment.d.ts +4 -0
  38. package/getSearchDeployment.js.map +1 -1
  39. package/getStreamPrivatelinkEndpoint.d.ts +39 -3
  40. package/getStreamPrivatelinkEndpoint.js.map +1 -1
  41. package/getStreamPrivatelinkEndpoints.d.ts +6 -3
  42. package/getStreamPrivatelinkEndpoints.js.map +1 -1
  43. package/getThirdPartyIntegration.d.ts +13 -38
  44. package/getThirdPartyIntegration.js +0 -8
  45. package/getThirdPartyIntegration.js.map +1 -1
  46. package/globalClusterConfig.d.ts +2 -2
  47. package/maintenanceWindow.d.ts +26 -0
  48. package/maintenanceWindow.js +8 -0
  49. package/maintenanceWindow.js.map +1 -1
  50. package/organization.d.ts +15 -0
  51. package/organization.js +4 -0
  52. package/organization.js.map +1 -1
  53. package/package.json +2 -2
  54. package/project.d.ts +10 -4
  55. package/project.js.map +1 -1
  56. package/resourcePolicy.d.ts +16 -0
  57. package/resourcePolicy.js +6 -0
  58. package/resourcePolicy.js.map +1 -1
  59. package/searchDeployment.d.ts +13 -0
  60. package/searchDeployment.js +6 -0
  61. package/searchDeployment.js.map +1 -1
  62. package/streamPrivatelinkEndpoint.d.ts +24 -27
  63. package/streamPrivatelinkEndpoint.js.map +1 -1
  64. package/streamProcessor.d.ts +18 -6
  65. package/streamProcessor.js +9 -0
  66. package/streamProcessor.js.map +1 -1
  67. package/thirdPartyIntegration.d.ts +6 -0
  68. package/thirdPartyIntegration.js +4 -0
  69. package/thirdPartyIntegration.js.map +1 -1
  70. package/types/input.d.ts +25 -16
  71. package/types/output.d.ts +121 -62
package/getProject.d.ts CHANGED
@@ -102,9 +102,9 @@ export interface GetProjectResult {
102
102
  readonly created: string;
103
103
  readonly id: string;
104
104
  /**
105
- * IP addresses in a project categorized by services. See IP Addresses. **WARNING:** this attribute is deprecated and will be removed in version 1.21.0. Use the `mongodbatlas.getProjectIpAddresses` data source instead.
105
+ * IP addresses in a project categorized by services. See IP Addresses. **WARNING:** This attribute is deprecated, use the `mongodbatlas.getProjectIpAddresses` data source instead.
106
106
  *
107
- * @deprecated This parameter is deprecated and will be removed in version 1.21.0. Please transition to mongodbatlas.getProjectIpAddresses data source.
107
+ * @deprecated This parameter is deprecated. Please transition to mongodbatlas.getProjectIpAddresses data source.
108
108
  */
109
109
  readonly ipAddresses: outputs.GetProjectIpAddresses;
110
110
  /**
@@ -133,6 +133,8 @@ export interface GetProjectResult {
133
133
  readonly isSchemaAdvisorEnabled: boolean;
134
134
  /**
135
135
  * (Deprecated) Flag that enables MongoDB Cloud to use its slow operation threshold for the specified project. The threshold determines which operations the Performance Advisor and Query Profiler considers slow. When enabled, MongoDB Cloud uses the average execution time for operations on your cluster to determine slow-running queries. As a result, the threshold is more pertinent to your cluster workload. The slow operation threshold is enabled by default for dedicated clusters (M10+). When disabled, MongoDB Cloud considers any operation that takes longer than 100 milliseconds to be slow. **Note**: To use this attribute, the requesting API Key must have the Project Owner role, if not it will show a warning and will return `false`. If you are not using this field, you don't need to take any action.
136
+ *
137
+ * @deprecated This parameter is deprecated.
136
138
  */
137
139
  readonly isSlowOperationThresholdingEnabled: boolean;
138
140
  /**
package/getProject.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuEG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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;AA2FD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
1
+ {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuEG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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;AA6FD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
@@ -1,6 +1,10 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * ## # Data Source: mongodbatlas.getResourcePolicies
5
+ *
6
+ * `mongodbatlas.getResourcePolicies` returns all resource policies in an organization.
7
+ *
4
8
  * ## Example Usage
5
9
  */
6
10
  export declare function getResourcePolicies(args: GetResourcePoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetResourcePoliciesResult>;
@@ -35,6 +39,10 @@ export interface GetResourcePoliciesResult {
35
39
  readonly results: outputs.GetResourcePoliciesResult[];
36
40
  }
37
41
  /**
42
+ * ## # Data Source: mongodbatlas.getResourcePolicies
43
+ *
44
+ * `mongodbatlas.getResourcePolicies` returns all resource policies in an organization.
45
+ *
38
46
  * ## Example Usage
39
47
  */
40
48
  export declare function getResourcePoliciesOutput(args: GetResourcePoliciesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResourcePoliciesResult>;
@@ -6,6 +6,10 @@ exports.getResourcePoliciesOutput = exports.getResourcePolicies = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * ## # Data Source: mongodbatlas.getResourcePolicies
10
+ *
11
+ * `mongodbatlas.getResourcePolicies` returns all resource policies in an organization.
12
+ *
9
13
  * ## Example Usage
10
14
  */
11
15
  function getResourcePolicies(args, opts) {
@@ -16,6 +20,10 @@ function getResourcePolicies(args, opts) {
16
20
  }
17
21
  exports.getResourcePolicies = getResourcePolicies;
18
22
  /**
23
+ * ## # Data Source: mongodbatlas.getResourcePolicies
24
+ *
25
+ * `mongodbatlas.getResourcePolicies` returns all resource policies in an organization.
26
+ *
19
27
  * ## Example Usage
20
28
  */
21
29
  function getResourcePoliciesOutput(args, opts) {
@@ -1 +1 @@
1
- {"version":3,"file":"getResourcePolicies.js","sourceRoot":"","sources":["../getResourcePolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAiCD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
1
+ {"version":3,"file":"getResourcePolicies.js","sourceRoot":"","sources":["../getResourcePolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAiCD;;;;;;GAMG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
@@ -1,6 +1,10 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
+ * ## # Data Source: mongodbatlas.ResourcePolicy
5
+ *
6
+ * `mongodbatlas.ResourcePolicy` describes a resource policy in an organization.
7
+ *
4
8
  * ## Example Usage
5
9
  */
6
10
  export declare function getResourcePolicy(args: GetResourcePolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetResourcePolicyResult>;
@@ -29,6 +33,10 @@ export interface GetResourcePolicyResult {
29
33
  * Date and time in UTC when the Atlas resource policy was created.
30
34
  */
31
35
  readonly createdDate: string;
36
+ /**
37
+ * Description of the Atlas resource policy.
38
+ */
39
+ readonly description: string;
32
40
  /**
33
41
  * Unique 24-hexadecimal digit string that identifies an Atlas resource policy.
34
42
  */
@@ -59,6 +67,10 @@ export interface GetResourcePolicyResult {
59
67
  readonly version: string;
60
68
  }
61
69
  /**
70
+ * ## # Data Source: mongodbatlas.ResourcePolicy
71
+ *
72
+ * `mongodbatlas.ResourcePolicy` describes a resource policy in an organization.
73
+ *
62
74
  * ## Example Usage
63
75
  */
64
76
  export declare function getResourcePolicyOutput(args: GetResourcePolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResourcePolicyResult>;
@@ -6,6 +6,10 @@ exports.getResourcePolicyOutput = exports.getResourcePolicy = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
+ * ## # Data Source: mongodbatlas.ResourcePolicy
10
+ *
11
+ * `mongodbatlas.ResourcePolicy` describes a resource policy in an organization.
12
+ *
9
13
  * ## Example Usage
10
14
  */
11
15
  function getResourcePolicy(args, opts) {
@@ -17,6 +21,10 @@ function getResourcePolicy(args, opts) {
17
21
  }
18
22
  exports.getResourcePolicy = getResourcePolicy;
19
23
  /**
24
+ * ## # Data Source: mongodbatlas.ResourcePolicy
25
+ *
26
+ * `mongodbatlas.ResourcePolicy` describes a resource policy in an organization.
27
+ *
20
28
  * ## Example Usage
21
29
  */
22
30
  function getResourcePolicyOutput(args, opts) {
@@ -1 +1 @@
1
- {"version":3,"file":"getResourcePolicy.js","sourceRoot":"","sources":["../getResourcePolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AAyDD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
1
+ {"version":3,"file":"getResourcePolicy.js","sourceRoot":"","sources":["../getResourcePolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AA6DD;;;;;;GAMG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
@@ -29,6 +29,10 @@ export interface GetSearchDeploymentResult {
29
29
  * Label that identifies the cluster to return the search nodes for.
30
30
  */
31
31
  readonly clusterName: string;
32
+ /**
33
+ * Cloud service provider that manages your customer keys to provide an additional layer of Encryption At Rest for the cluster.
34
+ */
35
+ readonly encryptionAtRestProvider: string;
32
36
  /**
33
37
  * Unique 24-hexadecimal digit string that identifies the search deployment.
34
38
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getSearchDeployment.js","sourceRoot":"","sources":["../getSearchDeployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAyCD;;;;;;GAMG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
1
+ {"version":3,"file":"getSearchDeployment.js","sourceRoot":"","sources":["../getSearchDeployment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AA6CD;;;;;;GAMG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
@@ -18,7 +18,7 @@ export interface GetStreamPrivatelinkEndpointArgs {
18
18
  */
19
19
  id: string;
20
20
  /**
21
- * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
21
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.
22
22
  */
23
23
  projectId: string;
24
24
  }
@@ -26,25 +26,61 @@ export interface GetStreamPrivatelinkEndpointArgs {
26
26
  * A collection of values returned by getStreamPrivatelinkEndpoint.
27
27
  */
28
28
  export interface GetStreamPrivatelinkEndpointResult {
29
+ /**
30
+ * Amazon Resource Name (ARN). Required for AWS Provider and MSK vendor.
31
+ */
29
32
  readonly arn: string;
33
+ /**
34
+ * The domain hostname. Required for the following provider and vendor combinations:\n\n- AWS provider with CONFLUENT vendor.\n\n- AZURE provider with EVENTHUB or CONFLUENT vendor.
35
+ */
30
36
  readonly dnsDomain: string;
37
+ /**
38
+ * Sub-Domain name of Confluent cluster. These are typically your availability zones. Required for AWS Provider and CONFLUENT vendor. If your AWS CONFLUENT cluster doesn't use subdomains, you must set this to the empty array [].
39
+ */
31
40
  readonly dnsSubDomains: string[];
41
+ /**
42
+ * Error message if the connection is in a failed state.
43
+ */
32
44
  readonly errorMessage: string;
33
45
  /**
34
46
  * The ID of the Private Link connection.
35
47
  */
36
48
  readonly id: string;
49
+ /**
50
+ * Interface endpoint ID that is created from the specified service endpoint ID.
51
+ */
37
52
  readonly interfaceEndpointId: string;
53
+ /**
54
+ * Name of interface endpoint that is created from the specified service endpoint ID.
55
+ */
38
56
  readonly interfaceEndpointName: string;
39
57
  /**
40
- * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
58
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.
41
59
  */
42
60
  readonly projectId: string;
61
+ /**
62
+ * Account ID from the cloud provider.
63
+ */
43
64
  readonly providerAccountId: string;
65
+ /**
66
+ * Provider where the Kafka cluster is deployed. Valid values are AWS and AZURE.
67
+ */
44
68
  readonly providerName: string;
69
+ /**
70
+ * The region of the Provider’s cluster. See [AZURE](https://www.mongodb.com/docs/atlas/reference/microsoft-azure/#stream-processing-instances) and [AWS](https://www.mongodb.com/docs/atlas/reference/amazon-aws/#stream-processing-instances) supported regions. When the vendor is `CONFLUENT`, this is the domain name of Confluent cluster. When the vendor is `MSK`, this is computed by the API from the provided `arn`.
71
+ */
45
72
  readonly region: string;
73
+ /**
74
+ * For AZURE EVENTHUB, this is the [namespace endpoint ID](https://learn.microsoft.com/en-us/rest/api/eventhub/namespaces/get). For AWS CONFLUENT cluster, this is the [VPC Endpoint service name](https://docs.confluent.io/cloud/current/networking/private-links/aws-privatelink.html).
75
+ */
46
76
  readonly serviceEndpointId: string;
77
+ /**
78
+ * Status of the connection.
79
+ */
47
80
  readonly state: string;
81
+ /**
82
+ * Vendor that manages the Kafka cluster. The following are the vendor values per provider:\n\n- MSK and CONFLUENT for the AWS provider.\n\n- EVENTHUB and CONFLUENT for the AZURE provider.
83
+ */
48
84
  readonly vendor: string;
49
85
  }
50
86
  /**
@@ -66,7 +102,7 @@ export interface GetStreamPrivatelinkEndpointOutputArgs {
66
102
  */
67
103
  id: pulumi.Input<string>;
68
104
  /**
69
- * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
105
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.
70
106
  */
71
107
  projectId: pulumi.Input<string>;
72
108
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getStreamPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;AAyCD;;;;;;;;GAQG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC"}
1
+ {"version":3,"file":"getStreamPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;AA6ED;;;;;;;;GAQG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC"}
@@ -15,7 +15,7 @@ export declare function getStreamPrivatelinkEndpoints(args: GetStreamPrivatelink
15
15
  */
16
16
  export interface GetStreamPrivatelinkEndpointsArgs {
17
17
  /**
18
- * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
18
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.
19
19
  */
20
20
  projectId: string;
21
21
  }
@@ -28,9 +28,12 @@ export interface GetStreamPrivatelinkEndpointsResult {
28
28
  */
29
29
  readonly id: string;
30
30
  /**
31
- * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
31
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.
32
32
  */
33
33
  readonly projectId: string;
34
+ /**
35
+ * List of documents that MongoDB Cloud returns for this request.
36
+ */
34
37
  readonly results: outputs.GetStreamPrivatelinkEndpointsResult[];
35
38
  }
36
39
  /**
@@ -48,7 +51,7 @@ export declare function getStreamPrivatelinkEndpointsOutput(args: GetStreamPriva
48
51
  */
49
52
  export interface GetStreamPrivatelinkEndpointsOutputArgs {
50
53
  /**
51
- * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.
54
+ * Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.
52
55
  */
53
56
  projectId: pulumi.Input<string>;
54
57
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getStreamPrivatelinkEndpoints.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC;AA0BD;;;;;;;;GAQG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kFAKC"}
1
+ {"version":3,"file":"getStreamPrivatelinkEndpoints.js","sourceRoot":"","sources":["../getStreamPrivatelinkEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC;AA6BD;;;;;;;;GAQG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kFAKC"}
@@ -29,23 +29,10 @@ export declare function getThirdPartyIntegration(args: GetThirdPartyIntegrationA
29
29
  * A collection of arguments for invoking getThirdPartyIntegration.
30
30
  */
31
31
  export interface GetThirdPartyIntegrationArgs {
32
- /**
33
- * Whether your cluster has Prometheus enabled.
34
- */
35
- enabled?: boolean;
36
- /**
37
- * Your Microsoft Teams incoming webhook URL.
38
- * * `PROMETHEUS`
39
- */
40
- microsoftTeamsWebhookUrl?: string;
41
32
  /**
42
33
  * The unique ID for the project to get all Third-Party service integrations
43
34
  */
44
35
  projectId: string;
45
- /**
46
- * Indicates which service discovery method is used, either file or http.
47
- */
48
- serviceDiscovery?: string;
49
36
  /**
50
37
  * Third-Party service integration type
51
38
  * * PAGER_DUTY
@@ -57,10 +44,6 @@ export interface GetThirdPartyIntegrationArgs {
57
44
  * * PROMETHEUS
58
45
  */
59
46
  type: string;
60
- /**
61
- * Your Prometheus username.
62
- */
63
- userName?: string;
64
47
  }
65
48
  /**
66
49
  * A collection of values returned by getThirdPartyIntegration.
@@ -75,7 +58,7 @@ export interface GetThirdPartyIntegrationResult {
75
58
  /**
76
59
  * Whether your cluster has Prometheus enabled.
77
60
  */
78
- readonly enabled?: boolean;
61
+ readonly enabled: boolean;
79
62
  /**
80
63
  * Unique identifier of the integration.
81
64
  */
@@ -84,7 +67,7 @@ export interface GetThirdPartyIntegrationResult {
84
67
  * Your Microsoft Teams incoming webhook URL.
85
68
  * * `PROMETHEUS`
86
69
  */
87
- readonly microsoftTeamsWebhookUrl?: string;
70
+ readonly microsoftTeamsWebhookUrl: string;
88
71
  readonly projectId: string;
89
72
  /**
90
73
  * Two-letter code that indicates which API URL to use. See the `region` response field of [MongoDB API Third-Party Service Integration documentation](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Third-Party-Integrations/operation/getThirdPartyIntegration) for more details. Opsgenie will use US by default.
@@ -101,10 +84,19 @@ export interface GetThirdPartyIntegrationResult {
101
84
  * * `MICROSOFT_TEAMS`
102
85
  */
103
86
  readonly secret: string;
87
+ /**
88
+ * Toggle sending collection latency metrics that includes database names and collection name sand latency metrics on reads, writes, commands, and transactions.
89
+ */
90
+ readonly sendCollectionLatencyMetrics: boolean;
91
+ /**
92
+ * Toggle sending database metrics that includes database names and metrics on the number of collections, storage size, and index size.
93
+ * * `OPS_GENIE`
94
+ */
95
+ readonly sendDatabaseMetrics: boolean;
104
96
  /**
105
97
  * Indicates which service discovery method is used, either file or http.
106
98
  */
107
- readonly serviceDiscovery?: string;
99
+ readonly serviceDiscovery: string;
108
100
  /**
109
101
  * Your Service Key.
110
102
  * * `DATADOG`
@@ -119,7 +111,7 @@ export interface GetThirdPartyIntegrationResult {
119
111
  /**
120
112
  * Your Prometheus username.
121
113
  */
122
- readonly userName?: string;
114
+ readonly userName: string;
123
115
  }
124
116
  /**
125
117
  * ## # Data Source: mongodbatlas.ThirdPartyIntegration
@@ -151,23 +143,10 @@ export declare function getThirdPartyIntegrationOutput(args: GetThirdPartyIntegr
151
143
  * A collection of arguments for invoking getThirdPartyIntegration.
152
144
  */
153
145
  export interface GetThirdPartyIntegrationOutputArgs {
154
- /**
155
- * Whether your cluster has Prometheus enabled.
156
- */
157
- enabled?: pulumi.Input<boolean>;
158
- /**
159
- * Your Microsoft Teams incoming webhook URL.
160
- * * `PROMETHEUS`
161
- */
162
- microsoftTeamsWebhookUrl?: pulumi.Input<string>;
163
146
  /**
164
147
  * The unique ID for the project to get all Third-Party service integrations
165
148
  */
166
149
  projectId: pulumi.Input<string>;
167
- /**
168
- * Indicates which service discovery method is used, either file or http.
169
- */
170
- serviceDiscovery?: pulumi.Input<string>;
171
150
  /**
172
151
  * Third-Party service integration type
173
152
  * * PAGER_DUTY
@@ -179,8 +158,4 @@ export interface GetThirdPartyIntegrationOutputArgs {
179
158
  * * PROMETHEUS
180
159
  */
181
160
  type: pulumi.Input<string>;
182
- /**
183
- * Your Prometheus username.
184
- */
185
- userName?: pulumi.Input<string>;
186
161
  }
@@ -33,12 +33,8 @@ const utilities = require("./utilities");
33
33
  function getThirdPartyIntegration(args, opts) {
34
34
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
35
35
  return pulumi.runtime.invoke("mongodbatlas:index/getThirdPartyIntegration:getThirdPartyIntegration", {
36
- "enabled": args.enabled,
37
- "microsoftTeamsWebhookUrl": args.microsoftTeamsWebhookUrl,
38
36
  "projectId": args.projectId,
39
- "serviceDiscovery": args.serviceDiscovery,
40
37
  "type": args.type,
41
- "userName": args.userName,
42
38
  }, opts);
43
39
  }
44
40
  exports.getThirdPartyIntegration = getThirdPartyIntegration;
@@ -70,12 +66,8 @@ exports.getThirdPartyIntegration = getThirdPartyIntegration;
70
66
  function getThirdPartyIntegrationOutput(args, opts) {
71
67
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
72
68
  return pulumi.runtime.invokeOutput("mongodbatlas:index/getThirdPartyIntegration:getThirdPartyIntegration", {
73
- "enabled": args.enabled,
74
- "microsoftTeamsWebhookUrl": args.microsoftTeamsWebhookUrl,
75
69
  "projectId": args.projectId,
76
- "serviceDiscovery": args.serviceDiscovery,
77
70
  "type": args.type,
78
- "userName": args.userName,
79
71
  }, opts);
80
72
  }
81
73
  exports.getThirdPartyIntegrationOutput = getThirdPartyIntegrationOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getThirdPartyIntegration.js","sourceRoot":"","sources":["../getThirdPartyIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4DAUC;AAmGD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wEAUC"}
1
+ {"version":3,"file":"getThirdPartyIntegration.js","sourceRoot":"","sources":["../getThirdPartyIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC;AA2FD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wEAMC"}
@@ -101,7 +101,7 @@ export declare class GlobalClusterConfig extends pulumi.CustomResource {
101
101
  /**
102
102
  * (Deprecated) A map of all custom zone mappings defined for the Global Cluster to `replication_specs.*.id`. This attribute is deprecated, use `customZoneMappingZoneId` instead. This attribute is not set when a cluster uses independent shard scaling. To learn more, see the Sharding Configuration guide.
103
103
  *
104
- * @deprecated This parameter is deprecated and will be removed in version 1.23.0. Please transition to custom_zone_mapping_zone_id.
104
+ * @deprecated This parameter is deprecated. Please transition to `customZoneMappingZoneId`. To learn more, see our examples, documentation, and 1.18.0 migration guide at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide
105
105
  */
106
106
  readonly customZoneMapping: pulumi.Output<{
107
107
  [key: string]: string;
@@ -144,7 +144,7 @@ export interface GlobalClusterConfigState {
144
144
  /**
145
145
  * (Deprecated) A map of all custom zone mappings defined for the Global Cluster to `replication_specs.*.id`. This attribute is deprecated, use `customZoneMappingZoneId` instead. This attribute is not set when a cluster uses independent shard scaling. To learn more, see the Sharding Configuration guide.
146
146
  *
147
- * @deprecated This parameter is deprecated and will be removed in version 1.23.0. Please transition to custom_zone_mapping_zone_id.
147
+ * @deprecated This parameter is deprecated. Please transition to `customZoneMappingZoneId`. To learn more, see our examples, documentation, and 1.18.0 migration guide at https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/1.18.0-upgrade-guide
148
148
  */
149
149
  customZoneMapping?: pulumi.Input<{
150
150
  [key: string]: pulumi.Input<string>;
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
5
  * ## # Resource: mongodbatlas.MaintenanceWindow
4
6
  *
@@ -26,6 +28,10 @@ import * as pulumi from "@pulumi/pulumi";
26
28
  * projectId: "<your-project-id>",
27
29
  * dayOfWeek: 3,
28
30
  * hourOfDay: 4,
31
+ * protectedHours: {
32
+ * startHourOfDay: 9,
33
+ * endHourOfDay: 17,
34
+ * },
29
35
  * });
30
36
  * ```
31
37
  *
@@ -68,6 +74,9 @@ export declare class MaintenanceWindow extends pulumi.CustomResource {
68
74
  * Defer any scheduled maintenance for the given project for one week.
69
75
  */
70
76
  readonly autoDefer: pulumi.Output<boolean>;
77
+ /**
78
+ * Flag that indicates whether you want to defer all maintenance windows one week they would be triggered.
79
+ */
71
80
  readonly autoDeferOnceEnabled: pulumi.Output<boolean>;
72
81
  /**
73
82
  * Day of the week when you would like the maintenance window to start as a 1-based integer: Su=1, M=2, T=3, W=4, T=5, F=6, Sa=7.
@@ -89,10 +98,15 @@ export declare class MaintenanceWindow extends pulumi.CustomResource {
89
98
  * The unique identifier of the project for the Maintenance Window.
90
99
  */
91
100
  readonly projectId: pulumi.Output<string>;
101
+ readonly protectedHours: pulumi.Output<outputs.MaintenanceWindowProtectedHours | undefined>;
92
102
  /**
93
103
  * Flag indicating whether project maintenance has been directed to start immediately. If you request that maintenance begin immediately, this field returns true from the time the request was made until the time the maintenance event completes.
94
104
  */
95
105
  readonly startAsap: pulumi.Output<boolean>;
106
+ /**
107
+ * Identifier for the current time zone of the maintenance window. This can only be updated via the Project Settings UI.
108
+ */
109
+ readonly timeZoneId: pulumi.Output<string>;
96
110
  /**
97
111
  * Create a MaintenanceWindow resource with the given unique name, arguments, and options.
98
112
  *
@@ -110,6 +124,9 @@ export interface MaintenanceWindowState {
110
124
  * Defer any scheduled maintenance for the given project for one week.
111
125
  */
112
126
  autoDefer?: pulumi.Input<boolean>;
127
+ /**
128
+ * Flag that indicates whether you want to defer all maintenance windows one week they would be triggered.
129
+ */
113
130
  autoDeferOnceEnabled?: pulumi.Input<boolean>;
114
131
  /**
115
132
  * Day of the week when you would like the maintenance window to start as a 1-based integer: Su=1, M=2, T=3, W=4, T=5, F=6, Sa=7.
@@ -131,10 +148,15 @@ export interface MaintenanceWindowState {
131
148
  * The unique identifier of the project for the Maintenance Window.
132
149
  */
133
150
  projectId?: pulumi.Input<string>;
151
+ protectedHours?: pulumi.Input<inputs.MaintenanceWindowProtectedHours>;
134
152
  /**
135
153
  * Flag indicating whether project maintenance has been directed to start immediately. If you request that maintenance begin immediately, this field returns true from the time the request was made until the time the maintenance event completes.
136
154
  */
137
155
  startAsap?: pulumi.Input<boolean>;
156
+ /**
157
+ * Identifier for the current time zone of the maintenance window. This can only be updated via the Project Settings UI.
158
+ */
159
+ timeZoneId?: pulumi.Input<string>;
138
160
  }
139
161
  /**
140
162
  * The set of arguments for constructing a MaintenanceWindow resource.
@@ -144,6 +166,9 @@ export interface MaintenanceWindowArgs {
144
166
  * Defer any scheduled maintenance for the given project for one week.
145
167
  */
146
168
  autoDefer?: pulumi.Input<boolean>;
169
+ /**
170
+ * Flag that indicates whether you want to defer all maintenance windows one week they would be triggered.
171
+ */
147
172
  autoDeferOnceEnabled?: pulumi.Input<boolean>;
148
173
  /**
149
174
  * Day of the week when you would like the maintenance window to start as a 1-based integer: Su=1, M=2, T=3, W=4, T=5, F=6, Sa=7.
@@ -161,6 +186,7 @@ export interface MaintenanceWindowArgs {
161
186
  * The unique identifier of the project for the Maintenance Window.
162
187
  */
163
188
  projectId: pulumi.Input<string>;
189
+ protectedHours?: pulumi.Input<inputs.MaintenanceWindowProtectedHours>;
164
190
  /**
165
191
  * Flag indicating whether project maintenance has been directed to start immediately. If you request that maintenance begin immediately, this field returns true from the time the request was made until the time the maintenance event completes.
166
192
  */
@@ -32,6 +32,10 @@ const utilities = require("./utilities");
32
32
  * projectId: "<your-project-id>",
33
33
  * dayOfWeek: 3,
34
34
  * hourOfDay: 4,
35
+ * protectedHours: {
36
+ * startHourOfDay: 9,
37
+ * endHourOfDay: 17,
38
+ * },
35
39
  * });
36
40
  * ```
37
41
  *
@@ -89,7 +93,9 @@ class MaintenanceWindow extends pulumi.CustomResource {
89
93
  resourceInputs["hourOfDay"] = state ? state.hourOfDay : undefined;
90
94
  resourceInputs["numberOfDeferrals"] = state ? state.numberOfDeferrals : undefined;
91
95
  resourceInputs["projectId"] = state ? state.projectId : undefined;
96
+ resourceInputs["protectedHours"] = state ? state.protectedHours : undefined;
92
97
  resourceInputs["startAsap"] = state ? state.startAsap : undefined;
98
+ resourceInputs["timeZoneId"] = state ? state.timeZoneId : undefined;
93
99
  }
94
100
  else {
95
101
  const args = argsOrState;
@@ -105,8 +111,10 @@ class MaintenanceWindow extends pulumi.CustomResource {
105
111
  resourceInputs["defer"] = args ? args.defer : undefined;
106
112
  resourceInputs["hourOfDay"] = args ? args.hourOfDay : undefined;
107
113
  resourceInputs["projectId"] = args ? args.projectId : undefined;
114
+ resourceInputs["protectedHours"] = args ? args.protectedHours : undefined;
108
115
  resourceInputs["startAsap"] = args ? args.startAsap : undefined;
109
116
  resourceInputs["numberOfDeferrals"] = undefined /*out*/;
117
+ resourceInputs["timeZoneId"] = undefined /*out*/;
110
118
  }
111
119
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
112
120
  super(MaintenanceWindow.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"maintenanceWindow.js","sourceRoot":"","sources":["../maintenanceWindow.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"maintenanceWindow.js","sourceRoot":"","sources":["../maintenanceWindow.ts"],"names":[],"mappings":"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"}
package/organization.d.ts CHANGED
@@ -82,6 +82,11 @@ export declare class Organization extends pulumi.CustomResource {
82
82
  * List of Organization roles that the Programmatic API key needs to have. Ensure that you provide at least one role and ensure all roles are valid for the Organization. You must specify an array even if you are only associating a single role with the Programmatic API key. The [MongoDB Documentation](https://www.mongodb.com/docs/atlas/reference/user-roles/#organization-roles) describes the roles that you can assign to a Programmatic API key.
83
83
  */
84
84
  readonly roleNames: pulumi.Output<string[]>;
85
+ /**
86
+ * String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals.
87
+ */
88
+ readonly securityContact: pulumi.Output<string | undefined>;
89
+ readonly skipDefaultAlertsSettings: pulumi.Output<boolean>;
85
90
  /**
86
91
  * Create a Organization resource with the given unique name, arguments, and options.
87
92
  *
@@ -137,6 +142,11 @@ export interface OrganizationState {
137
142
  * List of Organization roles that the Programmatic API key needs to have. Ensure that you provide at least one role and ensure all roles are valid for the Organization. You must specify an array even if you are only associating a single role with the Programmatic API key. The [MongoDB Documentation](https://www.mongodb.com/docs/atlas/reference/user-roles/#organization-roles) describes the roles that you can assign to a Programmatic API key.
138
143
  */
139
144
  roleNames?: pulumi.Input<pulumi.Input<string>[]>;
145
+ /**
146
+ * String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals.
147
+ */
148
+ securityContact?: pulumi.Input<string>;
149
+ skipDefaultAlertsSettings?: pulumi.Input<boolean>;
140
150
  }
141
151
  /**
142
152
  * The set of arguments for constructing a Organization resource.
@@ -175,4 +185,9 @@ export interface OrganizationArgs {
175
185
  * List of Organization roles that the Programmatic API key needs to have. Ensure that you provide at least one role and ensure all roles are valid for the Organization. You must specify an array even if you are only associating a single role with the Programmatic API key. The [MongoDB Documentation](https://www.mongodb.com/docs/atlas/reference/user-roles/#organization-roles) describes the roles that you can assign to a Programmatic API key.
176
186
  */
177
187
  roleNames: pulumi.Input<pulumi.Input<string>[]>;
188
+ /**
189
+ * String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals.
190
+ */
191
+ securityContact?: pulumi.Input<string>;
192
+ skipDefaultAlertsSettings?: pulumi.Input<boolean>;
178
193
  }