@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
package/getPipelines.js CHANGED
@@ -6,13 +6,13 @@ exports.getPipelinesOutput = exports.getPipelines = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * 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.
9
+ * 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.
10
10
  *
11
11
  * > This data source can only be used with a workspace-level provider!
12
12
  *
13
13
  * ## Example Usage
14
14
  *
15
- * Get all Delta Live Tables pipelines:
15
+ * Get all Lakeflow Declarative Pipelines:
16
16
  *
17
17
  * ```typescript
18
18
  * import * as pulumi from "@pulumi/pulumi";
@@ -22,7 +22,7 @@ const utilities = require("./utilities");
22
22
  * export const allPipelines = all.then(all => all.ids);
23
23
  * ```
24
24
  *
25
- * Filter Delta Live Tables pipelines by name (exact match):
25
+ * Filter Lakeflow Declarative Pipelines by name (exact match):
26
26
  *
27
27
  * ```typescript
28
28
  * import * as pulumi from "@pulumi/pulumi";
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
34
34
  * export const myPipeline = _this.then(_this => _this.ids);
35
35
  * ```
36
36
  *
37
- * Filter Delta Live Tables pipelines by name (wildcard search):
37
+ * Filter Lakeflow Declarative Pipelines by name (wildcard search):
38
38
  *
39
39
  * ```typescript
40
40
  * import * as pulumi from "@pulumi/pulumi";
@@ -51,7 +51,7 @@ const utilities = require("./utilities");
51
51
  * The following resources are used in the same context:
52
52
  *
53
53
  * * End to end workspace management guide.
54
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
54
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
55
55
  * * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
56
56
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
57
57
  * * databricks.Notebook to manage [Databricks Notebooks](https://docs.databricks.com/notebooks/index.html).
@@ -66,13 +66,13 @@ function getPipelines(args, opts) {
66
66
  }
67
67
  exports.getPipelines = getPipelines;
68
68
  /**
69
- * 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.
69
+ * 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.
70
70
  *
71
71
  * > This data source can only be used with a workspace-level provider!
72
72
  *
73
73
  * ## Example Usage
74
74
  *
75
- * Get all Delta Live Tables pipelines:
75
+ * Get all Lakeflow Declarative Pipelines:
76
76
  *
77
77
  * ```typescript
78
78
  * import * as pulumi from "@pulumi/pulumi";
@@ -82,7 +82,7 @@ exports.getPipelines = getPipelines;
82
82
  * export const allPipelines = all.then(all => all.ids);
83
83
  * ```
84
84
  *
85
- * Filter Delta Live Tables pipelines by name (exact match):
85
+ * Filter Lakeflow Declarative Pipelines by name (exact match):
86
86
  *
87
87
  * ```typescript
88
88
  * import * as pulumi from "@pulumi/pulumi";
@@ -94,7 +94,7 @@ exports.getPipelines = getPipelines;
94
94
  * export const myPipeline = _this.then(_this => _this.ids);
95
95
  * ```
96
96
  *
97
- * Filter Delta Live Tables pipelines by name (wildcard search):
97
+ * Filter Lakeflow Declarative Pipelines by name (wildcard search):
98
98
  *
99
99
  * ```typescript
100
100
  * import * as pulumi from "@pulumi/pulumi";
@@ -111,7 +111,7 @@ exports.getPipelines = getPipelines;
111
111
  * The following resources are used in the same context:
112
112
  *
113
113
  * * End to end workspace management guide.
