@pulumi/mongodbatlas 3.1.0-alpha.1637768803 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) 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 +32 -17
  21. package/cloudProviderSnapshot.js +34 -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 +20 -18
  27. package/cloudProviderSnapshotRestoreJob.js +31 -28
  28. package/cloudProviderSnapshotRestoreJob.js.map +1 -1
  29. package/cluster.d.ts +75 -75
  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 +9 -9
  38. package/customDbRole.js +12 -11
  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 +20 -3
  74. package/getCloudProviderSnapshot.js +7 -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 +23 -3
  80. package/getCloudProviderSnapshotRestoreJob.js +7 -0
  81. package/getCloudProviderSnapshotRestoreJob.js.map +1 -1
  82. package/getCloudProviderSnapshotRestoreJobs.d.ts +29 -5
  83. package/getCloudProviderSnapshotRestoreJobs.js +8 -1
  84. package/getCloudProviderSnapshotRestoreJobs.js.map +1 -1
  85. package/getCloudProviderSnapshots.d.ts +45 -4
  86. package/getCloudProviderSnapshots.js +27 -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 +35 -5
  152. package/getPrivateLinkEndpoint.js +5 -0
  153. package/getPrivateLinkEndpoint.js.map +1 -1
  154. package/getPrivateLinkEndpointService.d.ts +36 -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 +76 -17
  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 +34 -1
  182. package/getThirdPartyIntegrations.js +28 -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 +50 -26
  214. package/privateLinkEndpoint.js +31 -24
  215. package/privateLinkEndpoint.js.map +1 -1
  216. package/privateLinkEndpointService.d.ts +162 -23
  217. package/privateLinkEndpointService.js +131 -26
  218. package/privateLinkEndpointService.js.map +1 -1
  219. package/project.d.ts +22 -10
  220. package/project.js +17 -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 +129 -38
  229. package/searchIndex.js +98 -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 +67 -0
  243. package/types/output.d.ts +85 -0
  244. package/utilities.js +1 -0
  245. package/utilities.js.map +1 -1
  246. package/x509authenticationDatabaseUser.d.ts +10 -10
  247. package/x509authenticationDatabaseUser.js +15 -14
  248. package/x509authenticationDatabaseUser.js.map +1 -1
@@ -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.getCustomDbRolesOutput = exports.getCustomDbRoles = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -48,4 +49,8 @@ function getCustomDbRoles(args, opts) {
48
49
  }, opts);
49
50
  }
50
51
  exports.getCustomDbRoles = getCustomDbRoles;
52
+ function getCustomDbRolesOutput(args, opts) {
53
+ return pulumi.output(args).apply(a => getCustomDbRoles(a, opts));
54
+ }
55
+ exports.getCustomDbRolesOutput = getCustomDbRolesOutput;
51
56
  //# sourceMappingURL=getCustomDbRoles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCustomDbRoles.js","sourceRoot":"","sources":["../getCustomDbRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC"}
1
+ {"version":3,"file":"getCustomDbRoles.js","sourceRoot":"","sources":["../getCustomDbRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AA2BD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
@@ -12,7 +12,7 @@ export interface GetCustomDnsConfigurationClusterAwsArgs {
12
12
  /**
13
13
  * Unique identifier for the project.
14
14
  */
15
- readonly projectId: string;
15
+ projectId: string;
16
16
  }
17
17
  /**
18
18
  * A collection of values returned by getCustomDnsConfigurationClusterAws.
@@ -28,3 +28,13 @@ export interface GetCustomDnsConfigurationClusterAwsResult {
28
28
  readonly id: string;
29
29
  readonly projectId: string;
30
30
  }
31
+ export declare function getCustomDnsConfigurationClusterAwsOutput(args: GetCustomDnsConfigurationClusterAwsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomDnsConfigurationClusterAwsResult>;
32
+ /**
33
+ * A collection of arguments for invoking getCustomDnsConfigurationClusterAws.
34
+ */
35
+ export interface GetCustomDnsConfigurationClusterAwsOutputArgs {
36
+ /**
37
+ * Unique identifier for the project.
38
+ */
39
+ projectId: pulumi.Input<string>;
40
+ }
@@ -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.getCustomDnsConfigurationClusterAwsOutput = exports.getCustomDnsConfigurationClusterAws = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -21,4 +22,8 @@ function getCustomDnsConfigurationClusterAws(args, opts) {
21
22
  }, opts);
22
23
  }
