@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/getStorageCredential.js
CHANGED
|
@@ -36,6 +36,7 @@ function getStorageCredential(args, opts) {
|
|
|
36
36
|
return pulumi.runtime.invoke("databricks:index/getStorageCredential:getStorageCredential", {
|
|
37
37
|
"id": args.id,
|
|
38
38
|
"name": args.name,
|
|
39
|
+
"providerConfig": args.providerConfig,
|
|
39
40
|
"storageCredentialInfo": args.storageCredentialInfo,
|
|
40
41
|
}, opts);
|
|
41
42
|
}
|
|
@@ -71,6 +72,7 @@ function getStorageCredentialOutput(args, opts) {
|
|
|
71
72
|
return pulumi.runtime.invokeOutput("databricks:index/getStorageCredential:getStorageCredential", {
|
|
72
73
|
"id": args.id,
|
|
73
74
|
"name": args.name,
|
|
75
|
+
"providerConfig": args.providerConfig,
|
|
74
76
|
"storageCredentialInfo": args.storageCredentialInfo,
|
|
75
77
|
}, opts);
|
|
76
78
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStorageCredential.js","sourceRoot":"","sources":["../getStorageCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getStorageCredential.js","sourceRoot":"","sources":["../getStorageCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC"}
|
|
@@ -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.StorageCredential objects, that were created by Pulumi or manually, so that special handling could be applied.
|
|
4
6
|
*
|
|
@@ -32,6 +34,10 @@ export interface GetStorageCredentialsArgs {
|
|
|
32
34
|
* List of names of databricks.StorageCredential in the metastore
|
|
33
35
|
*/
|
|
34
36
|
names?: string[];
|
|
37
|
+
/**
|
|
38
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
39
|
+
*/
|
|
40
|
+
providerConfig?: inputs.GetStorageCredentialsProviderConfig;
|
|
35
41
|
}
|
|
36
42
|
/**
|
|
37
43
|
* A collection of values returned by getStorageCredentials.
|
|
@@ -45,6 +51,7 @@ export interface GetStorageCredentialsResult {
|
|
|
45
51
|
* List of names of databricks.StorageCredential in the metastore
|
|
46
52
|
*/
|
|
47
53
|
readonly names: string[];
|
|
54
|
+
readonly providerConfig?: outputs.GetStorageCredentialsProviderConfig;
|
|
48
55
|
}
|
|
49
56
|
/**
|
|
50
57
|
* Retrieves a list of databricks.StorageCredential objects, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -79,4 +86,8 @@ export interface GetStorageCredentialsOutputArgs {
|
|
|
79
86
|
* List of names of databricks.StorageCredential in the metastore
|
|
80
87
|
*/
|
|
81
88
|
names?: 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.GetStorageCredentialsProviderConfigArgs>;
|
|
82
93
|
}
|
package/getStorageCredentials.js
CHANGED
|
@@ -34,6 +34,7 @@ function getStorageCredentials(args, opts) {
|
|
|
34
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
35
35
|
return pulumi.runtime.invoke("databricks:index/getStorageCredentials:getStorageCredentials", {
|
|
36
36
|
"names": args.names,
|
|
37
|
+
"providerConfig": args.providerConfig,
|
|
37
38
|
}, opts);
|
|
38
39
|
}
|
|
39
40
|
exports.getStorageCredentials = getStorageCredentials;
|
|
@@ -66,6 +67,7 @@ function getStorageCredentialsOutput(args, opts) {
|
|
|
66
67
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
67
68
|
return pulumi.runtime.invokeOutput("databricks:index/getStorageCredentials:getStorageCredentials", {
|
|
68
69
|
"names": args.names,
|
|
70
|
+
"providerConfig": args.providerConfig,
|
|
69
71
|
}, opts);
|
|
70
72
|
}
|
|
71
73
|
exports.getStorageCredentialsOutput = getStorageCredentialsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStorageCredentials.js","sourceRoot":"","sources":["../getStorageCredentials.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getStorageCredentials.js","sourceRoot":"","sources":["../getStorageCredentials.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,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,8DAA8D,EAAE;QACzF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAAiC;IACjH,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,8DAA8D,EAAE;QAC/F,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
package/getTable.d.ts
CHANGED
|
@@ -46,6 +46,10 @@ export interface GetTableArgs {
|
|
|
46
46
|
* Full name of the databricks_table: _`catalog`.`schema`.`table`_
|
|
47
47
|
*/
|
|
48
48
|
name: string;
|
|
49
|
+
/**
|
|
50
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
51
|
+
*/
|
|
52
|
+
providerConfig?: inputs.GetTableProviderConfig;
|
|
49
53
|
/**
|
|
50
54
|
* TableInfo object for a Unity Catalog table. This contains the following attributes:
|
|
51
55
|
*/
|
|
@@ -60,6 +64,7 @@ export interface GetTableResult {
|
|
|
60
64
|
* Name of table, relative to parent schema.
|
|
61
65
|
*/
|
|
62
66
|
readonly name: string;
|
|
67
|
+
readonly providerConfig?: outputs.GetTableProviderConfig;
|
|
63
68
|
/**
|
|
64
69
|
* TableInfo object for a Unity Catalog table. This contains the following attributes:
|
|
65
70
|
*/
|
|
@@ -110,6 +115,10 @@ export interface GetTableOutputArgs {
|
|
|
110
115
|
* Full name of the databricks_table: _`catalog`.`schema`.`table`_
|
|
111
116
|
*/
|
|
112
117
|
name: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
120
|
+
*/
|
|
121
|
+
providerConfig?: pulumi.Input<inputs.GetTableProviderConfigArgs>;
|
|
113
122
|
/**
|
|
114
123
|
* TableInfo object for a Unity Catalog table. This contains the following attributes:
|
|
115
124
|
*/
|
package/getTable.js
CHANGED
|
@@ -45,6 +45,7 @@ function getTable(args, opts) {
|
|
|
45
45
|
return pulumi.runtime.invoke("databricks:index/getTable:getTable", {
|
|
46
46
|
"id": args.id,
|
|
47
47
|
"name": args.name,
|
|
48
|
+
"providerConfig": args.providerConfig,
|
|
48
49
|
"tableInfo": args.tableInfo,
|
|
49
50
|
}, opts);
|
|
50
51
|
}
|
|
@@ -89,6 +90,7 @@ function getTableOutput(args, opts) {
|
|
|
89
90
|
return pulumi.runtime.invokeOutput("databricks:index/getTable:getTable", {
|
|
90
91
|
"id": args.id,
|
|
91
92
|
"name": args.name,
|
|
93
|
+
"providerConfig": args.providerConfig,
|
|
92
94
|
"tableInfo": args.tableInfo,
|
|
93
95
|
}, opts);
|
|
94
96
|
}
|
package/getTable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTable.js","sourceRoot":"","sources":["../getTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getTable.js","sourceRoot":"","sources":["../getTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4BAQC;AAoCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC"}
|
package/getTables.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 managed or external table full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getViews for retrieving a list of views.
|
|
4
6
|
*
|
|
@@ -53,6 +55,10 @@ export interface GetTablesArgs {
|
|
|
53
55
|
* set of databricks.Table full names: *`catalog`.`schema`.`table`*
|
|
54
56
|
*/
|
|
55
57
|
ids?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
60
|
+
*/
|
|
61
|
+
providerConfig?: inputs.GetTablesProviderConfig;
|
|
56
62
|
/**
|
|
57
63
|
* Name of databricks_schema
|
|
58
64
|
*/
|
|
@@ -71,6 +77,7 @@ export interface GetTablesResult {
|
|
|
71
77
|
* set of databricks.Table full names: *`catalog`.`schema`.`table`*
|
|
72
78
|
*/
|
|
73
79
|
readonly ids: string[];
|
|
80
|
+
readonly providerConfig?: outputs.GetTablesProviderConfig;
|
|
74
81
|
readonly schemaName: string;
|
|
75
82
|
}
|
|
76
83
|
/**
|
|
@@ -127,6 +134,10 @@ export interface GetTablesOutputArgs {
|
|
|
127
134
|
* set of databricks.Table full names: *`catalog`.`schema`.`table`*
|
|
128
135
|
*/
|
|
129
136
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
|
+
/**
|
|
138
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
139
|
+
*/
|
|
140
|
+
providerConfig?: pulumi.Input<inputs.GetTablesProviderConfigArgs>;
|
|
130
141
|
/**
|
|
131
142
|
* Name of databricks_schema
|
|
132
143
|
*/
|
package/getTables.js
CHANGED
|
@@ -51,6 +51,7 @@ function getTables(args, opts) {
|
|
|
51
51
|
return pulumi.runtime.invoke("databricks:index/getTables:getTables", {
|
|
52
52
|
"catalogName": args.catalogName,
|
|
53
53
|
"ids": args.ids,
|
|
54
|
+
"providerConfig": args.providerConfig,
|
|
54
55
|
"schemaName": args.schemaName,
|
|
55
56
|
}, opts);
|
|
56
57
|
}
|
|
@@ -101,6 +102,7 @@ function getTablesOutput(args, opts) {
|
|
|
101
102
|
return pulumi.runtime.invokeOutput("databricks:index/getTables:getTables", {
|
|
102
103
|
"catalogName": args.catalogName,
|
|
103
104
|
"ids": args.ids,
|
|
105
|
+
"providerConfig": args.providerConfig,
|
|
104
106
|
"schemaName": args.schemaName,
|
|
105
107
|
}, opts);
|
|
106
108
|
}
|
package/getTables.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTables.js","sourceRoot":"","sources":["../getTables.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getTables.js","sourceRoot":"","sources":["../getTables.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,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,8BAQC;AAwCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,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,0CAQC"}
|
package/getTagPolicies.d.ts
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
4
6
|
* This data source can be used to list all tag policies in the account.
|
|
5
7
|
*
|
|
6
|
-
* > **Note** This resource can only be used with
|
|
8
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* Getting a list of all tag policies:
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as databricks from "@pulumi/databricks";
|
|
17
|
+
*
|
|
18
|
+
* const all = databricks.getTagPolicies({});
|
|
19
|
+
* export const allTagPolicies = all.then(all => all.tagPolicies);
|
|
20
|
+
* ```
|
|
7
21
|
*/
|
|
8
22
|
export declare function getTagPolicies(args?: GetTagPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetTagPoliciesResult>;
|
|
9
23
|
/**
|
|
@@ -11,9 +25,11 @@ export declare function getTagPolicies(args?: GetTagPoliciesArgs, opts?: pulumi.
|
|
|
11
25
|
*/
|
|
12
26
|
export interface GetTagPoliciesArgs {
|
|
13
27
|
/**
|
|
14
|
-
*
|
|
28
|
+
* The maximum number of results to return in this request. Fewer results may be returned than requested. If
|
|
29
|
+
* unspecified or set to 0, this defaults to 1000. The maximum value is 1000; values above 1000 will be coerced down
|
|
30
|
+
* to 1000
|
|
15
31
|
*/
|
|
16
|
-
|
|
32
|
+
pageSize?: number;
|
|
17
33
|
}
|
|
18
34
|
/**
|
|
19
35
|
* A collection of values returned by getTagPolicies.
|
|
@@ -23,13 +39,27 @@ export interface GetTagPoliciesResult {
|
|
|
23
39
|
* The provider-assigned unique ID for this managed resource.
|
|
24
40
|
*/
|
|
25
41
|
readonly id: string;
|
|
42
|
+
readonly pageSize?: number;
|
|
26
43
|
readonly tagPolicies: outputs.GetTagPoliciesTagPolicy[];
|
|
27
|
-
readonly workspaceId?: string;
|
|
28
44
|
}
|
|
29
45
|
/**
|
|
46
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
47
|
+
*
|
|
30
48
|
* This data source can be used to list all tag policies in the account.
|
|
31
49
|
*
|
|
32
|
-
* > **Note** This resource can only be used with
|
|
50
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
51
|
+
*
|
|
52
|
+
* ## Example Usage
|
|
53
|
+
*
|
|
54
|
+
* Getting a list of all tag policies:
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as databricks from "@pulumi/databricks";
|
|
59
|
+
*
|
|
60
|
+
* const all = databricks.getTagPolicies({});
|
|
61
|
+
* export const allTagPolicies = all.then(all => all.tagPolicies);
|
|
62
|
+
* ```
|
|
33
63
|
*/
|
|
34
64
|
export declare function getTagPoliciesOutput(args?: GetTagPoliciesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTagPoliciesResult>;
|
|
35
65
|
/**
|
|
@@ -37,7 +67,9 @@ export declare function getTagPoliciesOutput(args?: GetTagPoliciesOutputArgs, op
|
|
|
37
67
|
*/
|
|
38
68
|
export interface GetTagPoliciesOutputArgs {
|
|
39
69
|
/**
|
|
40
|
-
*
|
|
70
|
+
* The maximum number of results to return in this request. Fewer results may be returned than requested. If
|
|
71
|
+
* unspecified or set to 0, this defaults to 1000. The maximum value is 1000; values above 1000 will be coerced down
|
|
72
|
+
* to 1000
|
|
41
73
|
*/
|
|
42
|
-
|
|
74
|
+
pageSize?: pulumi.Input<number>;
|
|
43
75
|
}
|
package/getTagPolicies.js
CHANGED
|
@@ -6,28 +6,56 @@ exports.getTagPoliciesOutput = exports.getTagPolicies = 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 list all tag policies in the account.
|
|
10
12
|
*
|
|
11
|
-
* > **Note** This resource can only be used with
|
|
13
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* Getting a list of all tag policies:
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as databricks from "@pulumi/databricks";
|
|
22
|
+
*
|
|
23
|
+
* const all = databricks.getTagPolicies({});
|
|
24
|
+
* export const allTagPolicies = all.then(all => all.tagPolicies);
|
|
25
|
+
* ```
|
|
12
26
|
*/
|
|
13
27
|
function getTagPolicies(args, opts) {
|
|
14
28
|
args = args || {};
|
|
15
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
16
30
|
return pulumi.runtime.invoke("databricks:index/getTagPolicies:getTagPolicies", {
|
|
17
|
-
"
|
|
31
|
+
"pageSize": args.pageSize,
|
|
18
32
|
}, opts);
|
|
19
33
|
}
|
|
20
34
|
exports.getTagPolicies = getTagPolicies;
|
|
21
35
|
/**
|
|
36
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
|
+
*
|
|
22
38
|
* This data source can be used to list all tag policies in the account.
|
|
23
39
|
*
|
|
24
|
-
* > **Note** This resource can only be used with
|
|
40
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
41
|
+
*
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* Getting a list of all tag policies:
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as databricks from "@pulumi/databricks";
|
|
49
|
+
*
|
|
50
|
+
* const all = databricks.getTagPolicies({});
|
|
51
|
+
* export const allTagPolicies = all.then(all => all.tagPolicies);
|
|
52
|
+
* ```
|
|
25
53
|
*/
|
|
26
54
|
function getTagPoliciesOutput(args, opts) {
|
|
27
55
|
args = args || {};
|
|
28
56
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
57
|
return pulumi.runtime.invokeOutput("databricks:index/getTagPolicies:getTagPolicies", {
|
|
30
|
-
"
|
|
58
|
+
"pageSize": args.pageSize,
|
|
31
59
|
}, opts);
|
|
32
60
|
}
|
|
33
61
|
exports.getTagPoliciesOutput = getTagPoliciesOutput;
|
package/getTagPolicies.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTagPolicies.js","sourceRoot":"","sources":["../getTagPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTagPolicies.js","sourceRoot":"","sources":["../getTagPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,gDAAgD,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AAyBD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAAiC;IACnG,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,gDAAgD,EAAE;QACjF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
|
package/getTagPolicy.d.ts
CHANGED
|
@@ -1,38 +1,44 @@
|
|
|
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 tag policy by its tag key.
|
|
6
7
|
*
|
|
7
|
-
* > **Note** This resource can only be used with
|
|
8
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* Referring to a tag policy by its tag key:
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as databricks from "@pulumi/databricks";
|
|
17
|
+
*
|
|
18
|
+
* const exampleTagPolicy = databricks.getTagPolicy({
|
|
19
|
+
* tagKey: "example_tag_key",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
8
22
|
*/
|
|
9
23
|
export declare function getTagPolicy(args: GetTagPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetTagPolicyResult>;
|
|
10
24
|
/**
|
|
11
25
|
* A collection of arguments for invoking getTagPolicy.
|
|
12
26
|
*/
|
|
13
27
|
export interface GetTagPolicyArgs {
|
|
14
|
-
/**
|
|
15
|
-
* (string)
|
|
16
|
-
*/
|
|
17
|
-
description?: string;
|
|
18
28
|
tagKey: string;
|
|
19
|
-
/**
|
|
20
|
-
* (list of Value)
|
|
21
|
-
*/
|
|
22
|
-
values?: inputs.GetTagPolicyValue[];
|
|
23
|
-
/**
|
|
24
|
-
* Workspace ID of the resource
|
|
25
|
-
*/
|
|
26
|
-
workspaceId?: string;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
31
|
* A collection of values returned by getTagPolicy.
|
|
30
32
|
*/
|
|
31
33
|
export interface GetTagPolicyResult {
|
|
34
|
+
/**
|
|
35
|
+
* (string) - Timestamp when the tag policy was created
|
|
36
|
+
*/
|
|
37
|
+
readonly createTime: string;
|
|
32
38
|
/**
|
|
33
39
|
* (string)
|
|
34
40
|
*/
|
|
35
|
-
readonly description
|
|
41
|
+
readonly description: string;
|
|
36
42
|
/**
|
|
37
43
|
* (string)
|
|
38
44
|
*/
|
|
@@ -41,33 +47,39 @@ export interface GetTagPolicyResult {
|
|
|
41
47
|
* (string)
|
|
42
48
|
*/
|
|
43
49
|
readonly tagKey: string;
|
|
50
|
+
/**
|
|
51
|
+
* (string) - Timestamp when the tag policy was last updated
|
|
52
|
+
*/
|
|
53
|
+
readonly updateTime: string;
|
|
44
54
|
/**
|
|
45
55
|
* (list of Value)
|
|
46
56
|
*/
|
|
47
|
-
readonly values
|
|
48
|
-
readonly workspaceId?: string;
|
|
57
|
+
readonly values: outputs.GetTagPolicyValue[];
|
|
49
58
|
}
|
|
50
59
|
/**
|
|
60
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
61
|
+
*
|
|
51
62
|
* This data source can be used to get a single tag policy by its tag key.
|
|
52
63
|
*
|
|
53
|
-
* > **Note** This resource can only be used with
|
|
64
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
65
|
+
*
|
|
66
|
+
* ## Example Usage
|
|
67
|
+
*
|
|
68
|
+
* Referring to a tag policy by its tag key:
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as databricks from "@pulumi/databricks";
|
|
73
|
+
*
|
|
74
|
+
* const exampleTagPolicy = databricks.getTagPolicy({
|
|
75
|
+
* tagKey: "example_tag_key",
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
54
78
|
*/
|
|
55
79
|
export declare function getTagPolicyOutput(args: GetTagPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTagPolicyResult>;
|
|
56
80
|
/**
|
|
57
81
|
* A collection of arguments for invoking getTagPolicy.
|
|
58
82
|
*/
|
|
59
83
|
export interface GetTagPolicyOutputArgs {
|
|
60
|
-
/**
|
|
61
|
-
* (string)
|
|
62
|
-
*/
|
|
63
|
-
description?: pulumi.Input<string>;
|
|
64
84
|
tagKey: pulumi.Input<string>;
|
|
65
|
-
/**
|
|
66
|
-
* (list of Value)
|
|
67
|
-
*/
|
|
68
|
-
values?: pulumi.Input<pulumi.Input<inputs.GetTagPolicyValueArgs>[]>;
|
|
69
|
-
/**
|
|
70
|
-
* Workspace ID of the resource
|
|
71
|
-
*/
|
|
72
|
-
workspaceId?: pulumi.Input<string>;
|
|
73
85
|
}
|
package/getTagPolicy.js
CHANGED
|
@@ -6,32 +6,56 @@ exports.getTagPolicyOutput = exports.getTagPolicy = 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 tag policy by its tag key.
|
|
10
12
|
*
|
|
11
|
-
* > **Note** This resource can only be used with
|
|
13
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* Referring to a tag policy by its tag key:
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as databricks from "@pulumi/databricks";
|
|
22
|
+
*
|
|
23
|
+
* const exampleTagPolicy = databricks.getTagPolicy({
|
|
24
|
+
* tagKey: "example_tag_key",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
12
27
|
*/
|
|
13
28
|
function getTagPolicy(args, opts) {
|
|
14
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
15
30
|
return pulumi.runtime.invoke("databricks:index/getTagPolicy:getTagPolicy", {
|
|
16
|
-
"description": args.description,
|
|
17
31
|
"tagKey": args.tagKey,
|
|
18
|
-
"values": args.values,
|
|
19
|
-
"workspaceId": args.workspaceId,
|
|
20
32
|
}, opts);
|
|
21
33
|
}
|
|
22
34
|
exports.getTagPolicy = getTagPolicy;
|
|
23
35
|
/**
|
|
36
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
|
+
*
|
|
24
38
|
* This data source can be used to get a single tag policy by its tag key.
|
|
25
39
|
*
|
|
26
|
-
* > **Note** This resource can only be used with
|
|
40
|
+
* > **Note** This resource can only be used with a workspace-level provider!
|
|
41
|
+
*
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* Referring to a tag policy by its tag key:
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as databricks from "@pulumi/databricks";
|
|
49
|
+
*
|
|
50
|
+
* const exampleTagPolicy = databricks.getTagPolicy({
|
|
51
|
+
* tagKey: "example_tag_key",
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
27
54
|
*/
|
|
28
55
|
function getTagPolicyOutput(args, opts) {
|
|
29
56
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
57
|
return pulumi.runtime.invokeOutput("databricks:index/getTagPolicy:getTagPolicy", {
|
|
31
|
-
"description": args.description,
|
|
32
58
|
"tagKey": args.tagKey,
|
|
33
|
-
"values": args.values,
|
|
34
|
-
"workspaceId": args.workspaceId,
|
|
35
59
|
}, opts);
|
|
36
60
|
}
|
|
37
61
|
exports.getTagPolicyOutput = getTagPolicyOutput;
|
package/getTagPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTagPolicy.js","sourceRoot":"","sources":["../getTagPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTagPolicy.js","sourceRoot":"","sources":["../getTagPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AAsCD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
package/getViews.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 view full names in Unity Catalog, that were created by Pulumi or manually. Use databricks.getTables for retrieving a list of tables.
|
|
4
6
|
*
|
|
@@ -53,6 +55,10 @@ export interface GetViewsArgs {
|
|
|
53
55
|
* set of databricksView full names: *`catalog`.`schema`.`view`*
|
|
54
56
|
*/
|
|
55
57
|
ids?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
60
|
+
*/
|
|
61
|
+
providerConfig?: inputs.GetViewsProviderConfig;
|
|
56
62
|
/**
|
|
57
63
|
* Name of databricks_schema
|
|
58
64
|
*/
|
|
@@ -71,6 +77,7 @@ export interface GetViewsResult {
|
|
|
71
77
|
* set of databricksView full names: *`catalog`.`schema`.`view`*
|
|
72
78
|
*/
|
|
73
79
|
readonly ids: string[];
|
|
80
|
+
readonly providerConfig?: outputs.GetViewsProviderConfig;
|
|
74
81
|
readonly schemaName: string;
|
|
75
82
|
}
|
|
76
83
|
/**
|
|
@@ -127,6 +134,10 @@ export interface GetViewsOutputArgs {
|
|
|
127
134
|
* set of databricksView full names: *`catalog`.`schema`.`view`*
|
|
128
135
|
*/
|
|
129
136
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
|
+
/**
|
|
138
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
139
|
+
*/
|
|
140
|
+
providerConfig?: pulumi.Input<inputs.GetViewsProviderConfigArgs>;
|
|
130
141
|
/**
|
|
131
142
|
* Name of databricks_schema
|
|
132
143
|
*/
|
package/getViews.js
CHANGED
|
@@ -51,6 +51,7 @@ function getViews(args, opts) {
|
|
|
51
51
|
return pulumi.runtime.invoke("databricks:index/getViews:getViews", {
|
|
52
52
|
"catalogName": args.catalogName,
|
|
53
53
|
"ids": args.ids,
|
|
54
|
+
"providerConfig": args.providerConfig,
|
|
54
55
|
"schemaName": args.schemaName,
|
|
55
56
|
}, opts);
|
|
56
57
|
}
|
|
@@ -101,6 +102,7 @@ function getViewsOutput(args, opts) {
|
|
|
101
102
|
return pulumi.runtime.invokeOutput("databricks:index/getViews:getViews", {
|
|
102
103
|
"catalogName": args.catalogName,
|
|
103
104
|
"ids": args.ids,
|
|
105
|
+
"providerConfig": args.providerConfig,
|
|
104
106
|
"schemaName": args.schemaName,
|
|
105
107
|
}, opts);
|
|
106
108
|
}
|
package/getViews.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getViews.js","sourceRoot":"","sources":["../getViews.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getViews.js","sourceRoot":"","sources":["../getViews.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,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,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,4BAQC;AAwCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,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,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,wCAQC"}
|
package/getVolume.d.ts
CHANGED
|
@@ -56,6 +56,10 @@ export interface GetVolumeArgs {
|
|
|
56
56
|
* a fully qualified name of databricks_volume: *`catalog`.`schema`.`volume`*
|
|
57
57
|
*/
|
|
58
58
|
name: string;
|
|
59
|
+
/**
|
|
60
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
61
|
+
*/
|
|
62
|
+
providerConfig?: inputs.GetVolumeProviderConfig;
|
|
59
63
|
/**
|
|
60
64
|
* `VolumeInfo` object for a Unity Catalog volume. This contains the following attributes:
|
|
61
65
|
*/
|
|
@@ -73,6 +77,7 @@ export interface GetVolumeResult {
|
|
|
73
77
|
* the name of the volume
|
|
74
78
|
*/
|
|
75
79
|
readonly name: string;
|
|
80
|
+
readonly providerConfig?: outputs.GetVolumeProviderConfig;
|
|
76
81
|
/**
|
|
77
82
|
* `VolumeInfo` object for a Unity Catalog volume. This contains the following attributes:
|
|
78
83
|
*/
|
|
@@ -133,6 +138,10 @@ export interface GetVolumeOutputArgs {
|
|
|
133
138
|
* a fully qualified name of databricks_volume: *`catalog`.`schema`.`volume`*
|
|
134
139
|
*/
|
|
135
140
|
name: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
143
|
+
*/
|
|
144
|
+
providerConfig?: pulumi.Input<inputs.GetVolumeProviderConfigArgs>;
|
|
136
145
|
/**
|
|
137
146
|
* `VolumeInfo` object for a Unity Catalog volume. This contains the following attributes:
|
|
138
147
|
*/
|
package/getVolume.js
CHANGED
|
@@ -52,6 +52,7 @@ function getVolume(args, opts) {
|
|
|
52
52
|
return pulumi.runtime.invoke("databricks:index/getVolume:getVolume", {
|
|
53
53
|
"id": args.id,
|
|
54
54
|
"name": args.name,
|
|
55
|
+
"providerConfig": args.providerConfig,
|
|
55
56
|
"volumeInfo": args.volumeInfo,
|
|
56
57
|
}, opts);
|
|
57
58
|
}
|
|
@@ -103,6 +104,7 @@ function getVolumeOutput(args, opts) {
|
|
|
103
104
|
return pulumi.runtime.invokeOutput("databricks:index/getVolume:getVolume", {
|
|
104
105
|
"id": args.id,
|
|
105
106
|
"name": args.name,
|
|
107
|
+
"providerConfig": args.providerConfig,
|
|
106
108
|
"volumeInfo": args.volumeInfo,
|
|
107
109
|
}, opts);
|
|
108
110
|
}
|
package/getVolume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../getVolume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../getVolume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8BAQC;AA0CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC"}
|