@pulumi/mongodbatlas 3.0.1 → 3.1.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 (247) hide show
  1. package/README.md +1 -1
  2. package/alertConfiguration.d.ts +21 -21
  3. package/alertConfiguration.js +27 -26
  4. package/alertConfiguration.js.map +1 -1
  5. package/auditing.d.ts +9 -9
  6. package/auditing.js +13 -12
  7. package/auditing.js.map +1 -1
  8. package/cloudBackupSchedule.d.ts +23 -23
  9. package/cloudBackupSchedule.js +29 -28
  10. package/cloudBackupSchedule.js.map +1 -1
  11. package/cloudProviderAccess.d.ts +12 -12
  12. package/cloudProviderAccess.js +21 -20
  13. package/cloudProviderAccess.js.map +1 -1
  14. package/cloudProviderAccessAuthorization.d.ts +8 -8
  15. package/cloudProviderAccessAuthorization.js +13 -12
  16. package/cloudProviderAccessAuthorization.js.map +1 -1
  17. package/cloudProviderAccessSetup.d.ts +8 -8
  18. package/cloudProviderAccessSetup.js +15 -14
  19. package/cloudProviderAccessSetup.js.map +1 -1
  20. package/cloudProviderSnapshot.d.ts +17 -17
  21. package/cloudProviderSnapshot.js +29 -28
  22. package/cloudProviderSnapshot.js.map +1 -1
  23. package/cloudProviderSnapshotBackupPolicy.d.ts +16 -16
  24. package/cloudProviderSnapshotBackupPolicy.js +21 -20
  25. package/cloudProviderSnapshotBackupPolicy.js.map +1 -1
  26. package/cloudProviderSnapshotRestoreJob.d.ts +18 -18
  27. package/cloudProviderSnapshotRestoreJob.js +29 -28
  28. package/cloudProviderSnapshotRestoreJob.js.map +1 -1
  29. package/cluster.d.ts +72 -72
  30. package/cluster.js +87 -86
  31. package/cluster.js.map +1 -1
  32. package/config/index.js +11 -4
  33. package/config/index.js.map +1 -1
  34. package/config/vars.d.ts +4 -4
  35. package/config/vars.js +25 -17
  36. package/config/vars.js.map +1 -1
  37. package/customDbRole.d.ts +8 -8
  38. package/customDbRole.js +11 -10
  39. package/customDbRole.js.map +1 -1
  40. package/customDnsConfigurationClusterAws.d.ts +4 -4
  41. package/customDnsConfigurationClusterAws.js +7 -6
  42. package/customDnsConfigurationClusterAws.js.map +1 -1
  43. package/dataLake.d.ts +12 -12
  44. package/dataLake.js +19 -18
  45. package/dataLake.js.map +1 -1
  46. package/databaseUser.d.ts +22 -22
  47. package/databaseUser.js +25 -24
  48. package/databaseUser.js.map +1 -1
  49. package/encryptionAtRest.d.ts +14 -14
  50. package/encryptionAtRest.js +17 -16
  51. package/encryptionAtRest.js.map +1 -1
  52. package/eventTrigger.d.ts +39 -39
  53. package/eventTrigger.js +45 -44
  54. package/eventTrigger.js.map +1 -1
  55. package/get509AuthenticationDatabaseUser.d.ts +20 -6
  56. package/get509AuthenticationDatabaseUser.js +9 -4
  57. package/get509AuthenticationDatabaseUser.js.map +1 -1
  58. package/getAlertConfiguration.d.ts +16 -2
  59. package/getAlertConfiguration.js +5 -0
  60. package/getAlertConfiguration.js.map +1 -1
  61. package/getAuditing.d.ts +11 -1
  62. package/getAuditing.js +5 -0
  63. package/getAuditing.js.map +1 -1
  64. package/getCloudBackupSchedule.d.ts +16 -2
  65. package/getCloudBackupSchedule.js +5 -0
  66. package/getCloudBackupSchedule.js.map +1 -1
  67. package/getCloudProviderAccess.d.ts +14 -4
  68. package/getCloudProviderAccess.js +8 -3
  69. package/getCloudProviderAccess.js.map +1 -1
  70. package/getCloudProviderAccessSetup.d.ts +26 -8
  71. package/getCloudProviderAccessSetup.js +10 -5
  72. package/getCloudProviderAccessSetup.js.map +1 -1
  73. package/getCloudProviderSnapshot.d.ts +18 -3
  74. package/getCloudProviderSnapshot.js +5 -0
  75. package/getCloudProviderSnapshot.js.map +1 -1
  76. package/getCloudProviderSnapshotBackupPolicy.d.ts +16 -2
  77. package/getCloudProviderSnapshotBackupPolicy.js +5 -0
  78. package/getCloudProviderSnapshotBackupPolicy.js.map +1 -1
  79. package/getCloudProviderSnapshotRestoreJob.d.ts +21 -3
  80. package/getCloudProviderSnapshotRestoreJob.js +5 -0
  81. package/getCloudProviderSnapshotRestoreJob.js.map +1 -1
  82. package/getCloudProviderSnapshotRestoreJobs.d.ts +27 -5
  83. package/getCloudProviderSnapshotRestoreJobs.js +6 -1
  84. package/getCloudProviderSnapshotRestoreJobs.js.map +1 -1
  85. package/getCloudProviderSnapshots.d.ts +23 -4
  86. package/getCloudProviderSnapshots.js +5 -0
  87. package/getCloudProviderSnapshots.js.map +1 -1
  88. package/getCluster.d.ts +16 -2
  89. package/getCluster.js +5 -0
  90. package/getCluster.js.map +1 -1
  91. package/getClusters.d.ts +14 -4
  92. package/getClusters.js +8 -3
  93. package/getClusters.js.map +1 -1
  94. package/getCustomDbRole.d.ts +22 -7
  95. package/getCustomDbRole.js +9 -4
  96. package/getCustomDbRole.js.map +1 -1
  97. package/getCustomDbRoles.d.ts +11 -1
  98. package/getCustomDbRoles.js +5 -0
  99. package/getCustomDbRoles.js.map +1 -1
  100. package/getCustomDnsConfigurationClusterAws.d.ts +11 -1
  101. package/getCustomDnsConfigurationClusterAws.js +5 -0
  102. package/getCustomDnsConfigurationClusterAws.js.map +1 -1
  103. package/getDataLake.d.ts +16 -2
  104. package/getDataLake.js +5 -0
  105. package/getDataLake.js.map +1 -1
  106. package/getDataLakes.d.ts +12 -2
  107. package/getDataLakes.js +6 -1
  108. package/getDataLakes.js.map +1 -1
  109. package/getDatabaseUser.d.ts +28 -4
  110. package/getDatabaseUser.js +5 -0
  111. package/getDatabaseUser.js.map +1 -1
  112. package/getDatabaseUsers.d.ts +14 -4
  113. package/getDatabaseUsers.js +8 -3
  114. package/getDatabaseUsers.js.map +1 -1
  115. package/getEventTrigger.d.ts +21 -3
  116. package/getEventTrigger.js +5 -0
  117. package/getEventTrigger.js.map +1 -1
  118. package/getEventTriggers.d.ts +16 -2
  119. package/getEventTriggers.js +5 -0
  120. package/getEventTriggers.js.map +1 -1
  121. package/getGlobalClusterConfig.d.ts +19 -3
  122. package/getGlobalClusterConfig.js +5 -0
  123. package/getGlobalClusterConfig.js.map +1 -1
  124. package/getLdapConfiguration.d.ts +11 -1
  125. package/getLdapConfiguration.js +5 -0
  126. package/getLdapConfiguration.js.map +1 -1
  127. package/getLdapVerify.d.ts +16 -2
  128. package/getLdapVerify.js +5 -0
  129. package/getLdapVerify.js.map +1 -1
  130. package/getMaintenanceWindow.d.ts +11 -1
  131. package/getMaintenanceWindow.js +5 -0
  132. package/getMaintenanceWindow.js.map +1 -1
  133. package/getNetworkContainer.d.ts +16 -2
  134. package/getNetworkContainer.js +5 -0
  135. package/getNetworkContainer.js.map +1 -1
  136. package/getNetworkContainers.d.ts +17 -3
  137. package/getNetworkContainers.js +6 -1
  138. package/getNetworkContainers.js.map +1 -1
  139. package/getNetworkPeering.d.ts +16 -2
  140. package/getNetworkPeering.js +5 -0
  141. package/getNetworkPeering.js.map +1 -1
  142. package/getNetworkPeerings.d.ts +14 -4
  143. package/getNetworkPeerings.js +8 -3
  144. package/getNetworkPeerings.js.map +1 -1
  145. package/getOnlineArchive.d.ts +21 -3
  146. package/getOnlineArchive.js +5 -0
  147. package/getOnlineArchive.js.map +1 -1
  148. package/getOnlineArchives.d.ts +16 -2
  149. package/getOnlineArchives.js +5 -0
  150. package/getOnlineArchives.js.map +1 -1
  151. package/getPrivateLinkEndpoint.d.ts +21 -3
  152. package/getPrivateLinkEndpoint.js +5 -0
  153. package/getPrivateLinkEndpoint.js.map +1 -1
  154. package/getPrivateLinkEndpointService.d.ts +26 -4
  155. package/getPrivateLinkEndpointService.js +5 -0
  156. package/getPrivateLinkEndpointService.js.map +1 -1
  157. package/getProject.d.ts +17 -3
  158. package/getProject.js +6 -1
  159. package/getProject.js.map +1 -1
  160. package/getProjectIpAccessList.d.ts +26 -4
  161. package/getProjectIpAccessList.js +5 -0
  162. package/getProjectIpAccessList.js.map +1 -1
  163. package/getProjects.d.ts +17 -3
  164. package/getProjects.js +6 -1
  165. package/getProjects.js.map +1 -1
  166. package/getSearchIndex.d.ts +64 -13
  167. package/getSearchIndex.js +6 -1
  168. package/getSearchIndex.js.map +1 -1
  169. package/getSearchIndexes.d.ts +37 -7
  170. package/getSearchIndexes.js +6 -1
  171. package/getSearchIndexes.js.map +1 -1
  172. package/getTeam.d.ts +21 -3
  173. package/getTeam.js +5 -0
  174. package/getTeam.js.map +1 -1
  175. package/getTeams.d.ts +12 -3
  176. package/getTeams.js +5 -0
  177. package/getTeams.js.map +1 -1
  178. package/getThirdPartyIntegration.d.ts +41 -2
  179. package/getThirdPartyIntegration.js +23 -0
  180. package/getThirdPartyIntegration.js.map +1 -1
  181. package/getThirdPartyIntegrations.d.ts +11 -1
  182. package/getThirdPartyIntegrations.js +5 -0
  183. package/getThirdPartyIntegrations.js.map +1 -1
  184. package/globalClusterConfig.d.ts +9 -9
  185. package/globalClusterConfig.js +13 -12
  186. package/globalClusterConfig.js.map +1 -1
  187. package/index.js +88 -80
  188. package/index.js.map +1 -1
  189. package/ldapConfiguration.d.ts +20 -20
  190. package/ldapConfiguration.js +23 -22
  191. package/ldapConfiguration.js.map +1 -1
  192. package/ldapVerify.d.ts +18 -18
  193. package/ldapVerify.js +25 -24
  194. package/ldapVerify.js.map +1 -1
  195. package/maintenanceWindow.d.ts +15 -15
  196. package/maintenanceWindow.js +19 -18
  197. package/maintenanceWindow.js.map +1 -1
  198. package/networkContainer.d.ts +19 -19
  199. package/networkContainer.js +29 -28
  200. package/networkContainer.js.map +1 -1
  201. package/networkPeering.d.ts +40 -40
  202. package/networkPeering.js +51 -50
  203. package/networkPeering.js.map +1 -1
  204. package/onlineArchive.d.ts +18 -18
  205. package/onlineArchive.js +23 -22
  206. package/onlineArchive.js.map +1 -1
  207. package/package.json +4 -3
  208. package/package.json.bak +3 -2
  209. package/package.json.dev +4 -3
  210. package/privateIpMode.d.ts +4 -4
  211. package/privateIpMode.js +7 -6
  212. package/privateIpMode.js.map +1 -1
  213. package/privateLinkEndpoint.d.ts +14 -14
  214. package/privateLinkEndpoint.js +25 -24
  215. package/privateLinkEndpoint.js.map +1 -1
  216. package/privateLinkEndpointService.d.ts +49 -17
  217. package/privateLinkEndpointService.js +59 -26
  218. package/privateLinkEndpointService.js.map +1 -1
  219. package/project.d.ts +10 -10
  220. package/project.js +15 -14
  221. package/project.js.map +1 -1
  222. package/projectIpAccessList.d.ts +10 -10
  223. package/projectIpAccessList.js +13 -12
  224. package/projectIpAccessList.js.map +1 -1
  225. package/provider.d.ts +20 -4
  226. package/provider.js +7 -6
  227. package/provider.js.map +1 -1
  228. package/searchIndex.d.ts +23 -23
  229. package/searchIndex.js +27 -26
  230. package/searchIndex.js.map +1 -1
  231. package/team.d.ts +7 -7
  232. package/team.js +11 -10
  233. package/team.js.map +1 -1
  234. package/teams.d.ts +7 -7
  235. package/teams.js +11 -10
  236. package/teams.js.map +1 -1
  237. package/thirdPartyIntegration.d.ts +34 -34
  238. package/thirdPartyIntegration.js +37 -36
  239. package/thirdPartyIntegration.js.map +1 -1
  240. package/types/index.js +1 -0
  241. package/types/index.js.map +1 -1
  242. package/types/input.d.ts +29 -0
  243. package/utilities.js +1 -0
  244. package/utilities.js.map +1 -1
  245. package/x509authenticationDatabaseUser.d.ts +10 -10
  246. package/x509authenticationDatabaseUser.js +15 -14
  247. package/x509authenticationDatabaseUser.js.map +1 -1