23
24
  exports.getCustomDnsConfigurationClusterAws = getCustomDnsConfigurationClusterAws;
25
+ function getCustomDnsConfigurationClusterAwsOutput(args, opts) {
26
+ return pulumi.output(args).apply(a => getCustomDnsConfigurationClusterAws(a, opts));
27
+ }
28
+ exports.getCustomDnsConfigurationClusterAwsOutput = getCustomDnsConfigurationClusterAwsOutput;
24
29
  //# sourceMappingURL=getCustomDnsConfigurationClusterAws.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCustomDnsConfigurationClusterAws.js","sourceRoot":"","sources":["../getCustomDnsConfigurationClusterAws.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,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,4FAA4F,EAAE;QACvH,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kFAWC"}
1
+ {"version":3,"file":"getCustomDnsConfigurationClusterAws.js","sourceRoot":"","sources":["../getCustomDnsConfigurationClusterAws.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,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,4FAA4F,EAAE;QACvH,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kFAWC;AA2BD,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAA2B;IACtI,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mCAAmC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvF,CAAC;AAFD,8FAEC"}
package/getDataLake.d.ts CHANGED
@@ -13,11 +13,11 @@ export interface GetDataLakeArgs {
13
13
  /**
14
14
  * Name of the data lake.
15
15
  */
16
- readonly name: string;
16
+ name: string;
17
17
  /**
18
18
  * The unique ID for the project to create a data lake.
19
19
  */
20
- readonly projectId: string;
20
+ projectId: string;
21
21
  }
22
22
  /**
23
23
  * A collection of values returned by getDataLake.
@@ -79,3 +79,17 @@ export interface GetDataLakeResult {
79
79
  */
80
80
  readonly storageStores: outputs.GetDataLakeStorageStore[];
81
81
  }
82
+ export declare function getDataLakeOutput(args: GetDataLakeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDataLakeResult>;
83
+ /**
84
+ * A collection of arguments for invoking getDataLake.
85
+ */
86
+ export interface GetDataLakeOutputArgs {
87
+ /**
88
+ * Name of the data lake.
89
+ */
90
+ name: pulumi.Input<string>;
91
+ /**
92
+ * The unique ID for the project to create a data lake.
93
+ */
94
+ projectId: pulumi.Input<string>;
95
+ }
package/getDataLake.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.getDataLakeOutput = exports.getDataLake = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -22,4 +23,8 @@ function getDataLake(args, opts) {
22
23
  }, opts);
23
24
  }
24
25
  exports.getDataLake = getDataLake;
26
+ function getDataLakeOutput(args, opts) {
27
+ return pulumi.output(args).apply(a => getDataLake(a, opts));
28
+ }
29
+ exports.getDataLakeOutput = getDataLakeOutput;
25
30
  //# sourceMappingURL=getDataLake.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDataLake.js","sourceRoot":"","sources":["../getDataLake.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,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kCAYC"}
