@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/getBudgetPolicies.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getBudgetPoliciesOutput = exports.getBudgetPolicies = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* This data source can be used to fetch the list of budget policies.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -21,12 +23,19 @@ const utilities = require("./utilities");
|
|
|
21
23
|
* const all = databricks.getBudgetPolicies({});
|
|
22
24
|
* ```
|
|
23
25
|
*/
|
|
24
|
-
function getBudgetPolicies(opts) {
|
|
26
|
+
function getBudgetPolicies(args, opts) {
|
|
27
|
+
args = args || {};
|
|
25
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
-
return pulumi.runtime.invoke("databricks:index/getBudgetPolicies:getBudgetPolicies", {
|
|
29
|
+
return pulumi.runtime.invoke("databricks:index/getBudgetPolicies:getBudgetPolicies", {
|
|
30
|
+
"filterBy": args.filterBy,
|
|
31
|
+
"pageSize": args.pageSize,
|
|
32
|
+
"sortSpec": args.sortSpec,
|
|
33
|
+
}, opts);
|
|
27
34
|
}
|
|
28
35
|
exports.getBudgetPolicies = getBudgetPolicies;
|
|
29
36
|
/**
|
|
37
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
38
|
+
*
|
|
30
39
|
* This data source can be used to fetch the list of budget policies.
|
|
31
40
|
*
|
|
32
41
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -42,9 +51,14 @@ exports.getBudgetPolicies = getBudgetPolicies;
|
|
|
42
51
|
* const all = databricks.getBudgetPolicies({});
|
|
43
52
|
* ```
|
|
44
53
|
*/
|
|
45
|
-
function getBudgetPoliciesOutput(opts) {
|
|
54
|
+
function getBudgetPoliciesOutput(args, opts) {
|
|
55
|
+
args = args || {};
|
|
46
56
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
-
return pulumi.runtime.invokeOutput("databricks:index/getBudgetPolicies:getBudgetPolicies", {
|
|
57
|
+
return pulumi.runtime.invokeOutput("databricks:index/getBudgetPolicies:getBudgetPolicies", {
|
|
58
|
+
"filterBy": args.filterBy,
|
|
59
|
+
"pageSize": args.pageSize,
|
|
60
|
+
"sortSpec": args.sortSpec,
|
|
61
|
+
}, opts);
|
|
48
62
|
}
|
|
49
63
|
exports.getBudgetPoliciesOutput = getBudgetPoliciesOutput;
|
|
50
64
|
//# sourceMappingURL=getBudgetPolicies.js.map
|
package/getBudgetPolicies.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBudgetPolicies.js","sourceRoot":"","sources":["../getBudgetPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getBudgetPolicies.js","sourceRoot":"","sources":["../getBudgetPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;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,MAAM,CAAC,sDAAsD,EAAE;QACjF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC;AAmCD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,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,sDAAsD,EAAE;QACvF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC"}
|
package/getBudgetPolicy.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
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
|
+
*
|
|
5
6
|
* This data source can be used to get a single budget policy.
|
|
6
7
|
*
|
|
7
8
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -19,31 +20,15 @@ import * as outputs from "./types/output";
|
|
|
19
20
|
* });
|
|
20
21
|
* ```
|
|
21
22
|
*/
|
|
22
|
-
export declare function getBudgetPolicy(args
|
|
23
|
+
export declare function getBudgetPolicy(args: GetBudgetPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetBudgetPolicyResult>;
|
|
23
24
|
/**
|
|
24
25
|
* A collection of arguments for invoking getBudgetPolicy.
|
|
25
26
|
*/
|
|
26
27
|
export interface GetBudgetPolicyArgs {
|
|
27
|
-
/**
|
|
28
|
-
* (list of integer) - List of workspaces that this budget policy will be exclusively bound to.
|
|
29
|
-
* An empty binding implies that this budget policy is open to any workspace in the account
|
|
30
|
-
*/
|
|
31
|
-
bindingWorkspaceIds?: number[];
|
|
32
|
-
/**
|
|
33
|
-
* (list of CustomPolicyTag) - A list of tags defined by the customer. At most 20 entries are allowed per policy
|
|
34
|
-
*/
|
|
35
|
-
customTags?: inputs.GetBudgetPolicyCustomTag[];
|
|
36
28
|
/**
|
|
37
29
|
* The Id of the policy. This field is generated by Databricks and globally unique
|
|
38
30
|
*/
|
|
39
|
-
policyId
|
|
40
|
-
/**
|
|
41
|
-
* (string) - The name of the policy.
|
|
42
|
-
* - Must be unique among active policies.
|
|
43
|
-
* - Can contain only characters from the ISO 8859-1 (latin1) set.
|
|
44
|
-
* - Can't start with reserved keywords such as `databricks:default-policy`
|
|
45
|
-
*/
|
|
46
|
-
policyName?: string;
|
|
31
|
+
policyId: string;
|
|
47
32
|
}
|
|
48
33
|
/**
|
|
49
34
|
* A collection of values returned by getBudgetPolicy.
|
|
@@ -53,11 +38,11 @@ export interface GetBudgetPolicyResult {
|
|
|
53
38
|
* (list of integer) - List of workspaces that this budget policy will be exclusively bound to.
|
|
54
39
|
* An empty binding implies that this budget policy is open to any workspace in the account
|
|
55
40
|
*/
|
|
56
|
-
readonly bindingWorkspaceIds
|
|
41
|
+
readonly bindingWorkspaceIds: number[];
|
|
57
42
|
/**
|
|
58
43
|
* (list of CustomPolicyTag) - A list of tags defined by the customer. At most 20 entries are allowed per policy
|
|
59
44
|
*/
|
|
60
|
-
readonly customTags
|
|
45
|
+
readonly customTags: outputs.GetBudgetPolicyCustomTag[];
|
|
61
46
|
/**
|
|
62
47
|
* The provider-assigned unique ID for this managed resource.
|
|
63
48
|
*/
|
|
@@ -72,9 +57,11 @@ export interface GetBudgetPolicyResult {
|
|
|
72
57
|
* - Can contain only characters from the ISO 8859-1 (latin1) set.
|
|
73
58
|
* - Can't start with reserved keywords such as `databricks:default-policy`
|
|
74
59
|
*/
|
|
75
|
-
readonly policyName
|
|
60
|
+
readonly policyName: string;
|
|
76
61
|
}
|
|
77
62
|
/**
|
|
63
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
64
|
+
*
|
|
78
65
|
* This data source can be used to get a single budget policy.
|
|
79
66
|
*
|
|
80
67
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -92,29 +79,13 @@ export interface GetBudgetPolicyResult {
|
|
|
92
79
|
* });
|
|
93
80
|
* ```
|
|
94
81
|
*/
|
|
95
|
-
export declare function getBudgetPolicyOutput(args
|
|
82
|
+
export declare function getBudgetPolicyOutput(args: GetBudgetPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBudgetPolicyResult>;
|
|
96
83
|
/**
|
|
97
84
|
* A collection of arguments for invoking getBudgetPolicy.
|
|
98
85
|
*/
|
|
99
86
|
export interface GetBudgetPolicyOutputArgs {
|
|
100
|
-
/**
|
|
101
|
-
* (list of integer) - List of workspaces that this budget policy will be exclusively bound to.
|
|
102
|
-
* An empty binding implies that this budget policy is open to any workspace in the account
|
|
103
|
-
*/
|
|
104
|
-
bindingWorkspaceIds?: pulumi.Input<pulumi.Input<number>[]>;
|
|
105
|
-
/**
|
|
106
|
-
* (list of CustomPolicyTag) - A list of tags defined by the customer. At most 20 entries are allowed per policy
|
|
107
|
-
*/
|
|
108
|
-
customTags?: pulumi.Input<pulumi.Input<inputs.GetBudgetPolicyCustomTagArgs>[]>;
|
|
109
87
|
/**
|
|
110
88
|
* The Id of the policy. This field is generated by Databricks and globally unique
|
|
111
89
|
*/
|
|
112
|
-
policyId
|
|
113
|
-
/**
|
|
114
|
-
* (string) - The name of the policy.
|
|
115
|
-
* - Must be unique among active policies.
|
|
116
|
-
* - Can contain only characters from the ISO 8859-1 (latin1) set.
|
|
117
|
-
* - Can't start with reserved keywords such as `databricks:default-policy`
|
|
118
|
-
*/
|
|
119
|
-
policyName?: pulumi.Input<string>;
|
|
90
|
+
policyId: pulumi.Input<string>;
|
|
120
91
|
}
|
package/getBudgetPolicy.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getBudgetPolicyOutput = exports.getBudgetPolicy = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* This data source can be used to get a single budget policy.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -24,17 +26,15 @@ const utilities = require("./utilities");
|
|
|
24
26
|
* ```
|
|
25
27
|
*/
|
|
26
28
|
function getBudgetPolicy(args, opts) {
|
|
27
|
-
args = args || {};
|
|
28
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
30
|
return pulumi.runtime.invoke("databricks:index/getBudgetPolicy:getBudgetPolicy", {
|
|
30
|
-
"bindingWorkspaceIds": args.bindingWorkspaceIds,
|
|
31
|
-
"customTags": args.customTags,
|
|
32
31
|
"policyId": args.policyId,
|
|
33
|
-
"policyName": args.policyName,
|
|
34
32
|
}, opts);
|
|
35
33
|
}
|
|
36
34
|
exports.getBudgetPolicy = getBudgetPolicy;
|
|
37
35
|
/**
|
|
36
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
|
+
*
|
|
38
38
|
* This data source can be used to get a single budget policy.
|
|
39
39
|
*
|
|
40
40
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -53,13 +53,9 @@ exports.getBudgetPolicy = getBudgetPolicy;
|
|
|
53
53
|
* ```
|
|
54
54
|
*/
|
|
55
55
|
function getBudgetPolicyOutput(args, opts) {
|
|
56
|
-
args = args || {};
|
|
57
56
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
58
57
|
return pulumi.runtime.invokeOutput("databricks:index/getBudgetPolicy:getBudgetPolicy", {
|
|
59
|
-
"bindingWorkspaceIds": args.bindingWorkspaceIds,
|
|
60
|
-
"customTags": args.customTags,
|
|
61
58
|
"policyId": args.policyId,
|
|
62
|
-
"policyName": args.policyName,
|
|
63
59
|
}, opts);
|
|
64
60
|
}
|
|
65
61
|
exports.getBudgetPolicyOutput = getBudgetPolicyOutput;
|
package/getBudgetPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBudgetPolicy.js","sourceRoot":"","sources":["../getBudgetPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getBudgetPolicy.js","sourceRoot":"","sources":["../getBudgetPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAyCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
package/getCatalog.d.ts
CHANGED
|
@@ -50,6 +50,10 @@ export interface GetCatalogArgs {
|
|
|
50
50
|
* name of the catalog
|
|
51
51
|
*/
|
|
52
52
|
name: string;
|
|
53
|
+
/**
|
|
54
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
55
|
+
*/
|
|
56
|
+
providerConfig?: inputs.GetCatalogProviderConfig;
|
|
53
57
|
}
|
|
54
58
|
/**
|
|
55
59
|
* A collection of values returned by getCatalog.
|
|
@@ -67,6 +71,7 @@ export interface GetCatalogResult {
|
|
|
67
71
|
* Name of the catalog
|
|
68
72
|
*/
|
|
69
73
|
readonly name: string;
|
|
74
|
+
readonly providerConfig?: outputs.GetCatalogProviderConfig;
|
|
70
75
|
}
|
|
71
76
|
/**
|
|
72
77
|
* Retrieves details of a specific catalog in Unity Catalog, that were created by Pulumi or manually. Use databricks.getCatalogs to retrieve IDs of multiple catalogs from Unity Catalog
|
|
@@ -117,4 +122,8 @@ export interface GetCatalogOutputArgs {
|
|
|
117
122
|
* name of the catalog
|
|
118
123
|
*/
|
|
119
124
|
name: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
127
|
+
*/
|
|
128
|
+
providerConfig?: pulumi.Input<inputs.GetCatalogProviderConfigArgs>;
|
|
120
129
|
}
|
package/getCatalog.js
CHANGED
|
@@ -43,6 +43,7 @@ function getCatalog(args, opts) {
|
|
|
43
43
|
"catalogInfo": args.catalogInfo,
|
|
44
44
|
"id": args.id,
|
|
45
45
|
"name": args.name,
|
|
46
|
+
"providerConfig": args.providerConfig,
|
|
46
47
|
}, opts);
|
|
47
48
|
}
|
|
48
49
|
exports.getCatalog = getCatalog;
|
|
@@ -84,6 +85,7 @@ function getCatalogOutput(args, opts) {
|
|
|
84
85
|
"catalogInfo": args.catalogInfo,
|
|
85
86
|
"id": args.id,
|
|
86
87
|
"name": args.name,
|
|
88
|
+
"providerConfig": args.providerConfig,
|
|
87
89
|
}, opts);
|
|
88
90
|
}
|
|
89
91
|
exports.getCatalogOutput = getCatalogOutput;
|
package/getCatalog.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCatalog.js","sourceRoot":"","sources":["../getCatalog.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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;
|
|
1
|
+
{"version":3,"file":"getCatalog.js","sourceRoot":"","sources":["../getCatalog.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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC"}
|
package/getCatalogs.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.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
4
6
|
*
|
|
@@ -32,6 +34,10 @@ export interface GetCatalogsArgs {
|
|
|
32
34
|
* set of databricks.Catalog names
|
|
33
35
|
*/
|
|
34
36
|
ids?: string[];
|
|
37
|
+
/**
|
|
38
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
39
|
+
*/
|
|
40
|
+
providerConfig?: inputs.GetCatalogsProviderConfig;
|
|
35
41
|
}
|
|
36
42
|
/**
|
|
37
43
|
* A collection of values returned by getCatalogs.
|
|
@@ -45,6 +51,7 @@ export interface GetCatalogsResult {
|
|
|
45
51
|
* set of databricks.Catalog names
|
|
46
52
|
*/
|
|
47
53
|
readonly ids: string[];
|
|
54
|
+
readonly providerConfig?: outputs.GetCatalogsProviderConfig;
|
|
48
55
|
}
|
|
49
56
|
/**
|
|
50
57
|
* Retrieves a list of databricks.Catalog ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -79,4 +86,8 @@ export interface GetCatalogsOutputArgs {
|
|
|
79
86
|
* set of databricks.Catalog names
|
|
80
87
|
*/
|
|
81
88
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
89
|
+
/**
|
|
90
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
91
|
+
*/
|
|
92
|
+
providerConfig?: pulumi.Input<inputs.GetCatalogsProviderConfigArgs>;
|
|
82
93
|
}
|
package/getCatalogs.js
CHANGED
|
@@ -34,6 +34,7 @@ function getCatalogs(args, opts) {
|
|
|
34
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
35
35
|
return pulumi.runtime.invoke("databricks:index/getCatalogs:getCatalogs", {
|
|
36
36
|
"ids": args.ids,
|
|
37
|
+
"providerConfig": args.providerConfig,
|
|
37
38
|
}, opts);
|
|
38
39
|
}
|
|
39
40
|
exports.getCatalogs = getCatalogs;
|
|
@@ -66,6 +67,7 @@ function getCatalogsOutput(args, opts) {
|
|
|
66
67
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
67
68
|
return pulumi.runtime.invokeOutput("databricks:index/getCatalogs:getCatalogs", {
|
|
68
69
|
"ids": args.ids,
|
|
70
|
+
"providerConfig": args.providerConfig,
|
|
69
71
|
}, opts);
|
|
70
72
|
}
|
|
71
73
|
exports.getCatalogsOutput = getCatalogsOutput;
|
package/getCatalogs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCatalogs.js","sourceRoot":"","sources":["../getCatalogs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getCatalogs.js","sourceRoot":"","sources":["../getCatalogs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,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,0CAA0C,EAAE;QAC3E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
package/getCluster.d.ts
CHANGED
|
@@ -41,6 +41,10 @@ export interface GetClusterArgs {
|
|
|
41
41
|
* cluster ID
|
|
42
42
|
*/
|
|
43
43
|
id?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
46
|
+
*/
|
|
47
|
+
providerConfig?: inputs.GetClusterProviderConfig;
|
|
44
48
|
}
|
|
45
49
|
/**
|
|
46
50
|
* A collection of values returned by getCluster.
|
|
@@ -59,6 +63,7 @@ export interface GetClusterResult {
|
|
|
59
63
|
* cluster ID
|
|
60
64
|
*/
|
|
61
65
|
readonly id: string;
|
|
66
|
+
readonly providerConfig?: outputs.GetClusterProviderConfig;
|
|
62
67
|
}
|
|
63
68
|
/**
|
|
64
69
|
* Retrieves information about a databricks.Cluster using its id. This could be retrieved programmatically using databricks.getClusters data source.
|
|
@@ -100,4 +105,8 @@ export interface GetClusterOutputArgs {
|
|
|
100
105
|
* cluster ID
|
|
101
106
|
*/
|
|
102
107
|
id?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
110
|
+
*/
|
|
111
|
+
providerConfig?: pulumi.Input<inputs.GetClusterProviderConfigArgs>;
|
|
103
112
|
}
|
package/getCluster.js
CHANGED
|
@@ -32,6 +32,7 @@ function getCluster(args, opts) {
|
|
|
32
32
|
"clusterInfo": args.clusterInfo,
|
|
33
33
|
"clusterName": args.clusterName,
|
|
34
34
|
"id": args.id,
|
|
35
|
+
"providerConfig": args.providerConfig,
|
|
35
36
|
}, opts);
|
|
36
37
|
}
|
|
37
38
|
exports.getCluster = getCluster;
|
|
@@ -62,6 +63,7 @@ function getClusterOutput(args, opts) {
|
|
|
62
63
|
"clusterInfo": args.clusterInfo,
|
|
63
64
|
"clusterName": args.clusterName,
|
|
64
65
|
"id": args.id,
|
|
66
|
+
"providerConfig": args.providerConfig,
|
|
65
67
|
}, opts);
|
|
66
68
|
}
|
|
67
69
|
exports.getClusterOutput = getClusterOutput;
|
package/getCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../getCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,wCAAwC,EAAE;QACnE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../getCluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,wCAAwC,EAAE;QACnE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA+CD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC"}
|
package/getClusterPolicy.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 information about databricks_cluster_policy.
|
|
4
6
|
*
|
|
@@ -55,6 +57,10 @@ export interface GetClusterPolicyArgs {
|
|
|
55
57
|
* ID of the policy family.
|
|
56
58
|
*/
|
|
57
59
|
policyFamilyId?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
62
|
+
*/
|
|
63
|
+
providerConfig?: inputs.GetClusterPolicyProviderConfig;
|
|
58
64
|
}
|
|
59
65
|
/**
|
|
60
66
|
* A collection of values returned by getClusterPolicy.
|
|
@@ -89,6 +95,7 @@ export interface GetClusterPolicyResult {
|
|
|
89
95
|
* ID of the policy family.
|
|
90
96
|
*/
|
|
91
97
|
readonly policyFamilyId: string;
|
|
98
|
+
readonly providerConfig?: outputs.GetClusterPolicyProviderConfig;
|
|
92
99
|
}
|
|
93
100
|
/**
|
|
94
101
|
* Retrieves information about databricks_cluster_policy.
|
|
@@ -146,4 +153,8 @@ export interface GetClusterPolicyOutputArgs {
|
|
|
146
153
|
* ID of the policy family.
|
|
147
154
|
*/
|
|
148
155
|
policyFamilyId?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
158
|
+
*/
|
|
159
|
+
providerConfig?: pulumi.Input<inputs.GetClusterPolicyProviderConfigArgs>;
|
|
149
160
|
}
|
package/getClusterPolicy.js
CHANGED
|
@@ -36,6 +36,7 @@ function getClusterPolicy(args, opts) {
|
|
|
36
36
|
"name": args.name,
|
|
37
37
|
"policyFamilyDefinitionOverrides": args.policyFamilyDefinitionOverrides,
|
|
38
38
|
"policyFamilyId": args.policyFamilyId,
|
|
39
|
+
"providerConfig": args.providerConfig,
|
|
39
40
|
}, opts);
|
|
40
41
|
}
|
|
41
42
|
exports.getClusterPolicy = getClusterPolicy;
|
|
@@ -70,6 +71,7 @@ function getClusterPolicyOutput(args, opts) {
|
|
|
70
71
|
"name": args.name,
|
|
71
72
|
"policyFamilyDefinitionOverrides": args.policyFamilyDefinitionOverrides,
|
|
72
73
|
"policyFamilyId": args.policyFamilyId,
|
|
74
|
+
"providerConfig": args.providerConfig,
|
|
73
75
|
}, opts);
|
|
74
76
|
}
|
|
75
77
|
exports.getClusterPolicyOutput = getClusterPolicyOutput;
|
package/getClusterPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getClusterPolicy.js","sourceRoot":"","sources":["../getClusterPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getClusterPolicy.js","sourceRoot":"","sources":["../getClusterPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,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,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,4CAcC;AA+ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAAiC;IACvG,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,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wDAcC"}
|
package/getClusters.d.ts
CHANGED
|
@@ -88,6 +88,10 @@ export interface GetClustersArgs {
|
|
|
88
88
|
* list of databricks.Cluster ids
|
|
89
89
|
*/
|
|
90
90
|
ids?: string[];
|
|
91
|
+
/**
|
|
92
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
93
|
+
*/
|
|
94
|
+
providerConfig?: inputs.GetClustersProviderConfig;
|
|
91
95
|
}
|
|
92
96
|
/**
|
|
93
97
|
* A collection of values returned by getClusters.
|
|
@@ -100,6 +104,7 @@ export interface GetClustersResult {
|
|
|
100
104
|
* list of databricks.Cluster ids
|
|
101
105
|
*/
|
|
102
106
|
readonly ids: string[];
|
|
107
|
+
readonly providerConfig?: outputs.GetClustersProviderConfig;
|
|
103
108
|
}
|
|
104
109
|
/**
|
|
105
110
|
* Retrieves a list of databricks.Cluster ids, that were created by Pulumi or manually, with or without databricks_cluster_policy.
|
|
@@ -188,4 +193,8 @@ export interface GetClustersOutputArgs {
|
|
|
188
193
|
* list of databricks.Cluster ids
|
|
189
194
|
*/
|
|
190
195
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
196
|
+
/**
|
|
197
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
198
|
+
*/
|
|
199
|
+
providerConfig?: pulumi.Input<inputs.GetClustersProviderConfigArgs>;
|
|
191
200
|
}
|
package/getClusters.js
CHANGED
|
@@ -82,6 +82,7 @@ function getClusters(args, opts) {
|
|
|
82
82
|
"filterBy": args.filterBy,
|
|
83
83
|
"id": args.id,
|
|
84
84
|
"ids": args.ids,
|
|
85
|
+
"providerConfig": args.providerConfig,
|
|
85
86
|
}, opts);
|
|
86
87
|
}
|
|
87
88
|
exports.getClusters = getClusters;
|
|
@@ -162,6 +163,7 @@ function getClustersOutput(args, opts) {
|
|
|
162
163
|
"filterBy": args.filterBy,
|
|
163
164
|
"id": args.id,
|
|
164
165
|
"ids": args.ids,
|
|
166
|
+
"providerConfig": args.providerConfig,
|
|
165
167
|
}, opts);
|
|
166
168
|
}
|
|
167
169
|
exports.getClustersOutput = getClustersOutput;
|
package/getClusters.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getClusters.js","sourceRoot":"","sources":["../getClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,0CAA0C,EAAE;QACrE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;
|
|
1
|
+
{"version":3,"file":"getClusters.js","sourceRoot":"","sources":["../getClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,0CAA0C,EAAE;QACrE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC;AAsCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,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,0CAA0C,EAAE;QAC3E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC"}
|
package/getCurrentMetastore.d.ts
CHANGED
|
@@ -40,6 +40,10 @@ export interface GetCurrentMetastoreArgs {
|
|
|
40
40
|
* summary about a metastore attached to the current workspace returned by [Get a metastore summary API](https://docs.databricks.com/api/workspace/metastores/summary). This contains the following attributes (check the API page for up-to-date details):
|
|
41
41
|
*/
|
|
42
42
|
metastoreInfo?: inputs.GetCurrentMetastoreMetastoreInfo;
|
|
43
|
+
/**
|
|
44
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
45
|
+
*/
|
|
46
|
+
providerConfig?: inputs.GetCurrentMetastoreProviderConfig;
|
|
43
47
|
}
|
|
44
48
|
/**
|
|
45
49
|
* A collection of values returned by getCurrentMetastore.
|
|
@@ -53,6 +57,7 @@ export interface GetCurrentMetastoreResult {
|
|
|
53
57
|
* summary about a metastore attached to the current workspace returned by [Get a metastore summary API](https://docs.databricks.com/api/workspace/metastores/summary). This contains the following attributes (check the API page for up-to-date details):
|
|
54
58
|
*/
|
|
55
59
|
readonly metastoreInfo: outputs.GetCurrentMetastoreMetastoreInfo;
|
|
60
|
+
readonly providerConfig?: outputs.GetCurrentMetastoreProviderConfig;
|
|
56
61
|
}
|
|
57
62
|
/**
|
|
58
63
|
* Retrieves information about metastore attached to a given workspace.
|
|
@@ -93,4 +98,8 @@ export interface GetCurrentMetastoreOutputArgs {
|
|
|
93
98
|
* summary about a metastore attached to the current workspace returned by [Get a metastore summary API](https://docs.databricks.com/api/workspace/metastores/summary). This contains the following attributes (check the API page for up-to-date details):
|
|
94
99
|
*/
|
|
95
100
|
metastoreInfo?: pulumi.Input<inputs.GetCurrentMetastoreMetastoreInfoArgs>;
|
|
101
|
+
/**
|
|
102
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
103
|
+
*/
|
|
104
|
+
providerConfig?: pulumi.Input<inputs.GetCurrentMetastoreProviderConfigArgs>;
|
|
96
105
|
}
|
package/getCurrentMetastore.js
CHANGED
|
@@ -37,6 +37,7 @@ function getCurrentMetastore(args, opts) {
|
|
|
37
37
|
return pulumi.runtime.invoke("databricks:index/getCurrentMetastore:getCurrentMetastore", {
|
|
38
38
|
"id": args.id,
|
|
39
39
|
"metastoreInfo": args.metastoreInfo,
|
|
40
|
+
"providerConfig": args.providerConfig,
|
|
40
41
|
}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getCurrentMetastore = getCurrentMetastore;
|
|
@@ -72,6 +73,7 @@ function getCurrentMetastoreOutput(args, opts) {
|
|
|
72
73
|
return pulumi.runtime.invokeOutput("databricks:index/getCurrentMetastore:getCurrentMetastore", {
|
|
73
74
|
"id": args.id,
|
|
74
75
|
"metastoreInfo": args.metastoreInfo,
|
|
76
|
+
"providerConfig": args.providerConfig,
|
|
75
77
|
}, opts);
|
|
76
78
|
}
|
|
77
79
|
exports.getCurrentMetastoreOutput = getCurrentMetastoreOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCurrentMetastore.js","sourceRoot":"","sources":["../getCurrentMetastore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;
|
|
1
|
+
{"version":3,"file":"getCurrentMetastore.js","sourceRoot":"","sources":["../getCurrentMetastore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AAkCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
package/getDashboards.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* This data source allows you to retrieve information about Databricks [Dashboards](https://docs.databricks.com/en/dashboards/index.html).
|
|
@@ -16,6 +17,7 @@ export interface GetDashboardsArgs {
|
|
|
16
17
|
* A **case-insensitive** substring to filter Dashboards by their name.
|
|
17
18
|
*/
|
|
18
19
|
dashboardNameContains?: string;
|
|
20
|
+
providerConfig?: inputs.GetDashboardsProviderConfig;
|
|
19
21
|
}
|
|
20
22
|
/**
|
|
21
23
|
* A collection of values returned by getDashboards.
|
|
@@ -30,6 +32,7 @@ export interface GetDashboardsResult {
|
|
|
30
32
|
* The provider-assigned unique ID for this managed resource.
|
|
31
33
|
*/
|
|
32
34
|
readonly id: string;
|
|
35
|
+
readonly providerConfig?: outputs.GetDashboardsProviderConfig;
|
|
33
36
|
}
|
|
34
37
|
/**
|
|
35
38
|
* This data source allows you to retrieve information about Databricks [Dashboards](https://docs.databricks.com/en/dashboards/index.html).
|
|
@@ -47,4 +50,5 @@ export interface GetDashboardsOutputArgs {
|
|
|
47
50
|
* A **case-insensitive** substring to filter Dashboards by their name.
|
|
48
51
|
*/
|
|
49
52
|
dashboardNameContains?: pulumi.Input<string>;
|
|
53
|
+
providerConfig?: pulumi.Input<inputs.GetDashboardsProviderConfigArgs>;
|
|
50
54
|
}
|
package/getDashboards.js
CHANGED
|
@@ -17,6 +17,7 @@ function getDashboards(args, opts) {
|
|
|
17
17
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
18
|
return pulumi.runtime.invoke("databricks:index/getDashboards:getDashboards", {
|
|
19
19
|
"dashboardNameContains": args.dashboardNameContains,
|
|
20
|
+
"providerConfig": args.providerConfig,
|
|
20
21
|
}, opts);
|
|
21
22
|
}
|
|
22
23
|
exports.getDashboards = getDashboards;
|
|
@@ -32,6 +33,7 @@ function getDashboardsOutput(args, opts) {
|
|
|
32
33
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
34
|
return pulumi.runtime.invokeOutput("databricks:index/getDashboards:getDashboards", {
|
|
34
35
|
"dashboardNameContains": args.dashboardNameContains,
|
|
36
|
+
"providerConfig": args.providerConfig,
|
|
35
37
|
}, opts);
|
|
36
38
|
}
|
|
37
39
|
exports.getDashboardsOutput = getDashboardsOutput;
|
package/getDashboards.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDashboards.js","sourceRoot":"","sources":["../getDashboards.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,8CAA8C,EAAE;QACzE,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;
|
|
1
|
+
{"version":3,"file":"getDashboards.js","sourceRoot":"","sources":["../getDashboards.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,8CAA8C,EAAE;QACzE,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AA4BD;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAAiC;IACjG,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,8CAA8C,EAAE;QAC/E,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}
|