@@ -32,7 +32,7 @@ import { output as outputs } from "./types";
32
32
  * username: user.username,
33
33
  * monthsUntilExpiration: 2,
34
34
  * });
35
- * const test509AuthenticationDatabaseUser = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.get509AuthenticationDatabaseUser({
35
+ * const test509AuthenticationDatabaseUser = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.get509AuthenticationDatabaseUserOutput({
36
36
  * projectId: projectId,
37
37
  * username: username,
38
38
  * }));
@@ -62,9 +62,9 @@ import { output as outputs } from "./types";
62
62
  * -----END CERTIFICATE-----"
63
63
  * `,
64
64
  * });
65
- * const test509AuthenticationDatabaseUser = testX509AuthenticationDatabaseUser.projectId.apply(projectId => mongodbatlas.get509AuthenticationDatabaseUser({
66
- * projectId: projectId,
67
- * }));
65
+ * const test509AuthenticationDatabaseUser = mongodbatlas.get509AuthenticationDatabaseUserOutput({
66
+ * projectId: testX509AuthenticationDatabaseUser.projectId,
67
+ * });
68
68
  * ```
69
69
  */
70
70
  export declare function get509AuthenticationDatabaseUser(args: Get509AuthenticationDatabaseUserArgs, opts?: pulumi.InvokeOptions): Promise<Get509AuthenticationDatabaseUserResult>;
@@ -75,11 +75,11 @@ export interface Get509AuthenticationDatabaseUserArgs {
75
75
  /**
76
76
  * Identifier for the Atlas project associated with the X.509 configuration.
77
77
  */
78
- readonly projectId: string;
78
+ projectId: string;
79
79
  /**
80
80
  * Username of the database user to create a certificate for.
81
81
  */
82
- readonly username?: string;
82
+ username?: string;
83
83
  }
84
84
  /**
85
85
  * A collection of values returned by get509AuthenticationDatabaseUser.
@@ -97,3 +97,17 @@ export interface Get509AuthenticationDatabaseUserResult {
97
97
  readonly projectId: string;
98
98
  readonly username?: string;
99
99
  }
100
+ export declare function get509AuthenticationDatabaseUserOutput(args: Get509AuthenticationDatabaseUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<Get509AuthenticationDatabaseUserResult>;
101
+ /**
102
+ * A collection of arguments for invoking get509AuthenticationDatabaseUser.
103
+ */
104
+ export interface Get509AuthenticationDatabaseUserOutputArgs {
105
+ /**
106
+ * Identifier for the Atlas project associated with the X.509 configuration.
107
+ */
108
+ projectId: pulumi.Input<string>;
109
+ /**
110
+ * Username of the database user to create a certificate for.
111
+ */
112
+ username?: pulumi.Input<string>;
113
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.get509AuthenticationDatabaseUserOutput = exports.get509AuthenticationDatabaseUser = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -36,7 +37,7 @@ const utilities = require("./utilities");
36
37
  * username: user.username,
37
38
  * monthsUntilExpiration: 2,
38
39
  * });