1
+ {"version":3,"file":"getDataLake.js","sourceRoot":"","sources":["../getDataLake.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,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kCAYC;AA6ED,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"}
package/getDataLakes.d.ts CHANGED
@@ -13,7 +13,7 @@ import { output as outputs } from "./types";
13
13
  *
14
14
  * const test = pulumi.output(mongodbatlas.getDataLakes({
15
15
  * projectId: "PROJECT ID",
16
- * }, { async: true }));
16
+ * }));
17
17
  * ```
18
18
  */
19
19
  export declare function getDataLakes(args: GetDataLakesArgs, opts?: pulumi.InvokeOptions): Promise<GetDataLakesResult>;
@@ -24,7 +24,7 @@ export interface GetDataLakesArgs {
24
24
  /**
25
25
  * The unique ID for the project to get all data lakes.
26
26
  */
27
- readonly projectId: string;
27
+ projectId: string;
28
28
  }
29
29
  /**
30
30
  * A collection of values returned by getDataLakes.
@@ -40,3 +40,13 @@ export interface GetDataLakesResult {
40
40
  */
41
41
  readonly results: outputs.GetDataLakesResult[];
42
42
  }
43
+ export declare function getDataLakesOutput(args: GetDataLakesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDataLakesResult>;
44
+ /**
45
+ * A collection of arguments for invoking getDataLakes.
46
+ */
47
+ export interface GetDataLakesOutputArgs {
48
+ /**
49
+ * The unique ID for the project to get all data lakes.
50
+ */
51
+ projectId: pulumi.Input<string>;
52
+ }
package/getDataLakes.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.getDataLakesOutput = exports.getDataLakes = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -17,7 +18,7 @@ const utilities = require("./utilities");
17
18
  *
18
19
  * const test = pulumi.output(mongodbatlas.getDataLakes({
19
20
  * projectId: "PROJECT ID",
20
- * }, { async: true }));
21
+ * }));
21
22
  * ```
22
23
  */
23
24
  function getDataLakes(args, opts) {
@@ -32,4 +33,8 @@ function getDataLakes(args, opts) {
32
33
  }, opts);
33
34
  }
34
35
  exports.getDataLakes = getDataLakes;
36
+ function getDataLakesOutput(args, opts) {
37
+ return pulumi.output(args).apply(a => getDataLakes(a, opts));
38
+ }
39
+ exports.getDataLakesOutput = getDataLakesOutput;
35
40
  //# sourceMappingURL=getDataLakes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDataLakes.js","sourceRoot":"","sources":["../getDataLakes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,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,8CAA8C,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oCAWC"}
1
+ {"version":3,"file":"getDataLakes.js","sourceRoot":"","sources":["../getDataLakes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,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,8CAA8C,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oCAWC;AA2BD,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,gDAEC"}
@@ -15,21 +15,21 @@ export interface GetDatabaseUserArgs {
15
15
  /**
16
16
  * The user’s authentication database. A user must provide both a username and authentication database to log into MongoDB. In Atlas deployments of MongoDB, the authentication database is almost always the admin database, for X509 it is $external.
17
17
  */
18
- readonly authDatabaseName?: string;
18
+ authDatabaseName?: string;
19
19
  /**
20
20
  * Database on which the user has the specified role. A role on the `admin` database can include privileges that apply to the other databases.
21
21
  *
22
22
  * @deprecated use auth_database_name instead
23
23
  */
24
- readonly databaseName?: string;
24
+ databaseName?: string;
25
25
  /**
26
26
  * The unique ID for the project to create the database user.
27
27
  */
28
- readonly projectId: string;
28
+ projectId: string;
29
29
  /**
30
30
  * Username for authenticating to MongoDB.
31
31
  */
32
- readonly username: string;
32
+ username: string;
33
33
  }
34
34
  /**
35
35
  * A collection of values returned by getDatabaseUser.
@@ -70,3 +70,27 @@ export interface GetDatabaseUserResult {
70
70
  */
71
71
  readonly x509Type: string;
72
72
  }
