@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/getNodeType.js
CHANGED
|
@@ -54,6 +54,7 @@ function getNodeType(args, opts) {
|
|
|
54
54
|
args = args || {};
|
|
55
55
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
56
56
|
return pulumi.runtime.invoke("databricks:index/getNodeType:getNodeType", {
|
|
57
|
+
"arm": args.arm,
|
|
57
58
|
"category": args.category,
|
|
58
59
|
"fleet": args.fleet,
|
|
59
60
|
"gbPerCore": args.gbPerCore,
|
|
@@ -67,6 +68,7 @@ function getNodeType(args, opts) {
|
|
|
67
68
|
"minMemoryGb": args.minMemoryGb,
|
|
68
69
|
"photonDriverCapable": args.photonDriverCapable,
|
|
69
70
|
"photonWorkerCapable": args.photonWorkerCapable,
|
|
71
|
+
"providerConfig": args.providerConfig,
|
|
70
72
|
"supportPortForwarding": args.supportPortForwarding,
|
|
71
73
|
}, opts);
|
|
72
74
|
}
|
|
@@ -120,6 +122,7 @@ function getNodeTypeOutput(args, opts) {
|
|
|
120
122
|
args = args || {};
|
|
121
123
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
122
124
|
return pulumi.runtime.invokeOutput("databricks:index/getNodeType:getNodeType", {
|
|
125
|
+
"arm": args.arm,
|
|
123
126
|
"category": args.category,
|
|
124
127
|
"fleet": args.fleet,
|
|
125
128
|
"gbPerCore": args.gbPerCore,
|
|
@@ -133,6 +136,7 @@ function getNodeTypeOutput(args, opts) {
|
|
|
133
136
|
"minMemoryGb": args.minMemoryGb,
|
|
134
137
|
"photonDriverCapable": args.photonDriverCapable,
|
|
135
138
|
"photonWorkerCapable": args.photonWorkerCapable,
|
|
139
|
+
"providerConfig": args.providerConfig,
|
|
136
140
|
"supportPortForwarding": args.supportPortForwarding,
|
|
137
141
|
}, opts);
|
|
138
142
|
}
|
package/getNodeType.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNodeType.js","sourceRoot":"","sources":["../getNodeType.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getNodeType.js","sourceRoot":"","sources":["../getNodeType.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,kCAqBC;AA4GD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AArBD,8CAqBC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* This data source allows you to retrieve information about [Notification Destinations](https://docs.databricks.com/api/workspace/notificationdestinations). Notification Destinations are used to send notifications for query alerts and jobs to external systems such as email, Slack, Microsoft Teams, PagerDuty, or generic webhooks.
|
|
@@ -45,6 +46,7 @@ export interface GetNotificationDestinationsArgs {
|
|
|
45
46
|
* A **case-insensitive** substring to filter Notification Destinations by their display name.
|
|
46
47
|
*/
|
|
47
48
|
displayNameContains?: string;
|
|
49
|
+
providerConfig?: inputs.GetNotificationDestinationsProviderConfig;
|
|
48
50
|
/**
|
|
49
51
|
* The type of the Notification Destination to filter by. Valid values are:
|
|
50
52
|
* * `EMAIL` - Filters Notification Destinations of type Email.
|
|
@@ -68,6 +70,7 @@ export interface GetNotificationDestinationsResult {
|
|
|
68
70
|
* A list of Notification Destinations matching the specified criteria. Each element contains the following attributes:
|
|
69
71
|
*/
|
|
70
72
|
readonly notificationDestinations: outputs.GetNotificationDestinationsNotificationDestination[];
|
|
73
|
+
readonly providerConfig?: outputs.GetNotificationDestinationsProviderConfig;
|
|
71
74
|
readonly type?: string;
|
|
72
75
|
}
|
|
73
76
|
/**
|
|
@@ -115,6 +118,7 @@ export interface GetNotificationDestinationsOutputArgs {
|
|
|
115
118
|
* A **case-insensitive** substring to filter Notification Destinations by their display name.
|
|
116
119
|
*/
|
|
117
120
|
displayNameContains?: pulumi.Input<string>;
|
|
121
|
+
providerConfig?: pulumi.Input<inputs.GetNotificationDestinationsProviderConfigArgs>;
|
|
118
122
|
/**
|
|
119
123
|
* The type of the Notification Destination to filter by. Valid values are:
|
|
120
124
|
* * `EMAIL` - Filters Notification Destinations of type Email.
|
|
@@ -46,6 +46,7 @@ function getNotificationDestinations(args, opts) {
|
|
|
46
46
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
47
|
return pulumi.runtime.invoke("databricks:index/getNotificationDestinations:getNotificationDestinations", {
|
|
48
48
|
"displayNameContains": args.displayNameContains,
|
|
49
|
+
"providerConfig": args.providerConfig,
|
|
49
50
|
"type": args.type,
|
|
50
51
|
}, opts);
|
|
51
52
|
}
|
|
@@ -91,6 +92,7 @@ function getNotificationDestinationsOutput(args, opts) {
|
|
|
91
92
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
92
93
|
return pulumi.runtime.invokeOutput("databricks:index/getNotificationDestinations:getNotificationDestinations", {
|
|
93
94
|
"displayNameContains": args.displayNameContains,
|
|
95
|
+
"providerConfig": args.providerConfig,
|
|
94
96
|
"type": args.type,
|
|
95
97
|
}, opts);
|
|
96
98
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNotificationDestinations.js","sourceRoot":"","sources":["../getNotificationDestinations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,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,0EAA0E,EAAE;QACrG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getNotificationDestinations.js","sourceRoot":"","sources":["../getNotificationDestinations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,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,0EAA0E,EAAE;QACrG,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC;AAsCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAAiC;IAC7H,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,0EAA0E,EAAE;QAC3G,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8EAQC"}
|
package/getOnlineStore.d.ts
CHANGED
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
4
|
+
*/
|
|
2
5
|
export declare function getOnlineStore(args: GetOnlineStoreArgs, opts?: pulumi.InvokeOptions): Promise<GetOnlineStoreResult>;
|
|
3
6
|
/**
|
|
4
7
|
* A collection of arguments for invoking getOnlineStore.
|
|
5
8
|
*/
|
|
6
9
|
export interface GetOnlineStoreArgs {
|
|
7
|
-
/**
|
|
8
|
-
* (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
9
|
-
*/
|
|
10
|
-
capacity: string;
|
|
11
10
|
/**
|
|
12
11
|
* The name of the online store. This is the unique identifier for the online store
|
|
13
12
|
*/
|
|
14
13
|
name: string;
|
|
15
|
-
/**
|
|
16
|
-
* (integer) - The number of read replicas for the online store. Defaults to 0
|
|
17
|
-
*/
|
|
18
|
-
readReplicaCount?: number;
|
|
19
|
-
/**
|
|
20
|
-
* Workspace ID of the resource
|
|
21
|
-
*/
|
|
22
|
-
workspaceId?: string;
|
|
23
14
|
}
|
|
24
15
|
/**
|
|
25
16
|
* A collection of values returned by getOnlineStore.
|
|
@@ -48,32 +39,22 @@ export interface GetOnlineStoreResult {
|
|
|
48
39
|
/**
|
|
49
40
|
* (integer) - The number of read replicas for the online store. Defaults to 0
|
|
50
41
|
*/
|
|
51
|
-
readonly readReplicaCount
|
|
42
|
+
readonly readReplicaCount: number;
|
|
52
43
|
/**
|
|
53
44
|
* (string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
|
|
54
45
|
*/
|
|
55
46
|
readonly state: string;
|
|
56
|
-
readonly workspaceId?: string;
|
|
57
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
50
|
+
*/
|
|
58
51
|
export declare function getOnlineStoreOutput(args: GetOnlineStoreOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOnlineStoreResult>;
|
|
59
52
|
/**
|
|
60
53
|
* A collection of arguments for invoking getOnlineStore.
|
|
61
54
|
*/
|
|
62
55
|
export interface GetOnlineStoreOutputArgs {
|
|
63
|
-
/**
|
|
64
|
-
* (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
65
|
-
*/
|
|
66
|
-
capacity: pulumi.Input<string>;
|
|
67
56
|
/**
|
|
68
57
|
* The name of the online store. This is the unique identifier for the online store
|
|
69
58
|
*/
|
|
70
59
|
name: pulumi.Input<string>;
|
|
71
|
-
/**
|
|
72
|
-
* (integer) - The number of read replicas for the online store. Defaults to 0
|
|
73
|
-
*/
|
|
74
|
-
readReplicaCount?: pulumi.Input<number>;
|
|
75
|
-
/**
|
|
76
|
-
* Workspace ID of the resource
|
|
77
|
-
*/
|
|
78
|
-
workspaceId?: pulumi.Input<string>;
|
|
79
60
|
}
|
package/getOnlineStore.js
CHANGED
|
@@ -5,23 +5,23 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getOnlineStoreOutput = exports.getOnlineStore = 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 getOnlineStore(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("databricks:index/getOnlineStore:getOnlineStore", {
|
|
11
|
-
"capacity": args.capacity,
|
|
12
14
|
"name": args.name,
|
|
13
|
-
"readReplicaCount": args.readReplicaCount,
|
|
14
|
-
"workspaceId": args.workspaceId,
|
|
15
15
|
}, opts);
|
|
16
16
|
}
|
|
17
17
|
exports.getOnlineStore = getOnlineStore;
|
|
18
|
+
/**
|
|
19
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
20
|
+
*/
|
|
18
21
|
function getOnlineStoreOutput(args, opts) {
|
|
19
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
20
23
|
return pulumi.runtime.invokeOutput("databricks:index/getOnlineStore:getOnlineStore", {
|
|
21
|
-
"capacity": args.capacity,
|
|
22
24
|
"name": args.name,
|
|
23
|
-
"readReplicaCount": args.readReplicaCount,
|
|
24
|
-
"workspaceId": args.workspaceId,
|
|
25
25
|
}, opts);
|
|
26
26
|
}
|
|
27
27
|
exports.getOnlineStoreOutput = getOnlineStoreOutput;
|
package/getOnlineStore.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnlineStore.js","sourceRoot":"","sources":["../getOnlineStore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,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":"getOnlineStore.js","sourceRoot":"","sources":["../getOnlineStore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,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,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA6CD;;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,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
package/getOnlineStores.d.ts
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
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 getOnlineStores(args?: GetOnlineStoresArgs, opts?: pulumi.InvokeOptions): Promise<GetOnlineStoresResult>;
|
|
4
7
|
/**
|
|
5
8
|
* A collection of arguments for invoking getOnlineStores.
|
|
6
9
|
*/
|
|
7
10
|
export interface GetOnlineStoresArgs {
|
|
8
11
|
/**
|
|
9
|
-
*
|
|
12
|
+
* The maximum number of results to return. Defaults to 100 if not specified
|
|
10
13
|
*/
|
|
11
|
-
|
|
14
|
+
pageSize?: number;
|
|
12
15
|
}
|
|
13
16
|
/**
|
|
14
17
|
* A collection of values returned by getOnlineStores.
|
|
@@ -19,15 +22,18 @@ export interface GetOnlineStoresResult {
|
|
|
19
22
|
*/
|
|
20
23
|
readonly id: string;
|
|
21
24
|
readonly onlineStores: outputs.GetOnlineStoresOnlineStore[];
|
|
22
|
-
readonly
|
|
25
|
+
readonly pageSize?: number;
|
|
23
26
|
}
|
|
27
|
+
/**
|
|
28
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
29
|
+
*/
|
|
24
30
|
export declare function getOnlineStoresOutput(args?: GetOnlineStoresOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOnlineStoresResult>;
|
|
25
31
|
/**
|
|
26
32
|
* A collection of arguments for invoking getOnlineStores.
|
|
27
33
|
*/
|
|
28
34
|
export interface GetOnlineStoresOutputArgs {
|
|
29
35
|
/**
|
|
30
|
-
*
|
|
36
|
+
* The maximum number of results to return. Defaults to 100 if not specified
|
|
31
37
|
*/
|
|
32
|
-
|
|
38
|
+
pageSize?: pulumi.Input<number>;
|
|
33
39
|
}
|
package/getOnlineStores.js
CHANGED
|
@@ -5,19 +5,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getOnlineStoresOutput = exports.getOnlineStores = 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 getOnlineStores(args, opts) {
|
|
9
12
|
args = args || {};
|
|
10
13
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
14
|
return pulumi.runtime.invoke("databricks:index/getOnlineStores:getOnlineStores", {
|
|
12
|
-
"
|
|
15
|
+
"pageSize": args.pageSize,
|
|
13
16
|
}, opts);
|
|
14
17
|
}
|
|
15
18
|
exports.getOnlineStores = getOnlineStores;
|
|
19
|
+
/**
|
|
20
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
21
|
+
*/
|
|
16
22
|
function getOnlineStoresOutput(args, opts) {
|
|
17
23
|
args = args || {};
|
|
18
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
25
|
return pulumi.runtime.invokeOutput("databricks:index/getOnlineStores:getOnlineStores", {
|
|
20
|
-
"
|
|
26
|
+
"pageSize": args.pageSize,
|
|
21
27
|
}, opts);
|
|
22
28
|
}
|
|
23
29
|
exports.getOnlineStoresOutput = getOnlineStoresOutput;
|
package/getOnlineStores.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOnlineStores.js","sourceRoot":"","sources":["../getOnlineStores.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,
|
|
1
|
+
{"version":3,"file":"getOnlineStores.js","sourceRoot":"","sources":["../getOnlineStores.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAuBD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
|
package/getPipelines.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 all databricks.Pipeline ([Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
4
6
|
*
|
|
@@ -63,6 +65,10 @@ export interface GetPipelinesArgs {
|
|
|
63
65
|
* Filter Lakeflow Declarative Pipelines by name for a given search term. `%` is the supported wildcard operator.
|
|
64
66
|
*/
|
|
65
67
|
pipelineName?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
70
|
+
*/
|
|
71
|
+
providerConfig?: inputs.GetPipelinesProviderConfig;
|
|
66
72
|
}
|
|
67
73
|
/**
|
|
68
74
|
* A collection of values returned by getPipelines.
|
|
@@ -77,6 +83,7 @@ export interface GetPipelinesResult {
|
|
|
77
83
|
*/
|
|
78
84
|
readonly ids: string[];
|
|
79
85
|
readonly pipelineName?: string;
|
|
86
|
+
readonly providerConfig?: outputs.GetPipelinesProviderConfig;
|
|
80
87
|
}
|
|
81
88
|
/**
|
|
82
89
|
* Retrieves a list of all databricks.Pipeline ([Lakeflow Declarative Pipelines](https://docs.databricks.com/aws/en/dlt)) ids deployed in a workspace, or those matching the provided search term. Maximum 100 results.
|
|
@@ -142,4 +149,8 @@ export interface GetPipelinesOutputArgs {
|
|
|
142
149
|
* Filter Lakeflow Declarative Pipelines by name for a given search term. `%` is the supported wildcard operator.
|
|
143
150
|
*/
|
|
144
151
|
pipelineName?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
154
|
+
*/
|
|
155
|
+
providerConfig?: pulumi.Input<inputs.GetPipelinesProviderConfigArgs>;
|
|
145
156
|
}
|
package/getPipelines.js
CHANGED
|
@@ -62,6 +62,7 @@ function getPipelines(args, opts) {
|
|
|
62
62
|
return pulumi.runtime.invoke("databricks:index/getPipelines:getPipelines", {
|
|
63
63
|
"ids": args.ids,
|
|
64
64
|
"pipelineName": args.pipelineName,
|
|
65
|
+
"providerConfig": args.providerConfig,
|
|
65
66
|
}, opts);
|
|
66
67
|
}
|
|
67
68
|
exports.getPipelines = getPipelines;
|
|
@@ -122,6 +123,7 @@ function getPipelinesOutput(args, opts) {
|
|
|
122
123
|
return pulumi.runtime.invokeOutput("databricks:index/getPipelines:getPipelines", {
|
|
123
124
|
"ids": args.ids,
|
|
124
125
|
"pipelineName": args.pipelineName,
|
|
126
|
+
"providerConfig": args.providerConfig,
|
|
125
127
|
}, opts);
|
|
126
128
|
}
|
|
127
129
|
exports.getPipelinesOutput = getPipelinesOutput;
|
package/getPipelines.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPipelines.js","sourceRoot":"","sources":["../getPipelines.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getPipelines.js","sourceRoot":"","sources":["../getPipelines.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,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,4CAA4C,EAAE;QACvE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAAiC;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC"}
|
package/getPolicyInfo.d.ts
CHANGED
|
@@ -1,76 +1,29 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
2
|
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
4
6
|
export declare function getPolicyInfo(args: GetPolicyInfoArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyInfoResult>;
|
|
5
7
|
/**
|
|
6
8
|
* A collection of arguments for invoking getPolicyInfo.
|
|
7
9
|
*/
|
|
8
10
|
export interface GetPolicyInfoArgs {
|
|
9
|
-
/**
|
|
10
|
-
* (ColumnMaskOptions) - Options for column mask policies. Valid only if `policyType` is `POLICY_TYPE_COLUMN_MASK`.
|
|
11
|
-
* Required on create and optional on update. When specified on update,
|
|
12
|
-
* the new options will replace the existing options as a whole
|
|
13
|
-
*/
|
|
14
|
-
columnMask?: inputs.GetPolicyInfoColumnMask;
|
|
15
|
-
/**
|
|
16
|
-
* (string) - Optional description of the policy
|
|
17
|
-
*/
|
|
18
|
-
comment?: string;
|
|
19
|
-
/**
|
|
20
|
-
* (list of string) - Optional list of user or group names that should be excluded from the policy
|
|
21
|
-
*/
|
|
22
|
-
exceptPrincipals?: string[];
|
|
23
|
-
/**
|
|
24
|
-
* (string) - Type of securables that the policy should take effect on.
|
|
25
|
-
* Only `TABLE` is supported at this moment.
|
|
26
|
-
* Required on create and optional on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
|
|
27
|
-
*/
|
|
28
|
-
forSecurableType: string;
|
|
29
|
-
/**
|
|
30
|
-
* (list of MatchColumn) - Optional list of condition expressions used to match table columns.
|
|
31
|
-
* Only valid when `forSecurableType` is `TABLE`.
|
|
32
|
-
* When specified, the policy only applies to tables whose columns satisfy all match conditions
|
|
33
|
-
*/
|
|
34
|
-
matchColumns?: inputs.GetPolicyInfoMatchColumn[];
|
|
35
11
|
/**
|
|
36
12
|
* Name of the policy. Required on create and optional on update.
|
|
37
13
|
* To rename the policy, set `name` to a different value on update
|
|
38
14
|
*/
|
|
39
|
-
name
|
|
15
|
+
name: string;
|
|
40
16
|
/**
|
|
41
17
|
* Full name of the securable on which the policy is defined.
|
|
42
18
|
* Required on create and ignored on update
|
|
43
19
|
*/
|
|
44
|
-
onSecurableFullname
|
|
20
|
+
onSecurableFullname: string;
|
|
45
21
|
/**
|
|
46
22
|
* Type of the securable on which the policy is defined.
|
|
47
23
|
* Only `CATALOG`, `SCHEMA` and `TABLE` are supported at this moment.
|
|
48
24
|
* Required on create and ignored on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
|
|
49
25
|
*/
|
|
50
|
-
onSecurableType
|
|
51
|
-
/**
|
|
52
|
-
* (string) - Type of the policy. Required on create and ignored on update. Possible values are: `POLICY_TYPE_COLUMN_MASK`, `POLICY_TYPE_ROW_FILTER`
|
|
53
|
-
*/
|
|
54
|
-
policyType: string;
|
|
55
|
-
/**
|
|
56
|
-
* (RowFilterOptions) - Options for row filter policies. Valid only if `policyType` is `POLICY_TYPE_ROW_FILTER`.
|
|
57
|
-
* Required on create and optional on update. When specified on update,
|
|
58
|
-
* the new options will replace the existing options as a whole
|
|
59
|
-
*/
|
|
60
|
-
rowFilter?: inputs.GetPolicyInfoRowFilter;
|
|
61
|
-
/**
|
|
62
|
-
* (list of string) - List of user or group names that the policy applies to.
|
|
63
|
-
* Required on create and optional on update
|
|
64
|
-
*/
|
|
65
|
-
toPrincipals: string[];
|
|
66
|
-
/**
|
|
67
|
-
* (string) - Optional condition when the policy should take effect
|
|
68
|
-
*/
|
|
69
|
-
whenCondition?: string;
|
|
70
|
-
/**
|
|
71
|
-
* Workspace ID of the resource
|
|
72
|
-
*/
|
|
73
|
-
workspaceId?: string;
|
|
26
|
+
onSecurableType: string;
|
|
74
27
|
}
|
|
75
28
|
/**
|
|
76
29
|
* A collection of values returned by getPolicyInfo.
|
|
@@ -81,11 +34,11 @@ export interface GetPolicyInfoResult {
|
|
|
81
34
|
* Required on create and optional on update. When specified on update,
|
|
82
35
|
* the new options will replace the existing options as a whole
|
|
83
36
|
*/
|
|
84
|
-
readonly columnMask
|
|
37
|
+
readonly columnMask: outputs.GetPolicyInfoColumnMask;
|
|
85
38
|
/**
|
|
86
39
|
* (string) - Optional description of the policy
|
|
87
40
|
*/
|
|
88
|
-
readonly comment
|
|
41
|
+
readonly comment: string;
|
|
89
42
|
/**
|
|
90
43
|
* (integer) - Time at which the policy was created, in epoch milliseconds. Output only
|
|
91
44
|
*/
|
|
@@ -97,7 +50,7 @@ export interface GetPolicyInfoResult {
|
|
|
97
50
|
/**
|
|
98
51
|
* (list of string) - Optional list of user or group names that should be excluded from the policy
|
|
99
52
|
*/
|
|
100
|
-
readonly exceptPrincipals
|
|
53
|
+
readonly exceptPrincipals: string[];
|
|
101
54
|
/**
|
|
102
55
|
* (string) - Type of securables that the policy should take effect on.
|
|
103
56
|
* Only `TABLE` is supported at this moment.
|
|
@@ -113,23 +66,23 @@ export interface GetPolicyInfoResult {
|
|
|
113
66
|
* Only valid when `forSecurableType` is `TABLE`.
|
|
114
67
|
* When specified, the policy only applies to tables whose columns satisfy all match conditions
|
|
115
68
|
*/
|
|
116
|
-
readonly matchColumns
|
|
69
|
+
readonly matchColumns: outputs.GetPolicyInfoMatchColumn[];
|
|
117
70
|
/**
|
|
118
71
|
* (string) - Name of the policy. Required on create and optional on update.
|
|
119
72
|
* To rename the policy, set `name` to a different value on update
|
|
120
73
|
*/
|
|
121
|
-
readonly name
|
|
74
|
+
readonly name: string;
|
|
122
75
|
/**
|
|
123
76
|
* (string) - Full name of the securable on which the policy is defined.
|
|
124
77
|
* Required on create and ignored on update
|
|
125
78
|
*/
|
|
126
|
-
readonly onSecurableFullname
|
|
79
|
+
readonly onSecurableFullname: string;
|
|
127
80
|
/**
|
|
128
81
|
* (string) - Type of the securable on which the policy is defined.
|
|
129
82
|
* Only `CATALOG`, `SCHEMA` and `TABLE` are supported at this moment.
|
|
130
83
|
* Required on create and ignored on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
|
|
131
84
|
*/
|
|
132
|
-
readonly onSecurableType
|
|
85
|
+
readonly onSecurableType: string;
|
|
133
86
|
/**
|
|
134
87
|
* (string) - Type of the policy. Required on create and ignored on update. Possible values are: `POLICY_TYPE_COLUMN_MASK`, `POLICY_TYPE_ROW_FILTER`
|
|
135
88
|
*/
|
|
@@ -139,7 +92,7 @@ export interface GetPolicyInfoResult {
|
|
|
139
92
|
* Required on create and optional on update. When specified on update,
|
|
140
93
|
* the new options will replace the existing options as a whole
|
|
141
94
|
*/
|
|
142
|
-
readonly rowFilter
|
|
95
|
+
readonly rowFilter: outputs.GetPolicyInfoRowFilter;
|
|
143
96
|
/**
|
|
144
97
|
* (list of string) - List of user or group names that the policy applies to.
|
|
145
98
|
* Required on create and optional on update
|
|
@@ -156,77 +109,30 @@ export interface GetPolicyInfoResult {
|
|
|
156
109
|
/**
|
|
157
110
|
* (string) - Optional condition when the policy should take effect
|
|
158
111
|
*/
|
|
159
|
-
readonly whenCondition
|
|
160
|
-
readonly workspaceId?: string;
|
|
112
|
+
readonly whenCondition: string;
|
|
161
113
|
}
|
|
114
|
+
/**
|
|
115
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
116
|
+
*/
|
|
162
117
|
export declare function getPolicyInfoOutput(args: GetPolicyInfoOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyInfoResult>;
|
|
163
118
|
/**
|
|
164
119
|
* A collection of arguments for invoking getPolicyInfo.
|
|
165
120
|
*/
|
|
166
121
|
export interface GetPolicyInfoOutputArgs {
|
|
167
|
-
/**
|
|
168
|
-
* (ColumnMaskOptions) - Options for column mask policies. Valid only if `policyType` is `POLICY_TYPE_COLUMN_MASK`.
|
|
169
|
-
* Required on create and optional on update. When specified on update,
|
|
170
|
-
* the new options will replace the existing options as a whole
|
|
171
|
-
*/
|
|
172
|
-
columnMask?: pulumi.Input<inputs.GetPolicyInfoColumnMaskArgs>;
|
|
173
|
-
/**
|
|
174
|
-
* (string) - Optional description of the policy
|
|
175
|
-
*/
|
|
176
|
-
comment?: pulumi.Input<string>;
|
|
177
|
-
/**
|
|
178
|
-
* (list of string) - Optional list of user or group names that should be excluded from the policy
|
|
179
|
-
*/
|
|
180
|
-
exceptPrincipals?: pulumi.Input<pulumi.Input<string>[]>;
|
|
181
|
-
/**
|
|
182
|
-
* (string) - Type of securables that the policy should take effect on.
|
|
183
|
-
* Only `TABLE` is supported at this moment.
|
|
184
|
-
* Required on create and optional on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
|
|
185
|
-
*/
|
|
186
|
-
forSecurableType: pulumi.Input<string>;
|
|
187
|
-
/**
|
|
188
|
-
* (list of MatchColumn) - Optional list of condition expressions used to match table columns.
|
|
189
|
-
* Only valid when `forSecurableType` is `TABLE`.
|
|
190
|
-
* When specified, the policy only applies to tables whose columns satisfy all match conditions
|
|
191
|
-
*/
|
|
192
|
-
matchColumns?: pulumi.Input<pulumi.Input<inputs.GetPolicyInfoMatchColumnArgs>[]>;
|
|
193
122
|
/**
|
|
194
123
|
* Name of the policy. Required on create and optional on update.
|
|
195
124
|
* To rename the policy, set `name` to a different value on update
|
|
196
125
|
*/
|
|
197
|
-
name
|
|
126
|
+
name: pulumi.Input<string>;
|
|
198
127
|
/**
|
|
199
128
|
* Full name of the securable on which the policy is defined.
|
|
200
129
|
* Required on create and ignored on update
|
|
201
130
|
*/
|
|
202
|
-
onSecurableFullname
|
|
131
|
+
onSecurableFullname: pulumi.Input<string>;
|
|
203
132
|
/**
|
|
204
133
|
* Type of the securable on which the policy is defined.
|
|
205
134
|
* Only `CATALOG`, `SCHEMA` and `TABLE` are supported at this moment.
|
|
206
135
|
* Required on create and ignored on update. Possible values are: `CATALOG`, `CLEAN_ROOM`, `CONNECTION`, `CREDENTIAL`, `EXTERNAL_LOCATION`, `EXTERNAL_METADATA`, `FUNCTION`, `METASTORE`, `PIPELINE`, `PROVIDER`, `RECIPIENT`, `SCHEMA`, `SHARE`, `STAGING_TABLE`, `STORAGE_CREDENTIAL`, `TABLE`, `VOLUME`
|
|
207
136
|
*/
|
|
208
|
-
onSecurableType
|
|
209
|
-
/**
|
|
210
|
-
* (string) - Type of the policy. Required on create and ignored on update. Possible values are: `POLICY_TYPE_COLUMN_MASK`, `POLICY_TYPE_ROW_FILTER`
|
|
211
|
-
*/
|
|
212
|
-
policyType: pulumi.Input<string>;
|
|
213
|
-
/**
|
|
214
|
-
* (RowFilterOptions) - Options for row filter policies. Valid only if `policyType` is `POLICY_TYPE_ROW_FILTER`.
|
|
215
|
-
* Required on create and optional on update. When specified on update,
|
|
216
|
-
* the new options will replace the existing options as a whole
|
|
217
|
-
*/
|
|
218
|
-
rowFilter?: pulumi.Input<inputs.GetPolicyInfoRowFilterArgs>;
|
|
219
|
-
/**
|
|
220
|
-
* (list of string) - List of user or group names that the policy applies to.
|
|
221
|
-
* Required on create and optional on update
|
|
222
|
-
*/
|
|
223
|
-
toPrincipals: pulumi.Input<pulumi.Input<string>[]>;
|
|
224
|
-
/**
|
|
225
|
-
* (string) - Optional condition when the policy should take effect
|
|
226
|
-
*/
|
|
227
|
-
whenCondition?: pulumi.Input<string>;
|
|
228
|
-
/**
|
|
229
|
-
* Workspace ID of the resource
|
|
230
|
-
*/
|
|
231
|
-
workspaceId?: pulumi.Input<string>;
|
|
137
|
+
onSecurableType: pulumi.Input<string>;
|
|
232
138
|
}
|
package/getPolicyInfo.js
CHANGED
|
@@ -5,41 +5,27 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getPolicyInfoOutput = exports.getPolicyInfo = 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 getPolicyInfo(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("databricks:index/getPolicyInfo:getPolicyInfo", {
|
|
11
|
-
"columnMask": args.columnMask,
|
|
12
|
-
"comment": args.comment,
|
|
13
|
-
"exceptPrincipals": args.exceptPrincipals,
|
|
14
|
-
"forSecurableType": args.forSecurableType,
|
|
15
|
-
"matchColumns": args.matchColumns,
|
|
16
14
|
"name": args.name,
|
|
17
15
|
"onSecurableFullname": args.onSecurableFullname,
|
|
18
16
|
"onSecurableType": args.onSecurableType,
|
|
19
|
-
"policyType": args.policyType,
|
|
20
|
-
"rowFilter": args.rowFilter,
|
|
21
|
-
"toPrincipals": args.toPrincipals,
|
|
22
|
-
"whenCondition": args.whenCondition,
|
|
23
|
-
"workspaceId": args.workspaceId,
|
|
24
17
|
}, opts);
|
|
25
18
|
}
|
|
26
19
|
exports.getPolicyInfo = getPolicyInfo;
|
|
20
|
+
/**
|
|
21
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
22
|
+
*/
|
|
27
23
|
function getPolicyInfoOutput(args, opts) {
|
|
28
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
25
|
return pulumi.runtime.invokeOutput("databricks:index/getPolicyInfo:getPolicyInfo", {
|
|
30
|
-
"columnMask": args.columnMask,
|
|
31
|
-
"comment": args.comment,
|
|
32
|
-
"exceptPrincipals": args.exceptPrincipals,
|
|
33
|
-
"forSecurableType": args.forSecurableType,
|
|
34
|
-
"matchColumns": args.matchColumns,
|
|
35
26
|
"name": args.name,
|
|
36
27
|
"onSecurableFullname": args.onSecurableFullname,
|
|
37
28
|
"onSecurableType": args.onSecurableType,
|
|
38
|
-
"policyType": args.policyType,
|
|
39
|
-
"rowFilter": args.rowFilter,
|
|
40
|
-
"toPrincipals": args.toPrincipals,
|
|
41
|
-
"whenCondition": args.whenCondition,
|
|
42
|
-
"workspaceId": args.workspaceId,
|
|
43
29
|
}, opts);
|
|
44
30
|
}
|
|
45
31
|
exports.getPolicyInfoOutput = getPolicyInfoOutput;
|
package/getPolicyInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicyInfo.js","sourceRoot":"","sources":["../getPolicyInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,
|
|
1
|
+
{"version":3,"file":"getPolicyInfo.js","sourceRoot":"","sources":["../getPolicyInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AA8GD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}
|