39
- * const test509AuthenticationDatabaseUser = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.get509AuthenticationDatabaseUser({
40
+ * const test509AuthenticationDatabaseUser = pulumi.all([testX509AuthenticationDatabaseUser.projectId, testX509AuthenticationDatabaseUser.username]).apply(([projectId, username]) => mongodbatlas.get509AuthenticationDatabaseUserOutput({
40
41
  * projectId: projectId,
41
42
  * username: username,
42
43
  * }));
@@ -66,9 +67,9 @@ const utilities = require("./utilities");
66
67
  * -----END CERTIFICATE-----"
67
68
  * `,
68
69
  * });
69
- * const test509AuthenticationDatabaseUser = testX509AuthenticationDatabaseUser.projectId.apply(projectId => mongodbatlas.get509AuthenticationDatabaseUser({
70
- * projectId: projectId,
71
- * }));
70
+ * const test509AuthenticationDatabaseUser = mongodbatlas.get509AuthenticationDatabaseUserOutput({
71
+ * projectId: testX509AuthenticationDatabaseUser.projectId,
72
+ * });
72
73
  * ```
73
74
  */
74
75
  function get509AuthenticationDatabaseUser(args, opts) {
@@ -84,4 +85,8 @@ function get509AuthenticationDatabaseUser(args, opts) {
84
85
  }, opts);
85
86
  }
86
87
  exports.get509AuthenticationDatabaseUser = get509AuthenticationDatabaseUser;
88
+ function get509AuthenticationDatabaseUserOutput(args, opts) {
89
+ return pulumi.output(args).apply(a => get509AuthenticationDatabaseUser(a, opts));
90
+ }
91
+ exports.get509AuthenticationDatabaseUserOutput = get509AuthenticationDatabaseUserOutput;
87
92
  //# sourceMappingURL=get509AuthenticationDatabaseUser.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get509AuthenticationDatabaseUser.js","sourceRoot":"","sources":["../get509AuthenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4EAYC"}
1
+ {"version":3,"file":"get509AuthenticationDatabaseUser.js","sourceRoot":"","sources":["../get509AuthenticationDatabaseUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4EAYC;AAiCD,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gCAAgC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,wFAEC"}
@@ -13,11 +13,11 @@ export interface GetAlertConfigurationArgs {
13
13
  /**
14
14
  * Unique identifier for the alert configuration.
15
15
  */
16
- readonly alertConfigurationId: string;
16
+ alertConfigurationId: string;
17
17
  /**
18
18
  * The ID of the project where the alert configuration will create.
19
19
  */
20
- readonly projectId: string;
20
+ projectId: string;
21
21
  }
22
22
  /**
23
23
  * A collection of values returned by getAlertConfiguration.
@@ -59,3 +59,17 @@ export interface GetAlertConfigurationResult {
59
59
  */
60
60
  readonly updated: string;
61
61
  }
62
+ export declare function getAlertConfigurationOutput(args: GetAlertConfigurationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAlertConfigurationResult>;
63
+ /**
64
+ * A collection of arguments for invoking getAlertConfiguration.
65
+ */
66
+ export interface GetAlertConfigurationOutputArgs {
67
+ /**
68
+ * Unique identifier for the alert configuration.
69
+ */
70
+ alertConfigurationId: pulumi.Input<string>;
71
+ /**
72
+ * The ID of the project where the alert configuration will create.
73
+ */
74
+ projectId: pulumi.Input<string>;
75
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAlertConfigurationOutput = exports.getAlertConfiguration = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -22,4 +23,8 @@ function getAlertConfiguration(args, opts) {
22
23
  }, opts);
23
24
  }
24
25
  exports.getAlertConfiguration = getAlertConfiguration;
26
+ function getAlertConfigurationOutput(args, opts) {
27
+ return pulumi.output(args).apply(a => getAlertConfiguration(a, opts));
28
+ }
29
+ exports.getAlertConfigurationOutput = getAlertConfigurationOutput;
25
30
  //# sourceMappingURL=getAlertConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getAlertConfiguration.js","sourceRoot":"","sources":["../getAlertConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sDAYC"}
1
+ {"version":3,"file":"getAlertConfiguration.js","sourceRoot":"","sources":["../getAlertConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sDAYC;AAqDD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,kEAEC"}
package/getAuditing.d.ts CHANGED
@@ -12,7 +12,7 @@ export interface GetAuditingArgs {
12
12
  /**
13
13
  * The unique ID for the project to create the database user.
14
14
  */
15
- readonly projectId: string;
15
+ projectId: string;
16
16
  }
17
17
  /**
18
18
  * A collection of values returned by getAuditing.
@@ -40,3 +40,13 @@ export interface GetAuditingResult {
40
40
  readonly id: string;
41
41
  readonly projectId: string;
42
42
  }
43
+ export declare function getAuditingOutput(args: GetAuditingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAuditingResult>;
44
+ /**
45
+ * A collection of arguments for invoking getAuditing.
46
+ */
47
+ export interface GetAuditingOutputArgs {
48
+ /**
49
+ * The unique ID for the project to create the database user.
50
+ */
51
+ projectId: pulumi.Input<string>;
52
+ }
package/getAuditing.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAuditingOutput = exports.getAuditing = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -21,4 +22,8 @@ function getAuditing(args, opts) {
21
22
  }, opts);
22
23
  }