73
+ export declare function getDatabaseUserOutput(args: GetDatabaseUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseUserResult>;
74
+ /**
75
+ * A collection of arguments for invoking getDatabaseUser.
76
+ */
77
+ export interface GetDatabaseUserOutputArgs {
78
+ /**
79
+ * The user’s authentication database. A user must provide both a username and authentication database to log into MongoDB. In Atlas deployments of MongoDB, the authentication database is almost always the admin database, for X509 it is $external.
80
+ */
81
+ authDatabaseName?: pulumi.Input<string>;
82
+ /**
83
+ * Database on which the user has the specified role. A role on the `admin` database can include privileges that apply to the other databases.
84
+ *
85
+ * @deprecated use auth_database_name instead
86
+ */
87
+ databaseName?: pulumi.Input<string>;
88
+ /**
89
+ * The unique ID for the project to create the database user.
90
+ */
91
+ projectId: pulumi.Input<string>;
92
+ /**
93
+ * Username for authenticating to MongoDB.
94
+ */
95
+ username: pulumi.Input<string>;
96
+ }
@@ -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.getDatabaseUserOutput = exports.getDatabaseUser = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -26,4 +27,8 @@ function getDatabaseUser(args, opts) {
26
27
  }, opts);
27
28
  }
28
29
  exports.getDatabaseUser = getDatabaseUser;
30
+ function getDatabaseUserOutput(args, opts) {
31
+ return pulumi.output(args).apply(a => getDatabaseUser(a, opts));
32
+ }
33
+ exports.getDatabaseUserOutput = getDatabaseUserOutput;
29
34
  //# sourceMappingURL=getDatabaseUser.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDatabaseUser.js","sourceRoot":"","sources":["../getDatabaseUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC"}
1
+ {"version":3,"file":"getDatabaseUser.js","sourceRoot":"","sources":["../getDatabaseUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AAkED,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
@@ -39,9 +39,9 @@ import { output as outputs } from "./types";
39
39
  * },
40
40
  * ],
41
41
  * });
42
- * const testDatabaseUsers = testDatabaseUser.projectId.apply(projectId => mongodbatlas.getDatabaseUsers({
43
- * projectId: projectId,
44
- * }));
42
+ * const testDatabaseUsers = mongodbatlas.getDatabaseUsersOutput({
43
+ * projectId: testDatabaseUser.projectId,
44
+ * });
45
45
  * ```
46
46
  */
47
47
  export declare function getDatabaseUsers(args: GetDatabaseUsersArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseUsersResult>;
@@ -52,7 +52,7 @@ export interface GetDatabaseUsersArgs {
52
52
  /**
53
53
  * The unique ID for the project to get all database users.
54
54
  */
55
- readonly projectId: string;
55
+ projectId: string;
56
56
  }
57
57
  /**
58
58
  * A collection of values returned by getDatabaseUsers.
@@ -71,3 +71,13 @@ export interface GetDatabaseUsersResult {
71
71
  */
72
72
  readonly results: outputs.GetDatabaseUsersResult[];
73
73
  }
74
+ export declare function getDatabaseUsersOutput(args: GetDatabaseUsersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseUsersResult>;
75
+ /**
76
+ * A collection of arguments for invoking getDatabaseUsers.
77
+ */
78
+ export interface GetDatabaseUsersOutputArgs {
79
+ /**
80
+ * The unique ID for the project to get all database users.
81
+ */
82
+ projectId: 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.getDatabaseUsersOutput = exports.getDatabaseUsers = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -43,9 +44,9 @@ const utilities = require("./utilities");
43
44
  * },
44
45
  * ],
45
46
  * });
46
- * const testDatabaseUsers = testDatabaseUser.projectId.apply(projectId => mongodbatlas.getDatabaseUsers({
47
- * projectId: projectId,
48
- * }));
47
+ * const testDatabaseUsers = mongodbatlas.getDatabaseUsersOutput({
48
+ * projectId: testDatabaseUser.projectId,
49
+ * });
49
50
  * ```
50
51
  */
51
52
  function getDatabaseUsers(args, opts) {
@@ -60,4 +61,8 @@ function getDatabaseUsers(args, opts) {
60
61
  }, opts);
61
62
  }
62
63
  exports.getDatabaseUsers = getDatabaseUsers;
64
+ function getDatabaseUsersOutput(args, opts) {
65
+ return pulumi.output(args).apply(a => getDatabaseUsers(a, opts));
66
+ }
67
+ exports.getDatabaseUsersOutput = getDatabaseUsersOutput;
63
68
  //# sourceMappingURL=getDatabaseUsers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDatabaseUsers.js","sourceRoot":"","sources":["../getDatabaseUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC"}
