@pulumi/databricks 1.74.0-alpha.1755063629 → 1.74.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 (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,180 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source can be used to get a single external metadata object.
4
+ *
5
+ * > **Note** This resource can only be used with an workspace-level provider!
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * Referring to an external metadata object by name:
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as databricks from "@pulumi/databricks";
14
+ *
15
+ * const _this = databricks.getExternalMetadata({
16
+ * name: "security_events_stream",
17
+ * });
18
+ * ```
19
+ */
20
+ export declare function getExternalMetadata(args: GetExternalMetadataArgs, opts?: pulumi.InvokeOptions): Promise<GetExternalMetadataResult>;
21
+ /**
22
+ * A collection of arguments for invoking getExternalMetadata.
23
+ */
24
+ export interface GetExternalMetadataArgs {
25
+ /**
26
+ * (list of string) - List of columns associated with the external metadata object
27
+ */
28
+ columns?: string[];
29
+ /**
30
+ * (string) - User-provided free-form text description
31
+ */
32
+ description?: string;
33
+ /**
34
+ * (string) - Type of entity within the external system
35
+ */
36
+ entityType: string;
37
+ /**
38
+ * Name of the external metadata object
39
+ */
40
+ name: string;
41
+ /**
42
+ * (string) - Owner of the external metadata object
43
+ */
44
+ owner?: string;
45
+ /**
46
+ * (object) - A map of key-value properties attached to the external metadata object
47
+ */
48
+ properties?: {
49
+ [key: string]: string;
50
+ };
51
+ /**
52
+ * (string) - Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
53
+ */
54
+ systemType: string;
55
+ /**
56
+ * (string) - URL associated with the external metadata object
57
+ */
58
+ url?: string;
59
+ }
60
+ /**
61
+ * A collection of values returned by getExternalMetadata.
62
+ */
63
+ export interface GetExternalMetadataResult {
64
+ /**
65
+ * (list of string) - List of columns associated with the external metadata object
66
+ */
67
+ readonly columns?: string[];
68
+ /**
69
+ * (string) - Time at which this external metadata object was created
70
+ */
71
+ readonly createTime: string;
72
+ /**
73
+ * (string) - Username of external metadata object creator
74
+ */
75
+ readonly createdBy: string;
76
+ /**
77
+ * (string) - User-provided free-form text description
78
+ */
79
+ readonly description?: string;
80
+ /**
81
+ * (string) - Type of entity within the external system
82
+ */
83
+ readonly entityType: string;
84
+ /**
85
+ * (string) - Unique identifier of the external metadata object
86
+ */
87
+ readonly id: string;
88
+ /**
89
+ * (string) - Unique identifier of parent metastore
90
+ */
91
+ readonly metastoreId: string;
92
+ /**
93
+ * (string) - Name of the external metadata object
94
+ */
95
+ readonly name: string;
96
+ /**
97
+ * (string) - Owner of the external metadata object
98
+ */
99
+ readonly owner?: string;
100
+ /**
101
+ * (object) - A map of key-value properties attached to the external metadata object
102
+ */
103
+ readonly properties?: {
104
+ [key: string]: string;
105
+ };
106
+ /**
107
+ * (string) - Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
108
+ */
109
+ readonly systemType: string;
110
+ /**
111
+ * (string) - Time at which this external metadata object was last modified
112
+ */
113
+ readonly updateTime: string;
114
+ /**
115
+ * (string) - Username of user who last modified external metadata object
116
+ */
117
+ readonly updatedBy: string;
118
+ /**
119
+ * (string) - URL associated with the external metadata object
120
+ */
121
+ readonly url?: string;
122
+ }
123
+ /**
124
+ * This data source can be used to get a single external metadata object.
125
+ *
126
+ * > **Note** This resource can only be used with an workspace-level provider!
127
+ *
128
+ * ## Example Usage
129
+ *
130
+ * Referring to an external metadata object by name:
131
+ *
132
+ * ```typescript
133
+ * import * as pulumi from "@pulumi/pulumi";
134
+ * import * as databricks from "@pulumi/databricks";
135
+ *
136
+ * const _this = databricks.getExternalMetadata({
137
+ * name: "security_events_stream",
138
+ * });
139
+ * ```
140
+ */
141
+ export declare function getExternalMetadataOutput(args: GetExternalMetadataOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetExternalMetadataResult>;
142
+ /**
143
+ * A collection of arguments for invoking getExternalMetadata.
144
+ */
145
+ export interface GetExternalMetadataOutputArgs {
146
+ /**
147
+ * (list of string) - List of columns associated with the external metadata object
148
+ */
149
+ columns?: pulumi.Input<pulumi.Input<string>[]>;
150
+ /**
151
+ * (string) - User-provided free-form text description
152
+ */
153
+ description?: pulumi.Input<string>;
154
+ /**
155
+ * (string) - Type of entity within the external system
156
+ */
157
+ entityType: pulumi.Input<string>;
158
+ /**
159
+ * Name of the external metadata object
160
+ */
161
+ name: pulumi.Input<string>;
162
+ /**
163
+ * (string) - Owner of the external metadata object
164
+ */
165
+ owner?: pulumi.Input<string>;
166
+ /**
167
+ * (object) - A map of key-value properties attached to the external metadata object
168
+ */
169
+ properties?: pulumi.Input<{
170
+ [key: string]: pulumi.Input<string>;
171
+ }>;
172
+ /**
173
+ * (string) - Type of external system. Possible values are: `AMAZON_REDSHIFT`, `AZURE_SYNAPSE`, `CONFLUENT`, `DATABRICKS`, `GOOGLE_BIGQUERY`, `KAFKA`, `LOOKER`, `MICROSOFT_FABRIC`, `MICROSOFT_SQL_SERVER`, `MONGODB`, `MYSQL`, `ORACLE`, `OTHER`, `POSTGRESQL`, `POWER_BI`, `SALESFORCE`, `SAP`, `SERVICENOW`, `SNOWFLAKE`, `TABLEAU`, `TERADATA`, `WORKDAY`
174
+ */
175
+ systemType: pulumi.Input<string>;
176
+ /**
177
+ * (string) - URL associated with the external metadata object
178
+ */
179
+ url?: pulumi.Input<string>;
180
+ }
@@ -0,0 +1,72 @@
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.getExternalMetadataOutput = exports.getExternalMetadata = 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 external metadata object.
10
+ *
11
+ * > **Note** This resource can only be used with an workspace-level provider!
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * Referring to an external metadata object by name:
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as databricks from "@pulumi/databricks";
20
+ *
21
+ * const _this = databricks.getExternalMetadata({
22
+ * name: "security_events_stream",
23
+ * });
24
+ * ```
25
+ */
26
+ function getExternalMetadata(args, opts) {
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
+ return pulumi.runtime.invoke("databricks:index/getExternalMetadata:getExternalMetadata", {
29
+ "columns": args.columns,
30
+ "description": args.description,
31
+ "entityType": args.entityType,
32
+ "name": args.name,
33
+ "owner": args.owner,
34
+ "properties": args.properties,
35
+ "systemType": args.systemType,
36
+ "url": args.url,
37
+ }, opts);
38
+ }
39
+ exports.getExternalMetadata = getExternalMetadata;
40
+ /**
41
+ * This data source can be used to get a single external metadata object.
42
+ *
43
+ * > **Note** This resource can only be used with an workspace-level provider!
44
+ *
45
+ * ## Example Usage
46
+ *
47
+ * Referring to an external metadata object by name:
48
+ *
49
+ * ```typescript
50
+ * import * as pulumi from "@pulumi/pulumi";
51
+ * import * as databricks from "@pulumi/databricks";
52
+ *
53
+ * const _this = databricks.getExternalMetadata({
54
+ * name: "security_events_stream",
55
+ * });
56
+ * ```
57
+ */
58
+ function getExternalMetadataOutput(args, opts) {
59
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
60
+ return pulumi.runtime.invokeOutput("databricks:index/getExternalMetadata:getExternalMetadata", {
61
+ "columns": args.columns,
62
+ "description": args.description,
63
+ "entityType": args.entityType,
64
+ "name": args.name,
65
+ "owner": args.owner,
66
+ "properties": args.properties,
67
+ "systemType": args.systemType,
68
+ "url": args.url,
69
+ }, opts);
70
+ }
71
+ exports.getExternalMetadataOutput = getExternalMetadataOutput;
72
+ //# sourceMappingURL=getExternalMetadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getExternalMetadata.js","sourceRoot":"","sources":["../getExternalMetadata.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kDAYC;AAqGD;;;;;;;;;;;;;;;;;GAiBG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8DAYC"}
@@ -0,0 +1,24 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ /**
4
+ * This data source can be used to fetch the list of external metadata objects.
5
+ *
6
+ * > **Note** This resource can only be used with an workspace-level provider!
7
+ */
8
+ export declare function getExternalMetadatas(opts?: pulumi.InvokeOptions): Promise<GetExternalMetadatasResult>;
9
+ /**
10
+ * A collection of values returned by getExternalMetadatas.
11
+ */
12
+ export interface GetExternalMetadatasResult {
13
+ readonly externalMetadatas: outputs.GetExternalMetadatasExternalMetadata[];
14
+ /**
15
+ * The provider-assigned unique ID for this managed resource.
16
+ */
17
+ readonly id: string;
18
+ }
19
+ /**
20
+ * This data source can be used to fetch the list of external metadata objects.
21
+ *
22
+ * > **Note** This resource can only be used with an workspace-level provider!
23
+ */
24
+ export declare function getExternalMetadatasOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetExternalMetadatasResult>;
@@ -0,0 +1,28 @@
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.getExternalMetadatasOutput = exports.getExternalMetadatas = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This data source can be used to fetch the list of external metadata objects.
10
+ *
11
+ * > **Note** This resource can only be used with an workspace-level provider!
12
+ */
13
+ function getExternalMetadatas(opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invoke("databricks:index/getExternalMetadatas:getExternalMetadatas", {}, opts);
16
+ }
17
+ exports.getExternalMetadatas = getExternalMetadatas;
18
+ /**
19
+ * This data source can be used to fetch the list of external metadata objects.
20
+ *
21
+ * > **Note** This resource can only be used with an workspace-level provider!
22
+ */
23
+ function getExternalMetadatasOutput(opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invokeOutput("databricks:index/getExternalMetadatas:getExternalMetadatas", {}, opts);
26
+ }
27
+ exports.getExternalMetadatasOutput = getExternalMetadatasOutput;
28
+ //# sourceMappingURL=getExternalMetadatas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getExternalMetadatas.js","sourceRoot":"","sources":["../getExternalMetadatas.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAYD;;;;GAIG;AACH,SAAgB,0BAA0B,CAAC,IAAiC;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
@@ -0,0 +1,40 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare function getMaterializedFeaturesFeatureTag(args: GetMaterializedFeaturesFeatureTagArgs, opts?: pulumi.InvokeOptions): Promise<GetMaterializedFeaturesFeatureTagResult>;
3
+ /**
4
+ * A collection of arguments for invoking getMaterializedFeaturesFeatureTag.
5
+ */
6
+ export interface GetMaterializedFeaturesFeatureTagArgs {
7
+ key: string;
8
+ /**
9
+ * (string)
10
+ */
11
+ value?: string;
12
+ }
13
+ /**
14
+ * A collection of values returned by getMaterializedFeaturesFeatureTag.
15
+ */
16
+ export interface GetMaterializedFeaturesFeatureTagResult {
17
+ /**
18
+ * The provider-assigned unique ID for this managed resource.
19
+ */
20
+ readonly id: string;
21
+ /**
22
+ * (string)
23
+ */
24
+ readonly key: string;
25
+ /**
26
+ * (string)
27
+ */
28
+ readonly value?: string;
29
+ }
30
+ export declare function getMaterializedFeaturesFeatureTagOutput(args: GetMaterializedFeaturesFeatureTagOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMaterializedFeaturesFeatureTagResult>;
31
+ /**
32
+ * A collection of arguments for invoking getMaterializedFeaturesFeatureTag.
33
+ */
34
+ export interface GetMaterializedFeaturesFeatureTagOutputArgs {
35
+ key: pulumi.Input<string>;
36
+ /**
37
+ * (string)
38
+ */
39
+ value?: pulumi.Input<string>;
40
+ }
@@ -0,0 +1,24 @@
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.getMaterializedFeaturesFeatureTagOutput = exports.getMaterializedFeaturesFeatureTag = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getMaterializedFeaturesFeatureTag(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag", {
11
+ "key": args.key,
12
+ "value": args.value,
13
+ }, opts);
14
+ }
15
+ exports.getMaterializedFeaturesFeatureTag = getMaterializedFeaturesFeatureTag;
16
+ function getMaterializedFeaturesFeatureTagOutput(args, opts) {
17
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
+ return pulumi.runtime.invokeOutput("databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag", {
19
+ "key": args.key,
20
+ "value": args.value,
21
+ }, opts);
22
+ }
23
+ exports.getMaterializedFeaturesFeatureTagOutput = getMaterializedFeaturesFeatureTagOutput;
24
+ //# sourceMappingURL=getMaterializedFeaturesFeatureTag.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getMaterializedFeaturesFeatureTag.js","sourceRoot":"","sources":["../getMaterializedFeaturesFeatureTag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC;AA8BD,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0FAMC"}
@@ -0,0 +1,14 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getMaterializedFeaturesFeatureTags(opts?: pulumi.InvokeOptions): Promise<GetMaterializedFeaturesFeatureTagsResult>;
4
+ /**
5
+ * A collection of values returned by getMaterializedFeaturesFeatureTags.
6
+ */
7
+ export interface GetMaterializedFeaturesFeatureTagsResult {
8
+ readonly featureTags: outputs.GetMaterializedFeaturesFeatureTagsFeatureTag[];
9
+ /**
10
+ * The provider-assigned unique ID for this managed resource.
11
+ */
12
+ readonly id: string;
13
+ }
14
+ export declare function getMaterializedFeaturesFeatureTagsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMaterializedFeaturesFeatureTagsResult>;
@@ -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.getMaterializedFeaturesFeatureTagsOutput = exports.getMaterializedFeaturesFeatureTags = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getMaterializedFeaturesFeatureTags(opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags", {}, opts);
11
+ }
12
+ exports.getMaterializedFeaturesFeatureTags = getMaterializedFeaturesFeatureTags;
13
+ function getMaterializedFeaturesFeatureTagsOutput(opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invokeOutput("databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags", {}, opts);
16
+ }
17
+ exports.getMaterializedFeaturesFeatureTagsOutput = getMaterializedFeaturesFeatureTagsOutput;
18
+ //# sourceMappingURL=getMaterializedFeaturesFeatureTags.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getMaterializedFeaturesFeatureTags.js","sourceRoot":"","sources":["../getMaterializedFeaturesFeatureTags.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,kCAAkC,CAAC,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wFAAwF,EAAE,EACtH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gFAIC;AAYD,SAAgB,wCAAwC,CAAC,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wFAAwF,EAAE,EAC5H,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4FAIC"}
@@ -7,11 +7,15 @@ export interface GetOnlineStoreArgs {
7
7
  /**
8
8
  * (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
9
9
  */
10
- capacity?: string;
10
+ capacity: string;
11
11
  /**
12
12
  * The name of the online store. This is the unique identifier for the online store
13
13
  */
14
14
  name: string;
15
+ /**
16
+ * (integer) - The number of read replicas for the online store. Defaults to 0
17
+ */
18
+ readReplicaCount?: number;
15
19
  }
