@pulumi/databricks 1.74.0-alpha.1754977334 → 1.74.0-alpha.1755193124

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 (231) hide show
  1. package/accountNetworkPolicy.d.ts +12 -0
  2. package/accountNetworkPolicy.js +12 -0
  3. package/accountNetworkPolicy.js.map +1 -1
  4. package/alertV2.d.ts +10 -3
  5. package/alertV2.js +1 -1
  6. package/alertV2.js.map +1 -1
  7. package/cleanRoomAsset.d.ts +282 -0
  8. package/cleanRoomAsset.js +121 -0
  9. package/cleanRoomAsset.js.map +1 -0
  10. package/cleanRoomAutoApprovalRule.d.ts +135 -0
  11. package/cleanRoomAutoApprovalRule.js +82 -0
  12. package/cleanRoomAutoApprovalRule.js.map +1 -0
  13. package/cleanRoomsCleanRoom.d.ts +161 -0
  14. package/cleanRoomsCleanRoom.js +92 -0
  15. package/cleanRoomsCleanRoom.js.map +1 -0
  16. package/connection.d.ts +75 -0
  17. package/connection.js +74 -0
  18. package/connection.js.map +1 -1
  19. package/databaseDatabaseCatalog.d.ts +152 -0
  20. package/databaseDatabaseCatalog.js +132 -0
  21. package/databaseDatabaseCatalog.js.map +1 -0
  22. package/databaseInstance.d.ts +176 -3
  23. package/databaseInstance.js +58 -1
  24. package/databaseInstance.js.map +1 -1
  25. package/databaseSyncedDatabaseTable.d.ts +180 -0
  26. package/databaseSyncedDatabaseTable.js +92 -0
  27. package/databaseSyncedDatabaseTable.js.map +1 -0
  28. package/dbfsFile.d.ts +2 -0
  29. package/dbfsFile.js +2 -0
  30. package/dbfsFile.js.map +1 -1
  31. package/disableLegacyAccessSetting.d.ts +43 -0
  32. package/disableLegacyAccessSetting.js +34 -0
  33. package/disableLegacyAccessSetting.js.map +1 -1
  34. package/disableLegacyDbfsSetting.d.ts +14 -4
  35. package/disableLegacyDbfsSetting.js +14 -4
  36. package/disableLegacyDbfsSetting.js.map +1 -1
  37. package/disableLegacyFeaturesSetting.d.ts +16 -3
  38. package/disableLegacyFeaturesSetting.js +16 -3
  39. package/disableLegacyFeaturesSetting.js.map +1 -1
  40. package/entitlements.d.ts +1 -1
  41. package/entitlements.js +1 -1
  42. package/externalLocation.d.ts +0 -9
  43. package/externalLocation.js.map +1 -1
  44. package/externalMetadata.d.ts +232 -0
  45. package/externalMetadata.js +133 -0
  46. package/externalMetadata.js.map +1 -0
  47. package/getAccountNetworkPolicies.d.ts +32 -0
  48. package/getAccountNetworkPolicies.js +32 -0
  49. package/getAccountNetworkPolicies.js.map +1 -1
  50. package/getAccountNetworkPolicy.d.ts +10 -0
  51. package/getAccountNetworkPolicy.js +10 -0
  52. package/getAccountNetworkPolicy.js.map +1 -1
  53. package/getAlertV2.d.ts +19 -8
  54. package/getAlertV2.js +2 -0
  55. package/getAlertV2.js.map +1 -1
  56. package/getCleanRoomAsset.d.ts +235 -0
  57. package/getCleanRoomAsset.js +70 -0
  58. package/getCleanRoomAsset.js.map +1 -0
  59. package/getCleanRoomAssetRevisionsCleanRoomAsset.d.ts +207 -0
  60. package/getCleanRoomAssetRevisionsCleanRoomAsset.js +42 -0
  61. package/getCleanRoomAssetRevisionsCleanRoomAsset.js.map +1 -0
  62. package/getCleanRoomAssetRevisionsCleanRoomAssets.d.ts +14 -0
  63. package/getCleanRoomAssetRevisionsCleanRoomAssets.js +18 -0
  64. package/getCleanRoomAssetRevisionsCleanRoomAssets.js.map +1 -0
  65. package/getCleanRoomAssets.d.ts +42 -0
  66. package/getCleanRoomAssets.js +46 -0
  67. package/getCleanRoomAssets.js.map +1 -0
  68. package/getCleanRoomAutoApprovalRule.d.ts +88 -0
  69. package/getCleanRoomAutoApprovalRule.js +30 -0
  70. package/getCleanRoomAutoApprovalRule.js.map +1 -0
  71. package/getCleanRoomAutoApprovalRules.d.ts +14 -0
  72. package/getCleanRoomAutoApprovalRules.js +18 -0
  73. package/getCleanRoomAutoApprovalRules.js.map +1 -0
  74. package/getCleanRoomsCleanRoom.d.ts +138 -0
  75. package/getCleanRoomsCleanRoom.js +62 -0
  76. package/getCleanRoomsCleanRoom.js.map +1 -0
  77. package/getCleanRoomsCleanRooms.d.ts +42 -0
  78. package/getCleanRoomsCleanRooms.js +46 -0
  79. package/getCleanRoomsCleanRooms.js.map +1 -0
  80. package/getClusters.d.ts +2 -2
  81. package/getClusters.js +2 -2
  82. package/getDatabaseDatabaseCatalog.d.ts +106 -0
  83. package/getDatabaseDatabaseCatalog.js +60 -0
  84. package/getDatabaseDatabaseCatalog.js.map +1 -0
  85. package/getDatabaseDatabaseCatalogs.d.ts +14 -0
  86. package/getDatabaseDatabaseCatalogs.js +18 -0
  87. package/getDatabaseDatabaseCatalogs.js.map +1 -0
  88. package/getDatabaseInstance.d.ts +98 -2
  89. package/getDatabaseInstance.js +8 -0
  90. package/getDatabaseInstance.js.map +1 -1
  91. package/getDatabaseSyncedDatabaseTable.d.ts +132 -0
  92. package/getDatabaseSyncedDatabaseTable.js +60 -0
  93. package/getDatabaseSyncedDatabaseTable.js.map +1 -0
  94. package/getDatabaseSyncedDatabaseTables.d.ts +14 -0
  95. package/getDatabaseSyncedDatabaseTables.js +18 -0
  96. package/getDatabaseSyncedDatabaseTables.js.map +1 -0
  97. package/getExternalMetadata.d.ts +180 -0
  98. package/getExternalMetadata.js +72 -0
  99. package/getExternalMetadata.js.map +1 -0
  100. package/getExternalMetadatas.d.ts +24 -0
  101. package/getExternalMetadatas.js +28 -0
  102. package/getExternalMetadatas.js.map +1 -0
  103. package/getMaterializedFeaturesFeatureTag.d.ts +40 -0
  104. package/getMaterializedFeaturesFeatureTag.js +24 -0
  105. package/getMaterializedFeaturesFeatureTag.js.map +1 -0
  106. package/getMaterializedFeaturesFeatureTags.d.ts +14 -0
  107. package/getMaterializedFeaturesFeatureTags.js +18 -0
  108. package/getMaterializedFeaturesFeatureTags.js.map +1 -0
  109. package/getOnlineStore.d.ts +15 -3
  110. package/getOnlineStore.js +2 -0
  111. package/getOnlineStore.js.map +1 -1
  112. package/getPipelines.d.ts +15 -15
  113. package/getPipelines.js +10 -10
  114. package/getPolicyInfo.d.ts +223 -0
  115. package/getPolicyInfo.js +44 -0
  116. package/getPolicyInfo.js.map +1 -0
  117. package/getPolicyInfos.d.ts +14 -0
  118. package/getPolicyInfos.js +18 -0
  119. package/getPolicyInfos.js.map +1 -0
  120. package/getQualityMonitorV2.d.ts +1 -1
  121. package/getServicePrincipal.d.ts +22 -7
  122. package/getServicePrincipal.js +4 -2
  123. package/getServicePrincipal.js.map +1 -1
  124. package/getServicePrincipals.d.ts +3 -3
  125. package/getSqlWarehouse.d.ts +5 -5
  126. package/getSqlWarehouse.js +2 -2
  127. package/getSqlWarehouses.d.ts +2 -2
  128. package/getSqlWarehouses.js +2 -2
  129. package/getUser.d.ts +2 -2
  130. package/getUser.js +2 -2
  131. package/getWorkspaceNetworkOption.d.ts +36 -0
  132. package/getWorkspaceNetworkOption.js +36 -0
  133. package/getWorkspaceNetworkOption.js.map +1 -1
  134. package/gitCredential.d.ts +40 -3
  135. package/gitCredential.js +17 -0
  136. package/gitCredential.js.map +1 -1
  137. package/grant.d.ts +3 -1
  138. package/grant.js +3 -1
  139. package/grant.js.map +1 -1
  140. package/grants.d.ts +7 -12
  141. package/grants.js +7 -12
  142. package/grants.js.map +1 -1
  143. package/groupInstanceProfile.d.ts +1 -1
  144. package/groupInstanceProfile.js +1 -1
  145. package/groupMember.d.ts +1 -1
  146. package/groupMember.js +1 -1
  147. package/groupRole.d.ts +1 -1
  148. package/groupRole.js +1 -1
  149. package/index.d.ts +78 -0
  150. package/index.js +101 -6
  151. package/index.js.map +1 -1
  152. package/ipAccessList.d.ts +1 -1
  153. package/ipAccessList.js +1 -1
  154. package/job.d.ts +12 -9
  155. package/job.js +2 -0
  156. package/job.js.map +1 -1
  157. package/lakehouseMonitor.d.ts +2 -2
  158. package/library.d.ts +10 -5
  159. package/library.js +1 -5
  160. package/library.js.map +1 -1
  161. package/materializedFeaturesFeatureTag.d.ts +63 -0
  162. package/materializedFeaturesFeatureTag.js +75 -0
  163. package/materializedFeaturesFeatureTag.js.map +1 -0
  164. package/mlflowExperiment.d.ts +4 -4
  165. package/mlflowExperiment.js +1 -1
  166. package/modelServing.d.ts +32 -0
  167. package/modelServing.js +6 -0
  168. package/modelServing.js.map +1 -1
  169. package/modelServingProvisionedThroughput.d.ts +12 -0
  170. package/modelServingProvisionedThroughput.js +2 -0
  171. package/modelServingProvisionedThroughput.js.map +1 -1
  172. package/mwsNccPrivateEndpointRule.d.ts +26 -14
  173. package/mwsNccPrivateEndpointRule.js +8 -2
  174. package/mwsNccPrivateEndpointRule.js.map +1 -1
  175. package/mwsNetworkConnectivityConfig.d.ts +30 -3
  176. package/mwsNetworkConnectivityConfig.js.map +1 -1
  177. package/mwsPermissionAssignment.d.ts +1 -1
  178. package/mwsPermissionAssignment.js +1 -1
  179. package/mwsWorkspaces.d.ts +3 -3
  180. package/oboToken.d.ts +1 -1
  181. package/oboToken.js +1 -1
  182. package/onlineStore.d.ts +15 -3
  183. package/onlineStore.js +5 -0
  184. package/onlineStore.js.map +1 -1
  185. package/package.json +2 -2
  186. package/permissionAssignment.d.ts +1 -1
  187. package/permissionAssignment.js +1 -1
  188. package/permissions.d.ts +69 -14
  189. package/permissions.js +67 -14
  190. package/permissions.js.map +1 -1
  191. package/pipeline.d.ts +31 -30
  192. package/pipeline.js +9 -8
  193. package/pipeline.js.map +1 -1
  194. package/policyInfo.d.ts +274 -0
  195. package/policyInfo.js +109 -0
  196. package/policyInfo.js.map +1 -0
  197. package/qualityMonitor.d.ts +2 -2
  198. package/qualityMonitorV2.d.ts +2 -2
  199. package/repo.d.ts +1 -1
  200. package/repo.js +1 -1
  201. package/secret.d.ts +1 -1
  202. package/secret.js +1 -1
  203. package/servicePrincipal.d.ts +3 -2
  204. package/servicePrincipal.js +3 -2
  205. package/servicePrincipal.js.map +1 -1
  206. package/servicePrincipalSecret.d.ts +1 -1
  207. package/servicePrincipalSecret.js +1 -1
  208. package/share.d.ts +9 -0
  209. package/share.js.map +1 -1
  210. package/sqlDashboard.d.ts +1 -1
  211. package/sqlDashboard.js +1 -1
  212. package/sqlEndpoint.d.ts +7 -13
  213. package/sqlEndpoint.js +1 -1
  214. package/sqlEndpoint.js.map +1 -1
  215. package/sqlGlobalConfig.d.ts +2 -2
  216. package/sqlGlobalConfig.js +2 -2
  217. package/sqlPermissions.d.ts +1 -1
  218. package/sqlPermissions.js +1 -1
  219. package/sqlQuery.d.ts +1 -1
  220. package/sqlQuery.js +1 -1
  221. package/sqlTable.d.ts +3 -3
  222. package/sqlWidget.d.ts +3 -1
  223. package/sqlWidget.js +3 -1
  224. package/sqlWidget.js.map +1 -1
  225. package/types/input.d.ts +3947 -829
  226. package/types/output.d.ts +5416 -1433
  227. package/user.d.ts +1 -1
  228. package/user.js +1 -1
  229. package/workspaceNetworkOption.d.ts +24 -0
  230. package/workspaceNetworkOption.js +24 -0
  231. package/workspaceNetworkOption.js.map +1 -1
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabaseDatabaseCatalogOutput = exports.getDatabaseDatabaseCatalog = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source can be used to get a single Database Catalog.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * Referring to a Database Catalog by name:
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as databricks from "@pulumi/databricks";
18
+ *
19
+ * const _this = databricks.getDatabaseDatabaseCatalog({
20
+ * name: "my-database-catalog",
21
+ * });
22
+ * ```
23
+ */
24
+ function getDatabaseDatabaseCatalog(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("databricks:index/getDatabaseDatabaseCatalog:getDatabaseDatabaseCatalog", {
27
+ "createDatabaseIfNotExists": args.createDatabaseIfNotExists,
28
+ "databaseInstanceName": args.databaseInstanceName,
29
+ "databaseName": args.databaseName,
30
+ "name": args.name,
31
+ }, opts);
32
+ }
33
+ exports.getDatabaseDatabaseCatalog = getDatabaseDatabaseCatalog;
34
+ /**
35
+ * This data source can be used to get a single Database Catalog.
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * Referring to a Database Catalog by name:
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as databricks from "@pulumi/databricks";
44
+ *
45
+ * const _this = databricks.getDatabaseDatabaseCatalog({
46
+ * name: "my-database-catalog",
47
+ * });
48
+ * ```
49
+ */
50
+ function getDatabaseDatabaseCatalogOutput(args, opts) {
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
+ return pulumi.runtime.invokeOutput("databricks:index/getDatabaseDatabaseCatalog:getDatabaseDatabaseCatalog", {
53
+ "createDatabaseIfNotExists": args.createDatabaseIfNotExists,
54
+ "databaseInstanceName": args.databaseInstanceName,
55
+ "databaseName": args.databaseName,
56
+ "name": args.name,
57
+ }, opts);
58
+ }
59
+ exports.getDatabaseDatabaseCatalogOutput = getDatabaseDatabaseCatalogOutput;
60
+ //# sourceMappingURL=getDatabaseDatabaseCatalog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatabaseDatabaseCatalog.js","sourceRoot":"","sources":["../getDatabaseDatabaseCatalog.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC;AAqDD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4EAQC"}
@@ -0,0 +1,14 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getDatabaseDatabaseCatalogs(opts?: pulumi.InvokeOptions): Promise<GetDatabaseDatabaseCatalogsResult>;
4
+ /**
5
+ * A collection of values returned by getDatabaseDatabaseCatalogs.
6
+ */
7
+ export interface GetDatabaseDatabaseCatalogsResult {
8
+ readonly databaseCatalogs: outputs.GetDatabaseDatabaseCatalogsDatabaseCatalog[];
9
+ /**
10
+ * The provider-assigned unique ID for this managed resource.
11
+ */
12
+ readonly id: string;
13
+ }
14
+ export declare function getDatabaseDatabaseCatalogsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDatabaseDatabaseCatalogsResult>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabaseDatabaseCatalogsOutput = exports.getDatabaseDatabaseCatalogs = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getDatabaseDatabaseCatalogs(opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getDatabaseDatabaseCatalogs:getDatabaseDatabaseCatalogs", {}, opts);
11
+ }
12
+ exports.getDatabaseDatabaseCatalogs = getDatabaseDatabaseCatalogs;
13
+ function getDatabaseDatabaseCatalogsOutput(opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invokeOutput("databricks:index/getDatabaseDatabaseCatalogs:getDatabaseDatabaseCatalogs", {}, opts);
16
+ }
17
+ exports.getDatabaseDatabaseCatalogsOutput = getDatabaseDatabaseCatalogsOutput;
18
+ //# sourceMappingURL=getDatabaseDatabaseCatalogs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatabaseDatabaseCatalogs.js","sourceRoot":"","sources":["../getDatabaseDatabaseCatalogs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,2BAA2B,CAAC,IAA2B;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kEAIC;AAYD,SAAgB,iCAAiC,CAAC,IAAiC;IAC/E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0EAA0E,EAAE,EAC9G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8EAIC"}
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
5
  * This data source can be used to get a single Database Instance.