23
24
  exports.getAuditing = getAuditing;
25
+ function getAuditingOutput(args, opts) {
26
+ return pulumi.output(args).apply(a => getAuditing(a, opts));
27
+ }
28
+ exports.getAuditingOutput = getAuditingOutput;
24
29
  //# sourceMappingURL=getAuditing.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getAuditing.js","sourceRoot":"","sources":["../getAuditing.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kCAWC"}
1
+ {"version":3,"file":"getAuditing.js","sourceRoot":"","sources":["../getAuditing.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kCAWC;AAuCD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
@@ -13,11 +13,11 @@ export interface GetCloudBackupScheduleArgs {
13
13
  /**
14
14
  * The name of the Atlas cluster that contains the snapshots backup policy you want to retrieve.
15
15
  */
16
- readonly clusterName: string;
16
+ clusterName: string;
17
17
  /**
18
18
  * The unique identifier of the project for the Atlas cluster.
19
19
  */
20
- readonly projectId: string;
20
+ projectId: string;
21
21
  }
22
22
  /**
23
23
  * A collection of values returned by getCloudBackupSchedule.
@@ -70,3 +70,17 @@ export interface GetCloudBackupScheduleResult {
70
70
  */
71
71
  readonly restoreWindowDays: number;
72
72
  }
73
+ export declare function getCloudBackupScheduleOutput(args: GetCloudBackupScheduleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCloudBackupScheduleResult>;
74
+ /**
75
+ * A collection of arguments for invoking getCloudBackupSchedule.
76
+ */
77
+ export interface GetCloudBackupScheduleOutputArgs {
78
+ /**
79
+ * The name of the Atlas cluster that contains the snapshots backup policy you want to retrieve.
80
+ */
81
+ clusterName: pulumi.Input<string>;
82
+ /**
83
+ * The unique identifier of the project for the Atlas cluster.
84
+ */
85
+ projectId: pulumi.Input<string>;
86
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudBackupScheduleOutput = exports.getCloudBackupSchedule = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -22,4 +23,8 @@ function getCloudBackupSchedule(args, opts) {
22
23
  }, opts);
23
24
  }
24
25
  exports.getCloudBackupSchedule = getCloudBackupSchedule;
26
+ function getCloudBackupScheduleOutput(args, opts) {
27
+ return pulumi.output(args).apply(a => getCloudBackupSchedule(a, opts));
28
+ }
29
+ exports.getCloudBackupScheduleOutput = getCloudBackupScheduleOutput;
25
30
  //# sourceMappingURL=getCloudBackupSchedule.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCloudBackupSchedule.js","sourceRoot":"","sources":["../getCloudBackupSchedule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wDAYC"}
1
+ {"version":3,"file":"getCloudBackupSchedule.js","sourceRoot":"","sources":["../getCloudBackupSchedule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wDAYC;AAoED,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,oEAEC"}
@@ -15,9 +15,9 @@ import { output as outputs } from "./types";
15
15
  * projectId: "<PROJECT-ID>",
16
16
  * providerName: "AWS",
17
17
  * });
