@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
|
@@ -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
|
* Custom App Templates store the metadata of custom app code hosted in an external Git repository, enabling users to reuse boilerplate code when creating apps.
|
|
6
8
|
*
|
|
7
9
|
* ## Example Usage
|
|
@@ -52,7 +54,7 @@ import * as outputs from "./types/output";
|
|
|
52
54
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
53
55
|
*
|
|
54
56
|
* ```sh
|
|
55
|
-
* $ pulumi import databricks:index/appsSettingsCustomTemplate:AppsSettingsCustomTemplate
|
|
57
|
+
* $ pulumi import databricks:index/appsSettingsCustomTemplate:AppsSettingsCustomTemplate this "name"
|
|
56
58
|
* ```
|
|
57
59
|
*/
|
|
58
60
|
export declare class AppsSettingsCustomTemplate extends pulumi.CustomResource {
|
|
@@ -100,10 +102,6 @@ export declare class AppsSettingsCustomTemplate extends pulumi.CustomResource {
|
|
|
100
102
|
* The path to the template within the Git repository
|
|
101
103
|
*/
|
|
102
104
|
readonly path: pulumi.Output<string>;
|
|
103
|
-
/**
|
|
104
|
-
* Workspace ID of the resource
|
|
105
|
-
*/
|
|
106
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
107
105
|
/**
|
|
108
106
|
* Create a AppsSettingsCustomTemplate resource with the given unique name, arguments, and options.
|
|
109
107
|
*
|
|
@@ -146,10 +144,6 @@ export interface AppsSettingsCustomTemplateState {
|
|
|
146
144
|
* The path to the template within the Git repository
|
|
147
145
|
*/
|
|
148
146
|
path?: pulumi.Input<string>;
|
|
149
|
-
/**
|
|
150
|
-
* Workspace ID of the resource
|
|
151
|
-
*/
|
|
152
|
-
workspaceId?: pulumi.Input<string>;
|
|
153
147
|
}
|
|
154
148
|
/**
|
|
155
149
|
* The set of arguments for constructing a AppsSettingsCustomTemplate resource.
|
|
@@ -180,8 +174,4 @@ export interface AppsSettingsCustomTemplateArgs {
|
|
|
180
174
|
* The path to the template within the Git repository
|
|
181
175
|
*/
|
|
182
176
|
path: pulumi.Input<string>;
|
|
183
|
-
/**
|
|
184
|
-
* Workspace ID of the resource
|
|
185
|
-
*/
|
|
186
|
-
workspaceId?: pulumi.Input<string>;
|
|
187
177
|
}
|
|
@@ -6,6 +6,8 @@ exports.AppsSettingsCustomTemplate = 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
|
* Custom App Templates store the metadata of custom app code hosted in an external Git repository, enabling users to reuse boilerplate code when creating apps.
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
@@ -56,7 +58,7 @@ const utilities = require("./utilities");
|
|
|
56
58
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
57
59
|
*
|
|
58
60
|
* ```sh
|
|
59
|
-
* $ pulumi import databricks:index/appsSettingsCustomTemplate:AppsSettingsCustomTemplate
|
|
61
|
+
* $ pulumi import databricks:index/appsSettingsCustomTemplate:AppsSettingsCustomTemplate this "name"
|
|
60
62
|
* ```
|
|
61
63
|
*/
|
|
62
64
|
class AppsSettingsCustomTemplate extends pulumi.CustomResource {
|
|
@@ -94,7 +96,6 @@ class AppsSettingsCustomTemplate extends pulumi.CustomResource {
|
|
|
94
96
|
resourceInputs["manifest"] = state?.manifest;
|
|
95
97
|
resourceInputs["name"] = state?.name;
|
|
96
98
|
resourceInputs["path"] = state?.path;
|
|
97
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
98
99
|
}
|
|
99
100
|
else {
|
|
100
101
|
const args = argsOrState;
|
|
@@ -116,7 +117,6 @@ class AppsSettingsCustomTemplate extends pulumi.CustomResource {
|
|
|
116
117
|
resourceInputs["manifest"] = args?.manifest;
|
|
117
118
|
resourceInputs["name"] = args?.name;
|
|
118
119
|
resourceInputs["path"] = args?.path;
|
|
119
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
120
120
|
resourceInputs["creator"] = undefined /*out*/;
|
|
121
121
|
}
|
|
122
122
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appsSettingsCustomTemplate.js","sourceRoot":"","sources":["../appsSettingsCustomTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"appsSettingsCustomTemplate.js","sourceRoot":"","sources":["../appsSettingsCustomTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAa,0BAA2B,SAAQ,MAAM,CAAC,cAAc;IACjE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuC,EAAE,IAAmC;QACrI,OAAO,IAAI,0BAA0B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjF,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,0BAA0B,CAAC,YAAY,CAAC;IAC3E,CAAC;IAwCD,YAAY,IAAY,EAAE,WAA8E,EAAE,IAAmC;QACzI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0D,CAAC;YACzE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAyD,CAAC;YACvE,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,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,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,0BAA0B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/E,CAAC;;AAtGL,gEAuGC;AAzFG,gBAAgB;AACO,uCAAY,GAAG,wEAAwE,CAAC"}
|
package/budgetPolicy.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
|
* Administrators can use budget policies to ensure that the correct tags appear automatically on serverless resources without depending on users to attach tags manually, allowing for customized cost reporting and chargebacks.
|
|
6
8
|
*
|
|
7
9
|
* Budget policies consist of tags that are applied to any serverless compute activity incurred by a user assigned to the policy.
|
|
@@ -42,7 +44,7 @@ import * as outputs from "./types/output";
|
|
|
42
44
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
43
45
|
*
|
|
44
46
|
* ```sh
|
|
45
|
-
* $ pulumi import databricks:index/budgetPolicy:BudgetPolicy
|
|
47
|
+
* $ pulumi import databricks:index/budgetPolicy:BudgetPolicy this "policy_id"
|
|
46
48
|
* ```
|
|
47
49
|
*/
|
|
48
50
|
export declare class BudgetPolicy extends pulumi.CustomResource {
|
package/budgetPolicy.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.BudgetPolicy = 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
|
* Administrators can use budget policies to ensure that the correct tags appear automatically on serverless resources without depending on users to attach tags manually, allowing for customized cost reporting and chargebacks.
|
|
10
12
|
*
|
|
11
13
|
* Budget policies consist of tags that are applied to any serverless compute activity incurred by a user assigned to the policy.
|
|
@@ -46,7 +48,7 @@ const utilities = require("./utilities");
|
|
|
46
48
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
47
49
|
*
|
|
48
50
|
* ```sh
|
|
49
|
-
* $ pulumi import databricks:index/budgetPolicy:BudgetPolicy
|
|
51
|
+
* $ pulumi import databricks:index/budgetPolicy:BudgetPolicy this "policy_id"
|
|
50
52
|
* ```
|
|
51
53
|
*/
|
|
52
54
|
class BudgetPolicy extends pulumi.CustomResource {
|
package/budgetPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"budgetPolicy.js","sourceRoot":"","sources":["../budgetPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"budgetPolicy.js","sourceRoot":"","sources":["../budgetPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,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,WAA2C,CAAC;YACzD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AA3EL,oCA4EC;AA9DG,gBAAgB;AACO,yBAAY,GAAG,4CAA4C,CAAC"}
|
package/catalog.d.ts
CHANGED
|
@@ -70,6 +70,9 @@ export declare class Catalog extends pulumi.CustomResource {
|
|
|
70
70
|
*/
|
|
71
71
|
static isInstance(obj: any): obj is Catalog;
|
|
72
72
|
readonly browseOnly: pulumi.Output<boolean | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* the type of the catalog.
|
|
75
|
+
*/
|
|
73
76
|
readonly catalogType: pulumi.Output<string>;
|
|
74
77
|
/**
|
|
75
78
|
* User-supplied free-form text.
|
|
@@ -79,7 +82,13 @@ export declare class Catalog extends pulumi.CustomResource {
|
|
|
79
82
|
* For Foreign Catalogs: the name of the connection to an external data source. Changes forces creation of a new resource.
|
|
80
83
|
*/
|
|
81
84
|
readonly connectionName: pulumi.Output<string | undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* time at which this catalog was created, in epoch milliseconds.
|
|
87
|
+
*/
|
|
82
88
|
readonly createdAt: pulumi.Output<number>;
|
|
89
|
+
/**
|
|
90
|
+
* username of catalog creator.
|
|
91
|
+
*/
|
|
83
92
|
readonly createdBy: pulumi.Output<string>;
|
|
84
93
|
readonly effectivePredictiveOptimizationFlag: pulumi.Output<outputs.CatalogEffectivePredictiveOptimizationFlag>;
|
|
85
94
|
/**
|
|
@@ -124,17 +133,29 @@ export declare class Catalog extends pulumi.CustomResource {
|
|
|
124
133
|
*/
|
|
125
134
|
readonly providerName: pulumi.Output<string | undefined>;
|
|
126
135
|
readonly provisioningInfo: pulumi.Output<outputs.CatalogProvisioningInfo | undefined>;
|
|
136
|
+
/**
|
|
137
|
+
* the type of Unity Catalog securable.
|
|
138
|
+
*/
|
|
127
139
|
readonly securableType: pulumi.Output<string>;
|
|
128
140
|
/**
|
|
129
141
|
* For Delta Sharing Catalogs: the name of the share under the share provider. Change forces creation of a new resource.
|
|
130
142
|
*/
|
|
131
143
|
readonly shareName: pulumi.Output<string | undefined>;
|
|
132
|
-
|
|
144
|
+
/**
|
|
145
|
+
* effective storage Location URL (full path) for managed tables within catalog.
|
|
146
|
+
*/
|
|
147
|
+
readonly storageLocation: pulumi.Output<string>;
|
|
133
148
|
/**
|
|
134
149
|
* Managed location of the catalog. Location in cloud storage where data for managed tables will be stored. If not specified, the location will default to the metastore root location. Change forces creation of a new resource.
|
|
135
150
|
*/
|
|
136
151
|
readonly storageRoot: pulumi.Output<string | undefined>;
|
|
152
|
+
/**
|
|
153
|
+
* time at which this catalog was last modified, in epoch milliseconds..
|
|
154
|
+
*/
|
|
137
155
|
readonly updatedAt: pulumi.Output<number>;
|
|
156
|
+
/**
|
|
157
|
+
* username of user who last modified catalog.
|
|
158
|
+
*/
|
|
138
159
|
readonly updatedBy: pulumi.Output<string>;
|
|
139
160
|
/**
|
|
140
161
|
* Create a Catalog resource with the given unique name, arguments, and options.
|
|
@@ -150,6 +171,9 @@ export declare class Catalog extends pulumi.CustomResource {
|
|
|
150
171
|
*/
|
|
151
172
|
export interface CatalogState {
|
|
152
173
|
browseOnly?: pulumi.Input<boolean>;
|
|
174
|
+
/**
|
|
175
|
+
* the type of the catalog.
|
|
176
|
+
*/
|
|
153
177
|
catalogType?: pulumi.Input<string>;
|
|
154
178
|
/**
|
|
155
179
|
* User-supplied free-form text.
|
|
@@ -159,7 +183,13 @@ export interface CatalogState {
|
|
|
159
183
|
* For Foreign Catalogs: the name of the connection to an external data source. Changes forces creation of a new resource.
|
|
160
184
|
*/
|
|
161
185
|
connectionName?: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* time at which this catalog was created, in epoch milliseconds.
|
|
188
|
+
*/
|
|
162
189
|
createdAt?: pulumi.Input<number>;
|
|
190
|
+
/**
|
|
191
|
+
* username of catalog creator.
|
|
192
|
+
*/
|
|
163
193
|
createdBy?: pulumi.Input<string>;
|
|
164
194
|
effectivePredictiveOptimizationFlag?: pulumi.Input<inputs.CatalogEffectivePredictiveOptimizationFlag>;
|
|
165
195
|
/**
|
|
@@ -204,17 +234,29 @@ export interface CatalogState {
|
|
|
204
234
|
*/
|
|
205
235
|
providerName?: pulumi.Input<string>;
|
|
206
236
|
provisioningInfo?: pulumi.Input<inputs.CatalogProvisioningInfo>;
|
|
237
|
+
/**
|
|
238
|
+
* the type of Unity Catalog securable.
|
|
239
|
+
*/
|
|
207
240
|
securableType?: pulumi.Input<string>;
|
|
208
241
|
/**
|
|
209
242
|
* For Delta Sharing Catalogs: the name of the share under the share provider. Change forces creation of a new resource.
|
|
210
243
|
*/
|
|
211
244
|
shareName?: pulumi.Input<string>;
|
|
245
|
+
/**
|
|
246
|
+
* effective storage Location URL (full path) for managed tables within catalog.
|
|
247
|
+
*/
|
|
212
248
|
storageLocation?: pulumi.Input<string>;
|
|
213
249
|
/**
|
|
214
250
|
* Managed location of the catalog. Location in cloud storage where data for managed tables will be stored. If not specified, the location will default to the metastore root location. Change forces creation of a new resource.
|
|
215
251
|
*/
|
|
216
252
|
storageRoot?: pulumi.Input<string>;
|
|
253
|
+
/**
|
|
254
|
+
* time at which this catalog was last modified, in epoch milliseconds..
|
|
255
|
+
*/
|
|
217
256
|
updatedAt?: pulumi.Input<number>;
|
|
257
|
+
/**
|
|
258
|
+
* username of user who last modified catalog.
|
|
259
|
+
*/
|
|
218
260
|
updatedBy?: pulumi.Input<string>;
|
|
219
261
|
}
|
|
220
262
|
/**
|
|
@@ -276,7 +318,6 @@ export interface CatalogArgs {
|
|
|
276
318
|
* For Delta Sharing Catalogs: the name of the share under the share provider. Change forces creation of a new resource.
|
|
277
319
|
*/
|
|
278
320
|
shareName?: pulumi.Input<string>;
|
|
279
|
-
storageLocation?: pulumi.Input<string>;
|
|
280
321
|
/**
|
|
281
322
|
* Managed location of the catalog. Location in cloud storage where data for managed tables will be stored. If not specified, the location will default to the metastore root location. Change forces creation of a new resource.
|
|
282
323
|
*/
|
package/catalog.js
CHANGED
|
@@ -127,13 +127,13 @@ class Catalog extends pulumi.CustomResource {
|
|
|
127
127
|
resourceInputs["providerName"] = args?.providerName;
|
|
128
128
|
resourceInputs["provisioningInfo"] = args?.provisioningInfo;
|
|
129
129
|
resourceInputs["shareName"] = args?.shareName;
|
|
130
|
-
resourceInputs["storageLocation"] = args?.storageLocation;
|
|
131
130
|
resourceInputs["storageRoot"] = args?.storageRoot;
|
|
132
131
|
resourceInputs["catalogType"] = undefined /*out*/;
|
|
133
132
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
134
133
|
resourceInputs["createdBy"] = undefined /*out*/;
|
|
135
134
|
resourceInputs["fullName"] = undefined /*out*/;
|
|
136
135
|
resourceInputs["securableType"] = undefined /*out*/;
|
|
136
|
+
resourceInputs["storageLocation"] = undefined /*out*/;
|
|
137
137
|
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
138
138
|
resourceInputs["updatedBy"] = undefined /*out*/;
|
|
139
139
|
}
|
package/catalog.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../catalog.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.js","sourceRoot":"","sources":["../catalog.ts"],"names":[],"mappings":"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"}
|
package/cluster.d.ts
CHANGED
|
@@ -128,35 +128,6 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
128
128
|
readonly libraries: pulumi.Output<outputs.ClusterLibrary[] | undefined>;
|
|
129
129
|
/**
|
|
130
130
|
* If true, the provider will not wait for the cluster to reach `RUNNING` state when creating the cluster, allowing cluster creation and library installation to continue asynchronously. Defaults to false (the provider will wait for cluster creation and library installation to succeed).
|
|
131
|
-
*
|
|
132
|
-
* The following example demonstrates how to create an autoscaling cluster with [Delta Cache](https://docs.databricks.com/delta/optimizations/delta-cache.html) enabled:
|
|
133
|
-
*
|
|
134
|
-
* ```typescript
|
|
135
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
136
|
-
* import * as databricks from "@pulumi/databricks";
|
|
137
|
-
*
|
|
138
|
-
* const smallest = databricks.getNodeType({
|
|
139
|
-
* localDisk: true,
|
|
140
|
-
* });
|
|
141
|
-
* const latestLts = databricks.getSparkVersion({
|
|
142
|
-
* longTermSupport: true,
|
|
143
|
-
* });
|
|
144
|
-
* const sharedAutoscaling = new databricks.Cluster("shared_autoscaling", {
|
|
145
|
-
* clusterName: "Shared Autoscaling",
|
|
146
|
-
* sparkVersion: latestLts.then(latestLts => latestLts.id),
|
|
147
|
-
* nodeTypeId: smallest.then(smallest => smallest.id),
|
|
148
|
-
* autoterminationMinutes: 20,
|
|
149
|
-
* autoscale: {
|
|
150
|
-
* minWorkers: 1,
|
|
151
|
-
* maxWorkers: 50,
|
|
152
|
-
* },
|
|
153
|
-
* sparkConf: {
|
|
154
|
-
* "spark.databricks.io.cache.enabled": "true",
|
|
155
|
-
* "spark.databricks.io.cache.maxDiskUsage": "50g",
|
|
156
|
-
* "spark.databricks.io.cache.maxMetaDataCache": "1g",
|
|
157
|
-
* },
|
|
158
|
-
* });
|
|
159
|
-
* ```
|
|
160
131
|
*/
|
|
161
132
|
readonly noWait: pulumi.Output<boolean | undefined>;
|
|
162
133
|
/**
|
|
@@ -171,6 +142,10 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
171
142
|
* Identifier of Cluster Policy to validate cluster and preset certain defaults. *The primary use for cluster policies is to allow users to create policy-scoped clusters via UI rather than sharing configuration for API-created clusters.* For example, when you specify `policyId` of [external metastore](https://docs.databricks.com/administration-guide/clusters/policies.html#external-metastore-policy) policy, you still have to fill in relevant keys for `sparkConf`. If relevant fields aren't filled in, then it will cause the configuration drift detected on each plan/apply, and Pulumi will try to apply the detected changes.
|
|
172
143
|
*/
|
|
173
144
|
readonly policyId: pulumi.Output<string | undefined>;
|
|
145
|
+
/**
|
|
146
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
147
|
+
*/
|
|
148
|
+
readonly providerConfig: pulumi.Output<outputs.ClusterProviderConfig | undefined>;
|
|
174
149
|
readonly remoteDiskThroughput: pulumi.Output<number | undefined>;
|
|
175
150
|
/**
|
|
176
151
|
* The type of runtime engine to use. If not specified, the runtime engine type is inferred based on the sparkVersion value. Allowed values include: `PHOTON`, `STANDARD`.
|
|
@@ -326,35 +301,6 @@ export interface ClusterState {
|
|
|
326
301
|
libraries?: pulumi.Input<pulumi.Input<inputs.ClusterLibrary>[]>;
|
|
327
302
|
/**
|
|
328
303
|
* If true, the provider will not wait for the cluster to reach `RUNNING` state when creating the cluster, allowing cluster creation and library installation to continue asynchronously. Defaults to false (the provider will wait for cluster creation and library installation to succeed).
|
|
329
|
-
*
|
|
330
|
-
* The following example demonstrates how to create an autoscaling cluster with [Delta Cache](https://docs.databricks.com/delta/optimizations/delta-cache.html) enabled:
|
|
331
|
-
*
|
|
332
|
-
* ```typescript
|
|
333
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
334
|
-
* import * as databricks from "@pulumi/databricks";
|
|
335
|
-
*
|
|
336
|
-
* const smallest = databricks.getNodeType({
|
|
337
|
-
* localDisk: true,
|
|
338
|
-
* });
|
|
339
|
-
* const latestLts = databricks.getSparkVersion({
|
|
340
|
-
* longTermSupport: true,
|
|
341
|
-
* });
|
|
342
|
-
* const sharedAutoscaling = new databricks.Cluster("shared_autoscaling", {
|
|
343
|
-
* clusterName: "Shared Autoscaling",
|
|
344
|
-
* sparkVersion: latestLts.then(latestLts => latestLts.id),
|
|
345
|
-
* nodeTypeId: smallest.then(smallest => smallest.id),
|
|
346
|
-
* autoterminationMinutes: 20,
|
|
347
|
-
* autoscale: {
|
|
348
|
-
* minWorkers: 1,
|
|
349
|
-
* maxWorkers: 50,
|
|
350
|
-
* },
|
|
351
|
-
* sparkConf: {
|
|
352
|
-
* "spark.databricks.io.cache.enabled": "true",
|
|
353
|
-
* "spark.databricks.io.cache.maxDiskUsage": "50g",
|
|
354
|
-
* "spark.databricks.io.cache.maxMetaDataCache": "1g",
|
|
355
|
-
* },
|
|
356
|
-
* });
|
|
357
|
-
* ```
|
|
358
304
|
*/
|
|
359
305
|
noWait?: pulumi.Input<boolean>;
|
|
360
306
|
/**
|
|
@@ -369,6 +315,10 @@ export interface ClusterState {
|
|
|
369
315
|
* Identifier of Cluster Policy to validate cluster and preset certain defaults. *The primary use for cluster policies is to allow users to create policy-scoped clusters via UI rather than sharing configuration for API-created clusters.* For example, when you specify `policyId` of [external metastore](https://docs.databricks.com/administration-guide/clusters/policies.html#external-metastore-policy) policy, you still have to fill in relevant keys for `sparkConf`. If relevant fields aren't filled in, then it will cause the configuration drift detected on each plan/apply, and Pulumi will try to apply the detected changes.
|
|
370
316
|
*/
|
|
371
317
|
policyId?: pulumi.Input<string>;
|
|
318
|
+
/**
|
|
319
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
320
|
+
*/
|
|
321
|
+
providerConfig?: pulumi.Input<inputs.ClusterProviderConfig>;
|
|
372
322
|
remoteDiskThroughput?: pulumi.Input<number>;
|
|
373
323
|
/**
|
|
374
324
|
* The type of runtime engine to use. If not specified, the runtime engine type is inferred based on the sparkVersion value. Allowed values include: `PHOTON`, `STANDARD`.
|
|
@@ -509,35 +459,6 @@ export interface ClusterArgs {
|
|
|
509
459
|
libraries?: pulumi.Input<pulumi.Input<inputs.ClusterLibrary>[]>;
|
|
510
460
|
/**
|
|
511
461
|
* If true, the provider will not wait for the cluster to reach `RUNNING` state when creating the cluster, allowing cluster creation and library installation to continue asynchronously. Defaults to false (the provider will wait for cluster creation and library installation to succeed).
|
|
512
|
-
*
|
|
513
|
-
* The following example demonstrates how to create an autoscaling cluster with [Delta Cache](https://docs.databricks.com/delta/optimizations/delta-cache.html) enabled:
|
|
514
|
-
*
|
|
515
|
-
* ```typescript
|
|
516
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
517
|
-
* import * as databricks from "@pulumi/databricks";
|
|
518
|
-
*
|
|
519
|
-
* const smallest = databricks.getNodeType({
|
|
520
|
-
* localDisk: true,
|
|
521
|
-
* });
|
|
522
|
-
* const latestLts = databricks.getSparkVersion({
|
|
523
|
-
* longTermSupport: true,
|
|
524
|
-
* });
|
|
525
|
-
* const sharedAutoscaling = new databricks.Cluster("shared_autoscaling", {
|
|
526
|
-
* clusterName: "Shared Autoscaling",
|
|
527
|
-
* sparkVersion: latestLts.then(latestLts => latestLts.id),
|
|
528
|
-
* nodeTypeId: smallest.then(smallest => smallest.id),
|
|
529
|
-
* autoterminationMinutes: 20,
|
|
530
|
-
* autoscale: {
|
|
531
|
-
* minWorkers: 1,
|
|
532
|
-
* maxWorkers: 50,
|
|
533
|
-
* },
|
|
534
|
-
* sparkConf: {
|
|
535
|
-
* "spark.databricks.io.cache.enabled": "true",
|
|
536
|
-
* "spark.databricks.io.cache.maxDiskUsage": "50g",
|
|
537
|
-
* "spark.databricks.io.cache.maxMetaDataCache": "1g",
|
|
538
|
-
* },
|
|
539
|
-
* });
|
|
540
|
-
* ```
|
|
541
462
|
*/
|
|
542
463
|
noWait?: pulumi.Input<boolean>;
|
|
543
464
|
/**
|
|
@@ -552,6 +473,10 @@ export interface ClusterArgs {
|
|
|
552
473
|
* Identifier of Cluster Policy to validate cluster and preset certain defaults. *The primary use for cluster policies is to allow users to create policy-scoped clusters via UI rather than sharing configuration for API-created clusters.* For example, when you specify `policyId` of [external metastore](https://docs.databricks.com/administration-guide/clusters/policies.html#external-metastore-policy) policy, you still have to fill in relevant keys for `sparkConf`. If relevant fields aren't filled in, then it will cause the configuration drift detected on each plan/apply, and Pulumi will try to apply the detected changes.
|
|
553
474
|
*/
|
|
554
475
|
policyId?: pulumi.Input<string>;
|
|
476
|
+
/**
|
|
477
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
478
|
+
*/
|
|
479
|
+
providerConfig?: pulumi.Input<inputs.ClusterProviderConfig>;
|
|
555
480
|
remoteDiskThroughput?: pulumi.Input<number>;
|
|
556
481
|
/**
|
|
557
482
|
* The type of runtime engine to use. If not specified, the runtime engine type is inferred based on the sparkVersion value. Allowed values include: `PHOTON`, `STANDARD`.
|
package/cluster.js
CHANGED
|
@@ -73,6 +73,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
73
73
|
resourceInputs["nodeTypeId"] = state?.nodeTypeId;
|
|
74
74
|
resourceInputs["numWorkers"] = state?.numWorkers;
|
|
75
75
|
resourceInputs["policyId"] = state?.policyId;
|
|
76
|
+
resourceInputs["providerConfig"] = state?.providerConfig;
|
|
76
77
|
resourceInputs["remoteDiskThroughput"] = state?.remoteDiskThroughput;
|
|
77
78
|
resourceInputs["runtimeEngine"] = state?.runtimeEngine;
|
|
78
79
|
resourceInputs["singleUserName"] = state?.singleUserName;
|
|
@@ -118,6 +119,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
118
119
|
resourceInputs["nodeTypeId"] = args?.nodeTypeId;
|
|
119
120
|
resourceInputs["numWorkers"] = args?.numWorkers;
|
|
120
121
|
resourceInputs["policyId"] = args?.policyId;
|
|
122
|
+
resourceInputs["providerConfig"] = args?.providerConfig;
|
|
121
123
|
resourceInputs["remoteDiskThroughput"] = args?.remoteDiskThroughput;
|
|
122
124
|
resourceInputs["runtimeEngine"] = args?.runtimeEngine;
|
|
123
125
|
resourceInputs["singleUserName"] = args?.singleUserName;
|
package/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../cluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,165 @@
|
|
|
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
|
+
* This resource allows you to set up data quality monitoring checks for Unity Catalog objects, currently schema and table.
|
|
8
|
+
*
|
|
9
|
+
* For the `table` `objectType`, you must either:
|
|
10
|
+
* 1. be an owner of the table's parent catalog, have **USE_SCHEMA** on the table's parent schema, and have **SELECT** access on the table
|
|
11
|
+
* 2. have **USE_CATALOG** on the table's parent catalog, be an owner of the table's parent schema, and have **SELECT** access on the table.
|
|
12
|
+
* 3. have the following permissions:
|
|
13
|
+
* - **USE_CATALOG** on the table's parent catalog
|
|
14
|
+
* - **USE_SCHEMA** on the table's parent schema
|
|
15
|
+
* - be an owner of the table.
|
|
16
|
+
*
|
|
17
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
18
|
+
*
|
|
19
|
+
* ## Example Usage
|
|
20
|
+
*
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
+
* import * as databricks from "@pulumi/databricks";
|
|
24
|
+
*
|
|
25
|
+
* const _this = new databricks.Schema("this", {
|
|
26
|
+
* catalogName: "my_catalog",
|
|
27
|
+
* name: "my_schema",
|
|
28
|
+
* });
|
|
29
|
+
* const thisDataQualityMonitor = new databricks.DataQualityMonitor("this", {
|
|
30
|
+
* objectType: "schema",
|
|
31
|
+
* objectId: _this.schemaId,
|
|
32
|
+
* anomalyDetectionConfig: {},
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* ## Import
|
|
37
|
+
*
|
|
38
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
39
|
+
*
|
|
40
|
+
* hcl
|
|
41
|
+
*
|
|
42
|
+
* import {
|
|
43
|
+
*
|
|
44
|
+
* id = "object_type,object_id"
|
|
45
|
+
*
|
|
46
|
+
* to = databricks_data_quality_monitor.this
|
|
47
|
+
*
|
|
48
|
+
* }
|
|
49
|
+
*
|
|
50
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
51
|
+
*
|
|
52
|
+
* ```sh
|
|
53
|
+
* $ pulumi import databricks:index/dataQualityMonitor:DataQualityMonitor this "object_type,object_id"
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
export declare class DataQualityMonitor extends pulumi.CustomResource {
|
|
57
|
+
/**
|
|
58
|
+
* Get an existing DataQualityMonitor resource's state with the given name, ID, and optional extra
|
|
59
|
+
* properties used to qualify the lookup.
|
|
60
|
+
*
|
|
61
|
+
* @param name The _unique_ name of the resulting resource.
|
|
62
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
63
|
+
* @param state Any extra arguments used during the lookup.
|
|
64
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
65
|
+
*/
|
|
66
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DataQualityMonitorState, opts?: pulumi.CustomResourceOptions): DataQualityMonitor;
|
|
67
|
+
/**
|
|
68
|
+
* Returns true if the given object is an instance of DataQualityMonitor. This is designed to work even
|
|
69
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
70
|
+
*/
|
|
71
|
+
static isInstance(obj: any): obj is DataQualityMonitor;
|
|
72
|
+
/**
|
|
73
|
+
* Anomaly Detection Configuration, applicable to `schema` object types
|
|
74
|
+
*/
|
|
75
|
+
readonly anomalyDetectionConfig: pulumi.Output<outputs.DataQualityMonitorAnomalyDetectionConfig | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* Data Profiling Configuration, applicable to `table` object types. Exactly one `Analysis Configuration`
|
|
78
|
+
* must be present
|
|
79
|
+
*/
|
|
80
|
+
readonly dataProfilingConfig: pulumi.Output<outputs.DataQualityMonitorDataProfilingConfig | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* The UUID of the request object. It is `schemaId` for `schema`, and `tableId` for `table`.
|
|
83
|
+
*
|
|
84
|
+
* Find the `schemaId` from either:
|
|
85
|
+
* 1. The [schemaId](https://docs.databricks.com/api/workspace/schemas/get#schema_id) of the `Schemas` resource.
|
|
86
|
+
* 2. In [Catalog Explorer](https://docs.databricks.com/aws/en/catalog-explorer/) > select the `schema` > go to the `Details` tab > the `Schema ID` field.
|
|
87
|
+
*
|
|
88
|
+
* Find the `tableId` from either:
|
|
89
|
+
* 1. The [tableId](https://docs.databricks.com/api/workspace/tables/get#table_id) of the `Tables` resource.
|
|
90
|
+
* 2. In [Catalog Explorer](https://docs.databricks.com/aws/en/catalog-explorer/) > select the `table` > go to the `Details` tab > the `Table ID` field
|
|
91
|
+
*/
|
|
92
|
+
readonly objectId: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The type of the monitored object. Can be one of the following: `schema` or `table`
|
|
95
|
+
*/
|
|
96
|
+
readonly objectType: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Create a DataQualityMonitor resource with the given unique name, arguments, and options.
|
|
99
|
+
*
|
|
100
|
+
* @param name The _unique_ name of the resource.
|
|
101
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
102
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
103
|
+
*/
|
|
104
|
+
constructor(name: string, args: DataQualityMonitorArgs, opts?: pulumi.CustomResourceOptions);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Input properties used for looking up and filtering DataQualityMonitor resources.
|
|
108
|
+
*/
|
|
109
|
+
export interface DataQualityMonitorState {
|
|
110
|
+
/**
|
|
111
|
+
* Anomaly Detection Configuration, applicable to `schema` object types
|
|
112
|
+
*/
|
|
113
|
+
anomalyDetectionConfig?: pulumi.Input<inputs.DataQualityMonitorAnomalyDetectionConfig>;
|
|
114
|
+
/**
|
|
115
|
+
* Data Profiling Configuration, applicable to `table` object types. Exactly one `Analysis Configuration`
|
|
116
|
+
* must be present
|
|
117
|
+
*/
|
|
118
|
+
dataProfilingConfig?: pulumi.Input<inputs.DataQualityMonitorDataProfilingConfig>;
|
|
119
|
+
/**
|
|
120
|
+
* The UUID of the request object. It is `schemaId` for `schema`, and `tableId` for `table`.
|
|
121
|
+
*
|
|
122
|
+
* Find the `schemaId` from either:
|
|
123
|
+
* 1. The [schemaId](https://docs.databricks.com/api/workspace/schemas/get#schema_id) of the `Schemas` resource.
|
|
124
|
+
* 2. In [Catalog Explorer](https://docs.databricks.com/aws/en/catalog-explorer/) > select the `schema` > go to the `Details` tab > the `Schema ID` field.
|
|
125
|
+
*
|
|
126
|
+
* Find the `tableId` from either:
|
|
127
|
+
* 1. The [tableId](https://docs.databricks.com/api/workspace/tables/get#table_id) of the `Tables` resource.
|
|
128
|
+
* 2. In [Catalog Explorer](https://docs.databricks.com/aws/en/catalog-explorer/) > select the `table` > go to the `Details` tab > the `Table ID` field
|
|
129
|
+
*/
|
|
130
|
+
objectId?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The type of the monitored object. Can be one of the following: `schema` or `table`
|
|
133
|
+
*/
|
|
134
|
+
objectType?: pulumi.Input<string>;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* The set of arguments for constructing a DataQualityMonitor resource.
|
|
138
|
+
*/
|
|
139
|
+
export interface DataQualityMonitorArgs {
|
|
140
|
+
/**
|
|
141
|
+
* Anomaly Detection Configuration, applicable to `schema` object types
|
|
142
|
+
*/
|
|
143
|
+
anomalyDetectionConfig?: pulumi.Input<inputs.DataQualityMonitorAnomalyDetectionConfig>;
|
|
144
|
+
/**
|
|
145
|
+
* Data Profiling Configuration, applicable to `table` object types. Exactly one `Analysis Configuration`
|
|
146
|
+
* must be present
|
|
147
|
+
*/
|
|
148
|
+
dataProfilingConfig?: pulumi.Input<inputs.DataQualityMonitorDataProfilingConfig>;
|
|
149
|
+
/**
|
|
150
|
+
* The UUID of the request object. It is `schemaId` for `schema`, and `tableId` for `table`.
|
|
151
|
+
*
|
|
152
|
+
* Find the `schemaId` from either:
|
|
153
|
+
* 1. The [schemaId](https://docs.databricks.com/api/workspace/schemas/get#schema_id) of the `Schemas` resource.
|
|
154
|
+
* 2. In [Catalog Explorer](https://docs.databricks.com/aws/en/catalog-explorer/) > select the `schema` > go to the `Details` tab > the `Schema ID` field.
|
|
155
|
+
*
|
|
156
|
+
* Find the `tableId` from either:
|
|
157
|
+
* 1. The [tableId](https://docs.databricks.com/api/workspace/tables/get#table_id) of the `Tables` resource.
|
|
158
|
+
* 2. In [Catalog Explorer](https://docs.databricks.com/aws/en/catalog-explorer/) > select the `table` > go to the `Details` tab > the `Table ID` field
|
|
159
|
+
*/
|
|
160
|
+
objectId: pulumi.Input<string>;
|
|
161
|
+
/**
|
|
162
|
+
* The type of the monitored object. Can be one of the following: `schema` or `table`
|
|
163
|
+
*/
|
|
164
|
+
objectType: pulumi.Input<string>;
|
|
165
|
+
}
|