@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/getAccountSettingV2.d.ts
CHANGED
|
@@ -1,75 +1,23 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
2
|
import * as outputs from "./types/output";
|
|
4
|
-
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
6
|
+
* This data source can be used to get a single account setting.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* Referring to a setting by id
|
|
11
|
+
*/
|
|
12
|
+
export declare function getAccountSettingV2(args: GetAccountSettingV2Args, opts?: pulumi.InvokeOptions): Promise<GetAccountSettingV2Result>;
|
|
5
13
|
/**
|
|
6
14
|
* A collection of arguments for invoking getAccountSettingV2.
|
|
7
15
|
*/
|
|
8
16
|
export interface GetAccountSettingV2Args {
|
|
9
|
-
/**
|
|
10
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
11
|
-
*/
|
|
12
|
-
aibiDashboardEmbeddingAccessPolicy?: inputs.GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy;
|
|
13
|
-
/**
|
|
14
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
15
|
-
*/
|
|
16
|
-
aibiDashboardEmbeddingApprovedDomains?: inputs.GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains;
|
|
17
|
-
/**
|
|
18
|
-
* (ClusterAutoRestartMessage) - todo: Mark these Public after onboarded to DSL
|
|
19
|
-
*/
|
|
20
|
-
automaticClusterUpdateWorkspace?: inputs.GetAccountSettingV2AutomaticClusterUpdateWorkspace;
|
|
21
|
-
/**
|
|
22
|
-
* (BooleanMessage)
|
|
23
|
-
*/
|
|
24
|
-
booleanVal?: inputs.GetAccountSettingV2BooleanVal;
|
|
25
|
-
/**
|
|
26
|
-
* (DefaultDataSecurityModeMessage)
|
|
27
|
-
*/
|
|
28
|
-
defaultDataSecurityMode?: inputs.GetAccountSettingV2DefaultDataSecurityMode;
|
|
29
|
-
/**
|
|
30
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
31
|
-
*/
|
|
32
|
-
effectiveAibiDashboardEmbeddingAccessPolicy?: inputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy;
|
|
33
|
-
/**
|
|
34
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
35
|
-
*/
|
|
36
|
-
effectiveAibiDashboardEmbeddingApprovedDomains?: inputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains;
|
|
37
|
-
/**
|
|
38
|
-
* (ClusterAutoRestartMessage)
|
|
39
|
-
*/
|
|
40
|
-
effectiveAutomaticClusterUpdateWorkspace?: inputs.GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace;
|
|
41
|
-
/**
|
|
42
|
-
* (DefaultDataSecurityModeMessage)
|
|
43
|
-
*/
|
|
44
|
-
effectiveDefaultDataSecurityMode?: inputs.GetAccountSettingV2EffectiveDefaultDataSecurityMode;
|
|
45
|
-
/**
|
|
46
|
-
* (PersonalComputeMessage)
|
|
47
|
-
*/
|
|
48
|
-
effectivePersonalCompute?: inputs.GetAccountSettingV2EffectivePersonalCompute;
|
|
49
|
-
/**
|
|
50
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
51
|
-
*/
|
|
52
|
-
effectiveRestrictWorkspaceAdmins?: inputs.GetAccountSettingV2EffectiveRestrictWorkspaceAdmins;
|
|
53
|
-
/**
|
|
54
|
-
* (IntegerMessage)
|
|
55
|
-
*/
|
|
56
|
-
integerVal?: inputs.GetAccountSettingV2IntegerVal;
|
|
57
17
|
/**
|
|
58
18
|
* Name of the setting
|
|
59
19
|
*/
|
|
60
|
-
name
|
|
61
|
-
/**
|
|
62
|
-
* (PersonalComputeMessage)
|
|
63
|
-
*/
|
|
64
|
-
personalCompute?: inputs.GetAccountSettingV2PersonalCompute;
|
|
65
|
-
/**
|
|
66
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
67
|
-
*/
|
|
68
|
-
restrictWorkspaceAdmins?: inputs.GetAccountSettingV2RestrictWorkspaceAdmins;
|
|
69
|
-
/**
|
|
70
|
-
* (StringMessage)
|
|
71
|
-
*/
|
|
72
|
-
stringVal?: inputs.GetAccountSettingV2StringVal;
|
|
20
|
+
name: string;
|
|
73
21
|
}
|
|
74
22
|
/**
|
|
75
23
|
* A collection of values returned by getAccountSettingV2.
|
|
@@ -78,43 +26,35 @@ export interface GetAccountSettingV2Result {
|
|
|
78
26
|
/**
|
|
79
27
|
* (AibiDashboardEmbeddingAccessPolicy)
|
|
80
28
|
*/
|
|
81
|
-
readonly aibiDashboardEmbeddingAccessPolicy
|
|
29
|
+
readonly aibiDashboardEmbeddingAccessPolicy: outputs.GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy;
|
|
82
30
|
/**
|
|
83
31
|
* (AibiDashboardEmbeddingApprovedDomains)
|
|
84
32
|
*/
|
|
85
|
-
readonly aibiDashboardEmbeddingApprovedDomains
|
|
33
|
+
readonly aibiDashboardEmbeddingApprovedDomains: outputs.GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains;
|
|
86
34
|
/**
|
|
87
|
-
* (ClusterAutoRestartMessage)
|
|
35
|
+
* (ClusterAutoRestartMessage)
|
|
88
36
|
*/
|
|
89
|
-
readonly automaticClusterUpdateWorkspace
|
|
37
|
+
readonly automaticClusterUpdateWorkspace: outputs.GetAccountSettingV2AutomaticClusterUpdateWorkspace;
|
|
90
38
|
/**
|
|
91
39
|
* (BooleanMessage)
|
|
92
40
|
*/
|
|
93
|
-
readonly booleanVal
|
|
94
|
-
/**
|
|
95
|
-
* (DefaultDataSecurityModeMessage)
|
|
96
|
-
*/
|
|
97
|
-
readonly defaultDataSecurityMode?: outputs.GetAccountSettingV2DefaultDataSecurityMode;
|
|
41
|
+
readonly booleanVal: outputs.GetAccountSettingV2BooleanVal;
|
|
98
42
|
/**
|
|
99
43
|
* (AibiDashboardEmbeddingAccessPolicy)
|
|
100
44
|
*/
|
|
101
|
-
readonly effectiveAibiDashboardEmbeddingAccessPolicy
|
|
45
|
+
readonly effectiveAibiDashboardEmbeddingAccessPolicy: outputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy;
|
|
102
46
|
/**
|
|
103
47
|
* (AibiDashboardEmbeddingApprovedDomains)
|
|
104
48
|
*/
|
|
105
|
-
readonly effectiveAibiDashboardEmbeddingApprovedDomains
|
|
49
|
+
readonly effectiveAibiDashboardEmbeddingApprovedDomains: outputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains;
|
|
106
50
|
/**
|
|
107
51
|
* (ClusterAutoRestartMessage)
|
|
108
52
|
*/
|
|
109
|
-
readonly effectiveAutomaticClusterUpdateWorkspace
|
|
53
|
+
readonly effectiveAutomaticClusterUpdateWorkspace: outputs.GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace;
|
|
110
54
|
/**
|
|
111
55
|
* (BooleanMessage)
|
|
112
56
|
*/
|
|
113
57
|
readonly effectiveBooleanVal: outputs.GetAccountSettingV2EffectiveBooleanVal;
|
|
114
|
-
/**
|
|
115
|
-
* (DefaultDataSecurityModeMessage)
|
|
116
|
-
*/
|
|
117
|
-
readonly effectiveDefaultDataSecurityMode?: outputs.GetAccountSettingV2EffectiveDefaultDataSecurityMode;
|
|
118
58
|
/**
|
|
119
59
|
* (IntegerMessage)
|
|
120
60
|
*/
|
|
@@ -122,11 +62,11 @@ export interface GetAccountSettingV2Result {
|
|
|
122
62
|
/**
|
|
123
63
|
* (PersonalComputeMessage)
|
|
124
64
|
*/
|
|
125
|
-
readonly effectivePersonalCompute
|
|
65
|
+
readonly effectivePersonalCompute: outputs.GetAccountSettingV2EffectivePersonalCompute;
|
|
126
66
|
/**
|
|
127
67
|
* (RestrictWorkspaceAdminsMessage)
|
|
128
68
|
*/
|
|
129
|
-
readonly effectiveRestrictWorkspaceAdmins
|
|
69
|
+
readonly effectiveRestrictWorkspaceAdmins: outputs.GetAccountSettingV2EffectiveRestrictWorkspaceAdmins;
|
|
130
70
|
/**
|
|
131
71
|
* (StringMessage)
|
|
132
72
|
*/
|
|
@@ -138,91 +78,40 @@ export interface GetAccountSettingV2Result {
|
|
|
138
78
|
/**
|
|
139
79
|
* (IntegerMessage)
|
|
140
80
|
*/
|
|
141
|
-
readonly integerVal
|
|
81
|
+
readonly integerVal: outputs.GetAccountSettingV2IntegerVal;
|
|
142
82
|
/**
|
|
143
83
|
* (string) - Name of the setting
|
|
144
84
|
*/
|
|
145
|
-
readonly name
|
|
85
|
+
readonly name: string;
|
|
146
86
|
/**
|
|
147
87
|
* (PersonalComputeMessage)
|
|
148
88
|
*/
|
|
149
|
-
readonly personalCompute
|
|
89
|
+
readonly personalCompute: outputs.GetAccountSettingV2PersonalCompute;
|
|
150
90
|
/**
|
|
151
91
|
* (RestrictWorkspaceAdminsMessage)
|
|
152
92
|
*/
|
|
153
|
-
readonly restrictWorkspaceAdmins
|
|
93
|
+
readonly restrictWorkspaceAdmins: outputs.GetAccountSettingV2RestrictWorkspaceAdmins;
|
|
154
94
|
/**
|
|
155
95
|
* (StringMessage)
|
|
156
96
|
*/
|
|
157
|
-
readonly stringVal
|
|
97
|
+
readonly stringVal: outputs.GetAccountSettingV2StringVal;
|
|
158
98
|
}
|
|
159
|
-
|
|
99
|
+
/**
|
|
100
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
101
|
+
*
|
|
102
|
+
* This data source can be used to get a single account setting.
|
|
103
|
+
*
|
|
104
|
+
* ## Example Usage
|
|
105
|
+
*
|
|
106
|
+
* Referring to a setting by id
|
|
107
|
+
*/
|
|
108
|
+
export declare function getAccountSettingV2Output(args: GetAccountSettingV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountSettingV2Result>;
|
|
160
109
|
/**
|
|
161
110
|
* A collection of arguments for invoking getAccountSettingV2.
|
|
162
111
|
*/
|
|
163
112
|
export interface GetAccountSettingV2OutputArgs {
|
|
164
|
-
/**
|
|
165
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
166
|
-
*/
|
|
167
|
-
aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.GetAccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs>;
|
|
168
|
-
/**
|
|
169
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
170
|
-
*/
|
|
171
|
-
aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.GetAccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs>;
|
|
172
|
-
/**
|
|
173
|
-
* (ClusterAutoRestartMessage) - todo: Mark these Public after onboarded to DSL
|
|
174
|
-
*/
|
|
175
|
-
automaticClusterUpdateWorkspace?: pulumi.Input<inputs.GetAccountSettingV2AutomaticClusterUpdateWorkspaceArgs>;
|
|
176
|
-
/**
|
|
177
|
-
* (BooleanMessage)
|
|
178
|
-
*/
|
|
179
|
-
booleanVal?: pulumi.Input<inputs.GetAccountSettingV2BooleanValArgs>;
|
|
180
|
-
/**
|
|
181
|
-
* (DefaultDataSecurityModeMessage)
|
|
182
|
-
*/
|
|
183
|
-
defaultDataSecurityMode?: pulumi.Input<inputs.GetAccountSettingV2DefaultDataSecurityModeArgs>;
|
|
184
|
-
/**
|
|
185
|
-
* (AibiDashboardEmbeddingAccessPolicy)
|
|
186
|
-
*/
|
|
187
|
-
effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs>;
|
|
188
|
-
/**
|
|
189
|
-
* (AibiDashboardEmbeddingApprovedDomains)
|
|
190
|
-
*/
|
|
191
|
-
effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs>;
|
|
192
|
-
/**
|
|
193
|
-
* (ClusterAutoRestartMessage)
|
|
194
|
-
*/
|
|
195
|
-
effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs>;
|
|
196
|
-
/**
|
|
197
|
-
* (DefaultDataSecurityModeMessage)
|
|
198
|
-
*/
|
|
199
|
-
effectiveDefaultDataSecurityMode?: pulumi.Input<inputs.GetAccountSettingV2EffectiveDefaultDataSecurityModeArgs>;
|
|
200
|
-
/**
|
|
201
|
-
* (PersonalComputeMessage)
|
|
202
|
-
*/
|
|
203
|
-
effectivePersonalCompute?: pulumi.Input<inputs.GetAccountSettingV2EffectivePersonalComputeArgs>;
|
|
204
|
-
/**
|
|
205
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
206
|
-
*/
|
|
207
|
-
effectiveRestrictWorkspaceAdmins?: pulumi.Input<inputs.GetAccountSettingV2EffectiveRestrictWorkspaceAdminsArgs>;
|
|
208
|
-
/**
|
|
209
|
-
* (IntegerMessage)
|
|
210
|
-
*/
|
|
211
|
-
integerVal?: pulumi.Input<inputs.GetAccountSettingV2IntegerValArgs>;
|
|
212
113
|
/**
|
|
213
114
|
* Name of the setting
|
|
214
115
|
*/
|
|
215
|
-
name
|
|
216
|
-
/**
|
|
217
|
-
* (PersonalComputeMessage)
|
|
218
|
-
*/
|
|
219
|
-
personalCompute?: pulumi.Input<inputs.GetAccountSettingV2PersonalComputeArgs>;
|
|
220
|
-
/**
|
|
221
|
-
* (RestrictWorkspaceAdminsMessage)
|
|
222
|
-
*/
|
|
223
|
-
restrictWorkspaceAdmins?: pulumi.Input<inputs.GetAccountSettingV2RestrictWorkspaceAdminsArgs>;
|
|
224
|
-
/**
|
|
225
|
-
* (StringMessage)
|
|
226
|
-
*/
|
|
227
|
-
stringVal?: pulumi.Input<inputs.GetAccountSettingV2StringValArgs>;
|
|
116
|
+
name: pulumi.Input<string>;
|
|
228
117
|
}
|
package/getAccountSettingV2.js
CHANGED
|
@@ -5,49 +5,35 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getAccountSettingV2Output = exports.getAccountSettingV2 = 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
|
+
*
|
|
11
|
+
* This data source can be used to get a single account setting.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* Referring to a setting by id
|
|
16
|
+
*/
|
|
8
17
|
function getAccountSettingV2(args, opts) {
|
|
9
|
-
args = args || {};
|
|
10
18
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
19
|
return pulumi.runtime.invoke("databricks:index/getAccountSettingV2:getAccountSettingV2", {
|
|
12
|
-
"aibiDashboardEmbeddingAccessPolicy": args.aibiDashboardEmbeddingAccessPolicy,
|
|
13
|
-
"aibiDashboardEmbeddingApprovedDomains": args.aibiDashboardEmbeddingApprovedDomains,
|
|
14
|
-
"automaticClusterUpdateWorkspace": args.automaticClusterUpdateWorkspace,
|
|
15
|
-
"booleanVal": args.booleanVal,
|
|
16
|
-
"defaultDataSecurityMode": args.defaultDataSecurityMode,
|
|
17
|
-
"effectiveAibiDashboardEmbeddingAccessPolicy": args.effectiveAibiDashboardEmbeddingAccessPolicy,
|
|
18
|
-
"effectiveAibiDashboardEmbeddingApprovedDomains": args.effectiveAibiDashboardEmbeddingApprovedDomains,
|
|
19
|
-
"effectiveAutomaticClusterUpdateWorkspace": args.effectiveAutomaticClusterUpdateWorkspace,
|
|
20
|
-
"effectiveDefaultDataSecurityMode": args.effectiveDefaultDataSecurityMode,
|
|
21
|
-
"effectivePersonalCompute": args.effectivePersonalCompute,
|
|
22
|
-
"effectiveRestrictWorkspaceAdmins": args.effectiveRestrictWorkspaceAdmins,
|
|
23
|
-
"integerVal": args.integerVal,
|
|
24
20
|
"name": args.name,
|
|
25
|
-
"personalCompute": args.personalCompute,
|
|
26
|
-
"restrictWorkspaceAdmins": args.restrictWorkspaceAdmins,
|
|
27
|
-
"stringVal": args.stringVal,
|
|
28
21
|
}, opts);
|
|
29
22
|
}
|
|
30
23
|
exports.getAccountSettingV2 = getAccountSettingV2;
|
|
24
|
+
/**
|
|
25
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
26
|
+
*
|
|
27
|
+
* This data source can be used to get a single account setting.
|
|
28
|
+
*
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* Referring to a setting by id
|
|
32
|
+
*/
|
|
31
33
|
function getAccountSettingV2Output(args, opts) {
|
|
32
|
-
args = args || {};
|
|
33
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
35
|
return pulumi.runtime.invokeOutput("databricks:index/getAccountSettingV2:getAccountSettingV2", {
|
|
35
|
-
"aibiDashboardEmbeddingAccessPolicy": args.aibiDashboardEmbeddingAccessPolicy,
|
|
36
|
-
"aibiDashboardEmbeddingApprovedDomains": args.aibiDashboardEmbeddingApprovedDomains,
|
|
37
|
-
"automaticClusterUpdateWorkspace": args.automaticClusterUpdateWorkspace,
|
|
38
|
-
"booleanVal": args.booleanVal,
|
|
39
|
-
"defaultDataSecurityMode": args.defaultDataSecurityMode,
|
|
40
|
-
"effectiveAibiDashboardEmbeddingAccessPolicy": args.effectiveAibiDashboardEmbeddingAccessPolicy,
|
|
41
|
-
"effectiveAibiDashboardEmbeddingApprovedDomains": args.effectiveAibiDashboardEmbeddingApprovedDomains,
|
|
42
|
-
"effectiveAutomaticClusterUpdateWorkspace": args.effectiveAutomaticClusterUpdateWorkspace,
|
|
43
|
-
"effectiveDefaultDataSecurityMode": args.effectiveDefaultDataSecurityMode,
|
|
44
|
-
"effectivePersonalCompute": args.effectivePersonalCompute,
|
|
45
|
-
"effectiveRestrictWorkspaceAdmins": args.effectiveRestrictWorkspaceAdmins,
|
|
46
|
-
"integerVal": args.integerVal,
|
|
47
36
|
"name": args.name,
|
|
48
|
-
"personalCompute": args.personalCompute,
|
|
49
|
-
"restrictWorkspaceAdmins": args.restrictWorkspaceAdmins,
|
|
50
|
-
"stringVal": args.stringVal,
|
|
51
37
|
}, opts);
|
|
52
38
|
}
|
|
53
39
|
exports.getAccountSettingV2Output = getAccountSettingV2Output;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountSettingV2.js","sourceRoot":"","sources":["../getAccountSettingV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,mBAAmB,CAAC,
|
|
1
|
+
{"version":3,"file":"getAccountSettingV2.js","sourceRoot":"","sources":["../getAccountSettingV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAyFD;;;;;;;;GAQG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
package/getAlertV2.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
2
|
import * as outputs from "./types/output";
|
|
4
3
|
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
5
6
|
* The SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
|
|
6
7
|
*
|
|
7
8
|
* You can use this data source to:
|
|
@@ -14,62 +15,25 @@ import * as outputs from "./types/output";
|
|
|
14
15
|
*
|
|
15
16
|
* ### Retrieve Alert by ID
|
|
16
17
|
* This example retrieves a specific alert by its ID:
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as databricks from "@pulumi/databricks";
|
|
22
|
+
*
|
|
23
|
+
* const _this = databricks.getAlertV2({
|
|
24
|
+
* id: "123",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
17
27
|
*/
|
|
18
|
-
export declare function getAlertV2(args
|
|
28
|
+
export declare function getAlertV2(args: GetAlertV2Args, opts?: pulumi.InvokeOptions): Promise<GetAlertV2Result>;
|
|
19
29
|
/**
|
|
20
30
|
* A collection of arguments for invoking getAlertV2.
|
|
21
31
|
*/
|
|
22
32
|
export interface GetAlertV2Args {
|
|
23
33
|
/**
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
customDescription?: string;
|
|
27
|
-
/**
|
|
28
|
-
* (string) - Custom summary for the alert. support mustache template
|
|
29
|
-
*/
|
|
30
|
-
customSummary?: string;
|
|
31
|
-
/**
|
|
32
|
-
* (string) - The display name of the alert
|
|
33
|
-
*/
|
|
34
|
-
displayName?: string;
|
|
35
|
-
/**
|
|
36
|
-
* (AlertV2Evaluation)
|
|
37
|
-
*/
|
|
38
|
-
evaluation?: inputs.GetAlertV2Evaluation;
|
|
39
|
-
/**
|
|
40
|
-
* (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
|
|
41
|
-
*/
|
|
42
|
-
parentPath?: string;
|
|
43
|
-
/**
|
|
44
|
-
* (string) - Text of the query to be run
|
|
45
|
-
*/
|
|
46
|
-
queryText?: string;
|
|
47
|
-
/**
|
|
48
|
-
* (AlertV2RunAs) - Specifies the identity that will be used to run the alert.
|
|
49
|
-
* This field allows you to configure alerts to run as a specific user or service principal.
|
|
50
|
-
* - For user identity: Set `userName` to the email of an active workspace user. Users can only set this to their own email.
|
|
51
|
-
* - For service principal: Set `servicePrincipalName` to the application ID. Requires the `servicePrincipal/user` role.
|
|
52
|
-
* If not specified, the alert will run as the request user
|
|
53
|
-
*/
|
|
54
|
-
runAs?: inputs.GetAlertV2RunAs;
|
|
55
|
-
/**
|
|
56
|
-
* (string, deprecated) - The run as username or application ID of service principal.
|
|
57
|
-
* On Create and Update, this field can be set to application ID of an active service principal. Setting this field requires the servicePrincipal/user role.
|
|
58
|
-
* Deprecated: Use `runAs` field instead. This field will be removed in a future release
|
|
59
|
-
*/
|
|
60
|
-
runAsUserName?: string;
|
|
61
|
-
/**
|
|
62
|
-
* (CronSchedule)
|
|
63
|
-
*/
|
|
64
|
-
schedule?: inputs.GetAlertV2Schedule;
|
|
65
|
-
/**
|
|
66
|
-
* (string) - ID of the SQL warehouse attached to the alert
|
|
67
|
-
*/
|
|
68
|
-
warehouseId?: string;
|
|
69
|
-
/**
|
|
70
|
-
* Workspace ID of the resource
|
|
34
|
+
* UUID identifying the alert
|
|
71
35
|
*/
|
|
72
|
-
|
|
36
|
+
id: string;
|
|
73
37
|
}
|
|
74
38
|
/**
|
|
75
39
|
* A collection of values returned by getAlertV2.
|
|
@@ -82,15 +46,15 @@ export interface GetAlertV2Result {
|
|
|
82
46
|
/**
|
|
83
47
|
* (string) - Custom description for the alert. support mustache template
|
|
84
48
|
*/
|
|
85
|
-
readonly customDescription
|
|
49
|
+
readonly customDescription: string;
|
|
86
50
|
/**
|
|
87
51
|
* (string) - Custom summary for the alert. support mustache template
|
|
88
52
|
*/
|
|
89
|
-
readonly customSummary
|
|
53
|
+
readonly customSummary: string;
|
|
90
54
|
/**
|
|
91
55
|
* (string) - The display name of the alert
|
|
92
56
|
*/
|
|
93
|
-
readonly displayName
|
|
57
|
+
readonly displayName: string;
|
|
94
58
|
/**
|
|
95
59
|
* (AlertV2RunAs) - The actual identity that will be used to execute the alert.
|
|
96
60
|
* This is an output-only field that shows the resolved run-as identity after applying
|
|
@@ -100,13 +64,13 @@ export interface GetAlertV2Result {
|
|
|
100
64
|
/**
|
|
101
65
|
* (AlertV2Evaluation)
|
|
102
66
|
*/
|
|
103
|
-
readonly evaluation
|
|
67
|
+
readonly evaluation: outputs.GetAlertV2Evaluation;
|
|
104
68
|
/**
|
|
105
69
|
* (string) - UUID identifying the alert
|
|
106
70
|
*/
|
|
107
71
|
readonly id: string;
|
|
108
72
|
/**
|
|
109
|
-
* (string) - Indicates whether the query is trashed. Possible values are: `ACTIVE`, `
|
|
73
|
+
* (string) - Indicates whether the query is trashed. Possible values are: `ACTIVE`, `DELETED`
|
|
110
74
|
*/
|
|
111
75
|
readonly lifecycleState: string;
|
|
112
76
|
/**
|
|
@@ -116,11 +80,11 @@ export interface GetAlertV2Result {
|
|
|
116
80
|
/**
|
|
117
81
|
* (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
|
|
118
82
|
*/
|
|
119
|
-
readonly parentPath
|
|
83
|
+
readonly parentPath: string;
|
|
120
84
|
/**
|
|
121
85
|
* (string) - Text of the query to be run
|
|
122
86
|
*/
|
|
123
|
-
readonly queryText
|
|
87
|
+
readonly queryText: string;
|
|
124
88
|
/**
|
|
125
89
|
* (AlertV2RunAs) - Specifies the identity that will be used to run the alert.
|
|
126
90
|
* This field allows you to configure alerts to run as a specific user or service principal.
|
|
@@ -128,17 +92,17 @@ export interface GetAlertV2Result {
|
|
|
128
92
|
* - For service principal: Set `servicePrincipalName` to the application ID. Requires the `servicePrincipal/user` role.
|
|
129
93
|
* If not specified, the alert will run as the request user
|
|
130
94
|
*/
|
|
131
|
-
readonly runAs
|
|
95
|
+
readonly runAs: outputs.GetAlertV2RunAs;
|
|
132
96
|
/**
|
|
133
97
|
* (string, deprecated) - The run as username or application ID of service principal.
|
|
134
98
|
* On Create and Update, this field can be set to application ID of an active service principal. Setting this field requires the servicePrincipal/user role.
|
|
135
99
|
* Deprecated: Use `runAs` field instead. This field will be removed in a future release
|
|
136
100
|
*/
|
|
137
|
-
readonly runAsUserName
|
|
101
|
+
readonly runAsUserName: string;
|
|
138
102
|
/**
|
|
139
103
|
* (CronSchedule)
|
|
140
104
|
*/
|
|
141
|
-
readonly schedule
|
|
105
|
+
readonly schedule: outputs.GetAlertV2Schedule;
|
|
142
106
|
/**
|
|
143
107
|
* (string) - The timestamp indicating when the alert was updated
|
|
144
108
|
*/
|
|
@@ -146,10 +110,11 @@ export interface GetAlertV2Result {
|
|
|
146
110
|
/**
|
|
147
111
|
* (string) - ID of the SQL warehouse attached to the alert
|
|
148
112
|
*/
|
|
149
|
-
readonly warehouseId
|
|
150
|
-
readonly workspaceId?: string;
|
|
113
|
+
readonly warehouseId: string;
|
|
151
114
|
}
|
|
152
115
|
/**
|
|
116
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
117
|
+
*
|
|
153
118
|
* The SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
|
|
154
119
|
*
|
|
155
120
|
* You can use this data source to:
|
|
@@ -162,60 +127,23 @@ export interface GetAlertV2Result {
|
|
|
162
127
|
*
|
|
163
128
|
* ### Retrieve Alert by ID
|
|
164
129
|
* This example retrieves a specific alert by its ID:
|
|
130
|
+
*
|
|
131
|
+
* ```typescript
|
|
132
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
133
|
+
* import * as databricks from "@pulumi/databricks";
|
|
134
|
+
*
|
|
135
|
+
* const _this = databricks.getAlertV2({
|
|
136
|
+
* id: "123",
|
|
137
|
+
* });
|
|
138
|
+
* ```
|
|
165
139
|
*/
|
|
166
|
-
export declare function getAlertV2Output(args
|
|
140
|
+
export declare function getAlertV2Output(args: GetAlertV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAlertV2Result>;
|
|
167
141
|
/**
|
|
168
142
|
* A collection of arguments for invoking getAlertV2.
|
|
169
143
|
*/
|
|
170
144
|
export interface GetAlertV2OutputArgs {
|
|
171
145
|
/**
|
|
172
|
-
*
|
|
173
|
-
*/
|
|
174
|
-
customDescription?: pulumi.Input<string>;
|
|
175
|
-
/**
|
|
176
|
-
* (string) - Custom summary for the alert. support mustache template
|
|
177
|
-
*/
|
|
178
|
-
customSummary?: pulumi.Input<string>;
|
|
179
|
-
/**
|
|
180
|
-
* (string) - The display name of the alert
|
|
181
|
-
*/
|
|
182
|
-
displayName?: pulumi.Input<string>;
|
|
183
|
-
/**
|
|
184
|
-
* (AlertV2Evaluation)
|
|
185
|
-
*/
|
|
186
|
-
evaluation?: pulumi.Input<inputs.GetAlertV2EvaluationArgs>;
|
|
187
|
-
/**
|
|
188
|
-
* (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
|
|
189
|
-
*/
|
|
190
|
-
parentPath?: pulumi.Input<string>;
|
|
191
|
-
/**
|
|
192
|
-
* (string) - Text of the query to be run
|
|
193
|
-
*/
|
|
194
|
-
queryText?: pulumi.Input<string>;
|
|
195
|
-
/**
|
|
196
|
-
* (AlertV2RunAs) - Specifies the identity that will be used to run the alert.
|
|
197
|
-
* This field allows you to configure alerts to run as a specific user or service principal.
|
|
198
|
-
* - For user identity: Set `userName` to the email of an active workspace user. Users can only set this to their own email.
|
|
199
|
-
* - For service principal: Set `servicePrincipalName` to the application ID. Requires the `servicePrincipal/user` role.
|
|
200
|
-
* If not specified, the alert will run as the request user
|
|
201
|
-
*/
|
|
202
|
-
runAs?: pulumi.Input<inputs.GetAlertV2RunAsArgs>;
|
|
203
|
-
/**
|
|
204
|
-
* (string, deprecated) - The run as username or application ID of service principal.
|
|
205
|
-
* On Create and Update, this field can be set to application ID of an active service principal. Setting this field requires the servicePrincipal/user role.
|
|
206
|
-
* Deprecated: Use `runAs` field instead. This field will be removed in a future release
|
|
207
|
-
*/
|
|
208
|
-
runAsUserName?: pulumi.Input<string>;
|
|
209
|
-
/**
|
|
210
|
-
* (CronSchedule)
|
|
211
|
-
*/
|
|
212
|
-
schedule?: pulumi.Input<inputs.GetAlertV2ScheduleArgs>;
|
|
213
|
-
/**
|
|
214
|
-
* (string) - ID of the SQL warehouse attached to the alert
|
|
215
|
-
*/
|
|
216
|
-
warehouseId?: pulumi.Input<string>;
|
|
217
|
-
/**
|
|
218
|
-
* Workspace ID of the resource
|
|
146
|
+
* UUID identifying the alert
|
|
219
147
|
*/
|
|
220
|
-
|
|
148
|
+
id: pulumi.Input<string>;
|
|
221
149
|
}
|
package/getAlertV2.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getAlertV2Output = exports.getAlertV2 = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* The SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
|
|
10
12
|
*
|
|
11
13
|
* You can use this data source to:
|
|
@@ -18,26 +20,26 @@ const utilities = require("./utilities");
|
|
|
18
20
|
*
|
|
19
21
|
* ### Retrieve Alert by ID
|
|
20
22
|
* This example retrieves a specific alert by its ID:
|
|
23
|
+
*
|
|
24
|
+
* ```typescript
|
|
25
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
26
|
+
* import * as databricks from "@pulumi/databricks";
|
|
27
|
+
*
|
|
28
|
+
* const _this = databricks.getAlertV2({
|
|
29
|
+
* id: "123",
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
21
32
|
*/
|
|
22
33
|
function getAlertV2(args, opts) {
|
|
23
|
-
args = args || {};
|
|
24
34
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
35
|
return pulumi.runtime.invoke("databricks:index/getAlertV2:getAlertV2", {
|
|
26
|
-
"
|
|
27
|
-
"customSummary": args.customSummary,
|
|
28
|
-
"displayName": args.displayName,
|
|
29
|
-
"evaluation": args.evaluation,
|
|
30
|
-
"parentPath": args.parentPath,
|
|
31
|
-
"queryText": args.queryText,
|
|
32
|
-
"runAs": args.runAs,
|
|
33
|
-
"runAsUserName": args.runAsUserName,
|
|
34
|
-
"schedule": args.schedule,
|
|
35
|
-
"warehouseId": args.warehouseId,
|
|
36
|
-
"workspaceId": args.workspaceId,
|
|
36
|
+
"id": args.id,
|
|
37
37
|
}, opts);
|
|
38
38
|
}
|
|
39
39
|
exports.getAlertV2 = getAlertV2;
|
|
40
40
|
/**
|
|
41
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
42
|
+
*
|
|
41
43
|
* The SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
|
|
42
44
|
*
|
|
43
45
|
* You can use this data source to:
|
|
@@ -50,22 +52,20 @@ exports.getAlertV2 = getAlertV2;
|
|
|
50
52
|
*
|
|
51
53
|
* ### Retrieve Alert by ID
|
|
52
54
|
* This example retrieves a specific alert by its ID:
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as databricks from "@pulumi/databricks";
|
|
59
|
+
*
|
|
60
|
+
* const _this = databricks.getAlertV2({
|
|
61
|
+
* id: "123",
|
|
62
|
+
* });
|
|
63
|
+
* ```
|
|
53
64
|
*/
|
|
54
65
|
function getAlertV2Output(args, opts) {
|
|
55
|
-
args = args || {};
|
|
56
66
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
67
|
return pulumi.runtime.invokeOutput("databricks:index/getAlertV2:getAlertV2", {
|
|
58
|
-
"
|
|
59
|
-
"customSummary": args.customSummary,
|
|
60
|
-
"displayName": args.displayName,
|
|
61
|
-
"evaluation": args.evaluation,
|
|
62
|
-
"parentPath": args.parentPath,
|
|
63
|
-
"queryText": args.queryText,
|
|
64
|
-
"runAs": args.runAs,
|
|
65
|
-
"runAsUserName": args.runAsUserName,
|
|
66
|
-
"schedule": args.schedule,
|
|
67
|
-
"warehouseId": args.warehouseId,
|
|
68
|
-
"workspaceId": args.workspaceId,
|
|
68
|
+
"id": args.id,
|
|
69
69
|
}, opts);
|
|
70
70
|
}
|
|
71
71
|
exports.getAlertV2Output = getAlertV2Output;
|
package/getAlertV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlertV2.js","sourceRoot":"","sources":["../getAlertV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAlertV2.js","sourceRoot":"","sources":["../getAlertV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAyFD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|