1
+ {"version":3,"file":"getDatabaseUsers.js","sourceRoot":"","sources":["../getDatabaseUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,sDAAsD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AA8BD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
@@ -11,15 +11,15 @@ export interface GetEventTriggerArgs {
11
11
  /**
12
12
  * The ObjectID of your application.
13
13
  */
14
- readonly appId: string;
14
+ appId: string;
15
15
  /**
16
16
  * The unique ID for the project to create the trigger.
17
17
  */
18
- readonly projectId: string;
18
+ projectId: string;
19
19
  /**
20
20
  * The unique ID of the trigger.
21
21
  */
22
- readonly triggerId: string;
22
+ triggerId: string;
23
23
  }
24
24
  /**
25
25
  * A collection of values returned by getEventTrigger.
@@ -101,3 +101,21 @@ export interface GetEventTriggerResult {
101
101
  */
102
102
  readonly type: string;
103
103
  }
104
+ export declare function getEventTriggerOutput(args: GetEventTriggerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEventTriggerResult>;
105
+ /**
106
+ * A collection of arguments for invoking getEventTrigger.
107
+ */
108
+ export interface GetEventTriggerOutputArgs {
109
+ /**
110
+ * The ObjectID of your application.
111
+ */
112
+ appId: pulumi.Input<string>;
113
+ /**
114
+ * The unique ID for the project to create the trigger.
115
+ */
116
+ projectId: pulumi.Input<string>;
117
+ /**
118
+ * The unique ID of the trigger.
119
+ */
120
+ triggerId: pulumi.Input<string>;
121
+ }
@@ -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.getEventTriggerOutput = exports.getEventTrigger = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -21,4 +22,8 @@ function getEventTrigger(args, opts) {
21
22
  }, opts);
22
23
  }
23
24
  exports.getEventTrigger = getEventTrigger;
25
+ function getEventTriggerOutput(args, opts) {
26
+ return pulumi.output(args).apply(a => getEventTrigger(a, opts));
27
+ }
28
+ exports.getEventTriggerOutput = getEventTriggerOutput;
24
29
  //# sourceMappingURL=getEventTrigger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getEventTrigger.js","sourceRoot":"","sources":["../getEventTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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,oDAAoD,EAAE;QAC/E,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0CAaC"}
1
+ {"version":3,"file":"getEventTrigger.js","sourceRoot":"","sources":["../getEventTrigger.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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,oDAAoD,EAAE;QAC/E,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0CAaC;AAqGD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,sDAEC"}
@@ -11,11 +11,11 @@ export interface GetEventTriggersArgs {
11
11
  /**
12
12
  * The ObjectID of your application.
13
13
  */
14
- readonly appId: string;
14
+ appId: string;
15
15
  /**
16
16
  * The unique ID for the project to get all event triggers.
17
17
  */
18
- readonly projectId: string;
18
+ projectId: string;
19
19
  }
20
20
  /**
21
21
  * A collection of values returned by getEventTriggers.
@@ -32,3 +32,17 @@ export interface GetEventTriggersResult {
32
32
  */
33
33
  readonly results: outputs.GetEventTriggersResult[];
34
34
  }
35
+ export declare function getEventTriggersOutput(args: GetEventTriggersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEventTriggersResult>;
36
+ /**
37
+ * A collection of arguments for invoking getEventTriggers.
38
+ */
39
+ export interface GetEventTriggersOutputArgs {
40
+ /**
41
+ * The ObjectID of your application.
42
+ */
43
+ appId: pulumi.Input<string>;
44
+ /**
45
+ * The unique ID for the project to get all event triggers.
46
+ */
47
+ projectId: pulumi.Input<string>;
48
+ }
@@ -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.getEventTriggersOutput = exports.getEventTriggers = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -20,4 +21,8 @@ function getEventTriggers(args, opts) {
20
21
  }, opts);