18
- * const all = testRole.projectId.apply(projectId => mongodbatlas.getCloudProviderAccess({
19
- * projectId: projectId,
20
- * }));
18
+ * const all = mongodbatlas.getCloudProviderAccessOutput({
19
+ * projectId: testRole.projectId,
20
+ * });
21
21
  * ```
22
22
  */
23
23
  export declare function getCloudProviderAccess(args: GetCloudProviderAccessArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudProviderAccessResult>;
@@ -28,7 +28,7 @@ export interface GetCloudProviderAccessArgs {
28
28
  /**
29
29
  * The unique ID for the project to get all Cloud Provider Access
30
30
  */
31
- readonly projectId: string;
31
+ projectId: string;
32
32
  }
33
33
  /**
34
34
  * A collection of values returned by getCloudProviderAccess.
@@ -44,3 +44,13 @@ export interface GetCloudProviderAccessResult {
44
44
  readonly id: string;
45
45
  readonly projectId: string;
46
46
  }
47
+ export declare function getCloudProviderAccessOutput(args: GetCloudProviderAccessOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCloudProviderAccessResult>;
48
+ /**
49
+ * A collection of arguments for invoking getCloudProviderAccess.
50
+ */
51
+ export interface GetCloudProviderAccessOutputArgs {
52
+ /**
53
+ * The unique ID for the project to get all Cloud Provider Access
54
+ */
55
+ projectId: pulumi.Input<string>;
56
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudProviderAccessOutput = exports.getCloudProviderAccess = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -19,9 +20,9 @@ const utilities = require("./utilities");
19
20
  * projectId: "<PROJECT-ID>",
20
21
  * providerName: "AWS",
21
22
  * });
22
- * const all = testRole.projectId.apply(projectId => mongodbatlas.getCloudProviderAccess({
23
- * projectId: projectId,
24
- * }));
23
+ * const all = mongodbatlas.getCloudProviderAccessOutput({
24
+ * projectId: testRole.projectId,
25
+ * });
25
26
  * ```