16
20
  /**
17
21
  * A collection of values returned by getOnlineStore.
@@ -20,7 +24,7 @@ export interface GetOnlineStoreResult {
20
24
  /**
21
25
  * (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
22
26
  */
23
- readonly capacity?: string;
27
+ readonly capacity: string;
24
28
  /**
25
29
  * (string) - The timestamp when the online store was created
26
30
  */
@@ -37,6 +41,10 @@ export interface GetOnlineStoreResult {
37
41
  * (string) - The name of the online store. This is the unique identifier for the online store
38
42
  */
39
43
  readonly name: string;
44
+ /**
45
+ * (integer) - The number of read replicas for the online store. Defaults to 0
46
+ */
47
+ readonly readReplicaCount?: number;
40
48
  /**
41
49
  * (string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
42
50
  */
@@ -50,9 +58,13 @@ export interface GetOnlineStoreOutputArgs {
50
58
  /**
51
59
  * (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
52
60
  */
53
- capacity?: pulumi.Input<string>;
61
+ capacity: pulumi.Input<string>;
54
62
  /**
55
63
  * The name of the online store. This is the unique identifier for the online store
56
64
  */
57
65
  name: pulumi.Input<string>;
66
+ /**
67
+ * (integer) - The number of read replicas for the online store. Defaults to 0
68
+ */
69
+ readReplicaCount?: pulumi.Input<number>;
58
70
  }
package/getOnlineStore.js CHANGED
@@ -10,6 +10,7 @@ function getOnlineStore(args, opts) {
10
10
  return pulumi.runtime.invoke("databricks:index/getOnlineStore:getOnlineStore", {
11
11
  "capacity": args.capacity,
12
12
  "name": args.name,
13
+ "readReplicaCount": args.readReplicaCount,
13
14
  }, opts);
14
15
  }
15
16
  exports.getOnlineStore = getOnlineStore;
@@ -18,6 +19,7 @@ function getOnlineStoreOutput(args, opts) {
18
19
  return pulumi.runtime.invokeOutput("databricks:index/getOnlineStore:getOnlineStore", {
19
20
  "capacity": args.capacity,
20
21
  "name": args.name,
22
+ "readReplicaCount": args.readReplicaCount,
21
23
  }, opts);
22
24
  }
23
25
  exports.getOnlineStoreOutput = getOnlineStoreOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getOnlineStore.js","sourceRoot":"","sources":["../getOnlineStore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AA6CD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
1
+ {"version":3,"file":"getOnlineStore.js","sourceRoot":"","sources":["../getOnlineStore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAqDD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
package/getPipelines.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Retrieves a list of all databricks.Pipeline ([Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
3
+ * Retrieves a list of all databricks.Pipeline ([Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
4
4
  *
5
5
  * > This data source can only be used with a workspace-level provider!
6
6
  *
7
7
  * ## Example Usage
8
8
  *
9
- * Get all Delta Live Tables pipelines:
9
+ * Get all Lakeflow Declarative Pipelines:
10
10
  *
11
11
  * ```typescript
12
12
  * import * as pulumi from "@pulumi/pulumi";
@@ -16,7 +16,7 @@ import * as pulumi from "@pulumi/pulumi";
16
16
  * export const allPipelines = all.then(all => all.ids);
17
17
  * ```
18
18
  *
19
- * Filter Delta Live Tables pipelines by name (exact match):
19
+ * Filter Lakeflow Declarative Pipelines by name (exact match):
20
20
  *
21
21
  * ```typescript
22
22
  * import * as pulumi from "@pulumi/pulumi";
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
28
28
  * export const myPipeline = _this.then(_this => _this.ids);
29
29
  * ```
30
30
  *
31
- * Filter Delta Live Tables pipelines by name (wildcard search):
31
+ * Filter Lakeflow Declarative Pipelines by name (wildcard search):
32
32
  *
33
33
  * ```typescript
34
34
  * import * as pulumi from "@pulumi/pulumi";
@@ -45,7 +45,7 @@ import * as pulumi from "@pulumi/pulumi";
45
45
  * The following resources are used in the same context:
46
46
  *
47
47
  * * End to end workspace management guide.
48
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
48
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
49
49
  * * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
50
50
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
51
51
  * * databricks.Notebook to manage [Databricks Notebooks](https://docs.databricks.com/notebooks/index.html).
@@ -56,11 +56,11 @@ export declare function getPipelines(args?: GetPipelinesArgs, opts?: pulumi.Invo
56
56
  */
57
57
  export interface GetPipelinesArgs {
58
58
  /**
59
- * List of ids for [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html) pipelines matching the provided search criteria.
59
+ * List of ids for [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt) pipelines matching the provided search criteria.
60
60
  */
61
61
  ids?: string[];
62
62
  /**
63
- * Filter Delta Live Tables pipelines by name for a given search term. `%` is the supported wildcard operator.
63
+ * Filter Lakeflow Declarative Pipelines by name for a given search term. `%` is the supported wildcard operator.
64
64
  */
65
65
  pipelineName?: string;
66
66
  }
@@ -73,19 +73,19 @@ export interface GetPipelinesResult {
73
73
  */
74
74
  readonly id: string;
75
75
  /**
76
- * List of ids for [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html) pipelines matching the provided search criteria.
76
+ * List of ids for [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt) pipelines matching the provided search criteria.
77
77
  */
78
78
  readonly ids: string[];
79
79
  readonly pipelineName?: string;
80
80
  }
81
81
  /**
82
- * Retrieves a list of all databricks.Pipeline ([Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
82
+ * Retrieves a list of all databricks.Pipeline ([Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
83
83
  *
84
84
  * > This data source can only be used with a workspace-level provider!
85
85
  *
86
86
  * ## Example Usage
87
87
  *
88
- * Get all Delta Live Tables pipelines:
88
+ * Get all Lakeflow Declarative Pipelines:
89
89
  *
90
90
  * ```typescript
91
91
  * import * as pulumi from "@pulumi/pulumi";
@@ -95,7 +95,7 @@ export interface GetPipelinesResult {
95
95
  * export const allPipelines = all.then(all => all.ids);
96
96
  * ```
97
97
  *
98
- * Filter Delta Live Tables pipelines by name (exact match):
98
+ * Filter Lakeflow Declarative Pipelines by name (exact match):
99
99
  *
100
100
  * ```typescript
101
101
  * import * as pulumi from "@pulumi/pulumi";
@@ -107,7 +107,7 @@ export interface GetPipelinesResult {
107
107
  * export const myPipeline = _this.then(_this => _this.ids);
108
108
  * ```
109
109
  *
110
- * Filter Delta Live Tables pipelines by name (wildcard search):
110
+ * Filter Lakeflow Declarative Pipelines by name (wildcard search):
111
111
  *
112
112
  * ```typescript
113
113
  * import * as pulumi from "@pulumi/pulumi";
@@ -124,7 +124,7 @@ export interface GetPipelinesResult {
124
124
  * The following resources are used in the same context:
125
125
  *
126
126
  * * End to end workspace management guide.
127
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
127
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
128
128
  * * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
129
129
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
130
130
  * * databricks.Notebook to manage [Databricks Notebooks](https://docs.databricks.com/notebooks/index.html).
@@ -135,11 +135,11 @@ export declare function getPipelinesOutput(args?: GetPipelinesOutputArgs, opts?:
135
135
  */
136
136
  export interface GetPipelinesOutputArgs {
137
137
  /**
138
- * List of ids for [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html) pipelines matching the provided search criteria.
138
+ * List of ids for [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt) pipelines matching the provided search criteria.
139
139
  */
140
140
  ids?: pulumi.Input<pulumi.Input<string>[]>;
141
141
  /**
142
- * Filter Delta Live Tables pipelines by name for a given search term. `%` is the supported wildcard operator.
142
+ * Filter Lakeflow Declarative Pipelines by name for a given search term. `%` is the supported wildcard operator.
143
143
  */
144
144
  pipelineName?: pulumi.Input<string>;
145
145
  }