@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/getVolumes.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Retrieves a list of databricks.Volume ids (full names), that were created by Pulumi or manually.
|
|
4
6
|
*
|
|
@@ -44,6 +46,10 @@ export interface GetVolumesArgs {
|
|
|
44
46
|
* a list of databricks.Volume full names: *`catalog`.`schema`.`volume`*
|
|
45
47
|
*/
|
|
46
48
|
ids?: string[];
|
|
49
|
+
/**
|
|
50
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
51
|
+
*/
|
|
52
|
+
providerConfig?: inputs.GetVolumesProviderConfig;
|
|
47
53
|
/**
|
|
48
54
|
* Name of databricks_schema
|
|
49
55
|
*/
|
|
@@ -62,6 +68,7 @@ export interface GetVolumesResult {
|
|
|
62
68
|
* a list of databricks.Volume full names: *`catalog`.`schema`.`volume`*
|
|
63
69
|
*/
|
|
64
70
|
readonly ids: string[];
|
|
71
|
+
readonly providerConfig?: outputs.GetVolumesProviderConfig;
|
|
65
72
|
readonly schemaName: string;
|
|
66
73
|
}
|
|
67
74
|
/**
|
|
@@ -109,6 +116,10 @@ export interface GetVolumesOutputArgs {
|
|
|
109
116
|
* a list of databricks.Volume full names: *`catalog`.`schema`.`volume`*
|
|
110
117
|
*/
|
|
111
118
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
119
|
+
/**
|
|
120
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
121
|
+
*/
|
|
122
|
+
providerConfig?: pulumi.Input<inputs.GetVolumesProviderConfigArgs>;
|
|
112
123
|
/**
|
|
113
124
|
* Name of databricks_schema
|
|
114
125
|
*/
|
package/getVolumes.js
CHANGED
|
@@ -42,6 +42,7 @@ function getVolumes(args, opts) {
|
|
|
42
42
|
return pulumi.runtime.invoke("databricks:index/getVolumes:getVolumes", {
|
|
43
43
|
"catalogName": args.catalogName,
|
|
44
44
|
"ids": args.ids,
|
|
45
|
+
"providerConfig": args.providerConfig,
|
|
45
46
|
"schemaName": args.schemaName,
|
|
46
47
|
}, opts);
|
|
47
48
|
}
|
|
@@ -83,6 +84,7 @@ function getVolumesOutput(args, opts) {
|
|
|
83
84
|
return pulumi.runtime.invokeOutput("databricks:index/getVolumes:getVolumes", {
|
|
84
85
|
"catalogName": args.catalogName,
|
|
85
86
|
"ids": args.ids,
|
|
87
|
+
"providerConfig": args.providerConfig,
|
|
86
88
|
"schemaName": args.schemaName,
|
|
87
89
|
}, opts);
|
|
88
90
|
}
|
package/getVolumes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVolumes.js","sourceRoot":"","sources":["../getVolumes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getVolumes.js","sourceRoot":"","sources":["../getVolumes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AAwCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
4
|
+
*
|
|
3
5
|
* This data source can be used to get a single workspace network option.
|
|
4
6
|
*
|
|
5
7
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -17,22 +19,15 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
19
|
* });
|
|
18
20
|
* ```
|
|
19
21
|
*/
|
|
20
|
-
export declare function getWorkspaceNetworkOption(args
|
|
22
|
+
export declare function getWorkspaceNetworkOption(args: GetWorkspaceNetworkOptionArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkspaceNetworkOptionResult>;
|
|
21
23
|
/**
|
|
22
24
|
* A collection of arguments for invoking getWorkspaceNetworkOption.
|
|
23
25
|
*/
|
|
24
26
|
export interface GetWorkspaceNetworkOptionArgs {
|
|
25
|
-
/**
|
|
26
|
-
* (string) - The network policy ID to apply to the workspace. This controls the network access rules
|
|
27
|
-
* for all serverless compute resources in the workspace. Each workspace can only be
|
|
28
|
-
* linked to one policy at a time. If no policy is explicitly assigned,
|
|
29
|
-
* the workspace will use 'default-policy'
|
|
30
|
-
*/
|
|
31
|
-
networkPolicyId?: string;
|
|
32
27
|
/**
|
|
33
28
|
* The workspace ID
|
|
34
29
|
*/
|
|
35
|
-
workspaceId
|
|
30
|
+
workspaceId: string;
|
|
36
31
|
}
|
|
37
32
|
/**
|
|
38
33
|
* A collection of values returned by getWorkspaceNetworkOption.
|
|
@@ -48,13 +43,15 @@ export interface GetWorkspaceNetworkOptionResult {
|
|
|
48
43
|
* linked to one policy at a time. If no policy is explicitly assigned,
|
|
49
44
|
* the workspace will use 'default-policy'
|
|
50
45
|
*/
|
|
51
|
-
readonly networkPolicyId
|
|
46
|
+
readonly networkPolicyId: string;
|
|
52
47
|
/**
|
|
53
48
|
* (integer) - The workspace ID
|
|
54
49
|
*/
|
|
55
|
-
readonly workspaceId
|
|
50
|
+
readonly workspaceId: string;
|
|
56
51
|
}
|
|
57
52
|
/**
|
|
53
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
54
|
+
*
|
|
58
55
|
* This data source can be used to get a single workspace network option.
|
|
59
56
|
*
|
|
60
57
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -72,20 +69,13 @@ export interface GetWorkspaceNetworkOptionResult {
|
|
|
72
69
|
* });
|
|
73
70
|
* ```
|
|
74
71
|
*/
|
|
75
|
-
export declare function getWorkspaceNetworkOptionOutput(args
|
|
72
|
+
export declare function getWorkspaceNetworkOptionOutput(args: GetWorkspaceNetworkOptionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWorkspaceNetworkOptionResult>;
|
|
76
73
|
/**
|
|
77
74
|
* A collection of arguments for invoking getWorkspaceNetworkOption.
|
|
78
75
|
*/
|
|
79
76
|
export interface GetWorkspaceNetworkOptionOutputArgs {
|
|
80
|
-
/**
|
|
81
|
-
* (string) - The network policy ID to apply to the workspace. This controls the network access rules
|
|
82
|
-
* for all serverless compute resources in the workspace. Each workspace can only be
|
|
83
|
-
* linked to one policy at a time. If no policy is explicitly assigned,
|
|
84
|
-
* the workspace will use 'default-policy'
|
|
85
|
-
*/
|
|
86
|
-
networkPolicyId?: pulumi.Input<string>;
|
|
87
77
|
/**
|
|
88
78
|
* The workspace ID
|
|
89
79
|
*/
|
|
90
|
-
workspaceId
|
|
80
|
+
workspaceId: pulumi.Input<string>;
|
|
91
81
|
}
|
|
@@ -6,6 +6,8 @@ exports.getWorkspaceNetworkOptionOutput = exports.getWorkspaceNetworkOption = vo
|
|
|
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
|
* This data source can be used to get a single workspace network option.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -24,15 +26,15 @@ const utilities = require("./utilities");
|
|
|
24
26
|
* ```
|
|
25
27
|
*/
|
|
26
28
|
function getWorkspaceNetworkOption(args, opts) {
|
|
27
|
-
args = args || {};
|
|
28
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
30
|
return pulumi.runtime.invoke("databricks:index/getWorkspaceNetworkOption:getWorkspaceNetworkOption", {
|
|
30
|
-
"networkPolicyId": args.networkPolicyId,
|
|
31
31
|
"workspaceId": args.workspaceId,
|
|
32
32
|
}, opts);
|
|
33
33
|
}
|
|
34
34
|
exports.getWorkspaceNetworkOption = getWorkspaceNetworkOption;
|
|
35
35
|
/**
|
|
36
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
|
+
*
|
|
36
38
|
* This data source can be used to get a single workspace network option.
|
|
37
39
|
*
|
|
38
40
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -51,10 +53,8 @@ exports.getWorkspaceNetworkOption = getWorkspaceNetworkOption;
|
|
|
51
53
|
* ```
|
|
52
54
|
*/
|
|
53
55
|
function getWorkspaceNetworkOptionOutput(args, opts) {
|
|
54
|
-
args = args || {};
|
|
55
56
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
56
57
|
return pulumi.runtime.invokeOutput("databricks:index/getWorkspaceNetworkOption:getWorkspaceNetworkOption", {
|
|
57
|
-
"networkPolicyId": args.networkPolicyId,
|
|
58
58
|
"workspaceId": args.workspaceId,
|
|
59
59
|
}, opts);
|
|
60
60
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWorkspaceNetworkOption.js","sourceRoot":"","sources":["../getWorkspaceNetworkOption.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getWorkspaceNetworkOption.js","sourceRoot":"","sources":["../getWorkspaceNetworkOption.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC;AAgCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0EAKC"}
|
|
@@ -1,79 +1,23 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
2
|
import * as outputs from "./types/output";
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
6
|
+
* This data source can be used to get a single account setting.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* Referring to a setting by id
|
|
11
|
+
*/
|
|
12
|
+
export declare function getWorkspaceSettingV2(args: GetWorkspaceSettingV2Args, opts?: pulumi.InvokeOptions): Promise<GetWorkspaceSettingV2Result>;
|
|
5
13
|
/**
|
|
6
14
|
* A collection of arguments for invoking getWorkspaceSettingV2.
|
|
7
15
|
*/
|
|
8
16
|
export interface GetWorkspaceSettingV2Args {
|
|
9
|
-
/**
|
|
10
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
11
|
-
*/
|
|
12
|
-
aibiDashboardEmbeddingAccessPolicy?: inputs.GetWorkspaceSettingV2AibiDashboardEmbeddingAccessPolicy;
|
|
13
|
-
/**
|
|
14
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
15
|
-
*/
|
|
16
|
-
aibiDashboardEmbeddingApprovedDomains?: inputs.GetWorkspaceSettingV2AibiDashboardEmbeddingApprovedDomains;
|
|
17
|
-
/**
|
|
18
|
-
* (ClusterAutoRestartMessage) - todo: Mark these Public after onboarded to DSL
|
|
19
|
-
*/
|
|
20
|
-
automaticClusterUpdateWorkspace?: inputs.GetWorkspaceSettingV2AutomaticClusterUpdateWorkspace;
|
|
21
|
-
/**
|
|
22
|
-
* (BooleanMessage)
|
|
23
|
-
*/
|
|
24
|
-
booleanVal?: inputs.GetWorkspaceSettingV2BooleanVal;
|
|
25
|
-
/**
|
|
26
|
-
* (DefaultDataSecurityModeMessage)
|
|
27
|
-
*/
|
|
28
|
-
defaultDataSecurityMode?: inputs.GetWorkspaceSettingV2DefaultDataSecurityMode;
|
|
29
|
-
/**
|
|
30
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
31
|
-
*/
|
|
32
|
-
effectiveAibiDashboardEmbeddingAccessPolicy?: inputs.GetWorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy;
|
|
33
|
-
/**
|
|
34
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
35
|
-
*/
|
|
36
|
-
effectiveAibiDashboardEmbeddingApprovedDomains?: inputs.GetWorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains;
|
|
37
|
-
/**
|
|
38
|
-
* (ClusterAutoRestartMessage)
|
|
39
|
-
*/
|
|
40
|
-
effectiveAutomaticClusterUpdateWorkspace?: inputs.GetWorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspace;
|
|
41
|
-
/**
|
|
42
|
-
* (DefaultDataSecurityModeMessage)
|
|
43
|
-
*/
|
|
44
|
-
effectiveDefaultDataSecurityMode?: inputs.GetWorkspaceSettingV2EffectiveDefaultDataSecurityMode;
|
|
45
|
-
/**
|
|
46
|
-
* (PersonalComputeMessage)
|
|
47
|
-
*/
|
|
48
|
-
effectivePersonalCompute?: inputs.GetWorkspaceSettingV2EffectivePersonalCompute;
|
|
49
|
-
/**
|
|
50
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
51
|
-
*/
|
|
52
|
-
effectiveRestrictWorkspaceAdmins?: inputs.GetWorkspaceSettingV2EffectiveRestrictWorkspaceAdmins;
|
|
53
|
-
/**
|
|
54
|
-
* (IntegerMessage)
|
|
55
|
-
*/
|
|
56
|
-
integerVal?: inputs.GetWorkspaceSettingV2IntegerVal;
|
|
57
17
|
/**
|
|
58
18
|
* Name of the setting
|
|
59
19
|
*/
|
|
60
|
-
name
|
|
61
|
-
/**
|
|
62
|
-
* (PersonalComputeMessage)
|
|
63
|
-
*/
|
|
64
|
-
personalCompute?: inputs.GetWorkspaceSettingV2PersonalCompute;
|
|
65
|
-
/**
|
|
66
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
67
|
-
*/
|
|
68
|
-
restrictWorkspaceAdmins?: inputs.GetWorkspaceSettingV2RestrictWorkspaceAdmins;
|
|
69
|
-
/**
|
|
70
|
-
* (StringMessage)
|
|
71
|
-
*/
|
|
72
|
-
stringVal?: inputs.GetWorkspaceSettingV2StringVal;
|
|
73
|
-
/**
|
|
74
|
-
* Workspace ID of the resource
|
|
75
|
-
*/
|
|
76
|
-
workspaceId?: string;
|
|
20
|
+
name: string;
|
|
77
21
|
}
|
|
78
22
|
/**
|
|
79
23
|
* A collection of values returned by getWorkspaceSettingV2.
|
|
@@ -82,43 +26,35 @@ export interface GetWorkspaceSettingV2Result {
|
|
|
82
26
|
/**
|
|
83
27
|
* (AibiDashboardEmbeddingAccessPolicy)
|
|
84
28
|
*/
|
|
85
|
-
readonly aibiDashboardEmbeddingAccessPolicy
|
|
29
|
+
readonly aibiDashboardEmbeddingAccessPolicy: outputs.GetWorkspaceSettingV2AibiDashboardEmbeddingAccessPolicy;
|
|
86
30
|
/**
|
|
87
31
|
* (AibiDashboardEmbeddingApprovedDomains)
|
|
88
32
|
*/
|
|
89
|
-
readonly aibiDashboardEmbeddingApprovedDomains
|
|
33
|
+
readonly aibiDashboardEmbeddingApprovedDomains: outputs.GetWorkspaceSettingV2AibiDashboardEmbeddingApprovedDomains;
|
|
90
34
|
/**
|
|
91
|
-
* (ClusterAutoRestartMessage)
|
|
35
|
+
* (ClusterAutoRestartMessage)
|
|
92
36
|
*/
|
|
93
|
-
readonly automaticClusterUpdateWorkspace
|
|
37
|
+
readonly automaticClusterUpdateWorkspace: outputs.GetWorkspaceSettingV2AutomaticClusterUpdateWorkspace;
|
|
94
38
|
/**
|
|
95
39
|
* (BooleanMessage)
|
|
96
40
|
*/
|
|
97
|
-
readonly booleanVal
|
|
98
|
-
/**
|
|
99
|
-
* (DefaultDataSecurityModeMessage)
|
|
100
|
-
*/
|
|
101
|
-
readonly defaultDataSecurityMode?: outputs.GetWorkspaceSettingV2DefaultDataSecurityMode;
|
|
41
|
+
readonly booleanVal: outputs.GetWorkspaceSettingV2BooleanVal;
|
|
102
42
|
/**
|
|
103
43
|
* (AibiDashboardEmbeddingAccessPolicy)
|
|
104
44
|
*/
|
|
105
|
-
readonly effectiveAibiDashboardEmbeddingAccessPolicy
|
|
45
|
+
readonly effectiveAibiDashboardEmbeddingAccessPolicy: outputs.GetWorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy;
|
|
106
46
|
/**
|
|
107
47
|
* (AibiDashboardEmbeddingApprovedDomains)
|
|
108
48
|
*/
|
|
109
|
-
readonly effectiveAibiDashboardEmbeddingApprovedDomains
|
|
49
|
+
readonly effectiveAibiDashboardEmbeddingApprovedDomains: outputs.GetWorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains;
|
|
110
50
|
/**
|
|
111
51
|
* (ClusterAutoRestartMessage)
|
|
112
52
|
*/
|
|
113
|
-
readonly effectiveAutomaticClusterUpdateWorkspace
|
|
53
|
+
readonly effectiveAutomaticClusterUpdateWorkspace: outputs.GetWorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspace;
|
|
114
54
|
/**
|
|
115
55
|
* (BooleanMessage)
|
|
116
56
|
*/
|
|
117
57
|
readonly effectiveBooleanVal: outputs.GetWorkspaceSettingV2EffectiveBooleanVal;
|
|
118
|
-
/**
|
|
119
|
-
* (DefaultDataSecurityModeMessage)
|
|
120
|
-
*/
|
|
121
|
-
readonly effectiveDefaultDataSecurityMode?: outputs.GetWorkspaceSettingV2EffectiveDefaultDataSecurityMode;
|
|
122
58
|
/**
|
|
123
59
|
* (IntegerMessage)
|
|
124
60
|
*/
|
|
@@ -126,11 +62,11 @@ export interface GetWorkspaceSettingV2Result {
|
|
|
126
62
|
/**
|
|
127
63
|
* (PersonalComputeMessage)
|
|
128
64
|
*/
|
|
129
|
-
readonly effectivePersonalCompute
|
|
65
|
+
readonly effectivePersonalCompute: outputs.GetWorkspaceSettingV2EffectivePersonalCompute;
|
|
130
66
|
/**
|
|
131
67
|
* (RestrictWorkspaceAdminsMessage)
|
|
132
68
|
*/
|
|
133
|
-
readonly effectiveRestrictWorkspaceAdmins
|
|
69
|
+
readonly effectiveRestrictWorkspaceAdmins: outputs.GetWorkspaceSettingV2EffectiveRestrictWorkspaceAdmins;
|
|
134
70
|
/**
|
|
135
71
|
* (StringMessage)
|
|
136
72
|
*/
|
|
@@ -142,96 +78,40 @@ export interface GetWorkspaceSettingV2Result {
|
|
|
142
78
|
/**
|
|
143
79
|
* (IntegerMessage)
|
|
144
80
|
*/
|
|
145
|
-
readonly integerVal
|
|
81
|
+
readonly integerVal: outputs.GetWorkspaceSettingV2IntegerVal;
|
|
146
82
|
/**
|
|
147
83
|
* (string) - Name of the setting
|
|
148
84
|
*/
|
|
149
|
-
readonly name
|
|
85
|
+
readonly name: string;
|
|
150
86
|
/**
|
|
151
87
|
* (PersonalComputeMessage)
|
|
152
88
|
*/
|
|
153
|
-
readonly personalCompute
|
|
89
|
+
readonly personalCompute: outputs.GetWorkspaceSettingV2PersonalCompute;
|
|
154
90
|
/**
|
|
155
91
|
* (RestrictWorkspaceAdminsMessage)
|
|
156
92
|
*/
|
|
157
|
-
readonly restrictWorkspaceAdmins
|
|
93
|
+
readonly restrictWorkspaceAdmins: outputs.GetWorkspaceSettingV2RestrictWorkspaceAdmins;
|
|
158
94
|
/**
|
|
159
95
|
* (StringMessage)
|
|
160
96
|
*/
|
|
161
|
-
readonly stringVal
|
|
162
|
-
readonly workspaceId?: string;
|
|
97
|
+
readonly stringVal: outputs.GetWorkspaceSettingV2StringVal;
|
|
163
98
|
}
|
|
164
|
-
|
|
99
|
+
/**
|
|
100
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
101
|
+
*
|
|
102
|
+
* This data source can be used to get a single account setting.
|
|
103
|
+
*
|
|
104
|
+
* ## Example Usage
|
|
105
|
+
*
|
|
106
|
+
* Referring to a setting by id
|
|
107
|
+
*/
|
|
108
|
+
export declare function getWorkspaceSettingV2Output(args: GetWorkspaceSettingV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWorkspaceSettingV2Result>;
|
|
165
109
|
/**
|
|
166
110
|
* A collection of arguments for invoking getWorkspaceSettingV2.
|
|
167
111
|
*/
|
|
168
112
|
export interface GetWorkspaceSettingV2OutputArgs {
|
|
169
|
-
/**
|
|
170
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
171
|
-
*/
|
|
172
|
-
aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.GetWorkspaceSettingV2AibiDashboardEmbeddingAccessPolicyArgs>;
|
|
173
|
-
/**
|
|
174
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
175
|
-
*/
|
|
176
|
-
aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.GetWorkspaceSettingV2AibiDashboardEmbeddingApprovedDomainsArgs>;
|
|
177
|
-
/**
|
|
178
|
-
* (ClusterAutoRestartMessage) - todo: Mark these Public after onboarded to DSL
|
|
179
|
-
*/
|
|
180
|
-
automaticClusterUpdateWorkspace?: pulumi.Input<inputs.GetWorkspaceSettingV2AutomaticClusterUpdateWorkspaceArgs>;
|
|
181
|
-
/**
|
|
182
|
-
* (BooleanMessage)
|
|
183
|
-
*/
|
|
184
|
-
booleanVal?: pulumi.Input<inputs.GetWorkspaceSettingV2BooleanValArgs>;
|
|
185
|
-
/**
|
|
186
|
-
* (DefaultDataSecurityModeMessage)
|
|
187
|
-
*/
|
|
188
|
-
defaultDataSecurityMode?: pulumi.Input<inputs.GetWorkspaceSettingV2DefaultDataSecurityModeArgs>;
|
|
189
|
-
/**
|
|
190
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
191
|
-
*/
|
|
192
|
-
effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.GetWorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs>;
|
|
193
|
-
/**
|
|
194
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
195
|
-
*/
|
|
196
|
-
effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.GetWorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs>;
|
|
197
|
-
/**
|
|
198
|
-
* (ClusterAutoRestartMessage)
|
|
199
|
-
*/
|
|
200
|
-
effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.GetWorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs>;
|
|
201
|
-
/**
|
|
202
|
-
* (DefaultDataSecurityModeMessage)
|
|
203
|
-
*/
|
|
204
|
-
effectiveDefaultDataSecurityMode?: pulumi.Input<inputs.GetWorkspaceSettingV2EffectiveDefaultDataSecurityModeArgs>;
|
|
205
|
-
/**
|
|
206
|
-
* (PersonalComputeMessage)
|
|
207
|
-
*/
|
|
208
|
-
effectivePersonalCompute?: pulumi.Input<inputs.GetWorkspaceSettingV2EffectivePersonalComputeArgs>;
|
|
209
|
-
/**
|
|
210
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
211
|
-
*/
|
|
212
|
-
effectiveRestrictWorkspaceAdmins?: pulumi.Input<inputs.GetWorkspaceSettingV2EffectiveRestrictWorkspaceAdminsArgs>;
|
|
213
|
-
/**
|
|
214
|
-
* (IntegerMessage)
|
|
215
|
-
*/
|
|
216
|
-
integerVal?: pulumi.Input<inputs.GetWorkspaceSettingV2IntegerValArgs>;
|
|
217
113
|
/**
|
|
218
114
|
* Name of the setting
|
|
219
115
|
*/
|
|
220
|
-
name
|
|
221
|
-
/**
|
|
222
|
-
* (PersonalComputeMessage)
|
|
223
|
-
*/
|
|
224
|
-
personalCompute?: pulumi.Input<inputs.GetWorkspaceSettingV2PersonalComputeArgs>;
|
|
225
|
-
/**
|
|
226
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
227
|
-
*/
|
|
228
|
-
restrictWorkspaceAdmins?: pulumi.Input<inputs.GetWorkspaceSettingV2RestrictWorkspaceAdminsArgs>;
|
|
229
|
-
/**
|
|
230
|
-
* (StringMessage)
|
|
231
|
-
*/
|
|
232
|
-
stringVal?: pulumi.Input<inputs.GetWorkspaceSettingV2StringValArgs>;
|
|
233
|
-
/**
|
|
234
|
-
* Workspace ID of the resource
|
|
235
|
-
*/
|
|
236
|
-
workspaceId?: pulumi.Input<string>;
|
|
116
|
+
name: pulumi.Input<string>;
|
|
237
117
|
}
|
package/getWorkspaceSettingV2.js
CHANGED
|
@@ -5,51 +5,35 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getWorkspaceSettingV2Output = exports.getWorkspaceSettingV2 = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
11
|
+
* This data source can be used to get a single account setting.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* Referring to a setting by id
|
|
16
|
+
*/
|
|
8
17
|
function getWorkspaceSettingV2(args, opts) {
|
|
9
|
-
args = args || {};
|
|
10
18
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
19
|
return pulumi.runtime.invoke("databricks:index/getWorkspaceSettingV2:getWorkspaceSettingV2", {
|
|
12
|
-
"aibiDashboardEmbeddingAccessPolicy": args.aibiDashboardEmbeddingAccessPolicy,
|
|
13
|
-
"aibiDashboardEmbeddingApprovedDomains": args.aibiDashboardEmbeddingApprovedDomains,
|
|
14
|
-
"automaticClusterUpdateWorkspace": args.automaticClusterUpdateWorkspace,
|
|
15
|
-
"booleanVal": args.booleanVal,
|
|
16
|
-
"defaultDataSecurityMode": args.defaultDataSecurityMode,
|
|
17
|
-
"effectiveAibiDashboardEmbeddingAccessPolicy": args.effectiveAibiDashboardEmbeddingAccessPolicy,
|
|
18
|
-
"effectiveAibiDashboardEmbeddingApprovedDomains": args.effectiveAibiDashboardEmbeddingApprovedDomains,
|
|
19
|
-
"effectiveAutomaticClusterUpdateWorkspace": args.effectiveAutomaticClusterUpdateWorkspace,
|
|
20
|
-
"effectiveDefaultDataSecurityMode": args.effectiveDefaultDataSecurityMode,
|
|
21
|
-
"effectivePersonalCompute": args.effectivePersonalCompute,
|
|
22
|
-
"effectiveRestrictWorkspaceAdmins": args.effectiveRestrictWorkspaceAdmins,
|
|
23
|
-
"integerVal": args.integerVal,
|
|
24
20
|
"name": args.name,
|
|
25
|
-
"personalCompute": args.personalCompute,
|
|
26
|
-
"restrictWorkspaceAdmins": args.restrictWorkspaceAdmins,
|
|
27
|
-
"stringVal": args.stringVal,
|
|
28
|
-
"workspaceId": args.workspaceId,
|
|
29
21
|
}, opts);
|
|
30
22
|
}
|
|
31
23
|
exports.getWorkspaceSettingV2 = getWorkspaceSettingV2;
|
|
24
|
+
/**
|
|
25
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
26
|
+
*
|
|
27
|
+
* This data source can be used to get a single account setting.
|
|
28
|
+
*
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* Referring to a setting by id
|
|
32
|
+
*/
|
|
32
33
|
function getWorkspaceSettingV2Output(args, opts) {
|
|
33
|
-
args = args || {};
|
|
34
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
35
35
|
return pulumi.runtime.invokeOutput("databricks:index/getWorkspaceSettingV2:getWorkspaceSettingV2", {
|
|
36
|
-
"aibiDashboardEmbeddingAccessPolicy": args.aibiDashboardEmbeddingAccessPolicy,
|
|
37
|
-
"aibiDashboardEmbeddingApprovedDomains": args.aibiDashboardEmbeddingApprovedDomains,
|
|
38
|
-
"automaticClusterUpdateWorkspace": args.automaticClusterUpdateWorkspace,
|
|
39
|
-
"booleanVal": args.booleanVal,
|
|
40
|
-
"defaultDataSecurityMode": args.defaultDataSecurityMode,
|
|
41
|
-
"effectiveAibiDashboardEmbeddingAccessPolicy": args.effectiveAibiDashboardEmbeddingAccessPolicy,
|
|
42
|
-
"effectiveAibiDashboardEmbeddingApprovedDomains": args.effectiveAibiDashboardEmbeddingApprovedDomains,
|
|
43
|
-
"effectiveAutomaticClusterUpdateWorkspace": args.effectiveAutomaticClusterUpdateWorkspace,
|
|
44
|
-
"effectiveDefaultDataSecurityMode": args.effectiveDefaultDataSecurityMode,
|
|
45
|
-
"effectivePersonalCompute": args.effectivePersonalCompute,
|
|
46
|
-
"effectiveRestrictWorkspaceAdmins": args.effectiveRestrictWorkspaceAdmins,
|
|
47
|
-
"integerVal": args.integerVal,
|
|
48
36
|
"name": args.name,
|
|
49
|
-
"personalCompute": args.personalCompute,
|
|
50
|
-
"restrictWorkspaceAdmins": args.restrictWorkspaceAdmins,
|
|
51
|
-
"stringVal": args.stringVal,
|
|
52
|
-
"workspaceId": args.workspaceId,
|
|
53
37
|
}, opts);
|
|
54
38
|
}
|
|
55
39
|
exports.getWorkspaceSettingV2Output = getWorkspaceSettingV2Output;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWorkspaceSettingV2.js","sourceRoot":"","sources":["../getWorkspaceSettingV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,qBAAqB,CAAC,
|
|
1
|
+
{"version":3,"file":"getWorkspaceSettingV2.js","sourceRoot":"","sources":["../getWorkspaceSettingV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAyFD;;;;;;;;GAQG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
package/getZones.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* This data source allows you to fetch all available AWS availability zones on your workspace on AWS.
|
|
4
6
|
*
|
|
@@ -26,6 +28,10 @@ export interface GetZonesArgs {
|
|
|
26
28
|
* The id for the zone object.
|
|
27
29
|
*/
|
|
28
30
|
id?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
33
|
+
*/
|
|
34
|
+
providerConfig?: inputs.GetZonesProviderConfig;
|
|
29
35
|
/**
|
|
30
36
|
* This is a list of all the zones available for your subnets in your Databricks workspace.
|
|
31
37
|
*/
|
|
@@ -43,6 +49,7 @@ export interface GetZonesResult {
|
|
|
43
49
|
* The id for the zone object.
|
|
44
50
|
*/
|
|
45
51
|
readonly id: string;
|
|
52
|
+
readonly providerConfig?: outputs.GetZonesProviderConfig;
|
|
46
53
|
/**
|
|
47
54
|
* This is a list of all the zones available for your subnets in your Databricks workspace.
|
|
48
55
|
*/
|
|
@@ -75,6 +82,10 @@ export interface GetZonesOutputArgs {
|
|
|
75
82
|
* The id for the zone object.
|
|
76
83
|
*/
|
|
77
84
|
id?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
87
|
+
*/
|
|
88
|
+
providerConfig?: pulumi.Input<inputs.GetZonesProviderConfigArgs>;
|
|
78
89
|
/**
|
|
79
90
|
* This is a list of all the zones available for your subnets in your Databricks workspace.
|
|
80
91
|
*/
|
package/getZones.js
CHANGED
|
@@ -25,6 +25,7 @@ function getZones(args, opts) {
|
|
|
25
25
|
return pulumi.runtime.invoke("databricks:index/getZones:getZones", {
|
|
26
26
|
"defaultZone": args.defaultZone,
|
|
27
27
|
"id": args.id,
|
|
28
|
+
"providerConfig": args.providerConfig,
|
|
28
29
|
"zones": args.zones,
|
|
29
30
|
}, opts);
|
|
30
31
|
}
|
|
@@ -49,6 +50,7 @@ function getZonesOutput(args, opts) {
|
|
|
49
50
|
return pulumi.runtime.invokeOutput("databricks:index/getZones:getZones", {
|
|
50
51
|
"defaultZone": args.defaultZone,
|
|
51
52
|
"id": args.id,
|
|
53
|
+
"providerConfig": args.providerConfig,
|
|
52
54
|
"zones": args.zones,
|
|
53
55
|
}, opts);
|
|
54
56
|
}
|
package/getZones.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZones.js","sourceRoot":"","sources":["../getZones.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getZones.js","sourceRoot":"","sources":["../getZones.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4BASC;AA0CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC"}
|
package/gitCredential.d.ts
CHANGED
|
@@ -80,12 +80,16 @@ export declare class GitCredential extends pulumi.CustomResource {
|
|
|
80
80
|
* specify if settings need to be enforced (i.e., to overwrite previously set credential for service principals).
|
|
81
81
|
*/
|
|
82
82
|
readonly force: pulumi.Output<boolean | undefined>;
|
|
83
|
+
/**
|
|
84
|
+
* The email associated with your Git provider user account. Used for authentication with the remote repository and also sets the author & committer identity for commits.
|
|
85
|
+
*/
|
|
86
|
+
readonly gitEmail: pulumi.Output<string | undefined>;
|
|
83
87
|
/**
|
|
84
88
|
* case insensitive name of the Git provider. Following values are supported right now (could be a subject for a change, consult [Git Credentials API documentation](https://docs.databricks.com/dev-tools/api/latest/gitcredentials.html)): `gitHub`, `gitHubEnterprise`, `bitbucketCloud`, `bitbucketServer`, `azureDevOpsServices`, `gitLab`, `gitLabEnterpriseEdition`, `awsCodeCommit`, `azureDevOpsServicesAad`.
|
|
85
89
|
*/
|
|
86
90
|
readonly gitProvider: pulumi.Output<string>;
|
|
87
91
|
/**
|
|
88
|
-
* user name at Git provider.
|
|
92
|
+
* user name at Git provider. For most Git providers it is only used to set the Git committer & author names for commits, however it may be required for authentication depending on your Git provider / token requirements.
|
|
89
93
|
*/
|
|
90
94
|
readonly gitUsername: pulumi.Output<string | undefined>;
|
|
91
95
|
/**
|
|
@@ -117,12 +121,16 @@ export interface GitCredentialState {
|
|
|
117
121
|
* specify if settings need to be enforced (i.e., to overwrite previously set credential for service principals).
|
|
118
122
|
*/
|
|
119
123
|
force?: pulumi.Input<boolean>;
|
|
124
|
+
/**
|
|
125
|
+
* The email associated with your Git provider user account. Used for authentication with the remote repository and also sets the author & committer identity for commits.
|
|
126
|
+
*/
|
|
127
|
+
gitEmail?: pulumi.Input<string>;
|
|
120
128
|
/**
|
|
121
129
|
* case insensitive name of the Git provider. Following values are supported right now (could be a subject for a change, consult [Git Credentials API documentation](https://docs.databricks.com/dev-tools/api/latest/gitcredentials.html)): `gitHub`, `gitHubEnterprise`, `bitbucketCloud`, `bitbucketServer`, `azureDevOpsServices`, `gitLab`, `gitLabEnterpriseEdition`, `awsCodeCommit`, `azureDevOpsServicesAad`.
|
|
122
130
|
*/
|
|
123
131
|
gitProvider?: pulumi.Input<string>;
|
|
124
132
|
/**
|
|
125
|
-
* user name at Git provider.
|
|
133
|
+
* user name at Git provider. For most Git providers it is only used to set the Git committer & author names for commits, however it may be required for authentication depending on your Git provider / token requirements.
|
|
126
134
|
*/
|
|
127
135
|
gitUsername?: pulumi.Input<string>;
|
|
128
136
|
/**
|
|
@@ -146,12 +154,16 @@ export interface GitCredentialArgs {
|
|
|
146
154
|
* specify if settings need to be enforced (i.e., to overwrite previously set credential for service principals).
|
|
147
155
|
*/
|
|
148
156
|
force?: pulumi.Input<boolean>;
|
|
157
|
+
/**
|
|
158
|
+
* The email associated with your Git provider user account. Used for authentication with the remote repository and also sets the author & committer identity for commits.
|
|
159
|
+
*/
|
|
160
|
+
gitEmail?: pulumi.Input<string>;
|
|
149
161
|
/**
|
|
150
162
|
* case insensitive name of the Git provider. Following values are supported right now (could be a subject for a change, consult [Git Credentials API documentation](https://docs.databricks.com/dev-tools/api/latest/gitcredentials.html)): `gitHub`, `gitHubEnterprise`, `bitbucketCloud`, `bitbucketServer`, `azureDevOpsServices`, `gitLab`, `gitLabEnterpriseEdition`, `awsCodeCommit`, `azureDevOpsServicesAad`.
|
|
151
163
|
*/
|
|
152
164
|
gitProvider: pulumi.Input<string>;
|
|
153
165
|
/**
|
|
154
|
-
* user name at Git provider.
|
|
166
|
+
* user name at Git provider. For most Git providers it is only used to set the Git committer & author names for commits, however it may be required for authentication depending on your Git provider / token requirements.
|
|
155
167
|
*/
|
|
156
168
|
gitUsername?: pulumi.Input<string>;
|
|
157
169
|
/**
|