26
27
  */
27
28
  function getCloudProviderAccess(args, opts) {
@@ -36,4 +37,8 @@ function getCloudProviderAccess(args, opts) {
36
37
  }, opts);
37
38
  }
38
39
  exports.getCloudProviderAccess = getCloudProviderAccess;
40
+ function getCloudProviderAccessOutput(args, opts) {
41
+ return pulumi.output(args).apply(a => getCloudProviderAccess(a, opts));
42
+ }
43
+ exports.getCloudProviderAccessOutput = getCloudProviderAccessOutput;
39
44
  //# sourceMappingURL=getCloudProviderAccess.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCloudProviderAccess.js","sourceRoot":"","sources":["../getCloudProviderAccess.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wDAWC"}
1
+ {"version":3,"file":"getCloudProviderAccess.js","sourceRoot":"","sources":["../getCloudProviderAccess.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wDAWC;AA2BD,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,oEAEC"}
@@ -15,11 +15,11 @@ import { output as outputs } from "./types";
15
15
  * projectId: "<PROJECT-ID>",
16
16
  * providerName: "AWS",
17
17
  * });
18
- * const singleSetup = pulumi.all([testRole.projectId, testRole.providerName, testRole.roleId]).apply(([projectId, providerName, roleId]) => mongodbatlas.getCloudProviderAccessSetup({
19
- * projectId: projectId,
20
- * providerName: providerName,
21
- * roleId: roleId,
22
- * }));
18
+ * const singleSetup = mongodbatlas.getCloudProviderAccessSetupOutput({
19
+ * projectId: testRole.projectId,
20
+ * providerName: testRole.providerName,
21
+ * roleId: testRole.roleId,
22
+ * });
23
23
  * ```
24
24
  */
25
25
  export declare function getCloudProviderAccessSetup(args: GetCloudProviderAccessSetupArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudProviderAccessSetupResult>;
@@ -30,15 +30,15 @@ export interface GetCloudProviderAccessSetupArgs {
30
30
  /**
31
31
  * The unique ID for the project to get all Cloud Provider Access
32
32
  */
33
- readonly projectId: string;
33
+ projectId: string;
34
34
  /**
35
35
  * cloud provider name, currently only AWS is supported
36
36
  */
37
- readonly providerName: string;
37
+ providerName: string;
38
38
  /**
39
39
  * unique role id among all the aws roles provided by mongodb atlas
40
40
  */
41
- readonly roleId: string;
41
+ roleId: string;
42
42
  }
43
43
  /**
44
44
  * A collection of values returned by getCloudProviderAccessSetup.
@@ -63,3 +63,21 @@ export interface GetCloudProviderAccessSetupResult {
63
63
  readonly providerName: string;
64
64
  readonly roleId: string;
65
65
  }
66
+ export declare function getCloudProviderAccessSetupOutput(args: GetCloudProviderAccessSetupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCloudProviderAccessSetupResult>;
67
+ /**
68
+ * A collection of arguments for invoking getCloudProviderAccessSetup.
69
+ */
70
+ export interface GetCloudProviderAccessSetupOutputArgs {
71
+ /**
72
+ * The unique ID for the project to get all Cloud Provider Access
73
+ */
74
+ projectId: pulumi.Input<string>;
75
+ /**
76
+ * cloud provider name, currently only AWS is supported
77
+ */
78
+ providerName: pulumi.Input<string>;
79
+ /**
80
+ * unique role id among all the aws roles provided by mongodb atlas
81
+ */
82
+ roleId: pulumi.Input<string>;
83
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudProviderAccessSetupOutput = exports.getCloudProviderAccessSetup = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -19,11 +20,11 @@ const utilities = require("./utilities");
19
20
  * projectId: "<PROJECT-ID>",
20
21
  * providerName: "AWS",
21
22
  * });
22
- * const singleSetup = pulumi.all([testRole.projectId, testRole.providerName, testRole.roleId]).apply(([projectId, providerName, roleId]) => mongodbatlas.getCloudProviderAccessSetup({
23
- * projectId: projectId,
24
- * providerName: providerName,
25
- * roleId: roleId,
26
- * }));
23
+ * const singleSetup = mongodbatlas.getCloudProviderAccessSetupOutput({
24
+ * projectId: testRole.projectId,
25
+ * providerName: testRole.providerName,
26
+ * roleId: testRole.roleId,
27
+ * });
27
28
  * ```