114
- * * databricks.Pipeline to deploy [Delta Live Tables](https://docs.databricks.com/data-engineering/delta-live-tables/index.html).
114
+ * * databricks.Pipeline to deploy [Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt).
115
115
  * * databricks.Cluster to create [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
116
116
  * * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a databricks_cluster.
117
117
  * * databricks.Notebook to manage [Databricks Notebooks](https://docs.databricks.com/notebooks/index.html).
@@ -0,0 +1,223 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare function getPolicyInfo(args: GetPolicyInfoArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyInfoResult>;
5
+ /**
6
+ * A collection of arguments for invoking getPolicyInfo.
7
+ */
8
+ export interface GetPolicyInfoArgs {
9
+ /**
10
+ * (ColumnMaskOptions) - Options for column mask policies. Valid only if `policyType` is `POLICY_TYPE_COLUMN_MASK`.
11
+ * Required on create and optional on update. When specified on update,
12
+ * the new options will replace the existing options as a whole
13
+ */
14
+ columnMask?: inputs.GetPolicyInfoColumnMask;
15
+ /**
16
+ * (string) - Optional description of the policy
17
+ */
18
+ comment?: string;
19
+ /**
20
+ * (list of string) - Optional list of user or group names that should be excluded from the policy
21
+ */
22
+ exceptPrincipals?: string[];
23
+ /**
24
+ * (string) - Type of securables that the policy should take effect on.
25
+ * Only `table` is supported at this moment.
26
+ * Required on create and optional on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
27
+ */
28
+ forSecurableType: string;
29
+ /**
30
+ * (list of MatchColumn) - Optional list of condition expressions used to match table columns.
31
+ * Only valid when `forSecurableType` is `table`.
32
+ * When specified, the policy only applies to tables whose columns satisfy all match conditions
33
+ */
34
+ matchColumns?: inputs.GetPolicyInfoMatchColumn[];
35
+ /**
36
+ * Name of the policy. Required on create and ignored on update.
37
+ * To update the name, use the `newName` field
38
+ */
39
+ name?: string;
40
+ /**
41
+ * Full name of the securable on which the policy is defined.
42
+ * Required on create and ignored on update
43
+ */
44
+ onSecurableFullname?: string;
45
+ /**
46
+ * Type of the securable on which the policy is defined.
47
+ * Only `catalog`, `schema` and `table` are supported at this moment.
48
+ * Required on create and ignored on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
49
+ */
50
+ onSecurableType?: string;
51
+ /**
52
+ * (string) - Type of the policy. Required on create and ignored on update. Possible values are: `POLICY_TYPE_COLUMN_MASK`, `POLICY_TYPE_ROW_FILTER`
53
+ */
54
+ policyType: string;
55
+ /**
56
+ * (RowFilterOptions) - Options for row filter policies. Valid only if `policyType` is `POLICY_TYPE_ROW_FILTER`.
57
+ * Required on create and optional on update. When specified on update,
58
+ * the new options will replace the existing options as a whole
59
+ */
60
+ rowFilter?: inputs.GetPolicyInfoRowFilter;
61
+ /**
62
+ * (list of string) - List of user or group names that the policy applies to.
63
+ * Required on create and optional on update
64
+ */
65
+ toPrincipals: string[];
66
+ /**
67
+ * (string) - Optional condition when the policy should take effect
68
+ */
69
+ whenCondition?: string;
70
+ }
71
+ /**
72
+ * A collection of values returned by getPolicyInfo.
73
+ */
74
+ export interface GetPolicyInfoResult {
75
+ /**
76
+ * (ColumnMaskOptions) - Options for column mask policies. Valid only if `policyType` is `POLICY_TYPE_COLUMN_MASK`.
77
+ * Required on create and optional on update. When specified on update,
78
+ * the new options will replace the existing options as a whole
79
+ */
80
+ readonly columnMask?: outputs.GetPolicyInfoColumnMask;
81
+ /**
82
+ * (string) - Optional description of the policy
83
+ */
84
+ readonly comment?: string;
85
+ /**
86
+ * (integer) - Time at which the policy was created, in epoch milliseconds. Output only
87
+ */
88
+ readonly createdAt: number;
89
+ /**
90
+ * (string) - Username of the user who created the policy. Output only
91
+ */
92
+ readonly createdBy: string;
93
+ /**
94
+ * (list of string) - Optional list of user or group names that should be excluded from the policy
95
+ */
96
+ readonly exceptPrincipals?: string[];
97
+ /**
98
+ * (string) - Type of securables that the policy should take effect on.
99
+ * Only `table` is supported at this moment.
100
+ * Required on create and optional on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
101
+ */
102
+ readonly forSecurableType: string;
103
+ /**
104
+ * (string) - Unique identifier of the policy. This field is output only and is generated by the system
105
+ */
106
+ readonly id: string;
107
+ /**
108
+ * (list of MatchColumn) - Optional list of condition expressions used to match table columns.
109
+ * Only valid when `forSecurableType` is `table`.
110
+ * When specified, the policy only applies to tables whose columns satisfy all match conditions
111
+ */
112
+ readonly matchColumns?: outputs.GetPolicyInfoMatchColumn[];
113
+ /**
114
+ * (string) - Name of the policy. Required on create and ignored on update.
115
+ * To update the name, use the `newName` field
116
+ */
117
+ readonly name?: string;
118
+ /**
119
+ * (string) - Full name of the securable on which the policy is defined.
120
+ * Required on create and ignored on update
121
+ */
122
+ readonly onSecurableFullname?: string;
123
+ /**
124
+ * (string) - Type of the securable on which the policy is defined.
125
+ * Only `catalog`, `schema` and `table` are supported at this moment.
126
+ * Required on create and ignored on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
127
+ */
128
+ readonly onSecurableType?: string;
129
+ /**
130
+ * (string) - Type of the policy. Required on create and ignored on update. Possible values are: `POLICY_TYPE_COLUMN_MASK`, `POLICY_TYPE_ROW_FILTER`
131
+ */
132
+ readonly policyType: string;
133
+ /**
134
+ * (RowFilterOptions) - Options for row filter policies. Valid only if `policyType` is `POLICY_TYPE_ROW_FILTER`.
135
+ * Required on create and optional on update. When specified on update,
136
+ * the new options will replace the existing options as a whole
137
+ */
138
+ readonly rowFilter?: outputs.GetPolicyInfoRowFilter;
139
+ /**
140
+ * (list of string) - List of user or group names that the policy applies to.
141
+ * Required on create and optional on update
142
+ */
143
+ readonly toPrincipals: string[];
144
+ /**
145
+ * (integer) - Time at which the policy was last modified, in epoch milliseconds. Output only
146
+ */
147
+ readonly updatedAt: number;
148
+ /**
149
+ * (string) - Username of the user who last modified the policy. Output only
150
+ */
151
+ readonly updatedBy: string;
152
+ /**
153
+ * (string) - Optional condition when the policy should take effect
154
+ */
155
+ readonly whenCondition?: string;
156
+ }
157
+ export declare function getPolicyInfoOutput(args: GetPolicyInfoOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyInfoResult>;
158
+ /**
159
+ * A collection of arguments for invoking getPolicyInfo.
160
+ */
161
+ export interface GetPolicyInfoOutputArgs {
162
+ /**
163
+ * (ColumnMaskOptions) - Options for column mask policies. Valid only if `policyType` is `POLICY_TYPE_COLUMN_MASK`.
164
+ * Required on create and optional on update. When specified on update,
165
+ * the new options will replace the existing options as a whole
166
+ */
167
+ columnMask?: pulumi.Input<inputs.GetPolicyInfoColumnMaskArgs>;
168
+ /**
169
+ * (string) - Optional description of the policy
170
+ */
171
+ comment?: pulumi.Input<string>;
172
+ /**
173
+ * (list of string) - Optional list of user or group names that should be excluded from the policy
174
+ */
175
+ exceptPrincipals?: pulumi.Input<pulumi.Input<string>[]>;
176
+ /**
177
+ * (string) - Type of securables that the policy should take effect on.
178
+ * Only `table` is supported at this moment.
179
+ * Required on create and optional on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
180
+ */
181
+ forSecurableType: pulumi.Input<string>;
182
+ /**
183
+ * (list of MatchColumn) - Optional list of condition expressions used to match table columns.
184
+ * Only valid when `forSecurableType` is `table`.
185
+ * When specified, the policy only applies to tables whose columns satisfy all match conditions
186
+ */
187
+ matchColumns?: pulumi.Input<pulumi.Input<inputs.GetPolicyInfoMatchColumnArgs>[]>;
188
+ /**
189
+ * Name of the policy. Required on create and ignored on update.
190
+ * To update the name, use the `newName` field
191
+ */
192
+ name?: pulumi.Input<string>;
193
+ /**
194
+ * Full name of the securable on which the policy is defined.
195
+ * Required on create and ignored on update
196
+ */
197
+ onSecurableFullname?: pulumi.Input<string>;
198
+ /**
199
+ * Type of the securable on which the policy is defined.
200
+ * Only `catalog`, `schema` and `table` are supported at this moment.
201
+ * Required on create and ignored on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
202
+ */
203
+ onSecurableType?: pulumi.Input<string>;
204
+ /**
205
+ * (string) - Type of the policy. Required on create and ignored on update. Possible values are: `POLICY_TYPE_COLUMN_MASK`, `POLICY_TYPE_ROW_FILTER`
206
+ */
207
+ policyType: pulumi.Input<string>;
208
+ /**
209
+ * (RowFilterOptions) - Options for row filter policies. Valid only if `policyType` is `POLICY_TYPE_ROW_FILTER`.
210
+ * Required on create and optional on update. When specified on update,
211
+ * the new options will replace the existing options as a whole
212
+ */
213
+ rowFilter?: pulumi.Input<inputs.GetPolicyInfoRowFilterArgs>;
214
+ /**
215
+ * (list of string) - List of user or group names that the policy applies to.
216
+ * Required on create and optional on update
217
+ */
218
+ toPrincipals: pulumi.Input<pulumi.Input<string>[]>;
219
+ /**
220
+ * (string) - Optional condition when the policy should take effect
221
+ */
222
+ whenCondition?: pulumi.Input<string>;
223
+ }
@@ -0,0 +1,44 @@
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.getPolicyInfoOutput = exports.getPolicyInfo = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getPolicyInfo(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getPolicyInfo:getPolicyInfo", {
11
+ "columnMask": args.columnMask,
12
+ "comment": args.comment,
13
+ "exceptPrincipals": args.exceptPrincipals,
14
+ "forSecurableType": args.forSecurableType,
15
+ "matchColumns": args.matchColumns,
16
+ "name": args.name,
17
+ "onSecurableFullname": args.onSecurableFullname,
18
+ "onSecurableType": args.onSecurableType,
19
+ "policyType": args.policyType,
20
+ "rowFilter": args.rowFilter,
21
+ "toPrincipals": args.toPrincipals,
22
+ "whenCondition": args.whenCondition,
23
+ }, opts);
24
+ }
25
+ exports.getPolicyInfo = getPolicyInfo;
26
+ function getPolicyInfoOutput(args, opts) {
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
+ return pulumi.runtime.invokeOutput("databricks:index/getPolicyInfo:getPolicyInfo", {
29
+ "columnMask": args.columnMask,
30
+ "comment": args.comment,
31
+ "exceptPrincipals": args.exceptPrincipals,
32
+ "forSecurableType": args.forSecurableType,
33
+ "matchColumns": args.matchColumns,
34
+ "name": args.name,
35
+ "onSecurableFullname": args.onSecurableFullname,
36
+ "onSecurableType": args.onSecurableType,
37
+ "policyType": args.policyType,
38
+ "rowFilter": args.rowFilter,
39
+ "toPrincipals": args.toPrincipals,
40
+ "whenCondition": args.whenCondition,
41
+ }, opts);
42
+ }
43
+ exports.getPolicyInfoOutput = getPolicyInfoOutput;
44
+ //# sourceMappingURL=getPolicyInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPolicyInfo.js","sourceRoot":"","sources":["../getPolicyInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,sCAgBC;AA2JD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,kDAgBC"}
@@ -0,0 +1,14 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getPolicyInfos(opts?: pulumi.InvokeOptions): Promise<GetPolicyInfosResult>;
4
+ /**
5
+ * A collection of values returned by getPolicyInfos.
6
+ */
7
+ export interface GetPolicyInfosResult {
8
+ /**
9
+ * The provider-assigned unique ID for this managed resource.
10
+ */
11
+ readonly id: string;
12
+ readonly policies: outputs.GetPolicyInfosPolicy[];
13
+ }
14
+ export declare function getPolicyInfosOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyInfosResult>;
@@ -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.getPolicyInfosOutput = exports.getPolicyInfos = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getPolicyInfos(opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("databricks:index/getPolicyInfos:getPolicyInfos", {}, opts);
11
+ }
12
+ exports.getPolicyInfos = getPolicyInfos;
13
+ function getPolicyInfosOutput(opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invokeOutput("databricks:index/getPolicyInfos:getPolicyInfos", {}, opts);
16
+ }
17
+ exports.getPolicyInfosOutput = getPolicyInfosOutput;
18
+ //# sourceMappingURL=getPolicyInfos.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPolicyInfos.js","sourceRoot":"","sources":["../getPolicyInfos.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAA2B;IACtD,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,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAYD,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,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,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
@@ -41,7 +41,7 @@ export interface GetQualityMonitorV2Args {
41
41
  */
42
42
  export interface GetQualityMonitorV2Result {
43
43
  /**
44
- * (AnomalyDetectionConfig) -
44
+ * (AnomalyDetectionConfig)
45
45
  */
46
46
  readonly anomalyDetectionConfig: outputs.GetQualityMonitorV2AnomalyDetectionConfig;
47
47
  /**
@@ -30,7 +30,7 @@ import * as pulumi from "@pulumi/pulumi";
30
30
  *
31
31
  * - End to end workspace management guide.
32
32
  * - databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
33
- * - databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
33
+ * - databricks.Group to manage [Account-level](https://docs.databricks.com/aws/en/admin/users-groups/groups) or [Workspace-level](https://docs.databricks.com/aws/en/admin/users-groups/workspace-local-groups) groups.
34
34
  * - databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
35
35
  * - databricks.GroupInstanceProfile to attach databricks.InstanceProfile (AWS) to databricks_group.
36
36
  * - databricks.GroupMember to attach users and groups as group members.
@@ -51,7 +51,7 @@ export interface GetServicePrincipalArgs {
51
51
  */
52
52
  active?: boolean;
53
53
  /**
54
- * ID of the service principal. The service principal must exist before this resource can be retrieved.
54
+ * Application ID of the service principal. The service principal must exist before this resource can be retrieved.
55
55
  */
56
56
  applicationId?: string;
57
57
  /**
@@ -67,13 +67,17 @@ export interface GetServicePrincipalArgs {
67
67
  */
68
68
  home?: string;
69
69
  /**
70
- * The id of the service principal.
70
+ * The id of the service principal (SCIM ID).
71
71
  */
72
72
  id?: string;
73
73
  /**
74
74
  * Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
75
75
  */
76
76
  repos?: string;
77
+ /**
78
+ * Unique SCIM ID for a service principal in the Databricks workspace. The service principal must exist before this resource can be retrieved.
79
+ */
80
+ scimId?: string;
77
81
  spId?: string;
78
82
  }
79
83
  /**
@@ -88,6 +92,9 @@ export interface GetServicePrincipalResult {
88
92
  * Whether service principal is active or not.
89
93
  */
90
94
  readonly active: boolean;
95
+ /**
96
+ * Application ID of the service principal.
97
+ */
91
98
  readonly applicationId: string;
92
99
  /**
93
100
  * Display name of the service principal, e.g. `Foo SPN`.
@@ -102,13 +109,17 @@ export interface GetServicePrincipalResult {
102
109
  */
103
110
  readonly home: string;
104
111
  /**
105
- * The id of the service principal.
112
+ * The id of the service principal (SCIM ID).
106
113
  */
107
114
  readonly id: string;
108
115
  /**
109
116
  * Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
110
117
  */
111
118
  readonly repos: string;
119
+ /**
120
+ * same as `id`.
121
+ */
122
+ readonly scimId: string;
112
123
  readonly spId: string;
113
124
  }
114
125
  /**
@@ -142,7 +153,7 @@ export interface GetServicePrincipalResult {
142
153
  *
143
154
  * - End to end workspace management guide.
144
155
  * - databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
145
- * - databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
156
+ * - databricks.Group to manage [Account-level](https://docs.databricks.com/aws/en/admin/users-groups/groups) or [Workspace-level](https://docs.databricks.com/aws/en/admin/users-groups/workspace-local-groups) groups.
146
157
  * - databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
147
158
  * - databricks.GroupInstanceProfile to attach databricks.InstanceProfile (AWS) to databricks_group.
148
159
  * - databricks.GroupMember to attach users and groups as group members.
@@ -163,7 +174,7 @@ export interface GetServicePrincipalOutputArgs {
163
174
  */
164
175
  active?: pulumi.Input<boolean>;
165
176
  /**
166
- * ID of the service principal. The service principal must exist before this resource can be retrieved.
177
+ * Application ID of the service principal. The service principal must exist before this resource can be retrieved.
167
178
  */
168
179
  applicationId?: pulumi.Input<string>;
169
180
  /**
@@ -179,12 +190,16 @@ export interface GetServicePrincipalOutputArgs {
179
190
  */
180
191
  home?: pulumi.Input<string>;
181
192
  /**
182
- * The id of the service principal.
193
+ * The id of the service principal (SCIM ID).
183
194
  */
184
195
  id?: pulumi.Input<string>;
185
196
  /**
186
197
  * Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
187
198
  */
188
199
  repos?: pulumi.Input<string>;
200
+ /**
201
+ * Unique SCIM ID for a service principal in the Databricks workspace. The service principal must exist before this resource can be retrieved.
202
+ */
203
+ scimId?: pulumi.Input<string>;
189
204
  spId?: pulumi.Input<string>;
190
205
  }
@@ -36,7 +36,7 @@ const utilities = require("./utilities");
36
36
  *
37
37
  * - End to end workspace management guide.
38
38
  * - databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
39
- * - databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
39
+ * - databricks.Group to manage [Account-level](https://docs.databricks.com/aws/en/admin/users-groups/groups) or [Workspace-level](https://docs.databricks.com/aws/en/admin/users-groups/workspace-local-groups) groups.
40
40
  * - databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
41
41
  * - databricks.GroupInstanceProfile to attach databricks.InstanceProfile (AWS) to databricks_group.
42
42
  * - databricks.GroupMember to attach users and groups as group members.
@@ -55,6 +55,7 @@ function getServicePrincipal(args, opts) {
55
55
  "home": args.home,
56
56
  "id": args.id,
57
57
  "repos": args.repos,
58
+ "scimId": args.scimId,
58
59
  "spId": args.spId,
59
60
  }, opts);
60
61
  }
@@ -90,7 +91,7 @@ exports.getServicePrincipal = getServicePrincipal;
90
91
  *
91
92
  * - End to end workspace management guide.
92
93
  * - databricks.getCurrentUser data to retrieve information about databricks.User or databricks_service_principal, that is calling Databricks REST API.
93
- * - databricks.Group to manage [groups in Databricks Workspace](https://docs.databricks.com/administration-guide/users-groups/groups.html) or [Account Console](https://accounts.cloud.databricks.com/) (for AWS deployments).
94
+ * - databricks.Group to manage [Account-level](https://docs.databricks.com/aws/en/admin/users-groups/groups) or [Workspace-level](https://docs.databricks.com/aws/en/admin/users-groups/workspace-local-groups) groups.
94
95
  * - databricks.Group data to retrieve information about databricks.Group members, entitlements and instance profiles.
95
96
  * - databricks.GroupInstanceProfile to attach databricks.InstanceProfile (AWS) to databricks_group.
96
97
  * - databricks.GroupMember to attach users and groups as group members.
@@ -109,6 +110,7 @@ function getServicePrincipalOutput(args, opts) {
109
110
  "home": args.home,
110
111
  "id": args.id,
111
112
  "repos": args.repos,
113
+ "scimId": args.scimId,
112
114
  "spId": args.spId,
113
115
  }, opts);
114
116
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getServicePrincipal.js","sourceRoot":"","sources":["../getServicePrincipal.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,kDAcC;AA4ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,8DAcC"}
1
+ {"version":3,"file":"getServicePrincipal.js","sourceRoot":"","sources":["../getServicePrincipal.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kDAeC;AAuFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8DAeC"}
@@ -10,7 +10,7 @@ export declare function getServicePrincipals(args?: GetServicePrincipalsArgs, op
10
10
  */
11
11
  export interface GetServicePrincipalsArgs {
12
12
  /**
13
- * List of `applicationIds` of service principals Individual service principal can be retrieved using databricks.ServicePrincipal data source
13
+ * List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source
14
14
  */
15
15
  applicationIds?: string[];
16
16
  /**
@@ -23,7 +23,7 @@ export interface GetServicePrincipalsArgs {
23
23
  */
24
24
  export interface GetServicePrincipalsResult {
25
25
  /**
26
- * List of `applicationIds` of service principals Individual service principal can be retrieved using databricks.ServicePrincipal data source
26
+ * List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source
27
27
  */
28
28
  readonly applicationIds: string[];
29
29
  readonly displayNameContains: string;
@@ -43,7 +43,7 @@ export declare function getServicePrincipalsOutput(args?: GetServicePrincipalsOu
43
43
  */
44
44
  export interface GetServicePrincipalsOutputArgs {
45
45
  /**
46
- * List of `applicationIds` of service principals Individual service principal can be retrieved using databricks.ServicePrincipal data source
46
+ * List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source
47
47
  */
48
48
  applicationIds?: pulumi.Input<pulumi.Input<string>[]>;
49
49
  /**
@@ -39,7 +39,7 @@ import * as outputs from "./types/output";
39
39
  * * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
40
40
  * * databricks.SqlDashboard to manage Databricks SQL [Dashboards](https://docs.databricks.com/sql/user/dashboards/index.html).
41
41
  * * databricks.SqlGlobalConfig to configure the security policy, databricks_instance_profile, and [data access properties](https://docs.databricks.com/sql/admin/data-access-configuration.html) for all databricks.getSqlWarehouse of workspace.
42
- * * databricks.SqlPermissions to manage data object access control lists in Databricks workspaces for things like tables, views, databases, and [more](https://docs.databricks.com/security/access-control/table-acls/object-privileges.html).
42
+ * * databricks.Grants to manage data access in Unity Catalog.
43
43
  */
44
44
  export declare function getSqlWarehouse(args?: GetSqlWarehouseArgs, opts?: pulumi.InvokeOptions): Promise<GetSqlWarehouseResult>;
45
45
  /**
@@ -124,7 +124,7 @@ export interface GetSqlWarehouseArgs {
124
124
  */
125
125
  tags?: inputs.GetSqlWarehouseTags;
126
126
  /**
127
- * SQL warehouse type. See for [AWS](https://docs.databricks.com/sql/index.html#warehouse-types) or [Azure](https://learn.microsoft.com/azure/databricks/sql/#warehouse-types).
127
+ * SQL warehouse type. See [documentation](https://docs.databricks.com/sql/index.html#warehouse-types).
128
128
  */
129
129
  warehouseType?: string;
130
130
  }
@@ -210,7 +210,7 @@ export interface GetSqlWarehouseResult {
210
210
  */
211
211
  readonly tags: outputs.GetSqlWarehouseTags;
212
212
  /**
213
- * SQL warehouse type. See for [AWS](https://docs.databricks.com/sql/index.html#warehouse-types) or [Azure](https://learn.microsoft.com/azure/databricks/sql/#warehouse-types).
213
+ * SQL warehouse type. See [documentation](https://docs.databricks.com/sql/index.html#warehouse-types).
214
214
  */
215
215
  readonly warehouseType: string;
216
216
  }
@@ -252,7 +252,7 @@ export interface GetSqlWarehouseResult {
252
252
  * * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
253
253
  * * databricks.SqlDashboard to manage Databricks SQL [Dashboards](https://docs.databricks.com/sql/user/dashboards/index.html).
254
254
  * * databricks.SqlGlobalConfig to configure the security policy, databricks_instance_profile, and [data access properties](https://docs.databricks.com/sql/admin/data-access-configuration.html) for all databricks.getSqlWarehouse of workspace.
255
- * * databricks.SqlPermissions to manage data object access control lists in Databricks workspaces for things like tables, views, databases, and [more](https://docs.databricks.com/security/access-control/table-acls/object-privileges.html).
255
+ * * databricks.Grants to manage data access in Unity Catalog.
256
256
  */
257
257
  export declare function getSqlWarehouseOutput(args?: GetSqlWarehouseOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSqlWarehouseResult>;
258
258
  /**
@@ -337,7 +337,7 @@ export interface GetSqlWarehouseOutputArgs {
337
337
  */
338
338
  tags?: pulumi.Input<inputs.GetSqlWarehouseTagsArgs>;
339
339
  /**
340
- * SQL warehouse type. See for [AWS](https://docs.databricks.com/sql/index.html#warehouse-types) or [Azure](https://learn.microsoft.com/azure/databricks/sql/#warehouse-types).
340
+ * SQL warehouse type. See [documentation](https://docs.databricks.com/sql/index.html#warehouse-types).
341
341
  */
342
342
  warehouseType?: pulumi.Input<string>;
343
343
  }
@@ -43,7 +43,7 @@ const utilities = require("./utilities");
43
43
  * * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
44
44
  * * databricks.SqlDashboard to manage Databricks SQL [Dashboards](https://docs.databricks.com/sql/user/dashboards/index.html).
45
45
  * * databricks.SqlGlobalConfig to configure the security policy, databricks_instance_profile, and [data access properties](https://docs.databricks.com/sql/admin/data-access-configuration.html) for all databricks.getSqlWarehouse of workspace.
46
- * * databricks.SqlPermissions to manage data object access control lists in Databricks workspaces for things like tables, views, databases, and [more](https://docs.databricks.com/security/access-control/table-acls/object-privileges.html).
46
+ * * databricks.Grants to manage data access in Unity Catalog.
47
47
  */
48
48
  function getSqlWarehouse(args, opts) {
49
49
  args = args || {};
@@ -111,7 +111,7 @@ exports.getSqlWarehouse = getSqlWarehouse;
111
111
  * * databricks.InstanceProfile to manage AWS EC2 instance profiles that users can launch databricks.Cluster and access data, like databricks_mount.
112
112
  * * databricks.SqlDashboard to manage Databricks SQL [Dashboards](https://docs.databricks.com/sql/user/dashboards/index.html).
113
113
  * * databricks.SqlGlobalConfig to configure the security policy, databricks_instance_profile, and [data access properties](https://docs.databricks.com/sql/admin/data-access-configuration.html) for all databricks.getSqlWarehouse of workspace.
114
- * * databricks.SqlPermissions to manage data object access control lists in Databricks workspaces for things like tables, views, databases, and [more](https://docs.databricks.com/security/access-control/table-acls/object-privileges.html).
114
+ * * databricks.Grants to manage data access in Unity Catalog.
115
115
  */
116
116
  function getSqlWarehouseOutput(args, opts) {
117
117
  args = args || {};