@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/cleanRoomAsset.d.ts
DELETED
|
@@ -1,294 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
|
-
/**
|
|
5
|
-
* Clean room assets are data and code objects -- tables, volumes, and notebooks that are shared with the clean room.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* # Example: Clean Room Asset Resource
|
|
10
|
-
*
|
|
11
|
-
* ### Example for sharing a table
|
|
12
|
-
* This is an example for sharing an asset (table) in a clean room:
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as databricks from "@pulumi/databricks";
|
|
16
|
-
*
|
|
17
|
-
* const _this = new databricks.index.CleanRoomsAsset("this", {
|
|
18
|
-
* cleanRoomName: "existing_clean_room",
|
|
19
|
-
* name: "creator.default.myasset",
|
|
20
|
-
* assetType: "TABLE",
|
|
21
|
-
* tableLocalDetails: {
|
|
22
|
-
* localName: "some_creator.default.myasset",
|
|
23
|
-
* },
|
|
24
|
-
* });
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* ## Import
|
|
28
|
-
*
|
|
29
|
-
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
30
|
-
*
|
|
31
|
-
* hcl
|
|
32
|
-
*
|
|
33
|
-
* import {
|
|
34
|
-
*
|
|
35
|
-
* id = "clean_room_name,name,asset_type"
|
|
36
|
-
*
|
|
37
|
-
* to = databricks_clean_room_asset.this
|
|
38
|
-
*
|
|
39
|
-
* }
|
|
40
|
-
*
|
|
41
|
-
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
42
|
-
*
|
|
43
|
-
* ```sh
|
|
44
|
-
* $ pulumi import databricks:index/cleanRoomAsset:CleanRoomAsset databricks_clean_room_asset "clean_room_name,name,asset_type"
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
|
-
export declare class CleanRoomAsset extends pulumi.CustomResource {
|
|
48
|
-
/**
|
|
49
|
-
* Get an existing CleanRoomAsset resource's state with the given name, ID, and optional extra
|
|
50
|
-
* properties used to qualify the lookup.
|
|
51
|
-
*
|
|
52
|
-
* @param name The _unique_ name of the resulting resource.
|
|
53
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
-
* @param state Any extra arguments used during the lookup.
|
|
55
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
56
|
-
*/
|
|
57
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CleanRoomAssetState, opts?: pulumi.CustomResourceOptions): CleanRoomAsset;
|
|
58
|
-
/**
|
|
59
|
-
* Returns true if the given object is an instance of CleanRoomAsset. This is designed to work even
|
|
60
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
-
*/
|
|
62
|
-
static isInstance(obj: any): obj is CleanRoomAsset;
|
|
63
|
-
/**
|
|
64
|
-
* (integer) - When the asset is added to the clean room, in epoch milliseconds
|
|
65
|
-
*/
|
|
66
|
-
readonly addedAt: pulumi.Output<number>;
|
|
67
|
-
/**
|
|
68
|
-
* The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
|
|
69
|
-
*/
|
|
70
|
-
readonly assetType: pulumi.Output<string>;
|
|
71
|
-
/**
|
|
72
|
-
* The name of the clean room this asset belongs to.
|
|
73
|
-
* This field is required for create operations and populated by the server for responses
|
|
74
|
-
*/
|
|
75
|
-
readonly cleanRoomName: pulumi.Output<string | undefined>;
|
|
76
|
-
/**
|
|
77
|
-
* Foreign table details available to all collaborators of the clean room.
|
|
78
|
-
* Present if and only if **asset_type** is **FOREIGN_TABLE**
|
|
79
|
-
*/
|
|
80
|
-
readonly foreignTable: pulumi.Output<outputs.CleanRoomAssetForeignTable | undefined>;
|
|
81
|
-
/**
|
|
82
|
-
* Local details for a foreign that are only available to its owner.
|
|
83
|
-
* Present if and only if **asset_type** is **FOREIGN_TABLE**
|
|
84
|
-
*/
|
|
85
|
-
readonly foreignTableLocalDetails: pulumi.Output<outputs.CleanRoomAssetForeignTableLocalDetails | undefined>;
|
|
86
|
-
/**
|
|
87
|
-
* A fully qualified name that uniquely identifies the asset within the clean room.
|
|
88
|
-
* This is also the name displayed in the clean room UI.
|
|
89
|
-
*
|
|
90
|
-
* For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
|
|
91
|
-
*
|
|
92
|
-
* For notebooks, the name is the notebook file name.
|
|
93
|
-
* For jar analyses, the name is the jar analysis name
|
|
94
|
-
*/
|
|
95
|
-
readonly name: pulumi.Output<string>;
|
|
96
|
-
/**
|
|
97
|
-
* Notebook details available to all collaborators of the clean room.
|
|
98
|
-
* Present if and only if **asset_type** is **NOTEBOOK_FILE**
|
|
99
|
-
*/
|
|
100
|
-
readonly notebook: pulumi.Output<outputs.CleanRoomAssetNotebook | undefined>;
|
|
101
|
-
/**
|
|
102
|
-
* (string) - The alias of the collaborator who owns this asset
|
|
103
|
-
*/
|
|
104
|
-
readonly ownerCollaboratorAlias: pulumi.Output<string>;
|
|
105
|
-
/**
|
|
106
|
-
* (string) - Status of the asset. Possible values are: `ACTIVE`, `PENDING`, `PERMISSION_DENIED`
|
|
107
|
-
*/
|
|
108
|
-
readonly status: pulumi.Output<string>;
|
|
109
|
-
/**
|
|
110
|
-
* Table details available to all collaborators of the clean room.
|
|
111
|
-
* Present if and only if **asset_type** is **TABLE**
|
|
112
|
-
*/
|
|
113
|
-
readonly table: pulumi.Output<outputs.CleanRoomAssetTable | undefined>;
|
|
114
|
-
/**
|
|
115
|
-
* Local details for a table that are only available to its owner.
|
|
116
|
-
* Present if and only if **asset_type** is **TABLE**
|
|
117
|
-
*/
|
|
118
|
-
readonly tableLocalDetails: pulumi.Output<outputs.CleanRoomAssetTableLocalDetails | undefined>;
|
|
119
|
-
/**
|
|
120
|
-
* View details available to all collaborators of the clean room.
|
|
121
|
-
* Present if and only if **asset_type** is **VIEW**
|
|
122
|
-
*/
|
|
123
|
-
readonly view: pulumi.Output<outputs.CleanRoomAssetView | undefined>;
|
|
124
|
-
/**
|
|
125
|
-
* Local details for a view that are only available to its owner.
|
|
126
|
-
* Present if and only if **asset_type** is **VIEW**
|
|
127
|
-
*/
|
|
128
|
-
readonly viewLocalDetails: pulumi.Output<outputs.CleanRoomAssetViewLocalDetails | undefined>;
|
|
129
|
-
/**
|
|
130
|
-
* Local details for a volume that are only available to its owner.
|
|
131
|
-
* Present if and only if **asset_type** is **VOLUME**
|
|
132
|
-
*/
|
|
133
|
-
readonly volumeLocalDetails: pulumi.Output<outputs.CleanRoomAssetVolumeLocalDetails | undefined>;
|
|
134
|
-
/**
|
|
135
|
-
* Workspace ID of the resource
|
|
136
|
-
*/
|
|
137
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
138
|
-
/**
|
|
139
|
-
* Create a CleanRoomAsset resource with the given unique name, arguments, and options.
|
|
140
|
-
*
|
|
141
|
-
* @param name The _unique_ name of the resource.
|
|
142
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
143
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
144
|
-
*/
|
|
145
|
-
constructor(name: string, args: CleanRoomAssetArgs, opts?: pulumi.CustomResourceOptions);
|
|
146
|
-
}
|
|
147
|
-
/**
|
|
148
|
-
* Input properties used for looking up and filtering CleanRoomAsset resources.
|
|
149
|
-
*/
|
|
150
|
-
export interface CleanRoomAssetState {
|
|
151
|
-
/**
|
|
152
|
-
* (integer) - When the asset is added to the clean room, in epoch milliseconds
|
|
153
|
-
*/
|
|
154
|
-
addedAt?: pulumi.Input<number>;
|
|
155
|
-
/**
|
|
156
|
-
* The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
|
|
157
|
-
*/
|
|
158
|
-
assetType?: pulumi.Input<string>;
|
|
159
|
-
/**
|
|
160
|
-
* The name of the clean room this asset belongs to.
|
|
161
|
-
* This field is required for create operations and populated by the server for responses
|
|
162
|
-
*/
|
|
163
|
-
cleanRoomName?: pulumi.Input<string>;
|
|
164
|
-
/**
|
|
165
|
-
* Foreign table details available to all collaborators of the clean room.
|
|
166
|
-
* Present if and only if **asset_type** is **FOREIGN_TABLE**
|
|
167
|
-
*/
|
|
168
|
-
foreignTable?: pulumi.Input<inputs.CleanRoomAssetForeignTable>;
|
|
169
|
-
/**
|
|
170
|
-
* Local details for a foreign that are only available to its owner.
|
|
171
|
-
* Present if and only if **asset_type** is **FOREIGN_TABLE**
|
|
172
|
-
*/
|
|
173
|
-
foreignTableLocalDetails?: pulumi.Input<inputs.CleanRoomAssetForeignTableLocalDetails>;
|
|
174
|
-
/**
|
|
175
|
-
* A fully qualified name that uniquely identifies the asset within the clean room.
|
|
176
|
-
* This is also the name displayed in the clean room UI.
|
|
177
|
-
*
|
|
178
|
-
* For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
|
|
179
|
-
*
|
|
180
|
-
* For notebooks, the name is the notebook file name.
|
|
181
|
-
* For jar analyses, the name is the jar analysis name
|
|
182
|
-
*/
|
|
183
|
-
name?: pulumi.Input<string>;
|
|
184
|
-
/**
|
|
185
|
-
* Notebook details available to all collaborators of the clean room.
|
|
186
|
-
* Present if and only if **asset_type** is **NOTEBOOK_FILE**
|
|
187
|
-
*/
|
|
188
|
-
notebook?: pulumi.Input<inputs.CleanRoomAssetNotebook>;
|
|
189
|
-
/**
|
|
190
|
-
* (string) - The alias of the collaborator who owns this asset
|
|
191
|
-
*/
|
|
192
|
-
ownerCollaboratorAlias?: pulumi.Input<string>;
|
|
193
|
-
/**
|
|
194
|
-
* (string) - Status of the asset. Possible values are: `ACTIVE`, `PENDING`, `PERMISSION_DENIED`
|
|
195
|
-
*/
|
|
196
|
-
status?: pulumi.Input<string>;
|
|
197
|
-
/**
|
|
198
|
-
* Table details available to all collaborators of the clean room.
|
|
199
|
-
* Present if and only if **asset_type** is **TABLE**
|
|
200
|
-
*/
|
|
201
|
-
table?: pulumi.Input<inputs.CleanRoomAssetTable>;
|
|
202
|
-
/**
|
|
203
|
-
* Local details for a table that are only available to its owner.
|
|
204
|
-
* Present if and only if **asset_type** is **TABLE**
|
|
205
|
-
*/
|
|
206
|
-
tableLocalDetails?: pulumi.Input<inputs.CleanRoomAssetTableLocalDetails>;
|
|
207
|
-
/**
|
|
208
|
-
* View details available to all collaborators of the clean room.
|
|
209
|
-
* Present if and only if **asset_type** is **VIEW**
|
|
210
|
-
*/
|
|
211
|
-
view?: pulumi.Input<inputs.CleanRoomAssetView>;
|
|
212
|
-
/**
|
|
213
|
-
* Local details for a view that are only available to its owner.
|
|
214
|
-
* Present if and only if **asset_type** is **VIEW**
|
|
215
|
-
*/
|
|
216
|
-
viewLocalDetails?: pulumi.Input<inputs.CleanRoomAssetViewLocalDetails>;
|
|
217
|
-
/**
|
|
218
|
-
* Local details for a volume that are only available to its owner.
|
|
219
|
-
* Present if and only if **asset_type** is **VOLUME**
|
|
220
|
-
*/
|
|
221
|
-
volumeLocalDetails?: pulumi.Input<inputs.CleanRoomAssetVolumeLocalDetails>;
|
|
222
|
-
/**
|
|
223
|
-
* Workspace ID of the resource
|
|
224
|
-
*/
|
|
225
|
-
workspaceId?: pulumi.Input<string>;
|
|
226
|
-
}
|
|
227
|
-
/**
|
|
228
|
-
* The set of arguments for constructing a CleanRoomAsset resource.
|
|
229
|
-
*/
|
|
230
|
-
export interface CleanRoomAssetArgs {
|
|
231
|
-
/**
|
|
232
|
-
* The type of the asset. Possible values are: `FOREIGN_TABLE`, `NOTEBOOK_FILE`, `TABLE`, `VIEW`, `VOLUME`
|
|
233
|
-
*/
|
|
234
|
-
assetType: pulumi.Input<string>;
|
|
235
|
-
/**
|
|
236
|
-
* The name of the clean room this asset belongs to.
|
|
237
|
-
* This field is required for create operations and populated by the server for responses
|
|
238
|
-
*/
|
|
239
|
-
cleanRoomName?: pulumi.Input<string>;
|
|
240
|
-
/**
|
|
241
|
-
* Foreign table details available to all collaborators of the clean room.
|
|
242
|
-
* Present if and only if **asset_type** is **FOREIGN_TABLE**
|
|
243
|
-
*/
|
|
244
|
-
foreignTable?: pulumi.Input<inputs.CleanRoomAssetForeignTable>;
|
|
245
|
-
/**
|
|
246
|
-
* Local details for a foreign that are only available to its owner.
|
|
247
|
-
* Present if and only if **asset_type** is **FOREIGN_TABLE**
|
|
248
|
-
*/
|
|
249
|
-
foreignTableLocalDetails?: pulumi.Input<inputs.CleanRoomAssetForeignTableLocalDetails>;
|
|
250
|
-
/**
|
|
251
|
-
* A fully qualified name that uniquely identifies the asset within the clean room.
|
|
252
|
-
* This is also the name displayed in the clean room UI.
|
|
253
|
-
*
|
|
254
|
-
* For UC securable assets (tables, volumes, etc.), the format is *shared_catalog*.*shared_schema*.*asset_name*
|
|
255
|
-
*
|
|
256
|
-
* For notebooks, the name is the notebook file name.
|
|
257
|
-
* For jar analyses, the name is the jar analysis name
|
|
258
|
-
*/
|
|
259
|
-
name?: pulumi.Input<string>;
|
|
260
|
-
/**
|
|
261
|
-
* Notebook details available to all collaborators of the clean room.
|
|
262
|
-
* Present if and only if **asset_type** is **NOTEBOOK_FILE**
|
|
263
|
-
*/
|
|
264
|
-
notebook?: pulumi.Input<inputs.CleanRoomAssetNotebook>;
|
|
265
|
-
/**
|
|
266
|
-
* Table details available to all collaborators of the clean room.
|
|
267
|
-
* Present if and only if **asset_type** is **TABLE**
|
|
268
|
-
*/
|
|
269
|
-
table?: pulumi.Input<inputs.CleanRoomAssetTable>;
|
|
270
|
-
/**
|
|
271
|
-
* Local details for a table that are only available to its owner.
|
|
272
|
-
* Present if and only if **asset_type** is **TABLE**
|
|
273
|
-
*/
|
|
274
|
-
tableLocalDetails?: pulumi.Input<inputs.CleanRoomAssetTableLocalDetails>;
|
|
275
|
-
/**
|
|
276
|
-
* View details available to all collaborators of the clean room.
|
|
277
|
-
* Present if and only if **asset_type** is **VIEW**
|
|
278
|
-
*/
|
|
279
|
-
view?: pulumi.Input<inputs.CleanRoomAssetView>;
|
|
280
|
-
/**
|
|
281
|
-
* Local details for a view that are only available to its owner.
|
|
282
|
-
* Present if and only if **asset_type** is **VIEW**
|
|
283
|
-
*/
|
|
284
|
-
viewLocalDetails?: pulumi.Input<inputs.CleanRoomAssetViewLocalDetails>;
|
|
285
|
-
/**
|
|
286
|
-
* Local details for a volume that are only available to its owner.
|
|
287
|
-
* Present if and only if **asset_type** is **VOLUME**
|
|
288
|
-
*/
|
|
289
|
-
volumeLocalDetails?: pulumi.Input<inputs.CleanRoomAssetVolumeLocalDetails>;
|
|
290
|
-
/**
|
|
291
|
-
* Workspace ID of the resource
|
|
292
|
-
*/
|
|
293
|
-
workspaceId?: pulumi.Input<string>;
|
|
294
|
-
}
|
package/cleanRoomAsset.js
DELETED
|
@@ -1,123 +0,0 @@
|
|
|
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.CleanRoomAsset = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Clean room assets are data and code objects -- tables, volumes, and notebooks that are shared with the clean room.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* # Example: Clean Room Asset Resource
|
|
14
|
-
*
|
|
15
|
-
* ### Example for sharing a table
|
|
16
|
-
* This is an example for sharing an asset (table) in a clean room:
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as databricks from "@pulumi/databricks";
|
|
20
|
-
*
|
|
21
|
-
* const _this = new databricks.index.CleanRoomsAsset("this", {
|
|
22
|
-
* cleanRoomName: "existing_clean_room",
|
|
23
|
-
* name: "creator.default.myasset",
|
|
24
|
-
* assetType: "TABLE",
|
|
25
|
-
* tableLocalDetails: {
|
|
26
|
-
* localName: "some_creator.default.myasset",
|
|
27
|
-
* },
|
|
28
|
-
* });
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* ## Import
|
|
32
|
-
*
|
|
33
|
-
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
34
|
-
*
|
|
35
|
-
* hcl
|
|
36
|
-
*
|
|
37
|
-
* import {
|
|
38
|
-
*
|
|
39
|
-
* id = "clean_room_name,name,asset_type"
|
|
40
|
-
*
|
|
41
|
-
* to = databricks_clean_room_asset.this
|
|
42
|
-
*
|
|
43
|
-
* }
|
|
44
|
-
*
|
|
45
|
-
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
46
|
-
*
|
|
47
|
-
* ```sh
|
|
48
|
-
* $ pulumi import databricks:index/cleanRoomAsset:CleanRoomAsset databricks_clean_room_asset "clean_room_name,name,asset_type"
|
|
49
|
-
* ```
|
|
50
|
-
*/
|
|
51
|
-
class CleanRoomAsset extends pulumi.CustomResource {
|
|
52
|
-
/**
|
|
53
|
-
* Get an existing CleanRoomAsset resource's state with the given name, ID, and optional extra
|
|
54
|
-
* properties used to qualify the lookup.
|
|
55
|
-
*
|
|
56
|
-
* @param name The _unique_ name of the resulting resource.
|
|
57
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
58
|
-
* @param state Any extra arguments used during the lookup.
|
|
59
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
60
|
-
*/
|
|
61
|
-
static get(name, id, state, opts) {
|
|
62
|
-
return new CleanRoomAsset(name, state, { ...opts, id: id });
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Returns true if the given object is an instance of CleanRoomAsset. This is designed to work even
|
|
66
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
67
|
-
*/
|
|
68
|
-
static isInstance(obj) {
|
|
69
|
-
if (obj === undefined || obj === null) {
|
|
70
|
-
return false;
|
|
71
|
-
}
|
|
72
|
-
return obj['__pulumiType'] === CleanRoomAsset.__pulumiType;
|
|
73
|
-
}
|
|
74
|
-
constructor(name, argsOrState, opts) {
|
|
75
|
-
let resourceInputs = {};
|
|
76
|
-
opts = opts || {};
|
|
77
|
-
if (opts.id) {
|
|
78
|
-
const state = argsOrState;
|
|
79
|
-
resourceInputs["addedAt"] = state?.addedAt;
|
|
80
|
-
resourceInputs["assetType"] = state?.assetType;
|
|
81
|
-
resourceInputs["cleanRoomName"] = state?.cleanRoomName;
|
|
82
|
-
resourceInputs["foreignTable"] = state?.foreignTable;
|
|
83
|
-
resourceInputs["foreignTableLocalDetails"] = state?.foreignTableLocalDetails;
|
|
84
|
-
resourceInputs["name"] = state?.name;
|
|
85
|
-
resourceInputs["notebook"] = state?.notebook;
|
|
86
|
-
resourceInputs["ownerCollaboratorAlias"] = state?.ownerCollaboratorAlias;
|
|
87
|
-
resourceInputs["status"] = state?.status;
|
|
88
|
-
resourceInputs["table"] = state?.table;
|
|
89
|
-
resourceInputs["tableLocalDetails"] = state?.tableLocalDetails;
|
|
90
|
-
resourceInputs["view"] = state?.view;
|
|
91
|
-
resourceInputs["viewLocalDetails"] = state?.viewLocalDetails;
|
|
92
|
-
resourceInputs["volumeLocalDetails"] = state?.volumeLocalDetails;
|
|
93
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
94
|
-
}
|
|
95
|
-
else {
|
|
96
|
-
const args = argsOrState;
|
|
97
|
-
if (args?.assetType === undefined && !opts.urn) {
|
|
98
|
-
throw new Error("Missing required property 'assetType'");
|
|
99
|
-
}
|
|
100
|
-
resourceInputs["assetType"] = args?.assetType;
|
|
101
|
-
resourceInputs["cleanRoomName"] = args?.cleanRoomName;
|
|
102
|
-
resourceInputs["foreignTable"] = args?.foreignTable;
|
|
103
|
-
resourceInputs["foreignTableLocalDetails"] = args?.foreignTableLocalDetails;
|
|
104
|
-
resourceInputs["name"] = args?.name;
|
|
105
|
-
resourceInputs["notebook"] = args?.notebook;
|
|
106
|
-
resourceInputs["table"] = args?.table;
|
|
107
|
-
resourceInputs["tableLocalDetails"] = args?.tableLocalDetails;
|
|
108
|
-
resourceInputs["view"] = args?.view;
|
|
109
|
-
resourceInputs["viewLocalDetails"] = args?.viewLocalDetails;
|
|
110
|
-
resourceInputs["volumeLocalDetails"] = args?.volumeLocalDetails;
|
|
111
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
112
|
-
resourceInputs["addedAt"] = undefined /*out*/;
|
|
113
|
-
resourceInputs["ownerCollaboratorAlias"] = undefined /*out*/;
|
|
114
|
-
resourceInputs["status"] = undefined /*out*/;
|
|
115
|
-
}
|
|
116
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
117
|
-
super(CleanRoomAsset.__pulumiType, name, resourceInputs, opts);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
exports.CleanRoomAsset = CleanRoomAsset;
|
|
121
|
-
/** @internal */
|
|
122
|
-
CleanRoomAsset.__pulumiType = 'databricks:index/cleanRoomAsset:CleanRoomAsset';
|
|
123
|
-
//# sourceMappingURL=cleanRoomAsset.js.map
|
package/cleanRoomAsset.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cleanRoomAsset.js","sourceRoot":"","sources":["../cleanRoomAsset.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* ## Import
|
|
4
|
-
*
|
|
5
|
-
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
6
|
-
*
|
|
7
|
-
* hcl
|
|
8
|
-
*
|
|
9
|
-
* import {
|
|
10
|
-
*
|
|
11
|
-
* id = "rule_id"
|
|
12
|
-
*
|
|
13
|
-
* to = databricks_clean_room_auto_approval_rule.this
|
|
14
|
-
*
|
|
15
|
-
* }
|
|
16
|
-
*
|
|
17
|
-
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
18
|
-
*
|
|
19
|
-
* ```sh
|
|
20
|
-
* $ pulumi import databricks:index/cleanRoomAutoApprovalRule:CleanRoomAutoApprovalRule databricks_clean_room_auto_approval_rule "rule_id"
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare class CleanRoomAutoApprovalRule extends pulumi.CustomResource {
|
|
24
|
-
/**
|
|
25
|
-
* Get an existing CleanRoomAutoApprovalRule resource's state with the given name, ID, and optional extra
|
|
26
|
-
* properties used to qualify the lookup.
|
|
27
|
-
*
|
|
28
|
-
* @param name The _unique_ name of the resulting resource.
|
|
29
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
30
|
-
* @param state Any extra arguments used during the lookup.
|
|
31
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
32
|
-
*/
|
|
33
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CleanRoomAutoApprovalRuleState, opts?: pulumi.CustomResourceOptions): CleanRoomAutoApprovalRule;
|
|
34
|
-
/**
|
|
35
|
-
* Returns true if the given object is an instance of CleanRoomAutoApprovalRule. This is designed to work even
|
|
36
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
-
*/
|
|
38
|
-
static isInstance(obj: any): obj is CleanRoomAutoApprovalRule;
|
|
39
|
-
/**
|
|
40
|
-
* Collaborator alias of the author covered by the rule.
|
|
41
|
-
* Only one of `authorCollaboratorAlias` and `authorScope` can be set
|
|
42
|
-
*/
|
|
43
|
-
readonly authorCollaboratorAlias: pulumi.Output<string | undefined>;
|
|
44
|
-
/**
|
|
45
|
-
* Scope of authors covered by the rule.
|
|
46
|
-
* Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
|
|
47
|
-
*/
|
|
48
|
-
readonly authorScope: pulumi.Output<string | undefined>;
|
|
49
|
-
/**
|
|
50
|
-
* The name of the clean room this auto-approval rule belongs to
|
|
51
|
-
*/
|
|
52
|
-
readonly cleanRoomName: pulumi.Output<string | undefined>;
|
|
53
|
-
/**
|
|
54
|
-
* (integer) - Timestamp of when the rule was created, in epoch milliseconds
|
|
55
|
-
*/
|
|
56
|
-
readonly createdAt: pulumi.Output<number>;
|
|
57
|
-
/**
|
|
58
|
-
* (string) - A generated UUID identifying the rule
|
|
59
|
-
*/
|
|
60
|
-
readonly ruleId: pulumi.Output<string>;
|
|
61
|
-
/**
|
|
62
|
-
* (string) - The owner of the rule to whom the rule applies
|
|
63
|
-
*/
|
|
64
|
-
readonly ruleOwnerCollaboratorAlias: pulumi.Output<string>;
|
|
65
|
-
/**
|
|
66
|
-
* Collaborator alias of the runner covered by the rule
|
|
67
|
-
*/
|
|
68
|
-
readonly runnerCollaboratorAlias: pulumi.Output<string | undefined>;
|
|
69
|
-
/**
|
|
70
|
-
* Workspace ID of the resource
|
|
71
|
-
*/
|
|
72
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
73
|
-
/**
|
|
74
|
-
* Create a CleanRoomAutoApprovalRule resource with the given unique name, arguments, and options.
|
|
75
|
-
*
|
|
76
|
-
* @param name The _unique_ name of the resource.
|
|
77
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
78
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
79
|
-
*/
|
|
80
|
-
constructor(name: string, args?: CleanRoomAutoApprovalRuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* Input properties used for looking up and filtering CleanRoomAutoApprovalRule resources.
|
|
84
|
-
*/
|
|
85
|
-
export interface CleanRoomAutoApprovalRuleState {
|
|
86
|
-
/**
|
|
87
|
-
* Collaborator alias of the author covered by the rule.
|
|
88
|
-
* Only one of `authorCollaboratorAlias` and `authorScope` can be set
|
|
89
|
-
*/
|
|
90
|
-
authorCollaboratorAlias?: pulumi.Input<string>;
|
|
91
|
-
/**
|
|
92
|
-
* Scope of authors covered by the rule.
|
|
93
|
-
* Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
|
|
94
|
-
*/
|
|
95
|
-
authorScope?: pulumi.Input<string>;
|
|
96
|
-
/**
|
|
97
|
-
* The name of the clean room this auto-approval rule belongs to
|
|
98
|
-
*/
|
|
99
|
-
cleanRoomName?: pulumi.Input<string>;
|
|
100
|
-
/**
|
|
101
|
-
* (integer) - Timestamp of when the rule was created, in epoch milliseconds
|
|
102
|
-
*/
|
|
103
|
-
createdAt?: pulumi.Input<number>;
|
|
104
|
-
/**
|
|
105
|
-
* (string) - A generated UUID identifying the rule
|
|
106
|
-
*/
|
|
107
|
-
ruleId?: pulumi.Input<string>;
|
|
108
|
-
/**
|
|
109
|
-
* (string) - The owner of the rule to whom the rule applies
|
|
110
|
-
*/
|
|
111
|
-
ruleOwnerCollaboratorAlias?: pulumi.Input<string>;
|
|
112
|
-
/**
|
|
113
|
-
* Collaborator alias of the runner covered by the rule
|
|
114
|
-
*/
|
|
115
|
-
runnerCollaboratorAlias?: pulumi.Input<string>;
|
|
116
|
-
/**
|
|
117
|
-
* Workspace ID of the resource
|
|
118
|
-
*/
|
|
119
|
-
workspaceId?: pulumi.Input<string>;
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* The set of arguments for constructing a CleanRoomAutoApprovalRule resource.
|
|
123
|
-
*/
|
|
124
|
-
export interface CleanRoomAutoApprovalRuleArgs {
|
|
125
|
-
/**
|
|
126
|
-
* Collaborator alias of the author covered by the rule.
|
|
127
|
-
* Only one of `authorCollaboratorAlias` and `authorScope` can be set
|
|
128
|
-
*/
|
|
129
|
-
authorCollaboratorAlias?: pulumi.Input<string>;
|
|
130
|
-
/**
|
|
131
|
-
* Scope of authors covered by the rule.
|
|
132
|
-
* Only one of `authorCollaboratorAlias` and `authorScope` can be set. Possible values are: `ANY_AUTHOR`
|
|
133
|
-
*/
|
|
134
|
-
authorScope?: pulumi.Input<string>;
|
|
135
|
-
/**
|
|
136
|
-
* The name of the clean room this auto-approval rule belongs to
|
|
137
|
-
*/
|
|
138
|
-
cleanRoomName?: pulumi.Input<string>;
|
|
139
|
-
/**
|
|
140
|
-
* Collaborator alias of the runner covered by the rule
|
|
141
|
-
*/
|
|
142
|
-
runnerCollaboratorAlias?: pulumi.Input<string>;
|
|
143
|
-
/**
|
|
144
|
-
* Workspace ID of the resource
|
|
145
|
-
*/
|
|
146
|
-
workspaceId?: pulumi.Input<string>;
|
|
147
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
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.CleanRoomAutoApprovalRule = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* ## Import
|
|
10
|
-
*
|
|
11
|
-
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
12
|
-
*
|
|
13
|
-
* hcl
|
|
14
|
-
*
|
|
15
|
-
* import {
|
|
16
|
-
*
|
|
17
|
-
* id = "rule_id"
|
|
18
|
-
*
|
|
19
|
-
* to = databricks_clean_room_auto_approval_rule.this
|
|
20
|
-
*
|
|
21
|
-
* }
|
|
22
|
-
*
|
|
23
|
-
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
24
|
-
*
|
|
25
|
-
* ```sh
|
|
26
|
-
* $ pulumi import databricks:index/cleanRoomAutoApprovalRule:CleanRoomAutoApprovalRule databricks_clean_room_auto_approval_rule "rule_id"
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
class CleanRoomAutoApprovalRule extends pulumi.CustomResource {
|
|
30
|
-
/**
|
|
31
|
-
* Get an existing CleanRoomAutoApprovalRule resource's state with the given name, ID, and optional extra
|
|
32
|
-
* properties used to qualify the lookup.
|
|
33
|
-
*
|
|
34
|
-
* @param name The _unique_ name of the resulting resource.
|
|
35
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
-
* @param state Any extra arguments used during the lookup.
|
|
37
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
-
*/
|
|
39
|
-
static get(name, id, state, opts) {
|
|
40
|
-
return new CleanRoomAutoApprovalRule(name, state, { ...opts, id: id });
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* Returns true if the given object is an instance of CleanRoomAutoApprovalRule. This is designed to work even
|
|
44
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
45
|
-
*/
|
|
46
|
-
static isInstance(obj) {
|
|
47
|
-
if (obj === undefined || obj === null) {
|
|
48
|
-
return false;
|
|
49
|
-
}
|
|
50
|
-
return obj['__pulumiType'] === CleanRoomAutoApprovalRule.__pulumiType;
|
|
51
|
-
}
|
|
52
|
-
constructor(name, argsOrState, opts) {
|
|
53
|
-
let resourceInputs = {};
|
|
54
|
-
opts = opts || {};
|
|
55
|
-
if (opts.id) {
|
|
56
|
-
const state = argsOrState;
|
|
57
|
-
resourceInputs["authorCollaboratorAlias"] = state?.authorCollaboratorAlias;
|
|
58
|
-
resourceInputs["authorScope"] = state?.authorScope;
|
|
59
|
-
resourceInputs["cleanRoomName"] = state?.cleanRoomName;
|
|
60
|
-
resourceInputs["createdAt"] = state?.createdAt;
|
|
61
|
-
resourceInputs["ruleId"] = state?.ruleId;
|
|
62
|
-
resourceInputs["ruleOwnerCollaboratorAlias"] = state?.ruleOwnerCollaboratorAlias;
|
|
63
|
-
resourceInputs["runnerCollaboratorAlias"] = state?.runnerCollaboratorAlias;
|
|
64
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
65
|
-
}
|
|
66
|
-
else {
|
|
67
|
-
const args = argsOrState;
|
|
68
|
-
resourceInputs["authorCollaboratorAlias"] = args?.authorCollaboratorAlias;
|
|
69
|
-
resourceInputs["authorScope"] = args?.authorScope;
|
|
70
|
-
resourceInputs["cleanRoomName"] = args?.cleanRoomName;
|
|
71
|
-
resourceInputs["runnerCollaboratorAlias"] = args?.runnerCollaboratorAlias;
|
|
72
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
73
|
-
resourceInputs["createdAt"] = undefined /*out*/;
|
|
74
|
-
resourceInputs["ruleId"] = undefined /*out*/;
|
|
75
|
-
resourceInputs["ruleOwnerCollaboratorAlias"] = undefined /*out*/;
|
|
76
|
-
}
|
|
77
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
|
-
super(CleanRoomAutoApprovalRule.__pulumiType, name, resourceInputs, opts);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
exports.CleanRoomAutoApprovalRule = CleanRoomAutoApprovalRule;
|
|
82
|
-
/** @internal */
|
|
83
|
-
CleanRoomAutoApprovalRule.__pulumiType = 'databricks:index/cleanRoomAutoApprovalRule:CleanRoomAutoApprovalRule';
|
|
84
|
-
//# sourceMappingURL=cleanRoomAutoApprovalRule.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cleanRoomAutoApprovalRule.js","sourceRoot":"","sources":["../cleanRoomAutoApprovalRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,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,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IA6CD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,4BAA4B,CAAC,GAAG,KAAK,EAAE,0BAA0B,CAAC;YACjF,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;SACtD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,4BAA4B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AAjGL,8DAkGC;AApFG,gBAAgB;AACO,sCAAY,GAAG,sEAAsE,CAAC"}
|