4
6
  *
@@ -24,10 +26,32 @@ export interface GetDatabaseInstanceArgs {
24
26
  * (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
25
27
  */
26
28
  capacity?: string;
29
+ /**
30
+ * (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
31
+ */
32
+ enableReadableSecondaries?: boolean;
27
33
  /**
28
34
  * The name of the instance. This is the unique identifier for the instance
29
35
  */
30
36
  name: string;
37
+ /**
38
+ * (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
39
+ * 1 primary and 0 secondaries
40
+ */
41
+ nodeCount?: number;
42
+ /**
43
+ * (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is
44
+ * child instance.
45
+ * Input: For specifying the parent instance to create a child instance. Optional.
46
+ * Output: Only populated if provided as input to create a child instance
47
+ */
48
+ parentInstanceRef?: inputs.GetDatabaseInstanceParentInstanceRef;
49
+ /**
50
+ * (integer) - The retention window for the instance. This is the time window in days
51
+ * for which the historical data is retained. The default value is 7 days.
52
+ * Valid values are 2 to 35 days
53
+ */
54
+ retentionWindowInDays?: number;
31
55
  /**
32
56
  * (boolean) - Whether the instance is stopped
33
57
  */
@@ -41,6 +65,11 @@ export interface GetDatabaseInstanceResult {
41
65
  * (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
42
66
  */
43
67
  readonly capacity?: string;
68
+ /**
69
+ * (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is
70
+ * parent instance
71
+ */
72
+ readonly childInstanceRefs: outputs.GetDatabaseInstanceChildInstanceRef[];
44
73
  /**
45
74
  * (string) - The timestamp when the instance was created
46
75
  */
@@ -49,28 +78,73 @@ export interface GetDatabaseInstanceResult {
49
78
  * (string) - The email of the creator of the instance
50
79
  */
51
80
  readonly creator: string;
81
+ /**
82
+ * (boolean) - xref AIP-129. `enableReadableSecondaries` is owned by the client, while `effectiveEnableReadableSecondaries` is owned by the server.
83
+ * `enableReadableSecondaries` will only be set in Create/Update response messages if and only if the user provides the field via the request.
84
+ * `effectiveEnableReadableSecondaries` on the other hand will always bet set in all response messages (Create/Update/Get/List)
85
+ */
86
+ readonly effectiveEnableReadableSecondaries: boolean;
87
+ /**
88
+ * (integer) - xref AIP-129. `nodeCount` is owned by the client, while `effectiveNodeCount` is owned by the server.
89
+ * `nodeCount` will only be set in Create/Update response messages if and only if the user provides the field via the request.
90
+ * `effectiveNodeCount` on the other hand will always bet set in all response messages (Create/Update/Get/List)
91
+ */
92
+ readonly effectiveNodeCount: number;
93
+ /**
94
+ * (integer) - xref AIP-129. `retentionWindowInDays` is owned by the client, while `effectiveRetentionWindowInDays` is owned by the server.
95
+ * `retentionWindowInDays` will only be set in Create/Update response messages if and only if the user provides the field via the request.
96
+ * `effectiveRetentionWindowInDays` on the other hand will always bet set in all response messages (Create/Update/Get/List)
97
+ */
98
+ readonly effectiveRetentionWindowInDays: number;
52
99
  /**
53
100
  * (boolean) - xref AIP-129. `stopped` is owned by the client, while `effectiveStopped` is owned by the server.
54
101
  * `stopped` will only be set in Create/Update response messages if and only if the user provides the field via the request.
55
102
  * `effectiveStopped` on the other hand will always bet set in all response messages (Create/Update/Get/List)
56
103
  */
57
104
  readonly effectiveStopped: boolean;
105
+ /**
106
+ * (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
107
+ */
108
+ readonly enableReadableSecondaries?: boolean;
58
109
  /**
59
110
  * The provider-assigned unique ID for this managed resource.
60
111
  */
61
112
  readonly id: string;
62
113
  /**
63
- * (string) - The name of the instance. This is the unique identifier for the instance
114
+ * (string) - Name of the ref database instance
64
115
  */
65
116
  readonly name: string;
117
+ /**
118
+ * (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
119
+ * 1 primary and 0 secondaries
120
+ */
121
+ readonly nodeCount?: number;
122
+ /**
123
+ * (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is
124
+ * child instance.
125
+ * Input: For specifying the parent instance to create a child instance. Optional.
126
+ * Output: Only populated if provided as input to create a child instance
127
+ */
128
+ readonly parentInstanceRef?: outputs.GetDatabaseInstanceParentInstanceRef;
66
129
  /**
67
130
  * (string) - The version of Postgres running on the instance
68
131
  */
69
132
  readonly pgVersion: string;
133
+ /**
134
+ * (string) - The DNS endpoint to connect to the instance for read only access. This is only available if
135
+ * enableReadableSecondaries is true
136
+ */
137
+ readonly readOnlyDns: string;
70
138
  /**
71
139
  * (string) - The DNS endpoint to connect to the instance for read+write access
72
140
  */
73
141
  readonly readWriteDns: string;
142
+ /**
143
+ * (integer) - The retention window for the instance. This is the time window in days
144
+ * for which the historical data is retained. The default value is 7 days.
145
+ * Valid values are 2 to 35 days
146
+ */
147
+ readonly retentionWindowInDays?: number;
74
148
  /**
75
149
  * (string) - The current state of the instance. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
76
150
  */
@@ -80,7 +154,7 @@ export interface GetDatabaseInstanceResult {
80
154
  */
81
155
  readonly stopped?: boolean;
82
156
  /**
83
- * (string) - An immutable UUID identifier for the instance
157
+ * (string) - Id of the ref database instance
84
158
  */
85
159
  readonly uid: string;
86
160
  }
@@ -109,10 +183,32 @@ export interface GetDatabaseInstanceOutputArgs {
109
183
  * (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
110
184
  */
111
185
  capacity?: pulumi.Input<string>;
186
+ /**
187
+ * (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
188
+ */
189
+ enableReadableSecondaries?: pulumi.Input<boolean>;
112
190
  /**
113
191
  * The name of the instance. This is the unique identifier for the instance
114
192
  */
115
193
  name: pulumi.Input<string>;
194
+ /**
195
+ * (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
196
+ * 1 primary and 0 secondaries
197
+ */
198
+ nodeCount?: pulumi.Input<number>;
199
+ /**
200
+ * (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is
201
+ * child instance.
202
+ * Input: For specifying the parent instance to create a child instance. Optional.
203
+ * Output: Only populated if provided as input to create a child instance
204
+ */
205
+ parentInstanceRef?: pulumi.Input<inputs.GetDatabaseInstanceParentInstanceRefArgs>;
206
+ /**
207
+ * (integer) - The retention window for the instance. This is the time window in days
208
+ * for which the historical data is retained. The default value is 7 days.
209
+ * Valid values are 2 to 35 days
210
+ */
211
+ retentionWindowInDays?: pulumi.Input<number>;
116
212
  /**
117
213
  * (boolean) - Whether the instance is stopped
118
214
  */
@@ -25,7 +25,11 @@ function getDatabaseInstance(args, opts) {
25
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
26
  return pulumi.runtime.invoke("databricks:index/getDatabaseInstance:getDatabaseInstance", {
27
27
  "capacity": args.capacity,
28
+ "enableReadableSecondaries": args.enableReadableSecondaries,
28
29
  "name": args.name,
30
+ "nodeCount": args.nodeCount,
31
+ "parentInstanceRef": args.parentInstanceRef,
32
+ "retentionWindowInDays": args.retentionWindowInDays,
29
33
  "stopped": args.stopped,
30
34
  }, opts);
31
35
  }
@@ -50,7 +54,11 @@ function getDatabaseInstanceOutput(args, opts) {
50
54
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
51
55
  return pulumi.runtime.invokeOutput("databricks:index/getDatabaseInstance:getDatabaseInstance", {
52
56
  "capacity": args.capacity,
57
+ "enableReadableSecondaries": args.enableReadableSecondaries,
53
58
  "name": args.name,
59
+ "nodeCount": args.nodeCount,
60
+ "parentInstanceRef": args.parentInstanceRef,
61
+ "retentionWindowInDays": args.retentionWindowInDays,
54
62
  "stopped": args.stopped,
55
63
  }, opts);
56
64
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getDatabaseInstance.js","sourceRoot":"","sources":["../getDatabaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAuED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
1
+ {"version":3,"file":"getDatabaseInstance.js","sourceRoot":"","sources":["../getDatabaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kDAWC;AA+ID;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8DAWC"}
@@ -0,0 +1,132 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * This data source can be used to get a single Synced Database Table.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * Referring to a Database Instance by name:
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as databricks from "@pulumi/databricks";
14
+ *
15
+ * const _this = databricks.getDatabaseSyncedDatabaseTable({
16
+ * name: "my_database_catalog.public.synced_table",
17
+ * });
18
+ * ```
19
+ */
20
+ export declare function getDatabaseSyncedDatabaseTable(args: GetDatabaseSyncedDatabaseTableArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseSyncedDatabaseTableResult>;
21
+ /**
22
+ * A collection of arguments for invoking getDatabaseSyncedDatabaseTable.
23
+ */
24
+ export interface GetDatabaseSyncedDatabaseTableArgs {
25
+ /**
26
+ * (string) - Name of the target database instance. This is required when creating synced database tables in standard catalogs.
27
+ * This is optional when creating synced database tables in registered catalogs. If this field is specified
28
+ * when creating synced database tables in registered catalogs, the database instance name MUST
29
+ * match that of the registered catalog (or the request will be rejected)
30
+ */
31
+ databaseInstanceName?: string;
32
+ /**
33
+ * (string) - Target Postgres database object (logical database) name for this table.
34
+ */
35
+ logicalDatabaseName?: string;
36
+ /**
37
+ * Full three-part (catalog, schema, table) name of the table
38
+ */
39
+ name: string;
40
+ /**
41
+ * (SyncedTableSpec)
42
+ */
43
+ spec?: inputs.GetDatabaseSyncedDatabaseTableSpec;
44
+ }
45
+ /**
46
+ * A collection of values returned by getDatabaseSyncedDatabaseTable.
47
+ */
48
+ export interface GetDatabaseSyncedDatabaseTableResult {
49
+ /**
50
+ * (SyncedTableStatus) - Synced Table data synchronization status
51
+ */
52
+ readonly dataSynchronizationStatus: outputs.GetDatabaseSyncedDatabaseTableDataSynchronizationStatus;
53
+ /**
54
+ * (string) - Name of the target database instance. This is required when creating synced database tables in standard catalogs.
55
+ * This is optional when creating synced database tables in registered catalogs. If this field is specified
56
+ * when creating synced database tables in registered catalogs, the database instance name MUST
57
+ * match that of the registered catalog (or the request will be rejected)
58
+ */
59
+ readonly databaseInstanceName: string;
60
+ /**
61
+ * (string) - The name of the database instance that this table is registered to. This field is always returned, and for
62
+ * tables inside database catalogs is inferred database instance associated with the catalog
63
+ */
64
+ readonly effectiveDatabaseInstanceName: string;
65
+ /**
66
+ * (string) - The name of the logical database that this table is registered to
67
+ */
68
+ readonly effectiveLogicalDatabaseName: string;
69
+ /**
70
+ * The provider-assigned unique ID for this managed resource.
71
+ */
72
+ readonly id: string;
73
+ /**
74
+ * (string) - Target Postgres database object (logical database) name for this table.
75
+ */
76
+ readonly logicalDatabaseName: string;
77
+ /**
78
+ * (string) - Full three-part (catalog, schema, table) name of the table
79
+ */
80
+ readonly name: string;
81
+ /**
82
+ * (SyncedTableSpec)
83
+ */
84
+ readonly spec?: outputs.GetDatabaseSyncedDatabaseTableSpec;
85
+ /**
86
+ * (string) - The provisioning state of the synced table entity in Unity Catalog. This is distinct from the
87
+ * state of the data synchronization pipeline (i.e. the table may be in "ACTIVE" but the pipeline
88
+ * may be in "PROVISIONING" as it runs asynchronously). Possible values are: `ACTIVE`, `DEGRADED`, `DELETING`, `FAILED`, `PROVISIONING`, `UPDATING`
89
+ */
90
+ readonly unityCatalogProvisioningState: string;
91
+ }
92
+ /**
93
+ * This data source can be used to get a single Synced Database Table.
94
+ *
95
+ * ## Example Usage
96
+ *
97
+ * Referring to a Database Instance by name:
98
+ *
99
+ * ```typescript
100
+ * import * as pulumi from "@pulumi/pulumi";
101
+ * import * as databricks from "@pulumi/databricks";
102
+ *
103
+ * const _this = databricks.getDatabaseSyncedDatabaseTable({
104
+ * name: "my_database_catalog.public.synced_table",
105
+ * });
106
+ * ```
107
+ */
108
+ export declare function getDatabaseSyncedDatabaseTableOutput(args: GetDatabaseSyncedDatabaseTableOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDatabaseSyncedDatabaseTableResult>;
109
+ /**
110
+ * A collection of arguments for invoking getDatabaseSyncedDatabaseTable.
111
+ */
112
+ export interface GetDatabaseSyncedDatabaseTableOutputArgs {
113
+ /**
114
+ * (string) - Name of the target database instance. This is required when creating synced database tables in standard catalogs.
115
+ * This is optional when creating synced database tables in registered catalogs. If this field is specified
116
+ * when creating synced database tables in registered catalogs, the database instance name MUST
117
+ * match that of the registered catalog (or the request will be rejected)
118
+ */
119
+ databaseInstanceName?: pulumi.Input<string>;
120
+ /**
121
+ * (string) - Target Postgres database object (logical database) name for this table.
122
+ */
123
+ logicalDatabaseName?: pulumi.Input<string>;
124
+ /**
125
+ * Full three-part (catalog, schema, table) name of the table
126
+ */
127
+ name: pulumi.Input<string>;
128
+ /**
129
+ * (SyncedTableSpec)
130
+ */
131
+ spec?: pulumi.Input<inputs.GetDatabaseSyncedDatabaseTableSpecArgs>;
132
+ }
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabaseSyncedDatabaseTableOutput = exports.getDatabaseSyncedDatabaseTable = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source can be used to get a single Synced Database Table.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * Referring to a Database Instance by name:
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as databricks from "@pulumi/databricks";
18
+ *
19
+ * const _this = databricks.getDatabaseSyncedDatabaseTable({
20
+ * name: "my_database_catalog.public.synced_table",
21
+ * });
22
+ * ```
23
+ */
24
+ function getDatabaseSyncedDatabaseTable(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("databricks:index/getDatabaseSyncedDatabaseTable:getDatabaseSyncedDatabaseTable", {
27
+ "databaseInstanceName": args.databaseInstanceName,
28
+ "logicalDatabaseName": args.logicalDatabaseName,
29
+ "name": args.name,
30
+ "spec": args.spec,
31
+ }, opts);
32
+ }
33
+ exports.getDatabaseSyncedDatabaseTable = getDatabaseSyncedDatabaseTable;
34
+ /**
35
+ * This data source can be used to get a single Synced Database Table.
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * Referring to a Database Instance by name:
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as databricks from "@pulumi/databricks";
44
+ *
45
+ * const _this = databricks.getDatabaseSyncedDatabaseTable({
46
+ * name: "my_database_catalog.public.synced_table",
47
+ * });
48
+ * ```
49
+ */
50
+ function getDatabaseSyncedDatabaseTableOutput(args, opts) {
51
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
52
+ return pulumi.runtime.invokeOutput("databricks:index/getDatabaseSyncedDatabaseTable:getDatabaseSyncedDatabaseTable", {
53
+ "databaseInstanceName": args.databaseInstanceName,
54
+ "logicalDatabaseName": args.logicalDatabaseName,
55
+ "name": args.name,
56
+ "spec": args.spec,
57
+ }, opts);
58
+ }
59
+ exports.getDatabaseSyncedDatabaseTableOutput = getDatabaseSyncedDatabaseTableOutput;
60
+ //# sourceMappingURL=getDatabaseSyncedDatabaseTable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatabaseSyncedDatabaseTable.js","sourceRoot":"","sources":["../getDatabaseSyncedDatabaseTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wEAQC;AA0ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAAiC;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oFAQC"}
@@ -0,0 +1,14 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getDatabaseSyncedDatabaseTables(opts?: pulumi.InvokeOptions): Promise<GetDatabaseSyncedDatabaseTablesResult>;
4
+ /**
5
+ * A collection of values returned by getDatabaseSyncedDatabaseTables.
6
+ */
7
+ export interface GetDatabaseSyncedDatabaseTablesResult {
8
+ /**
9
+ * The provider-assigned unique ID for this managed resource.
10
+ */
11
+ readonly id: string;
12
+ readonly syncedTables: outputs.GetDatabaseSyncedDatabaseTablesSyncedTable[];
13
+ }
14
+ export declare function getDatabaseSyncedDatabaseTablesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDatabaseSyncedDatabaseTablesResult>;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabaseSyncedDatabaseTablesOutput = exports.getDatabaseSyncedDatabaseTables = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getDatabaseSyncedDatabaseTables(opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getDatabaseSyncedDatabaseTables:getDatabaseSyncedDatabaseTables", {}, opts);
11
+ }
12
+ exports.getDatabaseSyncedDatabaseTables = getDatabaseSyncedDatabaseTables;
13
+ function getDatabaseSyncedDatabaseTablesOutput(opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invokeOutput("databricks:index/getDatabaseSyncedDatabaseTables:getDatabaseSyncedDatabaseTables", {}, opts);
16
+ }
17
+ exports.getDatabaseSyncedDatabaseTablesOutput = getDatabaseSyncedDatabaseTablesOutput;
18
+ //# sourceMappingURL=getDatabaseSyncedDatabaseTables.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatabaseSyncedDatabaseTables.js","sourceRoot":"","sources":["../getDatabaseSyncedDatabaseTables.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,+BAA+B,CAAC,IAA2B;IACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE,EAChH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0EAIC;AAYD,SAAgB,qCAAqC,CAAC,IAAiC;IACnF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE,EACtH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sFAIC"}