@pulumi/databricks 1.77.0-alpha.1761975834 → 1.77.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.
- package/accountFederationPolicy.d.ts +9 -7
- package/accountFederationPolicy.js +3 -1
- package/accountFederationPolicy.js.map +1 -1
- package/accountNetworkPolicy.d.ts +3 -1
- package/accountNetworkPolicy.js +3 -1
- package/accountNetworkPolicy.js.map +1 -1
- package/accountSettingV2.d.ts +24 -16
- package/accountSettingV2.js +24 -5
- package/accountSettingV2.js.map +1 -1
- package/alertV2.d.ts +16 -26
- package/alertV2.js +18 -3
- package/alertV2.js.map +1 -1
- package/app.d.ts +21 -0
- package/app.js +4 -0
- package/app.js.map +1 -1
- package/appsSettingsCustomTemplate.d.ts +3 -13
- package/appsSettingsCustomTemplate.js +3 -3
- package/appsSettingsCustomTemplate.js.map +1 -1
- package/budgetPolicy.d.ts +3 -1
- package/budgetPolicy.js +3 -1
- package/budgetPolicy.js.map +1 -1
- package/catalog.d.ts +43 -2
- package/catalog.js +1 -1
- package/catalog.js.map +1 -1
- package/cluster.d.ts +12 -87
- package/cluster.js +2 -0
- package/cluster.js.map +1 -1
- package/dataQualityMonitor.d.ts +165 -0
- package/dataQualityMonitor.js +113 -0
- package/dataQualityMonitor.js.map +1 -0
- package/dataQualityRefresh.d.ts +169 -0
- package/dataQualityRefresh.js +106 -0
- package/dataQualityRefresh.js.map +1 -0
- package/databaseDatabaseCatalog.d.ts +3 -13
- package/databaseDatabaseCatalog.js +3 -3
- package/databaseDatabaseCatalog.js.map +1 -1
- package/databaseInstance.d.ts +97 -50
- package/databaseInstance.js +38 -3
- package/databaseInstance.js.map +1 -1
- package/databaseSyncedDatabaseTable.d.ts +12 -13
- package/databaseSyncedDatabaseTable.js +12 -3
- package/databaseSyncedDatabaseTable.js.map +1 -1
- package/entitlements.d.ts +9 -9
- package/entityTagAssignment.d.ts +45 -13
- package/entityTagAssignment.js +45 -3
- package/entityTagAssignment.js.map +1 -1
- package/externalMetadata.d.ts +6 -16
- package/externalMetadata.js +3 -3
- package/externalMetadata.js.map +1 -1
- package/featureEngineeringFeature.d.ts +145 -0
- package/featureEngineeringFeature.js +99 -0
- package/featureEngineeringFeature.js.map +1 -0
- package/featureEngineeringMaterializedFeature.d.ts +117 -0
- package/featureEngineeringMaterializedFeature.js +87 -0
- package/featureEngineeringMaterializedFeature.js.map +1 -0
- package/getAccountFederationPolicies.d.ts +19 -2
- package/getAccountFederationPolicies.js +14 -4
- package/getAccountFederationPolicies.js.map +1 -1
- package/getAccountFederationPolicy.d.ts +14 -35
- package/getAccountFederationPolicy.js +4 -8
- package/getAccountFederationPolicy.js.map +1 -1
- package/getAccountNetworkPolicies.d.ts +4 -0
- package/getAccountNetworkPolicies.js +4 -0
- package/getAccountNetworkPolicies.js.map +1 -1
- package/getAccountNetworkPolicy.d.ts +11 -24
- package/getAccountNetworkPolicy.js +4 -6
- package/getAccountNetworkPolicy.js.map +1 -1
- package/getAccountSettingV2.d.ts +37 -148
- package/getAccountSettingV2.js +18 -32
- package/getAccountSettingV2.js.map +1 -1
- package/getAlertV2.d.ts +39 -111
- package/getAlertV2.js +24 -24
- package/getAlertV2.js.map +1 -1
- package/getAlertsV2.d.ts +8 -10
- package/getAlertsV2.js +6 -2
- package/getAlertsV2.js.map +1 -1
- package/getApp.d.ts +5 -1
- package/getApp.js +2 -0
- package/getApp.js.map +1 -1
- package/getApps.d.ts +16 -2
- package/getApps.js +10 -4
- package/getApps.js.map +1 -1
- package/getAppsSettingsCustomTemplate.d.ts +5 -51
- package/getAppsSettingsCustomTemplate.js +4 -12
- package/getAppsSettingsCustomTemplate.js.map +1 -1
- package/getAppsSettingsCustomTemplates.d.ts +9 -5
- package/getAppsSettingsCustomTemplates.js +6 -2
- package/getAppsSettingsCustomTemplates.js.map +1 -1
- package/getAwsBucketPolicy.d.ts +6 -6
- package/getAwsBucketPolicy.js +6 -6
- package/getBudgetPolicies.d.ts +48 -2
- package/getBudgetPolicies.js +18 -4
- package/getBudgetPolicies.js.map +1 -1
- package/getBudgetPolicy.d.ts +11 -40
- package/getBudgetPolicy.js +4 -8
- package/getBudgetPolicy.js.map +1 -1
- package/getCatalog.d.ts +9 -0
- package/getCatalog.js +2 -0
- package/getCatalog.js.map +1 -1
- package/getCatalogs.d.ts +11 -0
- package/getCatalogs.js +2 -0
- package/getCatalogs.js.map +1 -1
- package/getCluster.d.ts +9 -0
- package/getCluster.js +2 -0
- package/getCluster.js.map +1 -1
- package/getClusterPolicy.d.ts +11 -0
- package/getClusterPolicy.js +2 -0
- package/getClusterPolicy.js.map +1 -1
- package/getClusters.d.ts +9 -0
- package/getClusters.js +2 -0
- package/getClusters.js.map +1 -1
- package/getCurrentMetastore.d.ts +9 -0
- package/getCurrentMetastore.js +2 -0
- package/getCurrentMetastore.js.map +1 -1
- package/getDashboards.d.ts +4 -0
- package/getDashboards.js +2 -0
- package/getDashboards.js.map +1 -1
- package/getDataQualityMonitor.d.ts +136 -0
- package/getDataQualityMonitor.js +88 -0
- package/getDataQualityMonitor.js.map +1 -0
- package/getDataQualityMonitors.d.ts +79 -0
- package/getDataQualityMonitors.js +76 -0
- package/getDataQualityMonitors.js.map +1 -0
- package/getDataQualityRefresh.d.ts +158 -0
- package/getDataQualityRefresh.js +90 -0
- package/getDataQualityRefresh.js.map +1 -0
- package/getDataQualityRefreshes.d.ts +131 -0
- package/getDataQualityRefreshes.js +90 -0
- package/getDataQualityRefreshes.js.map +1 -0
- package/getDatabaseDatabaseCatalog.d.ts +4 -33
- package/getDatabaseDatabaseCatalog.js +4 -8
- package/getDatabaseDatabaseCatalog.js.map +1 -1
- package/getDatabaseDatabaseCatalogs.d.ts +22 -7
- package/getDatabaseDatabaseCatalogs.js +10 -4
- package/getDatabaseDatabaseCatalogs.js.map +1 -1
- package/getDatabaseInstance.d.ts +40 -102
- package/getDatabaseInstance.js +4 -16
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabaseInstances.d.ts +9 -5
- package/getDatabaseInstances.js +6 -2
- package/getDatabaseInstances.js.map +1 -1
- package/getDatabaseSyncedDatabaseTable.d.ts +5 -41
- package/getDatabaseSyncedDatabaseTable.js +4 -8
- package/getDatabaseSyncedDatabaseTable.js.map +1 -1
- package/getDatabaseSyncedDatabaseTables.d.ts +22 -7
- package/getDatabaseSyncedDatabaseTables.js +10 -4
- package/getDatabaseSyncedDatabaseTables.js.map +1 -1
- package/getDirectory.d.ts +11 -0
- package/getDirectory.js +2 -0
- package/getDirectory.js.map +1 -1
- package/getEntityTagAssignment.d.ts +81 -18
- package/getEntityTagAssignment.js +80 -4
- package/getEntityTagAssignment.js.map +1 -1
- package/getEntityTagAssignments.d.ts +75 -5
- package/getEntityTagAssignments.js +72 -2
- package/getEntityTagAssignments.js.map +1 -1
- package/getExternalLocation.d.ts +9 -0
- package/getExternalLocation.js +2 -0
- package/getExternalLocation.js.map +1 -1
- package/getExternalLocations.d.ts +11 -0
- package/getExternalLocations.js +2 -0
- package/getExternalLocations.js.map +1 -1
- package/getExternalMetadata.d.ts +10 -75
- package/getExternalMetadata.js +4 -16
- package/getExternalMetadata.js.map +1 -1
- package/getExternalMetadatas.d.ts +11 -5
- package/getExternalMetadatas.js +6 -2
- package/getExternalMetadatas.js.map +1 -1
- package/getFeatureEngineeringFeature.d.ts +65 -0
- package/getFeatureEngineeringFeature.js +28 -0
- package/getFeatureEngineeringFeature.js.map +1 -0
- package/getFeatureEngineeringFeatures.d.ts +39 -0
- package/getFeatureEngineeringFeatures.js +30 -0
- package/getFeatureEngineeringFeatures.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeature.d.ts +66 -0
- package/getFeatureEngineeringMaterializedFeature.js +28 -0
- package/getFeatureEngineeringMaterializedFeature.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeatures.d.ts +51 -0
- package/getFeatureEngineeringMaterializedFeatures.js +32 -0
- package/getFeatureEngineeringMaterializedFeatures.js.map +1 -0
- package/getFunctions.d.ts +3 -0
- package/getFunctions.js +2 -0
- package/getFunctions.js.map +1 -1
- package/getInstanceProfiles.d.ts +9 -0
- package/getInstanceProfiles.js +2 -0
- package/getInstanceProfiles.js.map +1 -1
- package/getJobs.d.ts +11 -0
- package/getJobs.js +2 -0
- package/getJobs.js.map +1 -1
- package/getMaterializedFeaturesFeatureTag.d.ts +7 -18
- package/getMaterializedFeaturesFeatureTag.js +6 -4
- package/getMaterializedFeaturesFeatureTag.js.map +1 -1
- package/getMaterializedFeaturesFeatureTags.d.ts +19 -7
- package/getMaterializedFeaturesFeatureTags.js +12 -4
- package/getMaterializedFeaturesFeatureTags.js.map +1 -1
- package/getMetastore.d.ts +2 -2
- package/getMetastore.js +2 -2
- package/getMlflowExperiment.d.ts +9 -0
- package/getMlflowExperiment.js +2 -0
- package/getMlflowExperiment.js.map +1 -1
- package/getMlflowModel.d.ts +9 -0
- package/getMlflowModel.js +2 -0
- package/getMlflowModel.js.map +1 -1
- package/getMlflowModels.d.ts +11 -0
- package/getMlflowModels.js +2 -0
- package/getMlflowModels.js.map +1 -1
- package/getNodeType.d.ts +29 -2
- package/getNodeType.js +4 -0
- package/getNodeType.js.map +1 -1
- package/getNotificationDestinations.d.ts +4 -0
- package/getNotificationDestinations.js +2 -0
- package/getNotificationDestinations.js.map +1 -1
- package/getOnlineStore.d.ts +7 -26
- package/getOnlineStore.js +6 -6
- package/getOnlineStore.js.map +1 -1
- package/getOnlineStores.d.ts +11 -5
- package/getOnlineStores.js +8 -2
- package/getOnlineStores.js.map +1 -1
- package/getPipelines.d.ts +11 -0
- package/getPipelines.js +2 -0
- package/getPipelines.js.map +1 -1
- package/getPolicyInfo.d.ts +21 -115
- package/getPolicyInfo.js +6 -20
- package/getPolicyInfo.js.map +1 -1
- package/getPolicyInfos.d.ts +30 -9
- package/getPolicyInfos.js +10 -2
- package/getPolicyInfos.js.map +1 -1
- package/getQualityMonitorV2.d.ts +4 -9
- package/getQualityMonitorV2.js +4 -2
- package/getQualityMonitorV2.js.map +1 -1
- package/getQualityMonitorsV2.d.ts +7 -9
- package/getQualityMonitorsV2.js +6 -2
- package/getQualityMonitorsV2.js.map +1 -1
- package/getRegisteredModel.d.ts +3 -0
- package/getRegisteredModel.js +2 -0
- package/getRegisteredModel.js.map +1 -1
- package/getRegisteredModelVersions.d.ts +3 -0
- package/getRegisteredModelVersions.js +2 -0
- package/getRegisteredModelVersions.js.map +1 -1
- package/getRfaAccessRequestDestinations.d.ts +44 -0
- package/getRfaAccessRequestDestinations.js +36 -0
- package/getRfaAccessRequestDestinations.js.map +1 -0
- package/getSchema.d.ts +9 -0
- package/getSchema.js +2 -0
- package/getSchema.js.map +1 -1
- package/getSchemas.d.ts +11 -0
- package/getSchemas.js +2 -0
- package/getSchemas.js.map +1 -1
- package/getServicePrincipalFederationPolicies.d.ts +8 -1
- package/getServicePrincipalFederationPolicies.js +6 -0
- package/getServicePrincipalFederationPolicies.js.map +1 -1
- package/getServicePrincipalFederationPolicy.d.ts +18 -31
- package/getServicePrincipalFederationPolicy.js +4 -6
- package/getServicePrincipalFederationPolicy.js.map +1 -1
- package/getServingEndpoints.d.ts +3 -0
- package/getServingEndpoints.js +2 -0
- package/getServingEndpoints.js.map +1 -1
- package/getShare.d.ts +29 -14
- package/getShare.js +8 -4
- package/getShare.js.map +1 -1
- package/getShares.d.ts +11 -0
- package/getShares.js +2 -0
- package/getShares.js.map +1 -1
- package/getSparkVersion.d.ts +11 -0
- package/getSparkVersion.js +2 -0
- package/getSparkVersion.js.map +1 -1
- package/getSqlWarehouse.d.ts +3 -0
- package/getSqlWarehouse.js +2 -0
- package/getSqlWarehouse.js.map +1 -1
- package/getSqlWarehouses.d.ts +11 -0
- package/getSqlWarehouses.js +2 -0
- package/getSqlWarehouses.js.map +1 -1
- package/getStorageCredential.d.ts +9 -0
- package/getStorageCredential.js +2 -0
- package/getStorageCredential.js.map +1 -1
- package/getStorageCredentials.d.ts +11 -0
- package/getStorageCredentials.js +2 -0
- package/getStorageCredentials.js.map +1 -1
- package/getTable.d.ts +9 -0
- package/getTable.js +2 -0
- package/getTable.js.map +1 -1
- package/getTables.d.ts +11 -0
- package/getTables.js +2 -0
- package/getTables.js.map +1 -1
- package/getTagPolicies.d.ts +39 -7
- package/getTagPolicies.js +32 -4
- package/getTagPolicies.js.map +1 -1
- package/getTagPolicy.d.ts +42 -30
- package/getTagPolicy.js +32 -8
- package/getTagPolicy.js.map +1 -1
- package/getViews.d.ts +11 -0
- package/getViews.js +2 -0
- package/getViews.js.map +1 -1
- package/getVolume.d.ts +9 -0
- package/getVolume.js +2 -0
- package/getVolume.js.map +1 -1
- package/getVolumes.d.ts +11 -0
- package/getVolumes.js +2 -0
- package/getVolumes.js.map +1 -1
- package/getWorkspaceNetworkOption.d.ts +10 -20
- package/getWorkspaceNetworkOption.js +4 -4
- package/getWorkspaceNetworkOption.js.map +1 -1
- package/getWorkspaceSettingV2.d.ts +37 -157
- package/getWorkspaceSettingV2.js +18 -34
- package/getWorkspaceSettingV2.js.map +1 -1
- package/getZones.d.ts +11 -0
- package/getZones.js +2 -0
- package/getZones.js.map +1 -1
- package/gitCredential.d.ts +15 -3
- package/gitCredential.js +2 -0
- package/gitCredential.js.map +1 -1
- package/group.d.ts +9 -9
- package/index.d.ts +45 -45
- package/index.js +59 -57
- package/index.js.map +1 -1
- package/job.d.ts +12 -0
- package/job.js +2 -0
- package/job.js.map +1 -1
- package/library.d.ts +87 -0
- package/library.js +2 -0
- package/library.js.map +1 -1
- package/materializedFeaturesFeatureTag.d.ts +3 -13
- package/materializedFeaturesFeatureTag.js +3 -3
- package/materializedFeaturesFeatureTag.js.map +1 -1
- package/mwsStorageConfigurations.d.ts +3 -3
- package/mwsStorageConfigurations.js +3 -3
- package/mwsWorkspaces.d.ts +25 -13
- package/mwsWorkspaces.js +6 -4
- package/mwsWorkspaces.js.map +1 -1
- package/onlineStore.d.ts +3 -13
- package/onlineStore.js +3 -3
- package/onlineStore.js.map +1 -1
- package/package.json +2 -2
- package/permissionAssignment.d.ts +85 -1
- package/permissionAssignment.js +48 -3
- package/permissionAssignment.js.map +1 -1
- package/pipeline.d.ts +3 -0
- package/pipeline.js +2 -0
- package/pipeline.js.map +1 -1
- package/policyInfo.d.ts +3 -13
- package/policyInfo.js +3 -3
- package/policyInfo.js.map +1 -1
- package/qualityMonitor.d.ts +12 -0
- package/qualityMonitor.js +2 -0
- package/qualityMonitor.js.map +1 -1
- package/qualityMonitorV2.d.ts +3 -13
- package/qualityMonitorV2.js +3 -3
- package/qualityMonitorV2.js.map +1 -1
- package/registeredModel.d.ts +31 -5
- package/registeredModel.js +16 -6
- package/registeredModel.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +101 -0
- package/rfaAccessRequestDestinations.js +88 -0
- package/rfaAccessRequestDestinations.js.map +1 -0
- package/servicePrincipalFederationPolicy.d.ts +9 -7
- package/servicePrincipalFederationPolicy.js +3 -1
- package/servicePrincipalFederationPolicy.js.map +1 -1
- package/share.d.ts +15 -12
- package/share.js +9 -5
- package/share.js.map +1 -1
- package/sqlTable.d.ts +11 -3
- package/sqlTable.js +2 -0
- package/sqlTable.js.map +1 -1
- package/storageCredential.d.ts +10 -1
- package/storageCredential.js +1 -1
- package/storageCredential.js.map +1 -1
- package/tagPolicy.d.ts +41 -12
- package/tagPolicy.js +31 -4
- package/tagPolicy.js.map +1 -1
- package/types/input.d.ts +2292 -5271
- package/types/output.d.ts +3530 -4275
- package/user.d.ts +9 -9
- package/workspaceBinding.d.ts +0 -26
- package/workspaceBinding.js +0 -26
- package/workspaceBinding.js.map +1 -1
- package/workspaceNetworkOption.d.ts +3 -1
- package/workspaceNetworkOption.js +3 -1
- package/workspaceNetworkOption.js.map +1 -1
- package/workspaceSettingV2.d.ts +24 -28
- package/workspaceSettingV2.js +24 -7
- package/workspaceSettingV2.js.map +1 -1
- package/cleanRoomAsset.d.ts +0 -294
- package/cleanRoomAsset.js +0 -123
- package/cleanRoomAsset.js.map +0 -1
- package/cleanRoomAutoApprovalRule.d.ts +0 -147
- package/cleanRoomAutoApprovalRule.js +0 -84
- package/cleanRoomAutoApprovalRule.js.map +0 -1
- package/cleanRoomsCleanRoom.d.ts +0 -175
- package/cleanRoomsCleanRoom.js +0 -96
- package/cleanRoomsCleanRoom.js.map +0 -1
- package/getCleanRoomAsset.d.ts +0 -244
- package/getCleanRoomAsset.js +0 -72
- package/getCleanRoomAsset.js.map +0 -1
- package/getCleanRoomAssetRevisionsCleanRoomAsset.d.ts +0 -216
- package/getCleanRoomAssetRevisionsCleanRoomAsset.js +0 -44
- package/getCleanRoomAssetRevisionsCleanRoomAsset.js.map +0 -1
- package/getCleanRoomAssetRevisionsCleanRoomAssets.d.ts +0 -45
- package/getCleanRoomAssetRevisionsCleanRoomAssets.js +0 -24
- package/getCleanRoomAssetRevisionsCleanRoomAssets.js.map +0 -1
- package/getCleanRoomAssets.d.ts +0 -74
- package/getCleanRoomAssets.js +0 -52
- package/getCleanRoomAssets.js.map +0 -1
- package/getCleanRoomAutoApprovalRule.d.ts +0 -97
- package/getCleanRoomAutoApprovalRule.js +0 -32
- package/getCleanRoomAutoApprovalRule.js.map +0 -1
- package/getCleanRoomAutoApprovalRules.d.ts +0 -33
- package/getCleanRoomAutoApprovalRules.js +0 -24
- package/getCleanRoomAutoApprovalRules.js.map +0 -1
- package/getCleanRoomsCleanRoom.d.ts +0 -147
- package/getCleanRoomsCleanRoom.js +0 -64
- package/getCleanRoomsCleanRoom.js.map +0 -1
- package/getCleanRoomsCleanRooms.d.ts +0 -61
- package/getCleanRoomsCleanRooms.js +0 -52
- package/getCleanRoomsCleanRooms.js.map +0 -1
- package/getRecipientFederationPolicies.d.ts +0 -33
- package/getRecipientFederationPolicies.js +0 -24
- package/getRecipientFederationPolicies.js.map +0 -1
- package/getRecipientFederationPolicy.d.ts +0 -80
- package/getRecipientFederationPolicy.js +0 -30
- package/getRecipientFederationPolicy.js.map +0 -1
- package/recipientFederationPolicy.d.ts +0 -126
- package/recipientFederationPolicy.js +0 -80
- package/recipientFederationPolicy.js.map +0 -1
package/policyInfo.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
5
7
|
* ## Import
|
|
6
8
|
*
|
|
7
9
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -19,7 +21,7 @@ import * as outputs from "./types/output";
|
|
|
19
21
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
20
22
|
*
|
|
21
23
|
* ```sh
|
|
22
|
-
* $ pulumi import databricks:index/policyInfo:PolicyInfo
|
|
24
|
+
* $ pulumi import databricks:index/policyInfo:PolicyInfo this "on_securable_type,on_securable_fullname,name"
|
|
23
25
|
* ```
|
|
24
26
|
*/
|
|
25
27
|
export declare class PolicyInfo extends pulumi.CustomResource {
|
|
@@ -115,10 +117,6 @@ export declare class PolicyInfo extends pulumi.CustomResource {
|
|
|
115
117
|
* Optional condition when the policy should take effect
|
|
116
118
|
*/
|
|
117
119
|
readonly whenCondition: pulumi.Output<string | undefined>;
|
|
118
|
-
/**
|
|
119
|
-
* Workspace ID of the resource
|
|
120
|
-
*/
|
|
121
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
122
120
|
/**
|
|
123
121
|
* Create a PolicyInfo resource with the given unique name, arguments, and options.
|
|
124
122
|
*
|
|
@@ -209,10 +207,6 @@ export interface PolicyInfoState {
|
|
|
209
207
|
* Optional condition when the policy should take effect
|
|
210
208
|
*/
|
|
211
209
|
whenCondition?: pulumi.Input<string>;
|
|
212
|
-
/**
|
|
213
|
-
* Workspace ID of the resource
|
|
214
|
-
*/
|
|
215
|
-
workspaceId?: pulumi.Input<string>;
|
|
216
210
|
}
|
|
217
211
|
/**
|
|
218
212
|
* The set of arguments for constructing a PolicyInfo resource.
|
|
@@ -279,8 +273,4 @@ export interface PolicyInfoArgs {
|
|
|
279
273
|
* Optional condition when the policy should take effect
|
|
280
274
|
*/
|
|
281
275
|
whenCondition?: pulumi.Input<string>;
|
|
282
|
-
/**
|
|
283
|
-
* Workspace ID of the resource
|
|
284
|
-
*/
|
|
285
|
-
workspaceId?: pulumi.Input<string>;
|
|
286
276
|
}
|
package/policyInfo.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.PolicyInfo = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* ## Import
|
|
10
12
|
*
|
|
11
13
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -23,7 +25,7 @@ const utilities = require("./utilities");
|
|
|
23
25
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
24
26
|
*
|
|
25
27
|
* ```sh
|
|
26
|
-
* $ pulumi import databricks:index/policyInfo:PolicyInfo
|
|
28
|
+
* $ pulumi import databricks:index/policyInfo:PolicyInfo this "on_securable_type,on_securable_fullname,name"
|
|
27
29
|
* ```
|
|
28
30
|
*/
|
|
29
31
|
class PolicyInfo extends pulumi.CustomResource {
|
|
@@ -70,7 +72,6 @@ class PolicyInfo extends pulumi.CustomResource {
|
|
|
70
72
|
resourceInputs["updatedAt"] = state?.updatedAt;
|
|
71
73
|
resourceInputs["updatedBy"] = state?.updatedBy;
|
|
72
74
|
resourceInputs["whenCondition"] = state?.whenCondition;
|
|
73
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
74
75
|
}
|
|
75
76
|
else {
|
|
76
77
|
const args = argsOrState;
|
|
@@ -95,7 +96,6 @@ class PolicyInfo extends pulumi.CustomResource {
|
|
|
95
96
|
resourceInputs["rowFilter"] = args?.rowFilter;
|
|
96
97
|
resourceInputs["toPrincipals"] = args?.toPrincipals;
|
|
97
98
|
resourceInputs["whenCondition"] = args?.whenCondition;
|
|
98
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
99
99
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
100
100
|
resourceInputs["createdBy"] = undefined /*out*/;
|
|
101
101
|
resourceInputs["updatedAt"] = undefined /*out*/;
|
package/policyInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policyInfo.js","sourceRoot":"","sources":["../policyInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"policyInfo.js","sourceRoot":"","sources":["../policyInfo.ts"],"names":[],"mappings":"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"}
|
package/qualityMonitor.d.ts
CHANGED
|
@@ -161,6 +161,10 @@ export declare class QualityMonitor extends pulumi.CustomResource {
|
|
|
161
161
|
* The full name of the profile metrics table. Format: __catalog_name__.__schema_name__.__table_name__.
|
|
162
162
|
*/
|
|
163
163
|
readonly profileMetricsTableName: pulumi.Output<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
166
|
+
*/
|
|
167
|
+
readonly providerConfig: pulumi.Output<outputs.QualityMonitorProviderConfig | undefined>;
|
|
164
168
|
/**
|
|
165
169
|
* The schedule for automatically updating and refreshing metric tables. This block consists of following fields:
|
|
166
170
|
*/
|
|
@@ -256,6 +260,10 @@ export interface QualityMonitorState {
|
|
|
256
260
|
* The full name of the profile metrics table. Format: __catalog_name__.__schema_name__.__table_name__.
|
|
257
261
|
*/
|
|
258
262
|
profileMetricsTableName?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
265
|
+
*/
|
|
266
|
+
providerConfig?: pulumi.Input<inputs.QualityMonitorProviderConfig>;
|
|
259
267
|
/**
|
|
260
268
|
* The schedule for automatically updating and refreshing metric tables. This block consists of following fields:
|
|
261
269
|
*/
|
|
@@ -327,6 +335,10 @@ export interface QualityMonitorArgs {
|
|
|
327
335
|
* Schema where output metric tables are created
|
|
328
336
|
*/
|
|
329
337
|
outputSchemaName: pulumi.Input<string>;
|
|
338
|
+
/**
|
|
339
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
340
|
+
*/
|
|
341
|
+
providerConfig?: pulumi.Input<inputs.QualityMonitorProviderConfig>;
|
|
330
342
|
/**
|
|
331
343
|
* The schedule for automatically updating and refreshing metric tables. This block consists of following fields:
|
|
332
344
|
*/
|
package/qualityMonitor.js
CHANGED
|
@@ -140,6 +140,7 @@ class QualityMonitor extends pulumi.CustomResource {
|
|
|
140
140
|
resourceInputs["notifications"] = state?.notifications;
|
|
141
141
|
resourceInputs["outputSchemaName"] = state?.outputSchemaName;
|
|
142
142
|
resourceInputs["profileMetricsTableName"] = state?.profileMetricsTableName;
|
|
143
|
+
resourceInputs["providerConfig"] = state?.providerConfig;
|
|
143
144
|
resourceInputs["schedule"] = state?.schedule;
|
|
144
145
|
resourceInputs["skipBuiltinDashboard"] = state?.skipBuiltinDashboard;
|
|
145
146
|
resourceInputs["slicingExprs"] = state?.slicingExprs;
|
|
@@ -169,6 +170,7 @@ class QualityMonitor extends pulumi.CustomResource {
|
|
|
169
170
|
resourceInputs["monitorId"] = args?.monitorId;
|
|
170
171
|
resourceInputs["notifications"] = args?.notifications;
|
|
171
172
|
resourceInputs["outputSchemaName"] = args?.outputSchemaName;
|
|
173
|
+
resourceInputs["providerConfig"] = args?.providerConfig;
|
|
172
174
|
resourceInputs["schedule"] = args?.schedule;
|
|
173
175
|
resourceInputs["skipBuiltinDashboard"] = args?.skipBuiltinDashboard;
|
|
174
176
|
resourceInputs["slicingExprs"] = args?.slicingExprs;
|
package/qualityMonitor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qualityMonitor.js","sourceRoot":"","sources":["../qualityMonitor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6FG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"qualityMonitor.js","sourceRoot":"","sources":["../qualityMonitor.ts"],"names":[],"mappings":"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"}
|
package/qualityMonitorV2.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
5
7
|
* Users with MANAGE Schema can use quality monitor v2 to set up data quality monitoring checks for UC objects, currently support schema.
|
|
6
8
|
*
|
|
7
9
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -39,7 +41,7 @@ import * as outputs from "./types/output";
|
|
|
39
41
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
40
42
|
*
|
|
41
43
|
* ```sh
|
|
42
|
-
* $ pulumi import databricks:index/qualityMonitorV2:QualityMonitorV2
|
|
44
|
+
* $ pulumi import databricks:index/qualityMonitorV2:QualityMonitorV2 this "object_type,object_id"
|
|
43
45
|
* ```
|
|
44
46
|
*/
|
|
45
47
|
export declare class QualityMonitorV2 extends pulumi.CustomResource {
|
|
@@ -70,10 +72,6 @@ export declare class QualityMonitorV2 extends pulumi.CustomResource {
|
|
|
70
72
|
* The type of the monitored object. Can be one of the following: schema
|
|
71
73
|
*/
|
|
72
74
|
readonly objectType: pulumi.Output<string>;
|
|
73
|
-
/**
|
|
74
|
-
* Workspace ID of the resource
|
|
75
|
-
*/
|
|
76
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
77
75
|
/**
|
|
78
76
|
* Create a QualityMonitorV2 resource with the given unique name, arguments, and options.
|
|
79
77
|
*
|
|
@@ -99,10 +97,6 @@ export interface QualityMonitorV2State {
|
|
|
99
97
|
* The type of the monitored object. Can be one of the following: schema
|
|
100
98
|
*/
|
|
101
99
|
objectType?: pulumi.Input<string>;
|
|
102
|
-
/**
|
|
103
|
-
* Workspace ID of the resource
|
|
104
|
-
*/
|
|
105
|
-
workspaceId?: pulumi.Input<string>;
|
|
106
100
|
}
|
|
107
101
|
/**
|
|
108
102
|
* The set of arguments for constructing a QualityMonitorV2 resource.
|
|
@@ -116,8 +110,4 @@ export interface QualityMonitorV2Args {
|
|
|
116
110
|
* The type of the monitored object. Can be one of the following: schema
|
|
117
111
|
*/
|
|
118
112
|
objectType: pulumi.Input<string>;
|
|
119
|
-
/**
|
|
120
|
-
* Workspace ID of the resource
|
|
121
|
-
*/
|
|
122
|
-
workspaceId?: pulumi.Input<string>;
|
|
123
113
|
}
|
package/qualityMonitorV2.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.QualityMonitorV2 = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* Users with MANAGE Schema can use quality monitor v2 to set up data quality monitoring checks for UC objects, currently support schema.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This resource can only be used with an workspace-level provider!
|
|
@@ -43,7 +45,7 @@ const utilities = require("./utilities");
|
|
|
43
45
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
44
46
|
*
|
|
45
47
|
* ```sh
|
|
46
|
-
* $ pulumi import databricks:index/qualityMonitorV2:QualityMonitorV2
|
|
48
|
+
* $ pulumi import databricks:index/qualityMonitorV2:QualityMonitorV2 this "object_type,object_id"
|
|
47
49
|
* ```
|
|
48
50
|
*/
|
|
49
51
|
class QualityMonitorV2 extends pulumi.CustomResource {
|
|
@@ -77,7 +79,6 @@ class QualityMonitorV2 extends pulumi.CustomResource {
|
|
|
77
79
|
resourceInputs["anomalyDetectionConfig"] = state?.anomalyDetectionConfig;
|
|
78
80
|
resourceInputs["objectId"] = state?.objectId;
|
|
79
81
|
resourceInputs["objectType"] = state?.objectType;
|
|
80
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
81
82
|
}
|
|
82
83
|
else {
|
|
83
84
|
const args = argsOrState;
|
|
@@ -89,7 +90,6 @@ class QualityMonitorV2 extends pulumi.CustomResource {
|
|
|
89
90
|
}
|
|
90
91
|
resourceInputs["objectId"] = args?.objectId;
|
|
91
92
|
resourceInputs["objectType"] = args?.objectType;
|
|
92
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
93
93
|
resourceInputs["anomalyDetectionConfig"] = undefined /*out*/;
|
|
94
94
|
}
|
|
95
95
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/qualityMonitorV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qualityMonitorV2.js","sourceRoot":"","sources":["../qualityMonitorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"qualityMonitorV2.js","sourceRoot":"","sources":["../qualityMonitorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,EAAE,sBAAsB,CAAC;YACzE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;SACpD;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAvEL,4CAwEC;AA1DG,gBAAgB;AACO,6BAAY,GAAG,oDAAoD,CAAC"}
|
package/registeredModel.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* This resource allows you to create [Models in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html) in Databricks.
|
|
4
6
|
*
|
|
@@ -68,14 +70,20 @@ export declare class RegisteredModel extends pulumi.CustomResource {
|
|
|
68
70
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
71
|
*/
|
|
70
72
|
static isInstance(obj: any): obj is RegisteredModel;
|
|
73
|
+
readonly aliases: pulumi.Output<outputs.RegisteredModelAlias[] | undefined>;
|
|
74
|
+
readonly browseOnly: pulumi.Output<boolean | undefined>;
|
|
71
75
|
/**
|
|
72
76
|
* The name of the catalog where the schema and the registered model reside. *Change of this parameter forces recreation of the resource.*
|
|
73
77
|
*/
|
|
74
|
-
readonly catalogName: pulumi.Output<string>;
|
|
78
|
+
readonly catalogName: pulumi.Output<string | undefined>;
|
|
75
79
|
/**
|
|
76
80
|
* The comment attached to the registered model.
|
|
77
81
|
*/
|
|
78
82
|
readonly comment: pulumi.Output<string | undefined>;
|
|
83
|
+
readonly createdAt: pulumi.Output<number>;
|
|
84
|
+
readonly createdBy: pulumi.Output<string>;
|
|
85
|
+
readonly fullName: pulumi.Output<string>;
|
|
86
|
+
readonly metastoreId: pulumi.Output<string>;
|
|
79
87
|
/**
|
|
80
88
|
* The name of the registered model. *Change of this parameter forces recreation of the resource.*
|
|
81
89
|
*/
|
|
@@ -87,11 +95,13 @@ export declare class RegisteredModel extends pulumi.CustomResource {
|
|
|
87
95
|
/**
|
|
88
96
|
* The name of the schema where the registered model resides. *Change of this parameter forces recreation of the resource.*
|
|
89
97
|
*/
|
|
90
|
-
readonly schemaName: pulumi.Output<string>;
|
|
98
|
+
readonly schemaName: pulumi.Output<string | undefined>;
|
|
91
99
|
/**
|
|
92
100
|
* The storage location under which model version data files are stored. *Change of this parameter forces recreation of the resource.*
|
|
93
101
|
*/
|
|
94
102
|
readonly storageLocation: pulumi.Output<string>;
|
|
103
|
+
readonly updatedAt: pulumi.Output<number>;
|
|
104
|
+
readonly updatedBy: pulumi.Output<string>;
|
|
95
105
|
/**
|
|
96
106
|
* Create a RegisteredModel resource with the given unique name, arguments, and options.
|
|
97
107
|
*
|
|
@@ -99,12 +109,14 @@ export declare class RegisteredModel extends pulumi.CustomResource {
|
|
|
99
109
|
* @param args The arguments to use to populate this resource's properties.
|
|
100
110
|
* @param opts A bag of options that control this resource's behavior.
|
|
101
111
|
*/
|
|
102
|
-
constructor(name: string, args
|
|
112
|
+
constructor(name: string, args?: RegisteredModelArgs, opts?: pulumi.CustomResourceOptions);
|
|
103
113
|
}
|
|
104
114
|
/**
|
|
105
115
|
* Input properties used for looking up and filtering RegisteredModel resources.
|
|
106
116
|
*/
|
|
107
117
|
export interface RegisteredModelState {
|
|
118
|
+
aliases?: pulumi.Input<pulumi.Input<inputs.RegisteredModelAlias>[]>;
|
|
119
|
+
browseOnly?: pulumi.Input<boolean>;
|
|
108
120
|
/**
|
|
109
121
|
* The name of the catalog where the schema and the registered model reside. *Change of this parameter forces recreation of the resource.*
|
|
110
122
|
*/
|
|
@@ -113,6 +125,10 @@ export interface RegisteredModelState {
|
|
|
113
125
|
* The comment attached to the registered model.
|
|
114
126
|
*/
|
|
115
127
|
comment?: pulumi.Input<string>;
|
|
128
|
+
createdAt?: pulumi.Input<number>;
|
|
129
|
+
createdBy?: pulumi.Input<string>;
|
|
130
|
+
fullName?: pulumi.Input<string>;
|
|
131
|
+
metastoreId?: pulumi.Input<string>;
|
|
116
132
|
/**
|
|
117
133
|
* The name of the registered model. *Change of this parameter forces recreation of the resource.*
|
|
118
134
|
*/
|
|
@@ -129,19 +145,27 @@ export interface RegisteredModelState {
|
|
|
129
145
|
* The storage location under which model version data files are stored. *Change of this parameter forces recreation of the resource.*
|
|
130
146
|
*/
|
|
131
147
|
storageLocation?: pulumi.Input<string>;
|
|
148
|
+
updatedAt?: pulumi.Input<number>;
|
|
149
|
+
updatedBy?: pulumi.Input<string>;
|
|
132
150
|
}
|
|
133
151
|
/**
|
|
134
152
|
* The set of arguments for constructing a RegisteredModel resource.
|
|
135
153
|
*/
|
|
136
154
|
export interface RegisteredModelArgs {
|
|
155
|
+
aliases?: pulumi.Input<pulumi.Input<inputs.RegisteredModelAlias>[]>;
|
|
156
|
+
browseOnly?: pulumi.Input<boolean>;
|
|
137
157
|
/**
|
|
138
158
|
* The name of the catalog where the schema and the registered model reside. *Change of this parameter forces recreation of the resource.*
|
|
139
159
|
*/
|
|
140
|
-
catalogName
|
|
160
|
+
catalogName?: pulumi.Input<string>;
|
|
141
161
|
/**
|
|
142
162
|
* The comment attached to the registered model.
|
|
143
163
|
*/
|
|
144
164
|
comment?: pulumi.Input<string>;
|
|
165
|
+
createdAt?: pulumi.Input<number>;
|
|
166
|
+
createdBy?: pulumi.Input<string>;
|
|
167
|
+
fullName?: pulumi.Input<string>;
|
|
168
|
+
metastoreId?: pulumi.Input<string>;
|
|
145
169
|
/**
|
|
146
170
|
* The name of the registered model. *Change of this parameter forces recreation of the resource.*
|
|
147
171
|
*/
|
|
@@ -153,9 +177,11 @@ export interface RegisteredModelArgs {
|
|
|
153
177
|
/**
|
|
154
178
|
* The name of the schema where the registered model resides. *Change of this parameter forces recreation of the resource.*
|
|
155
179
|
*/
|
|
156
|
-
schemaName
|
|
180
|
+
schemaName?: pulumi.Input<string>;
|
|
157
181
|
/**
|
|
158
182
|
* The storage location under which model version data files are stored. *Change of this parameter forces recreation of the resource.*
|
|
159
183
|
*/
|
|
160
184
|
storageLocation?: pulumi.Input<string>;
|
|
185
|
+
updatedAt?: pulumi.Input<number>;
|
|
186
|
+
updatedBy?: pulumi.Input<string>;
|
|
161
187
|
}
|
package/registeredModel.js
CHANGED
|
@@ -86,27 +86,37 @@ class RegisteredModel extends pulumi.CustomResource {
|
|
|
86
86
|
opts = opts || {};
|
|
87
87
|
if (opts.id) {
|
|
88
88
|
const state = argsOrState;
|
|
89
|
+
resourceInputs["aliases"] = state?.aliases;
|
|
90
|
+
resourceInputs["browseOnly"] = state?.browseOnly;
|
|
89
91
|
resourceInputs["catalogName"] = state?.catalogName;
|
|
90
92
|
resourceInputs["comment"] = state?.comment;
|
|
93
|
+
resourceInputs["createdAt"] = state?.createdAt;
|
|
94
|
+
resourceInputs["createdBy"] = state?.createdBy;
|
|
95
|
+
resourceInputs["fullName"] = state?.fullName;
|
|
96
|
+
resourceInputs["metastoreId"] = state?.metastoreId;
|
|
91
97
|
resourceInputs["name"] = state?.name;
|
|
92
98
|
resourceInputs["owner"] = state?.owner;
|
|
93
99
|
resourceInputs["schemaName"] = state?.schemaName;
|
|
94
100
|
resourceInputs["storageLocation"] = state?.storageLocation;
|
|
101
|
+
resourceInputs["updatedAt"] = state?.updatedAt;
|
|
102
|
+
resourceInputs["updatedBy"] = state?.updatedBy;
|
|
95
103
|
}
|
|
96
104
|
else {
|
|
97
105
|
const args = argsOrState;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
if (args?.schemaName === undefined && !opts.urn) {
|
|
102
|
-
throw new Error("Missing required property 'schemaName'");
|
|
103
|
-
}
|
|
106
|
+
resourceInputs["aliases"] = args?.aliases;
|
|
107
|
+
resourceInputs["browseOnly"] = args?.browseOnly;
|
|
104
108
|
resourceInputs["catalogName"] = args?.catalogName;
|
|
105
109
|
resourceInputs["comment"] = args?.comment;
|
|
110
|
+
resourceInputs["createdAt"] = args?.createdAt;
|
|
111
|
+
resourceInputs["createdBy"] = args?.createdBy;
|
|
112
|
+
resourceInputs["fullName"] = args?.fullName;
|
|
113
|
+
resourceInputs["metastoreId"] = args?.metastoreId;
|
|
106
114
|
resourceInputs["name"] = args?.name;
|
|
107
115
|
resourceInputs["owner"] = args?.owner;
|
|
108
116
|
resourceInputs["schemaName"] = args?.schemaName;
|
|
109
117
|
resourceInputs["storageLocation"] = args?.storageLocation;
|
|
118
|
+
resourceInputs["updatedAt"] = args?.updatedAt;
|
|
119
|
+
resourceInputs["updatedBy"] = args?.updatedBy;
|
|
110
120
|
}
|
|
111
121
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
112
122
|
super(RegisteredModel.__pulumiType, name, resourceInputs, opts);
|
package/registeredModel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registeredModel.js","sourceRoot":"","sources":["../registeredModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"registeredModel.js","sourceRoot":"","sources":["../registeredModel.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
7
|
+
* Request for Access (RFA) access request destinations allow you to configure where notifications are sent when users request access to securable objects in Unity Catalog. This resource enables you to manage access request destinations for specific securable objects, such as tables, catalogs, or schemas.
|
|
8
|
+
*
|
|
9
|
+
* When a user requests access to a securable object, notifications can be sent to various destinations including email addresses, Slack channels, or Microsoft Teams channels. This resource allows you to configure these destinations to ensure that the appropriate stakeholders are notified of access requests.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
16
|
+
*
|
|
17
|
+
* hcl
|
|
18
|
+
*
|
|
19
|
+
* import {
|
|
20
|
+
*
|
|
21
|
+
* id = ""
|
|
22
|
+
*
|
|
23
|
+
* to = databricks_rfa_access_request_destinations.this
|
|
24
|
+
*
|
|
25
|
+
* }
|
|
26
|
+
*
|
|
27
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import databricks:index/rfaAccessRequestDestinations:RfaAccessRequestDestinations this ""
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export declare class RfaAccessRequestDestinations extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing RfaAccessRequestDestinations resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RfaAccessRequestDestinationsState, opts?: pulumi.CustomResourceOptions): RfaAccessRequestDestinations;
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of RfaAccessRequestDestinations. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj: any): obj is RfaAccessRequestDestinations;
|
|
49
|
+
/**
|
|
50
|
+
* (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
|
|
51
|
+
* This value is true if the caller does not have permission to see all destinations
|
|
52
|
+
*/
|
|
53
|
+
readonly areAnyDestinationsHidden: pulumi.Output<boolean>;
|
|
54
|
+
/**
|
|
55
|
+
* The access request destinations for the securable
|
|
56
|
+
*/
|
|
57
|
+
readonly destinations: pulumi.Output<outputs.RfaAccessRequestDestinationsDestination[]>;
|
|
58
|
+
/**
|
|
59
|
+
* The securable for which the access request destinations are being retrieved
|
|
60
|
+
*/
|
|
61
|
+
readonly securable: pulumi.Output<outputs.RfaAccessRequestDestinationsSecurable>;
|
|
62
|
+
/**
|
|
63
|
+
* Create a RfaAccessRequestDestinations resource with the given unique name, arguments, and options.
|
|
64
|
+
*
|
|
65
|
+
* @param name The _unique_ name of the resource.
|
|
66
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
67
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
68
|
+
*/
|
|
69
|
+
constructor(name: string, args: RfaAccessRequestDestinationsArgs, opts?: pulumi.CustomResourceOptions);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Input properties used for looking up and filtering RfaAccessRequestDestinations resources.
|
|
73
|
+
*/
|
|
74
|
+
export interface RfaAccessRequestDestinationsState {
|
|
75
|
+
/**
|
|
76
|
+
* (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
|
|
77
|
+
* This value is true if the caller does not have permission to see all destinations
|
|
78
|
+
*/
|
|
79
|
+
areAnyDestinationsHidden?: pulumi.Input<boolean>;
|
|
80
|
+
/**
|
|
81
|
+
* The access request destinations for the securable
|
|
82
|
+
*/
|
|
83
|
+
destinations?: pulumi.Input<pulumi.Input<inputs.RfaAccessRequestDestinationsDestination>[]>;
|
|
84
|
+
/**
|
|
85
|
+
* The securable for which the access request destinations are being retrieved
|
|
86
|
+
*/
|
|
87
|
+
securable?: pulumi.Input<inputs.RfaAccessRequestDestinationsSecurable>;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* The set of arguments for constructing a RfaAccessRequestDestinations resource.
|
|
91
|
+
*/
|
|
92
|
+
export interface RfaAccessRequestDestinationsArgs {
|
|
93
|
+
/**
|
|
94
|
+
* The access request destinations for the securable
|
|
95
|
+
*/
|
|
96
|
+
destinations: pulumi.Input<pulumi.Input<inputs.RfaAccessRequestDestinationsDestination>[]>;
|
|
97
|
+
/**
|
|
98
|
+
* The securable for which the access request destinations are being retrieved
|
|
99
|
+
*/
|
|
100
|
+
securable: pulumi.Input<inputs.RfaAccessRequestDestinationsSecurable>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
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.RfaAccessRequestDestinations = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
11
|
+
* Request for Access (RFA) access request destinations allow you to configure where notifications are sent when users request access to securable objects in Unity Catalog. This resource enables you to manage access request destinations for specific securable objects, such as tables, catalogs, or schemas.
|
|
12
|
+
*
|
|
13
|
+
* When a user requests access to a securable object, notifications can be sent to various destinations including email addresses, Slack channels, or Microsoft Teams channels. This resource allows you to configure these destinations to ensure that the appropriate stakeholders are notified of access requests.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ## Import
|
|
18
|
+
*
|
|
19
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
20
|
+
*
|
|
21
|
+
* hcl
|
|
22
|
+
*
|
|
23
|
+
* import {
|
|
24
|
+
*
|
|
25
|
+
* id = ""
|
|
26
|
+
*
|
|
27
|
+
* to = databricks_rfa_access_request_destinations.this
|
|
28
|
+
*
|
|
29
|
+
* }
|
|
30
|
+
*
|
|
31
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
32
|
+
*
|
|
33
|
+
* ```sh
|
|
34
|
+
* $ pulumi import databricks:index/rfaAccessRequestDestinations:RfaAccessRequestDestinations this ""
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
class RfaAccessRequestDestinations extends pulumi.CustomResource {
|
|
38
|
+
/**
|
|
39
|
+
* Get an existing RfaAccessRequestDestinations resource's state with the given name, ID, and optional extra
|
|
40
|
+
* properties used to qualify the lookup.
|
|
41
|
+
*
|
|
42
|
+
* @param name The _unique_ name of the resulting resource.
|
|
43
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
44
|
+
* @param state Any extra arguments used during the lookup.
|
|
45
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
46
|
+
*/
|
|
47
|
+
static get(name, id, state, opts) {
|
|
48
|
+
return new RfaAccessRequestDestinations(name, state, { ...opts, id: id });
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Returns true if the given object is an instance of RfaAccessRequestDestinations. This is designed to work even
|
|
52
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
53
|
+
*/
|
|
54
|
+
static isInstance(obj) {
|
|
55
|
+
if (obj === undefined || obj === null) {
|
|
56
|
+
return false;
|
|
57
|
+
}
|
|
58
|
+
return obj['__pulumiType'] === RfaAccessRequestDestinations.__pulumiType;
|
|
59
|
+
}
|
|
60
|
+
constructor(name, argsOrState, opts) {
|
|
61
|
+
let resourceInputs = {};
|
|
62
|
+
opts = opts || {};
|
|
63
|
+
if (opts.id) {
|
|
64
|
+
const state = argsOrState;
|
|
65
|
+
resourceInputs["areAnyDestinationsHidden"] = state?.areAnyDestinationsHidden;
|
|
66
|
+
resourceInputs["destinations"] = state?.destinations;
|
|
67
|
+
resourceInputs["securable"] = state?.securable;
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
const args = argsOrState;
|
|
71
|
+
if (args?.destinations === undefined && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'destinations'");
|
|
73
|
+
}
|
|
74
|
+
if (args?.securable === undefined && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'securable'");
|
|
76
|
+
}
|
|
77
|
+
resourceInputs["destinations"] = args?.destinations;
|
|
78
|
+
resourceInputs["securable"] = args?.securable;
|
|
79
|
+
resourceInputs["areAnyDestinationsHidden"] = undefined /*out*/;
|
|
80
|
+
}
|
|
81
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
82
|
+
super(RfaAccessRequestDestinations.__pulumiType, name, resourceInputs, opts);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
exports.RfaAccessRequestDestinations = RfaAccessRequestDestinations;
|
|
86
|
+
/** @internal */
|
|
87
|
+
RfaAccessRequestDestinations.__pulumiType = 'databricks:index/rfaAccessRequestDestinations:RfaAccessRequestDestinations';
|
|
88
|
+
//# sourceMappingURL=rfaAccessRequestDestinations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rfaAccessRequestDestinations.js","sourceRoot":"","sources":["../rfaAccessRequestDestinations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,4BAA6B,SAAQ,MAAM,CAAC,cAAc;IACnE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyC,EAAE,IAAmC;QACvI,OAAO,IAAI,4BAA4B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,4BAA4B,CAAC,YAAY,CAAC;IAC7E,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAkF,EAAE,IAAmC;QAC7I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4D,CAAC;YAC3E,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,EAAE,wBAAwB,CAAC;YAC7E,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2D,CAAC;YACzE,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,0BAA0B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjF,CAAC;;AAxEL,oEAyEC;AA3DG,gBAAgB;AACO,yCAAY,GAAG,4EAA4E,CAAC"}
|