21
22
  }
22
23
  exports.getEventTriggers = getEventTriggers;
24
+ function getEventTriggersOutput(args, opts) {
25
+ return pulumi.output(args).apply(a => getEventTriggers(a, opts));
26
+ }
27
+ exports.getEventTriggersOutput = getEventTriggersOutput;
23
28
  //# sourceMappingURL=getEventTriggers.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,sDAAsD,EAAE;QACjF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC"}
1
+ {"version":3,"file":"getEventTriggers.js","sourceRoot":"","sources":["../getEventTriggers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,sDAAsD,EAAE;QACjF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC;AAgCD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
@@ -10,16 +10,16 @@ export declare function getGlobalClusterConfig(args: GetGlobalClusterConfigArgs,
10
10
  * A collection of arguments for invoking getGlobalClusterConfig.
11
11
  */
12
12
  export interface GetGlobalClusterConfigArgs {
13
- readonly clusterName: string;
13
+ clusterName: string;
14
14
  /**
15
15
  * Add a managed namespaces to a Global Cluster. For more information about managed namespaces, see [Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/). See Managed Namespace below for more details.
16
16
  */
17
- readonly managedNamespaces?: inputs.GetGlobalClusterConfigManagedNamespace[];
17
+ managedNamespaces?: inputs.GetGlobalClusterConfigManagedNamespace[];
18
18
  /**
19
19
  * The unique ID for the project to create the database user.
20
20
  * * `clusterName - (Required) The name of the Global Cluster.
21
21
  */
22
- readonly projectId: string;
22
+ projectId: string;
23
23
  }
24
24
  /**
25
25
  * A collection of values returned by getGlobalClusterConfig.
@@ -42,3 +42,19 @@ export interface GetGlobalClusterConfigResult {
42
42
  readonly managedNamespaces: outputs.GetGlobalClusterConfigManagedNamespace[];
43
43
  readonly projectId: string;
44
44
  }
45
+ export declare function getGlobalClusterConfigOutput(args: GetGlobalClusterConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGlobalClusterConfigResult>;
46
+ /**
47
+ * A collection of arguments for invoking getGlobalClusterConfig.
48
+ */
49
+ export interface GetGlobalClusterConfigOutputArgs {
50
+ clusterName: pulumi.Input<string>;
51
+ /**
52
+ * Add a managed namespaces to a Global Cluster. For more information about managed namespaces, see [Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/). See Managed Namespace below for more details.
53
+ */
54
+ managedNamespaces?: pulumi.Input<pulumi.Input<inputs.GetGlobalClusterConfigManagedNamespaceArgs>[]>;
55
+ /**
56
+ * The unique ID for the project to create the database user.
57
+ * * `clusterName - (Required) The name of the Global Cluster.
58
+ */
59
+ projectId: pulumi.Input<string>;
60
+ }
@@ -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.getGlobalClusterConfigOutput = exports.getGlobalClusterConfig = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -23,4 +24,8 @@ function getGlobalClusterConfig(args, opts) {
23
24
  }, opts);
24
25
  }
25
26
  exports.getGlobalClusterConfig = getGlobalClusterConfig;
27
+ function getGlobalClusterConfigOutput(args, opts) {
28
+ return pulumi.output(args).apply(a => getGlobalClusterConfig(a, opts));
29
+ }
30
+ exports.getGlobalClusterConfigOutput = getGlobalClusterConfigOutput;
26
31
  //# sourceMappingURL=getGlobalClusterConfig.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getGlobalClusterConfig.js","sourceRoot":"","sources":["../getGlobalClusterConfig.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,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wDAaC"}
1
+ {"version":3,"file":"getGlobalClusterConfig.js","sourceRoot":"","sources":["../getGlobalClusterConfig.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,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,wDAaC;AAsCD,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"}
@@ -13,7 +13,7 @@ export interface GetLdapConfigurationArgs {
13
13
  /**
14
14
  * Identifier for the Atlas project associated with the LDAP over TLS/SSL configuration.
15
15
  */
16
- readonly projectId: string;
16
+ projectId: string;
17
17
  }
18
18
  /**
19
19
  * A collection of values returned by getLdapConfiguration.
@@ -64,3 +64,13 @@ export interface GetLdapConfigurationResult {
64
64
  */
65
65
  readonly userToDnMappings: outputs.GetLdapConfigurationUserToDnMapping[];
66
66
  }
67
+ export declare function getLdapConfigurationOutput(args: GetLdapConfigurationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLdapConfigurationResult>;
68
+ /**
69
+ * A collection of arguments for invoking getLdapConfiguration.
70
+ */
71
+ export interface GetLdapConfigurationOutputArgs {
72
+ /**
73
+ * Identifier for the Atlas project associated with the LDAP over TLS/SSL configuration.
74
+ */
75
+ projectId: pulumi.Input<string>;
76
+ }
@@ -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.getLdapConfigurationOutput = exports.getLdapConfiguration = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -21,4 +22,8 @@ function getLdapConfiguration(args, opts) {
21
22
  }, opts);
22
23
  }