28
29
  */
29
30
  function getCloudProviderAccessSetup(args, opts) {
@@ -40,4 +41,8 @@ function getCloudProviderAccessSetup(args, opts) {
40
41
  }, opts);
41
42
  }
42
43
  exports.getCloudProviderAccessSetup = getCloudProviderAccessSetup;
44
+ function getCloudProviderAccessSetupOutput(args, opts) {
45
+ return pulumi.output(args).apply(a => getCloudProviderAccessSetup(a, opts));
46
+ }
47
+ exports.getCloudProviderAccessSetupOutput = getCloudProviderAccessSetupOutput;
43
48
  //# sourceMappingURL=getCloudProviderAccessSetup.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCloudProviderAccessSetup.js","sourceRoot":"","sources":["../getCloudProviderAccessSetup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kEAaC"}
1
+ {"version":3,"file":"getCloudProviderAccessSetup.js","sourceRoot":"","sources":["../getCloudProviderAccessSetup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kEAaC;AA0CD,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,8EAEC"}
@@ -12,12 +12,12 @@ export interface GetCloudProviderSnapshotArgs {
12
12
  /**
13
13
  * The name of the Atlas cluster that contains the snapshot you want to retrieve.
14
14
  */
15
- readonly clusterName: string;
16
- readonly projectId: string;
15
+ clusterName: string;
16
+ projectId: string;
17
17
  /**
18
18
  * The unique identifier of the snapshot you want to retrieve.
19
19
  */
20
- readonly snapshotId: string;
20
+ snapshotId: string;
21
21
  }
22
22
  /**
23
23
  * A collection of values returned by getCloudProviderSnapshot.
@@ -67,3 +67,18 @@ export interface GetCloudProviderSnapshotResult {
67
67
  */
68
68
  readonly type: string;
69
69
  }
70
+ export declare function getCloudProviderSnapshotOutput(args: GetCloudProviderSnapshotOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCloudProviderSnapshotResult>;
71
+ /**
72
+ * A collection of arguments for invoking getCloudProviderSnapshot.
73
+ */
74
+ export interface GetCloudProviderSnapshotOutputArgs {
75
+ /**
76
+ * The name of the Atlas cluster that contains the snapshot you want to retrieve.
77
+ */
78
+ clusterName: pulumi.Input<string>;
79
+ projectId: pulumi.Input<string>;
80
+ /**
81
+ * The unique identifier of the snapshot you want to retrieve.
82
+ */
83
+ snapshotId: pulumi.Input<string>;
84
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudProviderSnapshotOutput = exports.getCloudProviderSnapshot = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -23,4 +24,8 @@ function getCloudProviderSnapshot(args, opts) {
23
24
  }, opts);
24
25
  }
25
26
  exports.getCloudProviderSnapshot = getCloudProviderSnapshot;
27
+ function getCloudProviderSnapshotOutput(args, opts) {
28
+ return pulumi.output(args).apply(a => getCloudProviderSnapshot(a, opts));
29
+ }
30
+ exports.getCloudProviderSnapshotOutput = getCloudProviderSnapshotOutput;
26
31
  //# sourceMappingURL=getCloudProviderSnapshot.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCloudProviderSnapshot.js","sourceRoot":"","sources":["../getCloudProviderSnapshot.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4DAaC"}
1
+ {"version":3,"file":"getCloudProviderSnapshot.js","sourceRoot":"","sources":["../getCloudProviderSnapshot.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4DAaC;AAkED,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,wEAEC"}
@@ -15,11 +15,11 @@ export interface GetCloudProviderSnapshotBackupPolicyArgs {
15
15
  /**
16
16
  * The name of the Atlas cluster that contains the snapshots backup policy you want to retrieve.
17
17
  */
18
- readonly clusterName: string;
18
+ clusterName: string;
19
19
  /**
20
20
  * The unique identifier of the project for the Atlas cluster.
21
21
  */
22
- readonly projectId: string;
22
+ projectId: string;
23
23
  }
24
24
  /**
25
25
  * A collection of values returned by getCloudProviderSnapshotBackupPolicy.
@@ -58,3 +58,17 @@ export interface GetCloudProviderSnapshotBackupPolicyResult {
58
58
  readonly restoreWindowDays: number;
59
59
  readonly updateSnapshots: boolean;
60
60
  }
61
+ export declare function getCloudProviderSnapshotBackupPolicyOutput(args: GetCloudProviderSnapshotBackupPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCloudProviderSnapshotBackupPolicyResult>;
62
+ /**
63
+ * A collection of arguments for invoking getCloudProviderSnapshotBackupPolicy.
64
+ */
65
+ export interface GetCloudProviderSnapshotBackupPolicyOutputArgs {
66
+ /**
67
+ * The name of the Atlas cluster that contains the snapshots backup policy you want to retrieve.
68
+ */
69
+ clusterName: pulumi.Input<string>;
70
+ /**
71
+ * The unique identifier of the project for the Atlas cluster.
72
+ */
73
+ projectId: pulumi.Input<string>;
74
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudProviderSnapshotBackupPolicyOutput = exports.getCloudProviderSnapshotBackupPolicy = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -24,4 +25,8 @@ function getCloudProviderSnapshotBackupPolicy(args, opts) {
24
25
  }, opts);
25
26
  }
