@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/getPolicyInfos.d.ts
CHANGED
|
@@ -1,10 +1,24 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
3
6
|
export declare function getPolicyInfos(args: GetPolicyInfosArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyInfosResult>;
|
|
4
7
|
/**
|
|
5
8
|
* A collection of arguments for invoking getPolicyInfos.
|
|
6
9
|
*/
|
|
7
10
|
export interface GetPolicyInfosArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Optional. Whether to include policies defined on parent securables.
|
|
13
|
+
* By default, the inherited policies are not included
|
|
14
|
+
*/
|
|
15
|
+
includeInherited?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Optional. Maximum number of policies to return on a single page (page length).
|
|
18
|
+
* - When not set or set to 0, the page length is set to a server configured value (recommended);
|
|
19
|
+
* - When set to a value greater than 0, the page length is the minimum of this value and a server configured value;
|
|
20
|
+
*/
|
|
21
|
+
maxResults?: number;
|
|
8
22
|
/**
|
|
9
23
|
* Required. The fully qualified name of securable to list policies for
|
|
10
24
|
*/
|
|
@@ -13,10 +27,6 @@ export interface GetPolicyInfosArgs {
|
|
|
13
27
|
* Required. The type of the securable to list policies for
|
|
14
28
|
*/
|
|
15
29
|
onSecurableType: string;
|
|
16
|
-
/**
|
|
17
|
-
* Workspace ID of the resource
|
|
18
|
-
*/
|
|
19
|
-
workspaceId?: string;
|
|
20
30
|
}
|
|
21
31
|
/**
|
|
22
32
|
* A collection of values returned by getPolicyInfos.
|
|
@@ -26,6 +36,8 @@ export interface GetPolicyInfosResult {
|
|
|
26
36
|
* The provider-assigned unique ID for this managed resource.
|
|
27
37
|
*/
|
|
28
38
|
readonly id: string;
|
|
39
|
+
readonly includeInherited?: boolean;
|
|
40
|
+
readonly maxResults?: number;
|
|
29
41
|
/**
|
|
30
42
|
* (string) - Full name of the securable on which the policy is defined.
|
|
31
43
|
* Required on create and ignored on update
|
|
@@ -38,13 +50,26 @@ export interface GetPolicyInfosResult {
|
|
|
38
50
|
*/
|
|
39
51
|
readonly onSecurableType: string;
|
|
40
52
|
readonly policies: outputs.GetPolicyInfosPolicy[];
|
|
41
|
-
readonly workspaceId?: string;
|
|
42
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
56
|
+
*/
|
|
43
57
|
export declare function getPolicyInfosOutput(args: GetPolicyInfosOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyInfosResult>;
|
|
44
58
|
/**
|
|
45
59
|
* A collection of arguments for invoking getPolicyInfos.
|
|
46
60
|
*/
|
|
47
61
|
export interface GetPolicyInfosOutputArgs {
|
|
62
|
+
/**
|
|
63
|
+
* Optional. Whether to include policies defined on parent securables.
|
|
64
|
+
* By default, the inherited policies are not included
|
|
65
|
+
*/
|
|
66
|
+
includeInherited?: pulumi.Input<boolean>;
|
|
67
|
+
/**
|
|
68
|
+
* Optional. Maximum number of policies to return on a single page (page length).
|
|
69
|
+
* - When not set or set to 0, the page length is set to a server configured value (recommended);
|
|
70
|
+
* - When set to a value greater than 0, the page length is the minimum of this value and a server configured value;
|
|
71
|
+
*/
|
|
72
|
+
maxResults?: pulumi.Input<number>;
|
|
48
73
|
/**
|
|
49
74
|
* Required. The fully qualified name of securable to list policies for
|
|
50
75
|
*/
|
|
@@ -53,8 +78,4 @@ export interface GetPolicyInfosOutputArgs {
|
|
|
53
78
|
* Required. The type of the securable to list policies for
|
|
54
79
|
*/
|
|
55
80
|
onSecurableType: pulumi.Input<string>;
|
|
56
|
-
/**
|
|
57
|
-
* Workspace ID of the resource
|
|
58
|
-
*/
|
|
59
|
-
workspaceId?: pulumi.Input<string>;
|
|
60
81
|
}
|
package/getPolicyInfos.js
CHANGED
|
@@ -5,21 +5,29 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getPolicyInfosOutput = exports.getPolicyInfos = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
8
11
|
function getPolicyInfos(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("databricks:index/getPolicyInfos:getPolicyInfos", {
|
|
14
|
+
"includeInherited": args.includeInherited,
|
|
15
|
+
"maxResults": args.maxResults,
|
|
11
16
|
"onSecurableFullname": args.onSecurableFullname,
|
|
12
17
|
"onSecurableType": args.onSecurableType,
|
|
13
|
-
"workspaceId": args.workspaceId,
|
|
14
18
|
}, opts);
|
|
15
19
|
}
|
|
16
20
|
exports.getPolicyInfos = getPolicyInfos;
|
|
21
|
+
/**
|
|
22
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
23
|
+
*/
|
|
17
24
|
function getPolicyInfosOutput(args, opts) {
|
|
18
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
26
|
return pulumi.runtime.invokeOutput("databricks:index/getPolicyInfos:getPolicyInfos", {
|
|
27
|
+
"includeInherited": args.includeInherited,
|
|
28
|
+
"maxResults": args.maxResults,
|
|
20
29
|
"onSecurableFullname": args.onSecurableFullname,
|
|
21
30
|
"onSecurableType": args.onSecurableType,
|
|
22
|
-
"workspaceId": args.workspaceId,
|
|
23
31
|
}, opts);
|
|
24
32
|
}
|
|
25
33
|
exports.getPolicyInfosOutput = getPolicyInfosOutput;
|
package/getPolicyInfos.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicyInfos.js","sourceRoot":"","sources":["../getPolicyInfos.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,
|
|
1
|
+
{"version":3,"file":"getPolicyInfos.js","sourceRoot":"","sources":["../getPolicyInfos.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAkDD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,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,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC"}
|
package/getQualityMonitorV2.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
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 fetch a quality monitors v2.
|
|
5
7
|
*
|
|
6
8
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -35,10 +37,6 @@ export interface GetQualityMonitorV2Args {
|
|
|
35
37
|
* The type of the monitored object. Can be one of the following: schema
|
|
36
38
|
*/
|
|
37
39
|
objectType: string;
|
|
38
|
-
/**
|
|
39
|
-
* Workspace ID of the resource
|
|
40
|
-
*/
|
|
41
|
-
workspaceId?: string;
|
|
42
40
|
}
|
|
43
41
|
/**
|
|
44
42
|
* A collection of values returned by getQualityMonitorV2.
|
|
@@ -60,9 +58,10 @@ export interface GetQualityMonitorV2Result {
|
|
|
60
58
|
* (string) - The type of the monitored object. Can be one of the following: schema
|
|
61
59
|
*/
|
|
62
60
|
readonly objectType: string;
|
|
63
|
-
readonly workspaceId?: string;
|
|
64
61
|
}
|
|
65
62
|
/**
|
|
63
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
64
|
+
*
|
|
66
65
|
* This data source can be used to fetch a quality monitors v2.
|
|
67
66
|
*
|
|
68
67
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -97,8 +96,4 @@ export interface GetQualityMonitorV2OutputArgs {
|
|
|
97
96
|
* The type of the monitored object. Can be one of the following: schema
|
|
98
97
|
*/
|
|
99
98
|
objectType: pulumi.Input<string>;
|
|
100
|
-
/**
|
|
101
|
-
* Workspace ID of the resource
|
|
102
|
-
*/
|
|
103
|
-
workspaceId?: pulumi.Input<string>;
|
|
104
99
|
}
|
package/getQualityMonitorV2.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getQualityMonitorV2Output = exports.getQualityMonitorV2 = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* This data source can be used to fetch a quality monitors v2.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -32,11 +34,12 @@ function getQualityMonitorV2(args, opts) {
|
|
|
32
34
|
return pulumi.runtime.invoke("databricks:index/getQualityMonitorV2:getQualityMonitorV2", {
|
|
33
35
|
"objectId": args.objectId,
|
|
34
36
|
"objectType": args.objectType,
|
|
35
|
-
"workspaceId": args.workspaceId,
|
|
36
37
|
}, opts);
|
|
37
38
|
}
|
|
38
39
|
exports.getQualityMonitorV2 = getQualityMonitorV2;
|
|
39
40
|
/**
|
|
41
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
42
|
+
*
|
|
40
43
|
* This data source can be used to fetch a quality monitors v2.
|
|
41
44
|
*
|
|
42
45
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -63,7 +66,6 @@ function getQualityMonitorV2Output(args, opts) {
|
|
|
63
66
|
return pulumi.runtime.invokeOutput("databricks:index/getQualityMonitorV2:getQualityMonitorV2", {
|
|
64
67
|
"objectId": args.objectId,
|
|
65
68
|
"objectType": args.objectType,
|
|
66
|
-
"workspaceId": args.workspaceId,
|
|
67
69
|
}, opts);
|
|
68
70
|
}
|
|
69
71
|
exports.getQualityMonitorV2Output = getQualityMonitorV2Output;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getQualityMonitorV2.js","sourceRoot":"","sources":["../getQualityMonitorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getQualityMonitorV2.js","sourceRoot":"","sources":["../getQualityMonitorV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAqCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
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 fetch the list of quality monitors v2.
|
|
5
7
|
*
|
|
6
8
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -21,10 +23,7 @@ export declare function getQualityMonitorsV2(args?: GetQualityMonitorsV2Args, op
|
|
|
21
23
|
* A collection of arguments for invoking getQualityMonitorsV2.
|
|
22
24
|
*/
|
|
23
25
|
export interface GetQualityMonitorsV2Args {
|
|
24
|
-
|
|
25
|
-
* Workspace ID of the resource
|
|
26
|
-
*/
|
|
27
|
-
workspaceId?: string;
|
|
26
|
+
pageSize?: number;
|
|
28
27
|
}
|
|
29
28
|
/**
|
|
30
29
|
* A collection of values returned by getQualityMonitorsV2.
|
|
@@ -34,10 +33,12 @@ export interface GetQualityMonitorsV2Result {
|
|
|
34
33
|
* The provider-assigned unique ID for this managed resource.
|
|
35
34
|
*/
|
|
36
35
|
readonly id: string;
|
|
36
|
+
readonly pageSize?: number;
|
|
37
37
|
readonly qualityMonitors: outputs.GetQualityMonitorsV2QualityMonitor[];
|
|
38
|
-
readonly workspaceId?: string;
|
|
39
38
|
}
|
|
40
39
|
/**
|
|
40
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
41
|
+
*
|
|
41
42
|
* This data source can be used to fetch the list of quality monitors v2.
|
|
42
43
|
*
|
|
43
44
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -58,8 +59,5 @@ export declare function getQualityMonitorsV2Output(args?: GetQualityMonitorsV2Ou
|
|
|
58
59
|
* A collection of arguments for invoking getQualityMonitorsV2.
|
|
59
60
|
*/
|
|
60
61
|
export interface GetQualityMonitorsV2OutputArgs {
|
|
61
|
-
|
|
62
|
-
* Workspace ID of the resource
|
|
63
|
-
*/
|
|
64
|
-
workspaceId?: pulumi.Input<string>;
|
|
62
|
+
pageSize?: pulumi.Input<number>;
|
|
65
63
|
}
|
package/getQualityMonitorsV2.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getQualityMonitorsV2Output = exports.getQualityMonitorsV2 = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* This data source can be used to fetch the list of quality monitors v2.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -25,11 +27,13 @@ function getQualityMonitorsV2(args, opts) {
|
|
|
25
27
|
args = args || {};
|
|
26
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
29
|
return pulumi.runtime.invoke("databricks:index/getQualityMonitorsV2:getQualityMonitorsV2", {
|
|
28
|
-
"
|
|
30
|
+
"pageSize": args.pageSize,
|
|
29
31
|
}, opts);
|
|
30
32
|
}
|
|
31
33
|
exports.getQualityMonitorsV2 = getQualityMonitorsV2;
|
|
32
34
|
/**
|
|
35
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
36
|
+
*
|
|
33
37
|
* This data source can be used to fetch the list of quality monitors v2.
|
|
34
38
|
*
|
|
35
39
|
* > **Note** This data source can only be used with an workspace-level provider!
|
|
@@ -49,7 +53,7 @@ function getQualityMonitorsV2Output(args, opts) {
|
|
|
49
53
|
args = args || {};
|
|
50
54
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
55
|
return pulumi.runtime.invokeOutput("databricks:index/getQualityMonitorsV2:getQualityMonitorsV2", {
|
|
52
|
-
"
|
|
56
|
+
"pageSize": args.pageSize,
|
|
53
57
|
}, opts);
|
|
54
58
|
}
|
|
55
59
|
exports.getQualityMonitorsV2Output = getQualityMonitorsV2Output;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getQualityMonitorsV2.js","sourceRoot":"","sources":["../getQualityMonitorsV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getQualityMonitorsV2.js","sourceRoot":"","sources":["../getQualityMonitorsV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAoBD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,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,4DAA4D,EAAE;QAC7F,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
package/getRegisteredModel.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export interface GetRegisteredModelArgs {
|
|
|
46
46
|
* block with information about the model in Unity Catalog:
|
|
47
47
|
*/
|
|
48
48
|
modelInfos?: inputs.GetRegisteredModelModelInfo[];
|
|
49
|
+
providerConfig?: inputs.GetRegisteredModelProviderConfig;
|
|
49
50
|
}
|
|
50
51
|
/**
|
|
51
52
|
* A collection of values returned by getRegisteredModel.
|
|
@@ -65,6 +66,7 @@ export interface GetRegisteredModelResult {
|
|
|
65
66
|
* block with information about the model in Unity Catalog:
|
|
66
67
|
*/
|
|
67
68
|
readonly modelInfos: outputs.GetRegisteredModelModelInfo[];
|
|
69
|
+
readonly providerConfig?: outputs.GetRegisteredModelProviderConfig;
|
|
68
70
|
}
|
|
69
71
|
/**
|
|
70
72
|
* This resource allows you to get information about [Model in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html) in Databricks.
|
|
@@ -111,4 +113,5 @@ export interface GetRegisteredModelOutputArgs {
|
|
|
111
113
|
* block with information about the model in Unity Catalog:
|
|
112
114
|
*/
|
|
113
115
|
modelInfos?: pulumi.Input<pulumi.Input<inputs.GetRegisteredModelModelInfoArgs>[]>;
|
|
116
|
+
providerConfig?: pulumi.Input<inputs.GetRegisteredModelProviderConfigArgs>;
|
|
114
117
|
}
|
package/getRegisteredModel.js
CHANGED
|
@@ -36,6 +36,7 @@ function getRegisteredModel(args, opts) {
|
|
|
36
36
|
"includeAliases": args.includeAliases,
|
|
37
37
|
"includeBrowse": args.includeBrowse,
|
|
38
38
|
"modelInfos": args.modelInfos,
|
|
39
|
+
"providerConfig": args.providerConfig,
|
|
39
40
|
}, opts);
|
|
40
41
|
}
|
|
41
42
|
exports.getRegisteredModel = getRegisteredModel;
|
|
@@ -70,6 +71,7 @@ function getRegisteredModelOutput(args, opts) {
|
|
|
70
71
|
"includeAliases": args.includeAliases,
|
|
71
72
|
"includeBrowse": args.includeBrowse,
|
|
72
73
|
"modelInfos": args.modelInfos,
|
|
74
|
+
"providerConfig": args.providerConfig,
|
|
73
75
|
}, opts);
|
|
74
76
|
}
|
|
75
77
|
exports.getRegisteredModelOutput = getRegisteredModelOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRegisteredModel.js","sourceRoot":"","sources":["../getRegisteredModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;
|
|
1
|
+
{"version":3,"file":"getRegisteredModel.js","sourceRoot":"","sources":["../getRegisteredModel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4DASC"}
|
|
@@ -39,6 +39,7 @@ export interface GetRegisteredModelVersionsArgs {
|
|
|
39
39
|
* list of objects describing the model versions. Each object consists of following attributes:
|
|
40
40
|
*/
|
|
41
41
|
modelVersions?: inputs.GetRegisteredModelVersionsModelVersion[];
|
|
42
|
+
providerConfig?: inputs.GetRegisteredModelVersionsProviderConfig;
|
|
42
43
|
}
|
|
43
44
|
/**
|
|
44
45
|
* A collection of values returned by getRegisteredModelVersions.
|
|
@@ -56,6 +57,7 @@ export interface GetRegisteredModelVersionsResult {
|
|
|
56
57
|
* list of objects describing the model versions. Each object consists of following attributes:
|
|
57
58
|
*/
|
|
58
59
|
readonly modelVersions: outputs.GetRegisteredModelVersionsModelVersion[];
|
|
60
|
+
readonly providerConfig?: outputs.GetRegisteredModelVersionsProviderConfig;
|
|
59
61
|
}
|
|
60
62
|
/**
|
|
61
63
|
* This resource allows you to get information about versions of [Model in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html).
|
|
@@ -95,4 +97,5 @@ export interface GetRegisteredModelVersionsOutputArgs {
|
|
|
95
97
|
* list of objects describing the model versions. Each object consists of following attributes:
|
|
96
98
|
*/
|
|
97
99
|
modelVersions?: pulumi.Input<pulumi.Input<inputs.GetRegisteredModelVersionsModelVersionArgs>[]>;
|
|
100
|
+
providerConfig?: pulumi.Input<inputs.GetRegisteredModelVersionsProviderConfigArgs>;
|
|
98
101
|
}
|
|
@@ -35,6 +35,7 @@ function getRegisteredModelVersions(args, opts) {
|
|
|
35
35
|
return pulumi.runtime.invoke("databricks:index/getRegisteredModelVersions:getRegisteredModelVersions", {
|
|
36
36
|
"fullName": args.fullName,
|
|
37
37
|
"modelVersions": args.modelVersions,
|
|
38
|
+
"providerConfig": args.providerConfig,
|
|
38
39
|
}, opts);
|
|
39
40
|
}
|
|
40
41
|
exports.getRegisteredModelVersions = getRegisteredModelVersions;
|
|
@@ -68,6 +69,7 @@ function getRegisteredModelVersionsOutput(args, opts) {
|
|
|
68
69
|
return pulumi.runtime.invokeOutput("databricks:index/getRegisteredModelVersions:getRegisteredModelVersions", {
|
|
69
70
|
"fullName": args.fullName,
|
|
70
71
|
"modelVersions": args.modelVersions,
|
|
72
|
+
"providerConfig": args.providerConfig,
|
|
71
73
|
}, opts);
|
|
72
74
|
}
|
|
73
75
|
exports.getRegisteredModelVersionsOutput = getRegisteredModelVersionsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRegisteredModelVersions.js","sourceRoot":"","sources":["../getRegisteredModelVersions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;
|
|
1
|
+
{"version":3,"file":"getRegisteredModelVersions.js","sourceRoot":"","sources":["../getRegisteredModelVersions.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gEAOC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4EAOC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
6
|
+
* This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* Referring to RFA access request destinations by securable type and full name:
|
|
11
|
+
*/
|
|
12
|
+
export declare function getRfaAccessRequestDestinations(opts?: pulumi.InvokeOptions): Promise<GetRfaAccessRequestDestinationsResult>;
|
|
13
|
+
/**
|
|
14
|
+
* A collection of values returned by getRfaAccessRequestDestinations.
|
|
15
|
+
*/
|
|
16
|
+
export interface GetRfaAccessRequestDestinationsResult {
|
|
17
|
+
/**
|
|
18
|
+
* (boolean) - Indicates whether any destinations are hidden from the caller due to a lack of permissions.
|
|
19
|
+
* This value is true if the caller does not have permission to see all destinations
|
|
20
|
+
*/
|
|
21
|
+
readonly areAnyDestinationsHidden: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* (list of NotificationDestination) - The access request destinations for the securable
|
|
24
|
+
*/
|
|
25
|
+
readonly destinations: outputs.GetRfaAccessRequestDestinationsDestination[];
|
|
26
|
+
/**
|
|
27
|
+
* The provider-assigned unique ID for this managed resource.
|
|
28
|
+
*/
|
|
29
|
+
readonly id: string;
|
|
30
|
+
/**
|
|
31
|
+
* (Securable) - The securable for which the access request destinations are being retrieved
|
|
32
|
+
*/
|
|
33
|
+
readonly securable: outputs.GetRfaAccessRequestDestinationsSecurable;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
|
+
*
|
|
38
|
+
* This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
|
|
39
|
+
*
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* Referring to RFA access request destinations by securable type and full name:
|
|
43
|
+
*/
|
|
44
|
+
export declare function getRfaAccessRequestDestinationsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRfaAccessRequestDestinationsResult>;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRfaAccessRequestDestinationsOutput = exports.getRfaAccessRequestDestinations = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
11
|
+
* This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* Referring to RFA access request destinations by securable type and full name:
|
|
16
|
+
*/
|
|
17
|
+
function getRfaAccessRequestDestinations(opts) {
|
|
18
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
|
+
return pulumi.runtime.invoke("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.getRfaAccessRequestDestinations = getRfaAccessRequestDestinations;
|
|
22
|
+
/**
|
|
23
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
24
|
+
*
|
|
25
|
+
* This data source can be used to get the Request for Access (RFA) access request destinations for a specific securable object.
|
|
26
|
+
*
|
|
27
|
+
* ## Example Usage
|
|
28
|
+
*
|
|
29
|
+
* Referring to RFA access request destinations by securable type and full name:
|
|
30
|
+
*/
|
|
31
|
+
function getRfaAccessRequestDestinationsOutput(opts) {
|
|
32
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
+
return pulumi.runtime.invokeOutput("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getRfaAccessRequestDestinationsOutput = getRfaAccessRequestDestinationsOutput;
|
|
36
|
+
//# sourceMappingURL=getRfaAccessRequestDestinations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRfaAccessRequestDestinations.js","sourceRoot":"","sources":["../getRfaAccessRequestDestinations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,+BAA+B,CAAC,IAA2B;IACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE,EAChH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0EAIC;AAwBD;;;;;;;;GAQG;AACH,SAAgB,qCAAqC,CAAC,IAAiC;IACnF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE,EACtH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sFAIC"}
|
package/getSchema.d.ts
CHANGED
|
@@ -54,6 +54,10 @@ export interface GetSchemaArgs {
|
|
|
54
54
|
* a fully qualified name of databricks_schema: *`catalog`.`schema`*
|
|
55
55
|
*/
|
|
56
56
|
name: string;
|
|
57
|
+
/**
|
|
58
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
59
|
+
*/
|
|
60
|
+
providerConfig?: inputs.GetSchemaProviderConfig;
|
|
57
61
|
/**
|
|
58
62
|
* `SchemaInfo` object for a Unity Catalog schema. This contains the following attributes:
|
|
59
63
|
*/
|
|
@@ -71,6 +75,7 @@ export interface GetSchemaResult {
|
|
|
71
75
|
* Name of schema, relative to parent catalog.
|
|
72
76
|
*/
|
|
73
77
|
readonly name: string;
|
|
78
|
+
readonly providerConfig?: outputs.GetSchemaProviderConfig;
|
|
74
79
|
/**
|
|
75
80
|
* `SchemaInfo` object for a Unity Catalog schema. This contains the following attributes:
|
|
76
81
|
*/
|
|
@@ -129,6 +134,10 @@ export interface GetSchemaOutputArgs {
|
|
|
129
134
|
* a fully qualified name of databricks_schema: *`catalog`.`schema`*
|
|
130
135
|
*/
|
|
131
136
|
name: 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.GetSchemaProviderConfigArgs>;
|
|
132
141
|
/**
|
|
133
142
|
* `SchemaInfo` object for a Unity Catalog schema. This contains the following attributes:
|
|
134
143
|
*/
|
package/getSchema.js
CHANGED
|
@@ -50,6 +50,7 @@ function getSchema(args, opts) {
|
|
|
50
50
|
return pulumi.runtime.invoke("databricks:index/getSchema:getSchema", {
|
|
51
51
|
"id": args.id,
|
|
52
52
|
"name": args.name,
|
|
53
|
+
"providerConfig": args.providerConfig,
|
|
53
54
|
"schemaInfo": args.schemaInfo,
|
|
54
55
|
}, opts);
|
|
55
56
|
}
|
|
@@ -99,6 +100,7 @@ function getSchemaOutput(args, opts) {
|
|
|
99
100
|
return pulumi.runtime.invokeOutput("databricks:index/getSchema:getSchema", {
|
|
100
101
|
"id": args.id,
|
|
101
102
|
"name": args.name,
|
|
103
|
+
"providerConfig": args.providerConfig,
|
|
102
104
|
"schemaInfo": args.schemaInfo,
|
|
103
105
|
}, opts);
|
|
104
106
|
}
|
package/getSchema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSchema.js","sourceRoot":"","sources":["../getSchema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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":"getSchema.js","sourceRoot":"","sources":["../getSchema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;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"}
|
package/getSchemas.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.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
4
6
|
*
|
|
@@ -38,6 +40,10 @@ export interface GetSchemasArgs {
|
|
|
38
40
|
* set of databricks.Schema full names: *`catalog`.`schema`*
|
|
39
41
|
*/
|
|
40
42
|
ids?: string[];
|
|
43
|
+
/**
|
|
44
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
45
|
+
*/
|
|
46
|
+
providerConfig?: inputs.GetSchemasProviderConfig;
|
|
41
47
|
}
|
|
42
48
|
/**
|
|
43
49
|
* A collection of values returned by getSchemas.
|
|
@@ -52,6 +58,7 @@ export interface GetSchemasResult {
|
|
|
52
58
|
* set of databricks.Schema full names: *`catalog`.`schema`*
|
|
53
59
|
*/
|
|
54
60
|
readonly ids: string[];
|
|
61
|
+
readonly providerConfig?: outputs.GetSchemasProviderConfig;
|
|
55
62
|
}
|
|
56
63
|
/**
|
|
57
64
|
* Retrieves a list of databricks.Schema ids, that were created by Pulumi or manually, so that special handling could be applied.
|
|
@@ -92,4 +99,8 @@ export interface GetSchemasOutputArgs {
|
|
|
92
99
|
* set of databricks.Schema full names: *`catalog`.`schema`*
|
|
93
100
|
*/
|
|
94
101
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
102
|
+
/**
|
|
103
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
104
|
+
*/
|
|
105
|
+
providerConfig?: pulumi.Input<inputs.GetSchemasProviderConfigArgs>;
|
|
95
106
|
}
|
package/getSchemas.js
CHANGED
|
@@ -36,6 +36,7 @@ function getSchemas(args, opts) {
|
|
|
36
36
|
return pulumi.runtime.invoke("databricks:index/getSchemas:getSchemas", {
|
|
37
37
|
"catalogName": args.catalogName,
|
|
38
38
|
"ids": args.ids,
|
|
39
|
+
"providerConfig": args.providerConfig,
|
|
39
40
|
}, opts);
|
|
40
41
|
}
|
|
41
42
|
exports.getSchemas = getSchemas;
|
|
@@ -70,6 +71,7 @@ function getSchemasOutput(args, opts) {
|
|
|
70
71
|
return pulumi.runtime.invokeOutput("databricks:index/getSchemas:getSchemas", {
|
|
71
72
|
"catalogName": args.catalogName,
|
|
72
73
|
"ids": args.ids,
|
|
74
|
+
"providerConfig": args.providerConfig,
|
|
73
75
|
}, opts);
|
|
74
76
|
}
|
|
75
77
|
exports.getSchemasOutput = getSchemasOutput;
|
package/getSchemas.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSchemas.js","sourceRoot":"","sources":["../getSchemas.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getSchemas.js","sourceRoot":"","sources":["../getSchemas.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
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 fetch the list of federation policies for a service principal.
|
|
5
7
|
*
|
|
6
8
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -23,6 +25,7 @@ export declare function getServicePrincipalFederationPolicies(args: GetServicePr
|
|
|
23
25
|
* A collection of arguments for invoking getServicePrincipalFederationPolicies.
|
|
24
26
|
*/
|
|
25
27
|
export interface GetServicePrincipalFederationPoliciesArgs {
|
|
28
|
+
pageSize?: number;
|
|
26
29
|
/**
|
|
27
30
|
* The service principal id for the federation policy
|
|
28
31
|
*/
|
|
@@ -36,13 +39,16 @@ export interface GetServicePrincipalFederationPoliciesResult {
|
|
|
36
39
|
* The provider-assigned unique ID for this managed resource.
|
|
37
40
|
*/
|
|
38
41
|
readonly id: string;
|
|
42
|
+
readonly pageSize?: number;
|
|
39
43
|
readonly policies: outputs.GetServicePrincipalFederationPoliciesPolicy[];
|
|
40
44
|
/**
|
|
41
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
45
|
+
* (integer) - The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
42
46
|
*/
|
|
43
47
|
readonly servicePrincipalId: number;
|
|
44
48
|
}
|
|
45
49
|
/**
|
|
50
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
51
|
+
*
|
|
46
52
|
* This data source can be used to fetch the list of federation policies for a service principal.
|
|
47
53
|
*
|
|
48
54
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -65,6 +71,7 @@ export declare function getServicePrincipalFederationPoliciesOutput(args: GetSer
|
|
|
65
71
|
* A collection of arguments for invoking getServicePrincipalFederationPolicies.
|
|
66
72
|
*/
|
|
67
73
|
export interface GetServicePrincipalFederationPoliciesOutputArgs {
|
|
74
|
+
pageSize?: pulumi.Input<number>;
|
|
68
75
|
/**
|
|
69
76
|
* The service principal id for the federation policy
|
|
70
77
|
*/
|