23
24
  exports.getLdapConfiguration = getLdapConfiguration;
25
+ function getLdapConfigurationOutput(args, opts) {
26
+ return pulumi.output(args).apply(a => getLdapConfiguration(a, opts));
27
+ }
28
+ exports.getLdapConfigurationOutput = getLdapConfigurationOutput;
24
29
  //# sourceMappingURL=getLdapConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getLdapConfiguration.js","sourceRoot":"","sources":["../getLdapConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,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,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC"}
1
+ {"version":3,"file":"getLdapConfiguration.js","sourceRoot":"","sources":["../getLdapConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,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,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AA8DD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
@@ -13,11 +13,11 @@ export interface GetLdapVerifyArgs {
13
13
  /**
14
14
  * Unique identifier for the Atlas project associated with the verification request.
15
15
  */
16
- readonly projectId: string;
16
+ projectId: string;
17
17
  /**
18
18
  * Unique identifier of a request to verify an LDAP configuration.
19
19
  */
20
- readonly requestId: string;
20
+ requestId: string;
21
21
  }
22
22
  /**
23
23
  * A collection of values returned by getLdapVerify.
@@ -57,3 +57,17 @@ export interface GetLdapVerifyResult {
57
57
  */
58
58
  readonly validations: outputs.GetLdapVerifyValidation[];
59
59
  }
60
+ export declare function getLdapVerifyOutput(args: GetLdapVerifyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLdapVerifyResult>;
61
+ /**
62
+ * A collection of arguments for invoking getLdapVerify.
63
+ */
64
+ export interface GetLdapVerifyOutputArgs {
65
+ /**
66
+ * Unique identifier for the Atlas project associated with the verification request.
67
+ */
68
+ projectId: pulumi.Input<string>;
69
+ /**
70
+ * Unique identifier of a request to verify an LDAP configuration.
71
+ */
72
+ requestId: pulumi.Input<string>;
73
+ }
package/getLdapVerify.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.getLdapVerifyOutput = exports.getLdapVerify = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -22,4 +23,8 @@ function getLdapVerify(args, opts) {
22
23
  }, opts);
23
24
  }
24
25
  exports.getLdapVerify = getLdapVerify;
26
+ function getLdapVerifyOutput(args, opts) {
27
+ return pulumi.output(args).apply(a => getLdapVerify(a, opts));
28
+ }
29
+ exports.getLdapVerifyOutput = getLdapVerifyOutput;
25
30
  //# sourceMappingURL=getLdapVerify.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getLdapVerify.js","sourceRoot":"","sources":["../getLdapVerify.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,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,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sCAYC"}
1
+ {"version":3,"file":"getLdapVerify.js","sourceRoot":"","sources":["../getLdapVerify.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,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,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sCAYC;AAuDD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}