@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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCleanRoomAutoApprovalRules.js","sourceRoot":"","sources":["../getCleanRoomAutoApprovalRules.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;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,MAAM,CAAC,8EAA8E,EAAE;QACzG,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC;AAuBD,SAAgB,mCAAmC,CAAC,IAA8C,EAAE,IAAiC;IACjI,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,8EAA8E,EAAE;QAC/G,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kFAMC"}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
|
-
/**
|
|
5
|
-
* This data source can be used to get a single clean room.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* # Example: Datasource (Singular) Artifact
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as databricks from "@pulumi/databricks";
|
|
14
|
-
*
|
|
15
|
-
* const example = databricks.getCleanRoomsCleanRoom({
|
|
16
|
-
* name: "example-clean-room",
|
|
17
|
-
* });
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
export declare function getCleanRoomsCleanRoom(args?: GetCleanRoomsCleanRoomArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomsCleanRoomResult>;
|
|
21
|
-
/**
|
|
22
|
-
* A collection of arguments for invoking getCleanRoomsCleanRoom.
|
|
23
|
-
*/
|
|
24
|
-
export interface GetCleanRoomsCleanRoomArgs {
|
|
25
|
-
/**
|
|
26
|
-
* (string)
|
|
27
|
-
*/
|
|
28
|
-
comment?: string;
|
|
29
|
-
/**
|
|
30
|
-
* The name of the clean room.
|
|
31
|
-
* It should follow [UC securable naming requirements](https://docs.databricks.com/en/data-governance/unity-catalog/index.html#securable-object-naming-requirements)
|
|
32
|
-
*/
|
|
33
|
-
name?: string;
|
|
34
|
-
/**
|
|
35
|
-
* (string) - This is the Databricks username of the owner of the local clean room securable for permission management
|
|
36
|
-
*/
|
|
37
|
-
owner?: string;
|
|
38
|
-
/**
|
|
39
|
-
* (CleanRoomRemoteDetail) - Central clean room details. During creation, users need to specify
|
|
40
|
-
* cloud_vendor, region, and collaborators.global_metastore_id.
|
|
41
|
-
* This field will not be filled in the ListCleanRooms call
|
|
42
|
-
*/
|
|
43
|
-
remoteDetailedInfo?: inputs.GetCleanRoomsCleanRoomRemoteDetailedInfo;
|
|
44
|
-
/**
|
|
45
|
-
* Workspace ID of the resource
|
|
46
|
-
*/
|
|
47
|
-
workspaceId?: string;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* A collection of values returned by getCleanRoomsCleanRoom.
|
|
51
|
-
*/
|
|
52
|
-
export interface GetCleanRoomsCleanRoomResult {
|
|
53
|
-
/**
|
|
54
|
-
* (string) - Whether clean room access is restricted due to [CSP](https://docs.databricks.com/en/security/privacy/security-profile.html). Possible values are: `CSP_MISMATCH`, `NO_RESTRICTION`
|
|
55
|
-
*/
|
|
56
|
-
readonly accessRestricted: string;
|
|
57
|
-
/**
|
|
58
|
-
* (string)
|
|
59
|
-
*/
|
|
60
|
-
readonly comment?: string;
|
|
61
|
-
/**
|
|
62
|
-
* (integer) - When the clean room was created, in epoch milliseconds
|
|
63
|
-
*/
|
|
64
|
-
readonly createdAt: number;
|
|
65
|
-
/**
|
|
66
|
-
* The provider-assigned unique ID for this managed resource.
|
|
67
|
-
*/
|
|
68
|
-
readonly id: string;
|
|
69
|
-
/**
|
|
70
|
-
* (string) - The alias of the collaborator tied to the local clean room
|
|
71
|
-
*/
|
|
72
|
-
readonly localCollaboratorAlias: string;
|
|
73
|
-
/**
|
|
74
|
-
* (string) - The name of the clean room.
|
|
75
|
-
* It should follow [UC securable naming requirements](https://docs.databricks.com/en/data-governance/unity-catalog/index.html#securable-object-naming-requirements)
|
|
76
|
-
*/
|
|
77
|
-
readonly name?: string;
|
|
78
|
-
/**
|
|
79
|
-
* (CleanRoomOutputCatalog) - Output catalog of the clean room. It is an output only field. Output catalog is manipulated
|
|
80
|
-
* using the separate CreateCleanRoomOutputCatalog API
|
|
81
|
-
*/
|
|
82
|
-
readonly outputCatalog: outputs.GetCleanRoomsCleanRoomOutputCatalog;
|
|
83
|
-
/**
|
|
84
|
-
* (string) - This is the Databricks username of the owner of the local clean room securable for permission management
|
|
85
|
-
*/
|
|
86
|
-
readonly owner?: string;
|
|
87
|
-
/**
|
|
88
|
-
* (CleanRoomRemoteDetail) - Central clean room details. During creation, users need to specify
|
|
89
|
-
* cloud_vendor, region, and collaborators.global_metastore_id.
|
|
90
|
-
* This field will not be filled in the ListCleanRooms call
|
|
91
|
-
*/
|
|
92
|
-
readonly remoteDetailedInfo?: outputs.GetCleanRoomsCleanRoomRemoteDetailedInfo;
|
|
93
|
-
/**
|
|
94
|
-
* (string) - . Possible values are: `CREATED`, `NOT_CREATED`, `NOT_ELIGIBLE`
|
|
95
|
-
*/
|
|
96
|
-
readonly status: string;
|
|
97
|
-
/**
|
|
98
|
-
* (integer) - When the clean room was last updated, in epoch milliseconds
|
|
99
|
-
*/
|
|
100
|
-
readonly updatedAt: number;
|
|
101
|
-
readonly workspaceId?: string;
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* This data source can be used to get a single clean room.
|
|
105
|
-
*
|
|
106
|
-
* ## Example Usage
|
|
107
|
-
*
|
|
108
|
-
* # Example: Datasource (Singular) Artifact
|
|
109
|
-
*
|
|
110
|
-
* ```typescript
|
|
111
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
112
|
-
* import * as databricks from "@pulumi/databricks";
|
|
113
|
-
*
|
|
114
|
-
* const example = databricks.getCleanRoomsCleanRoom({
|
|
115
|
-
* name: "example-clean-room",
|
|
116
|
-
* });
|
|
117
|
-
* ```
|
|
118
|
-
*/
|
|
119
|
-
export declare function getCleanRoomsCleanRoomOutput(args?: GetCleanRoomsCleanRoomOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomsCleanRoomResult>;
|
|
120
|
-
/**
|
|
121
|
-
* A collection of arguments for invoking getCleanRoomsCleanRoom.
|
|
122
|
-
*/
|
|
123
|
-
export interface GetCleanRoomsCleanRoomOutputArgs {
|
|
124
|
-
/**
|
|
125
|
-
* (string)
|
|
126
|
-
*/
|
|
127
|
-
comment?: pulumi.Input<string>;
|
|
128
|
-
/**
|
|
129
|
-
* The name of the clean room.
|
|
130
|
-
* It should follow [UC securable naming requirements](https://docs.databricks.com/en/data-governance/unity-catalog/index.html#securable-object-naming-requirements)
|
|
131
|
-
*/
|
|
132
|
-
name?: pulumi.Input<string>;
|
|
133
|
-
/**
|
|
134
|
-
* (string) - This is the Databricks username of the owner of the local clean room securable for permission management
|
|
135
|
-
*/
|
|
136
|
-
owner?: pulumi.Input<string>;
|
|
137
|
-
/**
|
|
138
|
-
* (CleanRoomRemoteDetail) - Central clean room details. During creation, users need to specify
|
|
139
|
-
* cloud_vendor, region, and collaborators.global_metastore_id.
|
|
140
|
-
* This field will not be filled in the ListCleanRooms call
|
|
141
|
-
*/
|
|
142
|
-
remoteDetailedInfo?: pulumi.Input<inputs.GetCleanRoomsCleanRoomRemoteDetailedInfoArgs>;
|
|
143
|
-
/**
|
|
144
|
-
* Workspace ID of the resource
|
|
145
|
-
*/
|
|
146
|
-
workspaceId?: pulumi.Input<string>;
|
|
147
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
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.getCleanRoomsCleanRoomOutput = exports.getCleanRoomsCleanRoom = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* This data source can be used to get a single clean room.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* # Example: Datasource (Singular) Artifact
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as databricks from "@pulumi/databricks";
|
|
18
|
-
*
|
|
19
|
-
* const example = databricks.getCleanRoomsCleanRoom({
|
|
20
|
-
* name: "example-clean-room",
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
function getCleanRoomsCleanRoom(args, opts) {
|
|
25
|
-
args = args || {};
|
|
26
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
-
return pulumi.runtime.invoke("databricks:index/getCleanRoomsCleanRoom:getCleanRoomsCleanRoom", {
|
|
28
|
-
"comment": args.comment,
|
|
29
|
-
"name": args.name,
|
|
30
|
-
"owner": args.owner,
|
|
31
|
-
"remoteDetailedInfo": args.remoteDetailedInfo,
|
|
32
|
-
"workspaceId": args.workspaceId,
|
|
33
|
-
}, opts);
|
|
34
|
-
}
|
|
35
|
-
exports.getCleanRoomsCleanRoom = getCleanRoomsCleanRoom;
|
|
36
|
-
/**
|
|
37
|
-
* This data source can be used to get a single clean room.
|
|
38
|
-
*
|
|
39
|
-
* ## Example Usage
|
|
40
|
-
*
|
|
41
|
-
* # Example: Datasource (Singular) Artifact
|
|
42
|
-
*
|
|
43
|
-
* ```typescript
|
|
44
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
45
|
-
* import * as databricks from "@pulumi/databricks";
|
|
46
|
-
*
|
|
47
|
-
* const example = databricks.getCleanRoomsCleanRoom({
|
|
48
|
-
* name: "example-clean-room",
|
|
49
|
-
* });
|
|
50
|
-
* ```
|
|
51
|
-
*/
|
|
52
|
-
function getCleanRoomsCleanRoomOutput(args, opts) {
|
|
53
|
-
args = args || {};
|
|
54
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
55
|
-
return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomsCleanRoom:getCleanRoomsCleanRoom", {
|
|
56
|
-
"comment": args.comment,
|
|
57
|
-
"name": args.name,
|
|
58
|
-
"owner": args.owner,
|
|
59
|
-
"remoteDetailedInfo": args.remoteDetailedInfo,
|
|
60
|
-
"workspaceId": args.workspaceId,
|
|
61
|
-
}, opts);
|
|
62
|
-
}
|
|
63
|
-
exports.getCleanRoomsCleanRoomOutput = getCleanRoomsCleanRoomOutput;
|
|
64
|
-
//# sourceMappingURL=getCleanRoomsCleanRoom.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCleanRoomsCleanRoom.js","sourceRoot":"","sources":["../getCleanRoomsCleanRoom.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wDAUC;AAqFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,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,gEAAgE,EAAE;QACjG,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oEAUC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "./types/output";
|
|
3
|
-
/**
|
|
4
|
-
* This data source can be used to fetch the list of clean rooms.
|
|
5
|
-
*
|
|
6
|
-
* ## Example Usage
|
|
7
|
-
*
|
|
8
|
-
* # Example: Clean Room Datasource (Plural)
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as databricks from "@pulumi/databricks";
|
|
13
|
-
*
|
|
14
|
-
* const all = databricks.getCleanRoomsCleanRoom({});
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
export declare function getCleanRoomsCleanRooms(args?: GetCleanRoomsCleanRoomsArgs, opts?: pulumi.InvokeOptions): Promise<GetCleanRoomsCleanRoomsResult>;
|
|
18
|
-
/**
|
|
19
|
-
* A collection of arguments for invoking getCleanRoomsCleanRooms.
|
|
20
|
-
*/
|
|
21
|
-
export interface GetCleanRoomsCleanRoomsArgs {
|
|
22
|
-
/**
|
|
23
|
-
* Workspace ID of the resource
|
|
24
|
-
*/
|
|
25
|
-
workspaceId?: string;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* A collection of values returned by getCleanRoomsCleanRooms.
|
|
29
|
-
*/
|
|
30
|
-
export interface GetCleanRoomsCleanRoomsResult {
|
|
31
|
-
readonly cleanRooms: outputs.GetCleanRoomsCleanRoomsCleanRoom[];
|
|
32
|
-
/**
|
|
33
|
-
* The provider-assigned unique ID for this managed resource.
|
|
34
|
-
*/
|
|
35
|
-
readonly id: string;
|
|
36
|
-
readonly workspaceId?: string;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* This data source can be used to fetch the list of clean rooms.
|
|
40
|
-
*
|
|
41
|
-
* ## Example Usage
|
|
42
|
-
*
|
|
43
|
-
* # Example: Clean Room Datasource (Plural)
|
|
44
|
-
*
|
|
45
|
-
* ```typescript
|
|
46
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
-
* import * as databricks from "@pulumi/databricks";
|
|
48
|
-
*
|
|
49
|
-
* const all = databricks.getCleanRoomsCleanRoom({});
|
|
50
|
-
* ```
|
|
51
|
-
*/
|
|
52
|
-
export declare function getCleanRoomsCleanRoomsOutput(args?: GetCleanRoomsCleanRoomsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCleanRoomsCleanRoomsResult>;
|
|
53
|
-
/**
|
|
54
|
-
* A collection of arguments for invoking getCleanRoomsCleanRooms.
|
|
55
|
-
*/
|
|
56
|
-
export interface GetCleanRoomsCleanRoomsOutputArgs {
|
|
57
|
-
/**
|
|
58
|
-
* Workspace ID of the resource
|
|
59
|
-
*/
|
|
60
|
-
workspaceId?: pulumi.Input<string>;
|
|
61
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
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.getCleanRoomsCleanRoomsOutput = exports.getCleanRoomsCleanRooms = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* This data source can be used to fetch the list of clean rooms.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* # Example: Clean Room Datasource (Plural)
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as databricks from "@pulumi/databricks";
|
|
18
|
-
*
|
|
19
|
-
* const all = databricks.getCleanRoomsCleanRoom({});
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
function getCleanRoomsCleanRooms(args, opts) {
|
|
23
|
-
args = args || {};
|
|
24
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
-
return pulumi.runtime.invoke("databricks:index/getCleanRoomsCleanRooms:getCleanRoomsCleanRooms", {
|
|
26
|
-
"workspaceId": args.workspaceId,
|
|
27
|
-
}, opts);
|
|
28
|
-
}
|
|
29
|
-
exports.getCleanRoomsCleanRooms = getCleanRoomsCleanRooms;
|
|
30
|
-
/**
|
|
31
|
-
* This data source can be used to fetch the list of clean rooms.
|
|
32
|
-
*
|
|
33
|
-
* ## Example Usage
|
|
34
|
-
*
|
|
35
|
-
* # Example: Clean Room Datasource (Plural)
|
|
36
|
-
*
|
|
37
|
-
* ```typescript
|
|
38
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
-
* import * as databricks from "@pulumi/databricks";
|
|
40
|
-
*
|
|
41
|
-
* const all = databricks.getCleanRoomsCleanRoom({});
|
|
42
|
-
* ```
|
|
43
|
-
*/
|
|
44
|
-
function getCleanRoomsCleanRoomsOutput(args, opts) {
|
|
45
|
-
args = args || {};
|
|
46
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
-
return pulumi.runtime.invokeOutput("databricks:index/getCleanRoomsCleanRooms:getCleanRoomsCleanRooms", {
|
|
48
|
-
"workspaceId": args.workspaceId,
|
|
49
|
-
}, opts);
|
|
50
|
-
}
|
|
51
|
-
exports.getCleanRoomsCleanRoomsOutput = getCleanRoomsCleanRoomsOutput;
|
|
52
|
-
//# sourceMappingURL=getCleanRoomsCleanRooms.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getCleanRoomsCleanRooms.js","sourceRoot":"","sources":["../getCleanRoomsCleanRooms.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC;AAuBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAAiC;IACrH,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,kEAAkE,EAAE;QACnG,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sEAMC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "./types/output";
|
|
3
|
-
export declare function getRecipientFederationPolicies(args?: GetRecipientFederationPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetRecipientFederationPoliciesResult>;
|
|
4
|
-
/**
|
|
5
|
-
* A collection of arguments for invoking getRecipientFederationPolicies.
|
|
6
|
-
*/
|
|
7
|
-
export interface GetRecipientFederationPoliciesArgs {
|
|
8
|
-
/**
|
|
9
|
-
* Workspace ID of the resource
|
|
10
|
-
*/
|
|
11
|
-
workspaceId?: string;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* A collection of values returned by getRecipientFederationPolicies.
|
|
15
|
-
*/
|
|
16
|
-
export interface GetRecipientFederationPoliciesResult {
|
|
17
|
-
/**
|
|
18
|
-
* The provider-assigned unique ID for this managed resource.
|
|
19
|
-
*/
|
|
20
|
-
readonly id: string;
|
|
21
|
-
readonly policies: outputs.GetRecipientFederationPoliciesPolicy[];
|
|
22
|
-
readonly workspaceId?: string;
|
|
23
|
-
}
|
|
24
|
-
export declare function getRecipientFederationPoliciesOutput(args?: GetRecipientFederationPoliciesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRecipientFederationPoliciesResult>;
|
|
25
|
-
/**
|
|
26
|
-
* A collection of arguments for invoking getRecipientFederationPolicies.
|
|
27
|
-
*/
|
|
28
|
-
export interface GetRecipientFederationPoliciesOutputArgs {
|
|
29
|
-
/**
|
|
30
|
-
* Workspace ID of the resource
|
|
31
|
-
*/
|
|
32
|
-
workspaceId?: pulumi.Input<string>;
|
|
33
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
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.getRecipientFederationPoliciesOutput = exports.getRecipientFederationPolicies = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
function getRecipientFederationPolicies(args, opts) {
|
|
9
|
-
args = args || {};
|
|
10
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
-
return pulumi.runtime.invoke("databricks:index/getRecipientFederationPolicies:getRecipientFederationPolicies", {
|
|
12
|
-
"workspaceId": args.workspaceId,
|
|
13
|
-
}, opts);
|
|
14
|
-
}
|
|
15
|
-
exports.getRecipientFederationPolicies = getRecipientFederationPolicies;
|
|
16
|
-
function getRecipientFederationPoliciesOutput(args, opts) {
|
|
17
|
-
args = args || {};
|
|
18
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
|
-
return pulumi.runtime.invokeOutput("databricks:index/getRecipientFederationPolicies:getRecipientFederationPolicies", {
|
|
20
|
-
"workspaceId": args.workspaceId,
|
|
21
|
-
}, opts);
|
|
22
|
-
}
|
|
23
|
-
exports.getRecipientFederationPoliciesOutput = getRecipientFederationPoliciesOutput;
|
|
24
|
-
//# sourceMappingURL=getRecipientFederationPolicies.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getRecipientFederationPolicies.js","sourceRoot":"","sources":["../getRecipientFederationPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wEAMC;AAuBD,SAAgB,oCAAoC,CAAC,IAA+C,EAAE,IAAiC;IACnI,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,gFAAgF,EAAE;QACjH,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oFAMC"}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
|
-
export declare function getRecipientFederationPolicy(args?: GetRecipientFederationPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetRecipientFederationPolicyResult>;
|
|
5
|
-
/**
|
|
6
|
-
* A collection of arguments for invoking getRecipientFederationPolicy.
|
|
7
|
-
*/
|
|
8
|
-
export interface GetRecipientFederationPolicyArgs {
|
|
9
|
-
/**
|
|
10
|
-
* (string) - Description of the policy. This is a user-provided description
|
|
11
|
-
*/
|
|
12
|
-
comment?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Name of the federation policy. A recipient can have multiple policies with different names.
|
|
15
|
-
* The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
16
|
-
*/
|
|
17
|
-
name?: string;
|
|
18
|
-
/**
|
|
19
|
-
* (OidcFederationPolicy) - Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
20
|
-
*/
|
|
21
|
-
oidcPolicy?: inputs.GetRecipientFederationPolicyOidcPolicy;
|
|
22
|
-
/**
|
|
23
|
-
* Workspace ID of the resource
|
|
24
|
-
*/
|
|
25
|
-
workspaceId?: string;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* A collection of values returned by getRecipientFederationPolicy.
|
|
29
|
-
*/
|
|
30
|
-
export interface GetRecipientFederationPolicyResult {
|
|
31
|
-
/**
|
|
32
|
-
* (string) - Description of the policy. This is a user-provided description
|
|
33
|
-
*/
|
|
34
|
-
readonly comment?: string;
|
|
35
|
-
/**
|
|
36
|
-
* (string) - System-generated timestamp indicating when the policy was created
|
|
37
|
-
*/
|
|
38
|
-
readonly createTime: string;
|
|
39
|
-
/**
|
|
40
|
-
* (string) - Unique, immutable system-generated identifier for the federation policy
|
|
41
|
-
*/
|
|
42
|
-
readonly id: string;
|
|
43
|
-
/**
|
|
44
|
-
* (string) - Name of the federation policy. A recipient can have multiple policies with different names.
|
|
45
|
-
* The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
46
|
-
*/
|
|
47
|
-
readonly name?: string;
|
|
48
|
-
/**
|
|
49
|
-
* (OidcFederationPolicy) - Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
50
|
-
*/
|
|
51
|
-
readonly oidcPolicy?: outputs.GetRecipientFederationPolicyOidcPolicy;
|
|
52
|
-
/**
|
|
53
|
-
* (string) - System-generated timestamp indicating when the policy was last updated
|
|
54
|
-
*/
|
|
55
|
-
readonly updateTime: string;
|
|
56
|
-
readonly workspaceId?: string;
|
|
57
|
-
}
|
|
58
|
-
export declare function getRecipientFederationPolicyOutput(args?: GetRecipientFederationPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRecipientFederationPolicyResult>;
|
|
59
|
-
/**
|
|
60
|
-
* A collection of arguments for invoking getRecipientFederationPolicy.
|
|
61
|
-
*/
|
|
62
|
-
export interface GetRecipientFederationPolicyOutputArgs {
|
|
63
|
-
/**
|
|
64
|
-
* (string) - Description of the policy. This is a user-provided description
|
|
65
|
-
*/
|
|
66
|
-
comment?: pulumi.Input<string>;
|
|
67
|
-
/**
|
|
68
|
-
* Name of the federation policy. A recipient can have multiple policies with different names.
|
|
69
|
-
* The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
70
|
-
*/
|
|
71
|
-
name?: pulumi.Input<string>;
|
|
72
|
-
/**
|
|
73
|
-
* (OidcFederationPolicy) - Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
74
|
-
*/
|
|
75
|
-
oidcPolicy?: pulumi.Input<inputs.GetRecipientFederationPolicyOidcPolicyArgs>;
|
|
76
|
-
/**
|
|
77
|
-
* Workspace ID of the resource
|
|
78
|
-
*/
|
|
79
|
-
workspaceId?: pulumi.Input<string>;
|
|
80
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
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.getRecipientFederationPolicyOutput = exports.getRecipientFederationPolicy = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
function getRecipientFederationPolicy(args, opts) {
|
|
9
|
-
args = args || {};
|
|
10
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
|
-
return pulumi.runtime.invoke("databricks:index/getRecipientFederationPolicy:getRecipientFederationPolicy", {
|
|
12
|
-
"comment": args.comment,
|
|
13
|
-
"name": args.name,
|
|
14
|
-
"oidcPolicy": args.oidcPolicy,
|
|
15
|
-
"workspaceId": args.workspaceId,
|
|
16
|
-
}, opts);
|
|
17
|
-
}
|
|
18
|
-
exports.getRecipientFederationPolicy = getRecipientFederationPolicy;
|
|
19
|
-
function getRecipientFederationPolicyOutput(args, opts) {
|
|
20
|
-
args = args || {};
|
|
21
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
-
return pulumi.runtime.invokeOutput("databricks:index/getRecipientFederationPolicy:getRecipientFederationPolicy", {
|
|
23
|
-
"comment": args.comment,
|
|
24
|
-
"name": args.name,
|
|
25
|
-
"oidcPolicy": args.oidcPolicy,
|
|
26
|
-
"workspaceId": args.workspaceId,
|
|
27
|
-
}, opts);
|
|
28
|
-
}
|
|
29
|
-
exports.getRecipientFederationPolicyOutput = getRecipientFederationPolicyOutput;
|
|
30
|
-
//# sourceMappingURL=getRecipientFederationPolicy.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getRecipientFederationPolicy.js","sourceRoot":"","sources":["../getRecipientFederationPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;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,MAAM,CAAC,4EAA4E,EAAE;QACvG,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oEASC;AAwDD,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAAiC;IAC/H,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,4EAA4E,EAAE;QAC7G,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gFASC"}
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
|
-
/**
|
|
5
|
-
* ## Import
|
|
6
|
-
*
|
|
7
|
-
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
8
|
-
*
|
|
9
|
-
* hcl
|
|
10
|
-
*
|
|
11
|
-
* import {
|
|
12
|
-
*
|
|
13
|
-
* id = "name"
|
|
14
|
-
*
|
|
15
|
-
* to = databricks_recipient_federation_policy.this
|
|
16
|
-
*
|
|
17
|
-
* }
|
|
18
|
-
*
|
|
19
|
-
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
20
|
-
*
|
|
21
|
-
* ```sh
|
|
22
|
-
* $ pulumi import databricks:index/recipientFederationPolicy:RecipientFederationPolicy databricks_recipient_federation_policy "name"
|
|
23
|
-
* ```
|
|
24
|
-
*/
|
|
25
|
-
export declare class RecipientFederationPolicy extends pulumi.CustomResource {
|
|
26
|
-
/**
|
|
27
|
-
* Get an existing RecipientFederationPolicy resource's state with the given name, ID, and optional extra
|
|
28
|
-
* properties used to qualify the lookup.
|
|
29
|
-
*
|
|
30
|
-
* @param name The _unique_ name of the resulting resource.
|
|
31
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
-
* @param state Any extra arguments used during the lookup.
|
|
33
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
-
*/
|
|
35
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RecipientFederationPolicyState, opts?: pulumi.CustomResourceOptions): RecipientFederationPolicy;
|
|
36
|
-
/**
|
|
37
|
-
* Returns true if the given object is an instance of RecipientFederationPolicy. This is designed to work even
|
|
38
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
39
|
-
*/
|
|
40
|
-
static isInstance(obj: any): obj is RecipientFederationPolicy;
|
|
41
|
-
/**
|
|
42
|
-
* Description of the policy. This is a user-provided description
|
|
43
|
-
*/
|
|
44
|
-
readonly comment: pulumi.Output<string | undefined>;
|
|
45
|
-
/**
|
|
46
|
-
* (string) - System-generated timestamp indicating when the policy was created
|
|
47
|
-
*/
|
|
48
|
-
readonly createTime: pulumi.Output<string>;
|
|
49
|
-
/**
|
|
50
|
-
* Name of the federation policy. A recipient can have multiple policies with different names.
|
|
51
|
-
* The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
52
|
-
*/
|
|
53
|
-
readonly name: pulumi.Output<string>;
|
|
54
|
-
/**
|
|
55
|
-
* Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
56
|
-
*/
|
|
57
|
-
readonly oidcPolicy: pulumi.Output<outputs.RecipientFederationPolicyOidcPolicy | undefined>;
|
|
58
|
-
/**
|
|
59
|
-
* (string) - System-generated timestamp indicating when the policy was last updated
|
|
60
|
-
*/
|
|
61
|
-
readonly updateTime: pulumi.Output<string>;
|
|
62
|
-
/**
|
|
63
|
-
* Workspace ID of the resource
|
|
64
|
-
*/
|
|
65
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
66
|
-
/**
|
|
67
|
-
* Create a RecipientFederationPolicy resource with the given unique name, arguments, and options.
|
|
68
|
-
*
|
|
69
|
-
* @param name The _unique_ name of the resource.
|
|
70
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
71
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
72
|
-
*/
|
|
73
|
-
constructor(name: string, args?: RecipientFederationPolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Input properties used for looking up and filtering RecipientFederationPolicy resources.
|
|
77
|
-
*/
|
|
78
|
-
export interface RecipientFederationPolicyState {
|
|
79
|
-
/**
|
|
80
|
-
* Description of the policy. This is a user-provided description
|
|
81
|
-
*/
|
|
82
|
-
comment?: pulumi.Input<string>;
|
|
83
|
-
/**
|
|
84
|
-
* (string) - System-generated timestamp indicating when the policy was created
|
|
85
|
-
*/
|
|
86
|
-
createTime?: pulumi.Input<string>;
|
|
87
|
-
/**
|
|
88
|
-
* Name of the federation policy. A recipient can have multiple policies with different names.
|
|
89
|
-
* The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
90
|
-
*/
|
|
91
|
-
name?: pulumi.Input<string>;
|
|
92
|
-
/**
|
|
93
|
-
* Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
94
|
-
*/
|
|
95
|
-
oidcPolicy?: pulumi.Input<inputs.RecipientFederationPolicyOidcPolicy>;
|
|
96
|
-
/**
|
|
97
|
-
* (string) - System-generated timestamp indicating when the policy was last updated
|
|
98
|
-
*/
|
|
99
|
-
updateTime?: pulumi.Input<string>;
|
|
100
|
-
/**
|
|
101
|
-
* Workspace ID of the resource
|
|
102
|
-
*/
|
|
103
|
-
workspaceId?: pulumi.Input<string>;
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* The set of arguments for constructing a RecipientFederationPolicy resource.
|
|
107
|
-
*/
|
|
108
|
-
export interface RecipientFederationPolicyArgs {
|
|
109
|
-
/**
|
|
110
|
-
* Description of the policy. This is a user-provided description
|
|
111
|
-
*/
|
|
112
|
-
comment?: pulumi.Input<string>;
|
|
113
|
-
/**
|
|
114
|
-
* Name of the federation policy. A recipient can have multiple policies with different names.
|
|
115
|
-
* The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
116
|
-
*/
|
|
117
|
-
name?: pulumi.Input<string>;
|
|
118
|
-
/**
|
|
119
|
-
* Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
120
|
-
*/
|
|
121
|
-
oidcPolicy?: pulumi.Input<inputs.RecipientFederationPolicyOidcPolicy>;
|
|
122
|
-
/**
|
|
123
|
-
* Workspace ID of the resource
|
|
124
|
-
*/
|
|
125
|
-
workspaceId?: pulumi.Input<string>;
|
|
126
|
-
}
|