@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
|
@@ -6,6 +6,8 @@ exports.getServicePrincipalFederationPoliciesOutput = exports.getServicePrincipa
|
|
|
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 federation policies for a service principal.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -26,11 +28,14 @@ const utilities = require("./utilities");
|
|
|
26
28
|
function getServicePrincipalFederationPolicies(args, opts) {
|
|
27
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
30
|
return pulumi.runtime.invoke("databricks:index/getServicePrincipalFederationPolicies:getServicePrincipalFederationPolicies", {
|
|
31
|
+
"pageSize": args.pageSize,
|
|
29
32
|
"servicePrincipalId": args.servicePrincipalId,
|
|
30
33
|
}, opts);
|
|
31
34
|
}
|
|
32
35
|
exports.getServicePrincipalFederationPolicies = getServicePrincipalFederationPolicies;
|
|
33
36
|
/**
|
|
37
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
38
|
+
*
|
|
34
39
|
* This data source can be used to fetch the list of federation policies for a service principal.
|
|
35
40
|
*
|
|
36
41
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -51,6 +56,7 @@ exports.getServicePrincipalFederationPolicies = getServicePrincipalFederationPol
|
|
|
51
56
|
function getServicePrincipalFederationPoliciesOutput(args, opts) {
|
|
52
57
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
58
|
return pulumi.runtime.invokeOutput("databricks:index/getServicePrincipalFederationPolicies:getServicePrincipalFederationPolicies", {
|
|
59
|
+
"pageSize": args.pageSize,
|
|
54
60
|
"servicePrincipalId": args.servicePrincipalId,
|
|
55
61
|
}, opts);
|
|
56
62
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServicePrincipalFederationPolicies.js","sourceRoot":"","sources":["../getServicePrincipalFederationPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getServicePrincipalFederationPolicies.js","sourceRoot":"","sources":["../getServicePrincipalFederationPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAA2B;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8FAA8F,EAAE;QACzH,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sFAMC;AA4BD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,2CAA2C,CAAC,IAAqD,EAAE,IAAiC;IAChJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8FAA8F,EAAE;QAC/H,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kGAMC"}
|
|
@@ -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 service principal federation policy.
|
|
6
7
|
*
|
|
7
8
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -10,27 +11,19 @@ import * as outputs from "./types/output";
|
|
|
10
11
|
*
|
|
11
12
|
* Referring to a service principal federation policy by id:
|
|
12
13
|
*/
|
|
13
|
-
export declare function getServicePrincipalFederationPolicy(args
|
|
14
|
+
export declare function getServicePrincipalFederationPolicy(args: GetServicePrincipalFederationPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetServicePrincipalFederationPolicyResult>;
|
|
14
15
|
/**
|
|
15
16
|
* A collection of arguments for invoking getServicePrincipalFederationPolicy.
|
|
16
17
|
*/
|
|
17
18
|
export interface GetServicePrincipalFederationPolicyArgs {
|
|
18
19
|
/**
|
|
19
|
-
*
|
|
20
|
-
*/
|
|
21
|
-
description?: string;
|
|
22
|
-
/**
|
|
23
|
-
* (OidcFederationPolicy)
|
|
24
|
-
*/
|
|
25
|
-
oidcPolicy?: inputs.GetServicePrincipalFederationPolicyOidcPolicy;
|
|
26
|
-
/**
|
|
27
|
-
* The ID of the federation policy
|
|
20
|
+
* The ID of the federation policy. Output only
|
|
28
21
|
*/
|
|
29
|
-
policyId
|
|
22
|
+
policyId: string;
|
|
30
23
|
/**
|
|
31
|
-
* The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
24
|
+
* The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
32
25
|
*/
|
|
33
|
-
servicePrincipalId
|
|
26
|
+
servicePrincipalId: number;
|
|
34
27
|
}
|
|
35
28
|
/**
|
|
36
29
|
* A collection of values returned by getServicePrincipalFederationPolicy.
|
|
@@ -43,7 +36,7 @@ export interface GetServicePrincipalFederationPolicyResult {
|
|
|
43
36
|
/**
|
|
44
37
|
* (string) - Description of the federation policy
|
|
45
38
|
*/
|
|
46
|
-
readonly description
|
|
39
|
+
readonly description: string;
|
|
47
40
|
/**
|
|
48
41
|
* The provider-assigned unique ID for this managed resource.
|
|
49
42
|
*/
|
|
@@ -60,13 +53,13 @@ export interface GetServicePrincipalFederationPolicyResult {
|
|
|
60
53
|
/**
|
|
61
54
|
* (OidcFederationPolicy)
|
|
62
55
|
*/
|
|
63
|
-
readonly oidcPolicy
|
|
56
|
+
readonly oidcPolicy: outputs.GetServicePrincipalFederationPolicyOidcPolicy;
|
|
64
57
|
/**
|
|
65
|
-
* (string) - The ID of the federation policy
|
|
58
|
+
* (string) - The ID of the federation policy. Output only
|
|
66
59
|
*/
|
|
67
60
|
readonly policyId: string;
|
|
68
61
|
/**
|
|
69
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
62
|
+
* (integer) - The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
70
63
|
*/
|
|
71
64
|
readonly servicePrincipalId: number;
|
|
72
65
|
/**
|
|
@@ -79,6 +72,8 @@ export interface GetServicePrincipalFederationPolicyResult {
|
|
|
79
72
|
readonly updateTime: string;
|
|
80
73
|
}
|
|
81
74
|
/**
|
|
75
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
76
|
+
*
|
|
82
77
|
* This data source can be used to get a single service principal federation policy.
|
|
83
78
|
*
|
|
84
79
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -87,25 +82,17 @@ export interface GetServicePrincipalFederationPolicyResult {
|
|
|
87
82
|
*
|
|
88
83
|
* Referring to a service principal federation policy by id:
|
|
89
84
|
*/
|
|
90
|
-
export declare function getServicePrincipalFederationPolicyOutput(args
|
|
85
|
+
export declare function getServicePrincipalFederationPolicyOutput(args: GetServicePrincipalFederationPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServicePrincipalFederationPolicyResult>;
|
|
91
86
|
/**
|
|
92
87
|
* A collection of arguments for invoking getServicePrincipalFederationPolicy.
|
|
93
88
|
*/
|
|
94
89
|
export interface GetServicePrincipalFederationPolicyOutputArgs {
|
|
95
90
|
/**
|
|
96
|
-
*
|
|
97
|
-
*/
|
|
98
|
-
description?: pulumi.Input<string>;
|
|
99
|
-
/**
|
|
100
|
-
* (OidcFederationPolicy)
|
|
101
|
-
*/
|
|
102
|
-
oidcPolicy?: pulumi.Input<inputs.GetServicePrincipalFederationPolicyOidcPolicyArgs>;
|
|
103
|
-
/**
|
|
104
|
-
* The ID of the federation policy
|
|
91
|
+
* The ID of the federation policy. Output only
|
|
105
92
|
*/
|
|
106
|
-
policyId
|
|
93
|
+
policyId: pulumi.Input<string>;
|
|
107
94
|
/**
|
|
108
|
-
* The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
95
|
+
* The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
109
96
|
*/
|
|
110
|
-
servicePrincipalId
|
|
97
|
+
servicePrincipalId: pulumi.Input<number>;
|
|
111
98
|
}
|
|
@@ -6,6 +6,8 @@ exports.getServicePrincipalFederationPolicyOutput = exports.getServicePrincipalF
|
|
|
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 service principal federation policy.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -15,17 +17,16 @@ const utilities = require("./utilities");
|
|
|
15
17
|
* Referring to a service principal federation policy by id:
|
|
16
18
|
*/
|
|
17
19
|
function getServicePrincipalFederationPolicy(args, opts) {
|
|
18
|
-
args = args || {};
|
|
19
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
20
21
|
return pulumi.runtime.invoke("databricks:index/getServicePrincipalFederationPolicy:getServicePrincipalFederationPolicy", {
|
|
21
|
-
"description": args.description,
|
|
22
|
-
"oidcPolicy": args.oidcPolicy,
|
|
23
22
|
"policyId": args.policyId,
|
|
24
23
|
"servicePrincipalId": args.servicePrincipalId,
|
|
25
24
|
}, opts);
|
|
26
25
|
}
|
|
27
26
|
exports.getServicePrincipalFederationPolicy = getServicePrincipalFederationPolicy;
|
|
28
27
|
/**
|
|
28
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
29
|
+
*
|
|
29
30
|
* This data source can be used to get a single service principal federation policy.
|
|
30
31
|
*
|
|
31
32
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -35,11 +36,8 @@ exports.getServicePrincipalFederationPolicy = getServicePrincipalFederationPolic
|
|
|
35
36
|
* Referring to a service principal federation policy by id:
|
|
36
37
|
*/
|
|
37
38
|
function getServicePrincipalFederationPolicyOutput(args, opts) {
|
|
38
|
-
args = args || {};
|
|
39
39
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
40
40
|
return pulumi.runtime.invokeOutput("databricks:index/getServicePrincipalFederationPolicy:getServicePrincipalFederationPolicy", {
|
|
41
|
-
"description": args.description,
|
|
42
|
-
"oidcPolicy": args.oidcPolicy,
|
|
43
41
|
"policyId": args.policyId,
|
|
44
42
|
"servicePrincipalId": args.servicePrincipalId,
|
|
45
43
|
}, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServicePrincipalFederationPolicy.js","sourceRoot":"","sources":["../getServicePrincipalFederationPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getServicePrincipalFederationPolicy.js","sourceRoot":"","sources":["../getServicePrincipalFederationPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0FAA0F,EAAE;QACrH,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kFAMC;AA8DD;;;;;;;;;;GAUG;AACH,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAAiC;IAC5I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0FAA0F,EAAE;QAC3H,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8FAMC"}
|
package/getServingEndpoints.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export interface GetServingEndpointsArgs {
|
|
|
50
50
|
* List of objects describing the serving endpoints. Each object consists of following attributes:
|
|
51
51
|
*/
|
|
52
52
|
endpoints?: inputs.GetServingEndpointsEndpoint[];
|
|
53
|
+
providerConfig?: inputs.GetServingEndpointsProviderConfig;
|
|
53
54
|
}
|
|
54
55
|
/**
|
|
55
56
|
* A collection of values returned by getServingEndpoints.
|
|
@@ -63,6 +64,7 @@ export interface GetServingEndpointsResult {
|
|
|
63
64
|
* The provider-assigned unique ID for this managed resource.
|
|
64
65
|
*/
|
|
65
66
|
readonly id: string;
|
|
67
|
+
readonly providerConfig?: outputs.GetServingEndpointsProviderConfig;
|
|
66
68
|
}
|
|
67
69
|
/**
|
|
68
70
|
* This resource allows you to get information about [Model Serving](https://docs.databricks.com/machine-learning/model-serving/index.html) endpoints in Databricks.
|
|
@@ -113,4 +115,5 @@ export interface GetServingEndpointsOutputArgs {
|
|
|
113
115
|
* List of objects describing the serving endpoints. Each object consists of following attributes:
|
|
114
116
|
*/
|
|
115
117
|
endpoints?: pulumi.Input<pulumi.Input<inputs.GetServingEndpointsEndpointArgs>[]>;
|
|
118
|
+
providerConfig?: pulumi.Input<inputs.GetServingEndpointsProviderConfigArgs>;
|
|
116
119
|
}
|
package/getServingEndpoints.js
CHANGED
|
@@ -50,6 +50,7 @@ function getServingEndpoints(args, opts) {
|
|
|
50
50
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
51
|
return pulumi.runtime.invoke("databricks:index/getServingEndpoints:getServingEndpoints", {
|
|
52
52
|
"endpoints": args.endpoints,
|
|
53
|
+
"providerConfig": args.providerConfig,
|
|
53
54
|
}, opts);
|
|
54
55
|
}
|
|
55
56
|
exports.getServingEndpoints = getServingEndpoints;
|
|
@@ -98,6 +99,7 @@ function getServingEndpointsOutput(args, opts) {
|
|
|
98
99
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
99
100
|
return pulumi.runtime.invokeOutput("databricks:index/getServingEndpoints:getServingEndpoints", {
|
|
100
101
|
"endpoints": args.endpoints,
|
|
102
|
+
"providerConfig": args.providerConfig,
|
|
101
103
|
}, opts);
|
|
102
104
|
}
|
|
103
105
|
exports.getServingEndpointsOutput = getServingEndpointsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServingEndpoints.js","sourceRoot":"","sources":["../getServingEndpoints.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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,WAAW,EAAE,IAAI,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"getServingEndpoints.js","sourceRoot":"","sources":["../getServingEndpoints.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AA2BD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
|
package/getShare.d.ts
CHANGED
|
@@ -34,13 +34,9 @@ export declare function getShare(args?: GetShareArgs, opts?: pulumi.InvokeOption
|
|
|
34
34
|
*/
|
|
35
35
|
export interface GetShareArgs {
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
createdAt?: number;
|
|
40
|
-
/**
|
|
41
|
-
* The principal that created the share.
|
|
37
|
+
* Description about the object.
|
|
42
38
|
*/
|
|
43
|
-
|
|
39
|
+
comment?: string;
|
|
44
40
|
/**
|
|
45
41
|
* The name of the share
|
|
46
42
|
*/
|
|
@@ -49,11 +45,21 @@ export interface GetShareArgs {
|
|
|
49
45
|
* arrays containing details of each object in the share.
|
|
50
46
|
*/
|
|
51
47
|
objects?: inputs.GetShareObject[];
|
|
48
|
+
owner?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
51
|
+
*/
|
|
52
|
+
providerConfig?: inputs.GetShareProviderConfig;
|
|
53
|
+
storageRoot?: string;
|
|
52
54
|
}
|
|
53
55
|
/**
|
|
54
56
|
* A collection of values returned by getShare.
|
|
55
57
|
*/
|
|
56
58
|
export interface GetShareResult {
|
|
59
|
+
/**
|
|
60
|
+
* Description about the object.
|
|
61
|
+
*/
|
|
62
|
+
readonly comment?: string;
|
|
57
63
|
/**
|
|
58
64
|
* Time when the share was created.
|
|
59
65
|
*/
|
|
@@ -62,6 +68,7 @@ export interface GetShareResult {
|
|
|
62
68
|
* The principal that created the share.
|
|
63
69
|
*/
|
|
64
70
|
readonly createdBy: string;
|
|
71
|
+
readonly effectiveOwner: string;
|
|
65
72
|
/**
|
|
66
73
|
* The provider-assigned unique ID for this managed resource.
|
|
67
74
|
*/
|
|
@@ -69,11 +76,17 @@ export interface GetShareResult {
|
|
|
69
76
|
/**
|
|
70
77
|
* Full name of the object being shared.
|
|
71
78
|
*/
|
|
72
|
-
readonly name
|
|
79
|
+
readonly name?: string;
|
|
73
80
|
/**
|
|
74
81
|
* arrays containing details of each object in the share.
|
|
75
82
|
*/
|
|
76
|
-
readonly objects
|
|
83
|
+
readonly objects?: outputs.GetShareObject[];
|
|
84
|
+
readonly owner?: string;
|
|
85
|
+
readonly providerConfig?: outputs.GetShareProviderConfig;
|
|
86
|
+
readonly storageLocation: string;
|
|
87
|
+
readonly storageRoot?: string;
|
|
88
|
+
readonly updatedAt: number;
|
|
89
|
+
readonly updatedBy: string;
|
|
77
90
|
}
|
|
78
91
|
/**
|
|
79
92
|
* Retrieves details about a databricks.Share that were created by Pulumi or manually.
|
|
@@ -108,13 +121,9 @@ export declare function getShareOutput(args?: GetShareOutputArgs, opts?: pulumi.
|
|
|
108
121
|
*/
|
|
109
122
|
export interface GetShareOutputArgs {
|
|
110
123
|
/**
|
|
111
|
-
*
|
|
124
|
+
* Description about the object.
|
|
112
125
|
*/
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* The principal that created the share.
|
|
116
|
-
*/
|
|
117
|
-
createdBy?: pulumi.Input<string>;
|
|
126
|
+
comment?: pulumi.Input<string>;
|
|
118
127
|
/**
|
|
119
128
|
* The name of the share
|
|
120
129
|
*/
|
|
@@ -123,4 +132,10 @@ export interface GetShareOutputArgs {
|
|
|
123
132
|
* arrays containing details of each object in the share.
|
|
124
133
|
*/
|
|
125
134
|
objects?: pulumi.Input<pulumi.Input<inputs.GetShareObjectArgs>[]>;
|
|
135
|
+
owner?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
138
|
+
*/
|
|
139
|
+
providerConfig?: pulumi.Input<inputs.GetShareProviderConfigArgs>;
|
|
140
|
+
storageRoot?: pulumi.Input<string>;
|
|
126
141
|
}
|
package/getShare.js
CHANGED
|
@@ -36,10 +36,12 @@ function getShare(args, opts) {
|
|
|
36
36
|
args = args || {};
|
|
37
37
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
38
38
|
return pulumi.runtime.invoke("databricks:index/getShare:getShare", {
|
|
39
|
-
"
|
|
40
|
-
"createdBy": args.createdBy,
|
|
39
|
+
"comment": args.comment,
|
|
41
40
|
"name": args.name,
|
|
42
41
|
"objects": args.objects,
|
|
42
|
+
"owner": args.owner,
|
|
43
|
+
"providerConfig": args.providerConfig,
|
|
44
|
+
"storageRoot": args.storageRoot,
|
|
43
45
|
}, opts);
|
|
44
46
|
}
|
|
45
47
|
exports.getShare = getShare;
|
|
@@ -74,10 +76,12 @@ function getShareOutput(args, opts) {
|
|
|
74
76
|
args = args || {};
|
|
75
77
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
76
78
|
return pulumi.runtime.invokeOutput("databricks:index/getShare:getShare", {
|
|
77
|
-
"
|
|
78
|
-
"createdBy": args.createdBy,
|
|
79
|
+
"comment": args.comment,
|
|
79
80
|
"name": args.name,
|
|
80
81
|
"objects": args.objects,
|
|
82
|
+
"owner": args.owner,
|
|
83
|
+
"providerConfig": args.providerConfig,
|
|
84
|
+
"storageRoot": args.storageRoot,
|
|
81
85
|
}, opts);
|
|
82
86
|
}
|
|
83
87
|
exports.getShareOutput = getShareOutput;
|
package/getShare.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getShare.js","sourceRoot":"","sources":["../getShare.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,
|
|
1
|
+
{"version":3,"file":"getShare.js","sourceRoot":"","sources":["../getShare.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4BAWC;AA8DD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC"}
|
package/getShares.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.Share name, that were created by Pulumi or manually.
|
|
4
6
|
*
|
|
@@ -29,6 +31,10 @@ export declare function getShares(args?: GetSharesArgs, opts?: pulumi.InvokeOpti
|
|
|
29
31
|
* A collection of arguments for invoking getShares.
|
|
30
32
|
*/
|
|
31
33
|
export interface GetSharesArgs {
|
|
34
|
+
/**
|
|
35
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
36
|
+
*/
|
|
37
|
+
providerConfig?: inputs.GetSharesProviderConfig;
|
|
32
38
|
/**
|
|
33
39
|
* list of databricks.Share names.
|
|
34
40
|
*/
|
|
@@ -42,6 +48,7 @@ export interface GetSharesResult {
|
|
|
42
48
|
* The provider-assigned unique ID for this managed resource.
|
|
43
49
|
*/
|
|
44
50
|
readonly id: string;
|
|
51
|
+
readonly providerConfig?: outputs.GetSharesProviderConfig;
|
|
45
52
|
/**
|
|
46
53
|
* list of databricks.Share names.
|
|
47
54
|
*/
|
|
@@ -77,6 +84,10 @@ export declare function getSharesOutput(args?: GetSharesOutputArgs, opts?: pulum
|
|
|
77
84
|
* A collection of arguments for invoking getShares.
|
|
78
85
|
*/
|
|
79
86
|
export interface GetSharesOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
89
|
+
*/
|
|
90
|
+
providerConfig?: pulumi.Input<inputs.GetSharesProviderConfigArgs>;
|
|
80
91
|
/**
|
|
81
92
|
* list of databricks.Share names.
|
|
82
93
|
*/
|
package/getShares.js
CHANGED
|
@@ -34,6 +34,7 @@ function getShares(args, opts) {
|
|
|
34
34
|
args = args || {};
|
|
35
35
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
36
36
|
return pulumi.runtime.invoke("databricks:index/getShares:getShares", {
|
|
37
|
+
"providerConfig": args.providerConfig,
|
|
37
38
|
"shares": args.shares,
|
|
38
39
|
}, opts);
|
|
39
40
|
}
|
|
@@ -67,6 +68,7 @@ function getSharesOutput(args, opts) {
|
|
|
67
68
|
args = args || {};
|
|
68
69
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
69
70
|
return pulumi.runtime.invokeOutput("databricks:index/getShares:getShares", {
|
|
71
|
+
"providerConfig": args.providerConfig,
|
|
70
72
|
"shares": args.shares,
|
|
71
73
|
}, opts);
|
|
72
74
|
}
|
package/getShares.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getShares.js","sourceRoot":"","sources":["../getShares.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getShares.js","sourceRoot":"","sources":["../getShares.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,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,sCAAsC,EAAE;QACjE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8BAOC;AA8BD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAAiC;IACzF,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,sCAAsC,EAAE;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC"}
|
package/getSparkVersion.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
|
* Gets [Databricks Runtime (DBR)](https://docs.databricks.com/runtime/dbr.html) version that could be used for `sparkVersion` parameter in databricks.Cluster and other resources that fits search criteria, like specific Spark or Scala version, ML or Genomics runtime, etc., similar to executing `databricks clusters spark-versions`, and filters it to return the latest version that matches criteria. Often used along databricks.getNodeType data source.
|
|
4
6
|
*
|
|
@@ -89,6 +91,10 @@ export interface GetSparkVersionArgs {
|
|
|
89
91
|
* @deprecated Specify runtime_engine="PHOTON" in the cluster configuration
|
|
90
92
|
*/
|
|
91
93
|
photon?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
96
|
+
*/
|
|
97
|
+
providerConfig?: inputs.GetSparkVersionProviderConfig;
|
|
92
98
|
/**
|
|
93
99
|
* if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.12`.
|
|
94
100
|
*/
|
|
@@ -120,6 +126,7 @@ export interface GetSparkVersionResult {
|
|
|
120
126
|
* @deprecated Specify runtime_engine="PHOTON" in the cluster configuration
|
|
121
127
|
*/
|
|
122
128
|
readonly photon?: boolean;
|
|
129
|
+
readonly providerConfig?: outputs.GetSparkVersionProviderConfig;
|
|
123
130
|
readonly scala?: string;
|
|
124
131
|
readonly sparkVersion?: string;
|
|
125
132
|
}
|
|
@@ -213,6 +220,10 @@ export interface GetSparkVersionOutputArgs {
|
|
|
213
220
|
* @deprecated Specify runtime_engine="PHOTON" in the cluster configuration
|
|
214
221
|
*/
|
|
215
222
|
photon?: pulumi.Input<boolean>;
|
|
223
|
+
/**
|
|
224
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
225
|
+
*/
|
|
226
|
+
providerConfig?: pulumi.Input<inputs.GetSparkVersionProviderConfigArgs>;
|
|
216
227
|
/**
|
|
217
228
|
* if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.12`.
|
|
218
229
|
*/
|
package/getSparkVersion.js
CHANGED
|
@@ -63,6 +63,7 @@ function getSparkVersion(args, opts) {
|
|
|
63
63
|
"longTermSupport": args.longTermSupport,
|
|
64
64
|
"ml": args.ml,
|
|
65
65
|
"photon": args.photon,
|
|
66
|
+
"providerConfig": args.providerConfig,
|
|
66
67
|
"scala": args.scala,
|
|
67
68
|
"sparkVersion": args.sparkVersion,
|
|
68
69
|
}, opts);
|
|
@@ -126,6 +127,7 @@ function getSparkVersionOutput(args, opts) {
|
|
|
126
127
|
"longTermSupport": args.longTermSupport,
|
|
127
128
|
"ml": args.ml,
|
|
128
129
|
"photon": args.photon,
|
|
130
|
+
"providerConfig": args.providerConfig,
|
|
129
131
|
"scala": args.scala,
|
|
130
132
|
"sparkVersion": args.sparkVersion,
|
|
131
133
|
}, opts);
|
package/getSparkVersion.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSparkVersion.js","sourceRoot":"","sources":["../getSparkVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getSparkVersion.js","sourceRoot":"","sources":["../getSparkVersion.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,0CAiBC;AAsFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,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,kDAAkD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,sDAiBC"}
|
package/getSqlWarehouse.d.ts
CHANGED
|
@@ -111,6 +111,7 @@ export interface GetSqlWarehouseArgs {
|
|
|
111
111
|
* ODBC connection params: `odbc_params.hostname`, `odbc_params.path`, `odbc_params.protocol`, and `odbc_params.port`.
|
|
112
112
|
*/
|
|
113
113
|
odbcParams?: inputs.GetSqlWarehouseOdbcParams;
|
|
114
|
+
providerConfig?: inputs.GetSqlWarehouseProviderConfig;
|
|
114
115
|
/**
|
|
115
116
|
* The spot policy to use for allocating instances to clusters: `COST_OPTIMIZED` or `RELIABILITY_OPTIMIZED`.
|
|
116
117
|
*/
|
|
@@ -197,6 +198,7 @@ export interface GetSqlWarehouseResult {
|
|
|
197
198
|
* ODBC connection params: `odbc_params.hostname`, `odbc_params.path`, `odbc_params.protocol`, and `odbc_params.port`.
|
|
198
199
|
*/
|
|
199
200
|
readonly odbcParams: outputs.GetSqlWarehouseOdbcParams;
|
|
201
|
+
readonly providerConfig?: outputs.GetSqlWarehouseProviderConfig;
|
|
200
202
|
/**
|
|
201
203
|
* The spot policy to use for allocating instances to clusters: `COST_OPTIMIZED` or `RELIABILITY_OPTIMIZED`.
|
|
202
204
|
*/
|
|
@@ -324,6 +326,7 @@ export interface GetSqlWarehouseOutputArgs {
|
|
|
324
326
|
* ODBC connection params: `odbc_params.hostname`, `odbc_params.path`, `odbc_params.protocol`, and `odbc_params.port`.
|
|
325
327
|
*/
|
|
326
328
|
odbcParams?: pulumi.Input<inputs.GetSqlWarehouseOdbcParamsArgs>;
|
|
329
|
+
providerConfig?: pulumi.Input<inputs.GetSqlWarehouseProviderConfigArgs>;
|
|
327
330
|
/**
|
|
328
331
|
* The spot policy to use for allocating instances to clusters: `COST_OPTIMIZED` or `RELIABILITY_OPTIMIZED`.
|
|
329
332
|
*/
|
package/getSqlWarehouse.js
CHANGED
|
@@ -66,6 +66,7 @@ function getSqlWarehouse(args, opts) {
|
|
|
66
66
|
"numActiveSessions": args.numActiveSessions,
|
|
67
67
|
"numClusters": args.numClusters,
|
|
68
68
|
"odbcParams": args.odbcParams,
|
|
69
|
+
"providerConfig": args.providerConfig,
|
|
69
70
|
"spotInstancePolicy": args.spotInstancePolicy,
|
|
70
71
|
"state": args.state,
|
|
71
72
|
"tags": args.tags,
|
|
@@ -134,6 +135,7 @@ function getSqlWarehouseOutput(args, opts) {
|
|
|
134
135
|
"numActiveSessions": args.numActiveSessions,
|
|
135
136
|
"numClusters": args.numClusters,
|
|
136
137
|
"odbcParams": args.odbcParams,
|
|
138
|
+
"providerConfig": args.providerConfig,
|
|
137
139
|
"spotInstancePolicy": args.spotInstancePolicy,
|
|
138
140
|
"state": args.state,
|
|
139
141
|
"tags": args.tags,
|
package/getSqlWarehouse.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSqlWarehouse.js","sourceRoot":"","sources":["../getSqlWarehouse.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,kDAAkD,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getSqlWarehouse.js","sourceRoot":"","sources":["../getSqlWarehouse.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,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,kDAAkD,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AA3BD,0CA2BC;AAiLD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,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,kDAAkD,EAAE;QACnF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AA3BD,sDA2BC"}
|
package/getSqlWarehouses.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.SqlEndpoint ids, that were created by Pulumi or manually.
|
|
4
6
|
*
|
|
@@ -45,6 +47,10 @@ export interface GetSqlWarehousesArgs {
|
|
|
45
47
|
* list of databricks.SqlEndpoint ids
|
|
46
48
|
*/
|
|
47
49
|
ids?: string[];
|
|
50
|
+
/**
|
|
51
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
52
|
+
*/
|
|
53
|
+
providerConfig?: inputs.GetSqlWarehousesProviderConfig;
|
|
48
54
|
/**
|
|
49
55
|
* Only return databricks.SqlEndpoint ids that match the given name string.
|
|
50
56
|
*/
|
|
@@ -62,6 +68,7 @@ export interface GetSqlWarehousesResult {
|
|
|
62
68
|
* list of databricks.SqlEndpoint ids
|
|
63
69
|
*/
|
|
64
70
|
readonly ids: string[];
|
|
71
|
+
readonly providerConfig?: outputs.GetSqlWarehousesProviderConfig;
|
|
65
72
|
readonly warehouseNameContains?: string;
|
|
66
73
|
}
|
|
67
74
|
/**
|
|
@@ -110,6 +117,10 @@ export interface GetSqlWarehousesOutputArgs {
|
|
|
110
117
|
* list of databricks.SqlEndpoint ids
|
|
111
118
|
*/
|
|
112
119
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
|
+
/**
|
|
121
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
122
|
+
*/
|
|
123
|
+
providerConfig?: pulumi.Input<inputs.GetSqlWarehousesProviderConfigArgs>;
|
|
113
124
|
/**
|
|
114
125
|
* Only return databricks.SqlEndpoint ids that match the given name string.
|
|
115
126
|
*/
|
package/getSqlWarehouses.js
CHANGED
|
@@ -47,6 +47,7 @@ function getSqlWarehouses(args, opts) {
|
|
|
47
47
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
48
48
|
return pulumi.runtime.invoke("databricks:index/getSqlWarehouses:getSqlWarehouses", {
|
|
49
49
|
"ids": args.ids,
|
|
50
|
+
"providerConfig": args.providerConfig,
|
|
50
51
|
"warehouseNameContains": args.warehouseNameContains,
|
|
51
52
|
}, opts);
|
|
52
53
|
}
|
|
@@ -93,6 +94,7 @@ function getSqlWarehousesOutput(args, opts) {
|
|
|
93
94
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
94
95
|
return pulumi.runtime.invokeOutput("databricks:index/getSqlWarehouses:getSqlWarehouses", {
|
|
95
96
|
"ids": args.ids,
|
|
97
|
+
"providerConfig": args.providerConfig,
|
|
96
98
|
"warehouseNameContains": args.warehouseNameContains,
|
|
97
99
|
}, opts);
|
|
98
100
|
}
|
package/getSqlWarehouses.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSqlWarehouses.js","sourceRoot":"","sources":["../getSqlWarehouses.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getSqlWarehouses.js","sourceRoot":"","sources":["../getSqlWarehouses.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC"}
|
|
@@ -40,6 +40,10 @@ export interface GetStorageCredentialArgs {
|
|
|
40
40
|
* The name of the storage credential
|
|
41
41
|
*/
|
|
42
42
|
name: string;
|
|
43
|
+
/**
|
|
44
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
45
|
+
*/
|
|
46
|
+
providerConfig?: inputs.GetStorageCredentialProviderConfig;
|
|
43
47
|
/**
|
|
44
48
|
* array of objects with information about storage credential.
|
|
45
49
|
*/
|
|
@@ -54,6 +58,7 @@ export interface GetStorageCredentialResult {
|
|
|
54
58
|
*/
|
|
55
59
|
readonly id: string;
|
|
56
60
|
readonly name: string;
|
|
61
|
+
readonly providerConfig?: outputs.GetStorageCredentialProviderConfig;
|
|
57
62
|
/**
|
|
58
63
|
* array of objects with information about storage credential.
|
|
59
64
|
*/
|
|
@@ -98,6 +103,10 @@ export interface GetStorageCredentialOutputArgs {
|
|
|
98
103
|
* The name of the storage credential
|
|
99
104
|
*/
|
|
100
105
|
name: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
108
|
+
*/
|
|
109
|
+
providerConfig?: pulumi.Input<inputs.GetStorageCredentialProviderConfigArgs>;
|
|
101
110
|
/**
|
|
102
111
|
* array of objects with information about storage credential.
|
|
103
112
|
*/
|