26
27
  exports.getCloudProviderSnapshotBackupPolicy = getCloudProviderSnapshotBackupPolicy;
28
+ function getCloudProviderSnapshotBackupPolicyOutput(args, opts) {
29
+ return pulumi.output(args).apply(a => getCloudProviderSnapshotBackupPolicy(a, opts));
30
+ }
31
+ exports.getCloudProviderSnapshotBackupPolicyOutput = getCloudProviderSnapshotBackupPolicyOutput;
27
32
  //# sourceMappingURL=getCloudProviderSnapshotBackupPolicy.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCloudProviderSnapshotBackupPolicy.js","sourceRoot":"","sources":["../getCloudProviderSnapshotBackupPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8FAA8F,EAAE;QACzH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oFAYC"}
1
+ {"version":3,"file":"getCloudProviderSnapshotBackupPolicy.js","sourceRoot":"","sources":["../getCloudProviderSnapshotBackupPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8FAA8F,EAAE;QACzH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oFAYC;AAsDD,SAAgB,0CAA0C,CAAC,IAAoD,EAAE,IAA2B;IACxI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oCAAoC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxF,CAAC;AAFD,gGAEC"}
@@ -12,15 +12,15 @@ export interface GetCloudProviderSnapshotRestoreJobArgs {
12
12
  /**
13
13
  * The name of the Atlas cluster for which you want to retrieve the restore job.
14
14
  */
15
- readonly clusterName: string;
15
+ clusterName: string;
16
16
  /**
17
17
  * The unique identifier of the restore job to retrieve.
18
18
  */
19
- readonly jobId: string;
19
+ jobId: string;
20
20
  /**
21
21
  * The unique identifier of the project for the Atlas cluster.
22
22
  */
23
- readonly projectId: string;
23
+ projectId: string;
24
24
  }
25
25
  /**
26
26
  * A collection of values returned by getCloudProviderSnapshotRestoreJob.
@@ -78,3 +78,21 @@ export interface GetCloudProviderSnapshotRestoreJobResult {
78
78
  */
79
79
  readonly timestamp: string;
80
80
  }
81
+ export declare function getCloudProviderSnapshotRestoreJobOutput(args: GetCloudProviderSnapshotRestoreJobOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCloudProviderSnapshotRestoreJobResult>;
82
+ /**
83
+ * A collection of arguments for invoking getCloudProviderSnapshotRestoreJob.
84
+ */
85
+ export interface GetCloudProviderSnapshotRestoreJobOutputArgs {
86
+ /**
87
+ * The name of the Atlas cluster for which you want to retrieve the restore job.
88
+ */
89
+ clusterName: pulumi.Input<string>;
90
+ /**
91
+ * The unique identifier of the restore job to retrieve.
92
+ */
93
+ jobId: pulumi.Input<string>;
94
+ /**
95
+ * The unique identifier of the project for the Atlas cluster.
96
+ */
97
+ projectId: pulumi.Input<string>;
98
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCloudProviderSnapshotRestoreJobOutput = exports.getCloudProviderSnapshotRestoreJob = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -23,4 +24,8 @@ function getCloudProviderSnapshotRestoreJob(args, opts) {
23
24
  }, opts);
24
25
  }
25
26
  exports.getCloudProviderSnapshotRestoreJob = getCloudProviderSnapshotRestoreJob;
27
+ function getCloudProviderSnapshotRestoreJobOutput(args, opts) {
28
+ return pulumi.output(args).apply(a => getCloudProviderSnapshotRestoreJob(a, opts));
29
+ }
30
+ exports.getCloudProviderSnapshotRestoreJobOutput = getCloudProviderSnapshotRestoreJobOutput;
26
31
  //# sourceMappingURL=getCloudProviderSnapshotRestoreJob.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCloudProviderSnapshotRestoreJob.js","sourceRoot":"","sources":["../getCloudProviderSnapshotRestoreJob.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0FAA0F,EAAE;QACrH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gFAaC"}
1
+ {"version":3,"file":"getCloudProviderSnapshotRestoreJob.js","sourceRoot":"","sources":["../getCloudProviderSnapshotRestoreJob.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0FAA0F,EAAE;QACrH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gFAaC;AA6ED,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kCAAkC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtF,CAAC;AAFD,4FAEC"}