@pulumi/databricks 1.77.0-alpha.1761889693 → 1.77.0-alpha.1762276204
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
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
5
7
|
* Account federation policies allow users and service principals in your Databricks account to securely access Databricks APIs using tokens from your trusted identity providers (IdPs).
|
|
6
8
|
*
|
|
7
9
|
* Token federation policies eliminate the need to manage Databricks secrets, and allow you to centralize management of token issuance policies in your IdP. Databricks token federation policies are typically used in combination with [SCIM](https://www.terraform.io/admin/users-groups/scim/index.html), so users in your IdP are synchronized into your Databricks account.
|
|
@@ -29,7 +31,7 @@ import * as outputs from "./types/output";
|
|
|
29
31
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
30
32
|
*
|
|
31
33
|
* ```sh
|
|
32
|
-
* $ pulumi import databricks:index/accountFederationPolicy:AccountFederationPolicy
|
|
34
|
+
* $ pulumi import databricks:index/accountFederationPolicy:AccountFederationPolicy this "policy_id"
|
|
33
35
|
* ```
|
|
34
36
|
*/
|
|
35
37
|
export declare class AccountFederationPolicy extends pulumi.CustomResource {
|
|
@@ -67,11 +69,11 @@ export declare class AccountFederationPolicy extends pulumi.CustomResource {
|
|
|
67
69
|
readonly name: pulumi.Output<string>;
|
|
68
70
|
readonly oidcPolicy: pulumi.Output<outputs.AccountFederationPolicyOidcPolicy | undefined>;
|
|
69
71
|
/**
|
|
70
|
-
* (string) - The ID of the federation policy
|
|
72
|
+
* (string) - The ID of the federation policy. Output only
|
|
71
73
|
*/
|
|
72
74
|
readonly policyId: pulumi.Output<string>;
|
|
73
75
|
/**
|
|
74
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
76
|
+
* (integer) - The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
75
77
|
*/
|
|
76
78
|
readonly servicePrincipalId: pulumi.Output<number>;
|
|
77
79
|
/**
|
|
@@ -114,11 +116,11 @@ export interface AccountFederationPolicyState {
|
|
|
114
116
|
name?: pulumi.Input<string>;
|
|
115
117
|
oidcPolicy?: pulumi.Input<inputs.AccountFederationPolicyOidcPolicy>;
|
|
116
118
|
/**
|
|
117
|
-
* (string) - The ID of the federation policy
|
|
119
|
+
* (string) - The ID of the federation policy. Output only
|
|
118
120
|
*/
|
|
119
121
|
policyId?: pulumi.Input<string>;
|
|
120
122
|
/**
|
|
121
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
123
|
+
* (integer) - The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
122
124
|
*/
|
|
123
125
|
servicePrincipalId?: pulumi.Input<number>;
|
|
124
126
|
/**
|
|
@@ -140,11 +142,11 @@ export interface AccountFederationPolicyArgs {
|
|
|
140
142
|
description?: pulumi.Input<string>;
|
|
141
143
|
oidcPolicy?: pulumi.Input<inputs.AccountFederationPolicyOidcPolicy>;
|
|
142
144
|
/**
|
|
143
|
-
* (string) - The ID of the federation policy
|
|
145
|
+
* (string) - The ID of the federation policy. Output only
|
|
144
146
|
*/
|
|
145
147
|
policyId?: pulumi.Input<string>;
|
|
146
148
|
/**
|
|
147
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
149
|
+
* (integer) - The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
148
150
|
*/
|
|
149
151
|
servicePrincipalId?: pulumi.Input<number>;
|
|
150
152
|
}
|
|
@@ -6,6 +6,8 @@ exports.AccountFederationPolicy = 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
|
* Account federation policies allow users and service principals in your Databricks account to securely access Databricks APIs using tokens from your trusted identity providers (IdPs).
|
|
10
12
|
*
|
|
11
13
|
* Token federation policies eliminate the need to manage Databricks secrets, and allow you to centralize management of token issuance policies in your IdP. Databricks token federation policies are typically used in combination with [SCIM](https://www.terraform.io/admin/users-groups/scim/index.html), so users in your IdP are synchronized into your Databricks account.
|
|
@@ -33,7 +35,7 @@ const utilities = require("./utilities");
|
|
|
33
35
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
34
36
|
*
|
|
35
37
|
* ```sh
|
|
36
|
-
* $ pulumi import databricks:index/accountFederationPolicy:AccountFederationPolicy
|
|
38
|
+
* $ pulumi import databricks:index/accountFederationPolicy:AccountFederationPolicy this "policy_id"
|
|
37
39
|
* ```
|
|
38
40
|
*/
|
|
39
41
|
class AccountFederationPolicy extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountFederationPolicy.js","sourceRoot":"","sources":["../accountFederationPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountFederationPolicy.js","sourceRoot":"","sources":["../accountFederationPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IA6CD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;SACpD;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAjGL,0DAkGC;AApFG,gBAAgB;AACO,oCAAY,GAAG,kEAAkE,CAAC"}
|
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
5
7
|
* Network policies control which network destinations can be accessed from the Databricks environment.
|
|
6
8
|
*
|
|
7
9
|
* Each Databricks account includes a default policy named `default-policy`. This policy is:
|
|
@@ -33,7 +35,7 @@ import * as outputs from "./types/output";
|
|
|
33
35
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
34
36
|
*
|
|
35
37
|
* ```sh
|
|
36
|
-
* $ pulumi import databricks:index/accountNetworkPolicy:AccountNetworkPolicy
|
|
38
|
+
* $ pulumi import databricks:index/accountNetworkPolicy:AccountNetworkPolicy this "network_policy_id"
|
|
37
39
|
* ```
|
|
38
40
|
*/
|
|
39
41
|
export declare class AccountNetworkPolicy extends pulumi.CustomResource {
|
package/accountNetworkPolicy.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.AccountNetworkPolicy = 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
|
* Network policies control which network destinations can be accessed from the Databricks environment.
|
|
10
12
|
*
|
|
11
13
|
* Each Databricks account includes a default policy named `default-policy`. This policy is:
|
|
@@ -37,7 +39,7 @@ const utilities = require("./utilities");
|
|
|
37
39
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
38
40
|
*
|
|
39
41
|
* ```sh
|
|
40
|
-
* $ pulumi import databricks:index/accountNetworkPolicy:AccountNetworkPolicy
|
|
42
|
+
* $ pulumi import databricks:index/accountNetworkPolicy:AccountNetworkPolicy this "network_policy_id"
|
|
41
43
|
* ```
|
|
42
44
|
*/
|
|
43
45
|
class AccountNetworkPolicy extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountNetworkPolicy.js","sourceRoot":"","sources":["../accountNetworkPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountNetworkPolicy.js","sourceRoot":"","sources":["../accountNetworkPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;SAC9D;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAjEL,oDAkEC;AApDG,gBAAgB;AACO,iCAAY,GAAG,4DAA4D,CAAC"}
|
package/accountSettingV2.d.ts
CHANGED
|
@@ -2,6 +2,29 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
7
|
+
* Setting is a configurable value or control that determines how a feature or behavior works within the databricks platform.
|
|
8
|
+
*
|
|
9
|
+
* [//]: # (todo: add public link to metadata api after production doc link available)
|
|
10
|
+
* See settings-metadata api for list of settings that can be modified using this resource.
|
|
11
|
+
*
|
|
12
|
+
* ## Example Usage
|
|
13
|
+
*
|
|
14
|
+
* Getting an account level setting:
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as databricks from "@pulumi/databricks";
|
|
19
|
+
*
|
|
20
|
+
* const _this = new databricks.AccountSettingV2("this", {
|
|
21
|
+
* name: "llm_proxy_partner_powered",
|
|
22
|
+
* booleanVal: {
|
|
23
|
+
* value: false,
|
|
24
|
+
* },
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
5
28
|
* ## Import
|
|
6
29
|
*
|
|
7
30
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -19,7 +42,7 @@ import * as outputs from "./types/output";
|
|
|
19
42
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
20
43
|
*
|
|
21
44
|
* ```sh
|
|
22
|
-
* $ pulumi import databricks:index/accountSettingV2:AccountSettingV2
|
|
45
|
+
* $ pulumi import databricks:index/accountSettingV2:AccountSettingV2 this "name"
|
|
23
46
|
* ```
|
|
24
47
|
*/
|
|
25
48
|
export declare class AccountSettingV2 extends pulumi.CustomResource {
|
|
@@ -40,12 +63,8 @@ export declare class AccountSettingV2 extends pulumi.CustomResource {
|
|
|
40
63
|
static isInstance(obj: any): obj is AccountSettingV2;
|
|
41
64
|
readonly aibiDashboardEmbeddingAccessPolicy: pulumi.Output<outputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicy | undefined>;
|
|
42
65
|
readonly aibiDashboardEmbeddingApprovedDomains: pulumi.Output<outputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomains | undefined>;
|
|
43
|
-
/**
|
|
44
|
-
* todo: Mark these Public after onboarded to DSL
|
|
45
|
-
*/
|
|
46
66
|
readonly automaticClusterUpdateWorkspace: pulumi.Output<outputs.AccountSettingV2AutomaticClusterUpdateWorkspace | undefined>;
|
|
47
67
|
readonly booleanVal: pulumi.Output<outputs.AccountSettingV2BooleanVal | undefined>;
|
|
48
|
-
readonly defaultDataSecurityMode: pulumi.Output<outputs.AccountSettingV2DefaultDataSecurityMode | undefined>;
|
|
49
68
|
readonly effectiveAibiDashboardEmbeddingAccessPolicy: pulumi.Output<outputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy | undefined>;
|
|
50
69
|
readonly effectiveAibiDashboardEmbeddingApprovedDomains: pulumi.Output<outputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains | undefined>;
|
|
51
70
|
readonly effectiveAutomaticClusterUpdateWorkspace: pulumi.Output<outputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace | undefined>;
|
|
@@ -53,7 +72,6 @@ export declare class AccountSettingV2 extends pulumi.CustomResource {
|
|
|
53
72
|
* (BooleanMessage)
|
|
54
73
|
*/
|
|
55
74
|
readonly effectiveBooleanVal: pulumi.Output<outputs.AccountSettingV2EffectiveBooleanVal>;
|
|
56
|
-
readonly effectiveDefaultDataSecurityMode: pulumi.Output<outputs.AccountSettingV2EffectiveDefaultDataSecurityMode | undefined>;
|
|
57
75
|
/**
|
|
58
76
|
* (IntegerMessage)
|
|
59
77
|
*/
|
|
@@ -87,12 +105,8 @@ export declare class AccountSettingV2 extends pulumi.CustomResource {
|
|
|
87
105
|
export interface AccountSettingV2State {
|
|
88
106
|
aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicy>;
|
|
89
107
|
aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomains>;
|
|
90
|
-
/**
|
|
91
|
-
* todo: Mark these Public after onboarded to DSL
|
|
92
|
-
*/
|
|
93
108
|
automaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2AutomaticClusterUpdateWorkspace>;
|
|
94
109
|
booleanVal?: pulumi.Input<inputs.AccountSettingV2BooleanVal>;
|
|
95
|
-
defaultDataSecurityMode?: pulumi.Input<inputs.AccountSettingV2DefaultDataSecurityMode>;
|
|
96
110
|
effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy>;
|
|
97
111
|
effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains>;
|
|
98
112
|
effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace>;
|
|
@@ -100,7 +114,6 @@ export interface AccountSettingV2State {
|
|
|
100
114
|
* (BooleanMessage)
|
|
101
115
|
*/
|
|
102
116
|
effectiveBooleanVal?: pulumi.Input<inputs.AccountSettingV2EffectiveBooleanVal>;
|
|
103
|
-
effectiveDefaultDataSecurityMode?: pulumi.Input<inputs.AccountSettingV2EffectiveDefaultDataSecurityMode>;
|
|
104
117
|
/**
|
|
105
118
|
* (IntegerMessage)
|
|
106
119
|
*/
|
|
@@ -126,16 +139,11 @@ export interface AccountSettingV2State {
|
|
|
126
139
|
export interface AccountSettingV2Args {
|
|
127
140
|
aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicy>;
|
|
128
141
|
aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomains>;
|
|
129
|
-
/**
|
|
130
|
-
* todo: Mark these Public after onboarded to DSL
|
|
131
|
-
*/
|
|
132
142
|
automaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2AutomaticClusterUpdateWorkspace>;
|
|
133
143
|
booleanVal?: pulumi.Input<inputs.AccountSettingV2BooleanVal>;
|
|
134
|
-
defaultDataSecurityMode?: pulumi.Input<inputs.AccountSettingV2DefaultDataSecurityMode>;
|
|
135
144
|
effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy>;
|
|
136
145
|
effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains>;
|
|
137
146
|
effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace>;
|
|
138
|
-
effectiveDefaultDataSecurityMode?: pulumi.Input<inputs.AccountSettingV2EffectiveDefaultDataSecurityMode>;
|
|
139
147
|
effectivePersonalCompute?: pulumi.Input<inputs.AccountSettingV2EffectivePersonalCompute>;
|
|
140
148
|
effectiveRestrictWorkspaceAdmins?: pulumi.Input<inputs.AccountSettingV2EffectiveRestrictWorkspaceAdmins>;
|
|
141
149
|
integerVal?: pulumi.Input<inputs.AccountSettingV2IntegerVal>;
|
package/accountSettingV2.js
CHANGED
|
@@ -6,6 +6,29 @@ exports.AccountSettingV2 = 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
|
+
*
|
|
11
|
+
* Setting is a configurable value or control that determines how a feature or behavior works within the databricks platform.
|
|
12
|
+
*
|
|
13
|
+
* [//]: # (todo: add public link to metadata api after production doc link available)
|
|
14
|
+
* See settings-metadata api for list of settings that can be modified using this resource.
|
|
15
|
+
*
|
|
16
|
+
* ## Example Usage
|
|
17
|
+
*
|
|
18
|
+
* Getting an account level setting:
|
|
19
|
+
*
|
|
20
|
+
* ```typescript
|
|
21
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
+
* import * as databricks from "@pulumi/databricks";
|
|
23
|
+
*
|
|
24
|
+
* const _this = new databricks.AccountSettingV2("this", {
|
|
25
|
+
* name: "llm_proxy_partner_powered",
|
|
26
|
+
* booleanVal: {
|
|
27
|
+
* value: false,
|
|
28
|
+
* },
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
9
32
|
* ## Import
|
|
10
33
|
*
|
|
11
34
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -23,7 +46,7 @@ const utilities = require("./utilities");
|
|
|
23
46
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
24
47
|
*
|
|
25
48
|
* ```sh
|
|
26
|
-
* $ pulumi import databricks:index/accountSettingV2:AccountSettingV2
|
|
49
|
+
* $ pulumi import databricks:index/accountSettingV2:AccountSettingV2 this "name"
|
|
27
50
|
* ```
|
|
28
51
|
*/
|
|
29
52
|
class AccountSettingV2 extends pulumi.CustomResource {
|
|
@@ -58,12 +81,10 @@ class AccountSettingV2 extends pulumi.CustomResource {
|
|
|
58
81
|
resourceInputs["aibiDashboardEmbeddingApprovedDomains"] = state?.aibiDashboardEmbeddingApprovedDomains;
|
|
59
82
|
resourceInputs["automaticClusterUpdateWorkspace"] = state?.automaticClusterUpdateWorkspace;
|
|
60
83
|
resourceInputs["booleanVal"] = state?.booleanVal;
|
|
61
|
-
resourceInputs["defaultDataSecurityMode"] = state?.defaultDataSecurityMode;
|
|
62
84
|
resourceInputs["effectiveAibiDashboardEmbeddingAccessPolicy"] = state?.effectiveAibiDashboardEmbeddingAccessPolicy;
|
|
63
85
|
resourceInputs["effectiveAibiDashboardEmbeddingApprovedDomains"] = state?.effectiveAibiDashboardEmbeddingApprovedDomains;
|
|
64
86
|
resourceInputs["effectiveAutomaticClusterUpdateWorkspace"] = state?.effectiveAutomaticClusterUpdateWorkspace;
|
|
65
87
|
resourceInputs["effectiveBooleanVal"] = state?.effectiveBooleanVal;
|
|
66
|
-
resourceInputs["effectiveDefaultDataSecurityMode"] = state?.effectiveDefaultDataSecurityMode;
|
|
67
88
|
resourceInputs["effectiveIntegerVal"] = state?.effectiveIntegerVal;
|
|
68
89
|
resourceInputs["effectivePersonalCompute"] = state?.effectivePersonalCompute;
|
|
69
90
|
resourceInputs["effectiveRestrictWorkspaceAdmins"] = state?.effectiveRestrictWorkspaceAdmins;
|
|
@@ -80,11 +101,9 @@ class AccountSettingV2 extends pulumi.CustomResource {
|
|
|
80
101
|
resourceInputs["aibiDashboardEmbeddingApprovedDomains"] = args?.aibiDashboardEmbeddingApprovedDomains;
|
|
81
102
|
resourceInputs["automaticClusterUpdateWorkspace"] = args?.automaticClusterUpdateWorkspace;
|
|
82
103
|
resourceInputs["booleanVal"] = args?.booleanVal;
|
|
83
|
-
resourceInputs["defaultDataSecurityMode"] = args?.defaultDataSecurityMode;
|
|
84
104
|
resourceInputs["effectiveAibiDashboardEmbeddingAccessPolicy"] = args?.effectiveAibiDashboardEmbeddingAccessPolicy;
|
|
85
105
|
resourceInputs["effectiveAibiDashboardEmbeddingApprovedDomains"] = args?.effectiveAibiDashboardEmbeddingApprovedDomains;
|
|
86
106
|
resourceInputs["effectiveAutomaticClusterUpdateWorkspace"] = args?.effectiveAutomaticClusterUpdateWorkspace;
|
|
87
|
-
resourceInputs["effectiveDefaultDataSecurityMode"] = args?.effectiveDefaultDataSecurityMode;
|
|
88
107
|
resourceInputs["effectivePersonalCompute"] = args?.effectivePersonalCompute;
|
|
89
108
|
resourceInputs["effectiveRestrictWorkspaceAdmins"] = args?.effectiveRestrictWorkspaceAdmins;
|
|
90
109
|
resourceInputs["integerVal"] = args?.integerVal;
|
package/accountSettingV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountSettingV2.js","sourceRoot":"","sources":["../accountSettingV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountSettingV2.js","sourceRoot":"","sources":["../accountSettingV2.ts"],"names":[],"mappings":"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"}
|
package/alertV2.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
5
7
|
* The Alert v2 resource allows you to manage SQL alerts in Databricks SQL. Alerts monitor query results and notify you when specific conditions are met.
|
|
6
8
|
*
|
|
7
9
|
* Alerts run on a schedule and evaluate query results against defined thresholds. When an alert is triggered, notifications can be sent to specified users or destinations.
|
|
@@ -28,7 +30,7 @@ import * as outputs from "./types/output";
|
|
|
28
30
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
29
31
|
*
|
|
30
32
|
* ```sh
|
|
31
|
-
* $ pulumi import databricks:index/alertV2:AlertV2
|
|
33
|
+
* $ pulumi import databricks:index/alertV2:AlertV2 this "id"
|
|
32
34
|
* ```
|
|
33
35
|
*/
|
|
34
36
|
export declare class AlertV2 extends pulumi.CustomResource {
|
|
@@ -62,16 +64,16 @@ export declare class AlertV2 extends pulumi.CustomResource {
|
|
|
62
64
|
/**
|
|
63
65
|
* The display name of the alert
|
|
64
66
|
*/
|
|
65
|
-
readonly displayName: pulumi.Output<string
|
|
67
|
+
readonly displayName: pulumi.Output<string>;
|
|
66
68
|
/**
|
|
67
69
|
* (AlertV2RunAs) - The actual identity that will be used to execute the alert.
|
|
68
70
|
* This is an output-only field that shows the resolved run-as identity after applying
|
|
69
71
|
* permissions and defaults
|
|
70
72
|
*/
|
|
71
73
|
readonly effectiveRunAs: pulumi.Output<outputs.AlertV2EffectiveRunAs>;
|
|
72
|
-
readonly evaluation: pulumi.Output<outputs.AlertV2Evaluation
|
|
74
|
+
readonly evaluation: pulumi.Output<outputs.AlertV2Evaluation>;
|
|
73
75
|
/**
|
|
74
|
-
* (string) - Indicates whether the query is trashed. Possible values are: `ACTIVE`, `
|
|
76
|
+
* (string) - Indicates whether the query is trashed. Possible values are: `ACTIVE`, `DELETED`
|
|
75
77
|
*/
|
|
76
78
|
readonly lifecycleState: pulumi.Output<string>;
|
|
77
79
|
/**
|
|
@@ -85,7 +87,7 @@ export declare class AlertV2 extends pulumi.CustomResource {
|
|
|
85
87
|
/**
|
|
86
88
|
* Text of the query to be run
|
|
87
89
|
*/
|
|
88
|
-
readonly queryText: pulumi.Output<string
|
|
90
|
+
readonly queryText: pulumi.Output<string>;
|
|
89
91
|
/**
|
|
90
92
|
* Specifies the identity that will be used to run the alert.
|
|
91
93
|
* This field allows you to configure alerts to run as a specific user or service principal.
|
|
@@ -100,7 +102,7 @@ export declare class AlertV2 extends pulumi.CustomResource {
|
|
|
100
102
|
* Deprecated: Use `runAs` field instead. This field will be removed in a future release
|
|
101
103
|
*/
|
|
102
104
|
readonly runAsUserName: pulumi.Output<string | undefined>;
|
|
103
|
-
readonly schedule: pulumi.Output<outputs.AlertV2Schedule
|
|
105
|
+
readonly schedule: pulumi.Output<outputs.AlertV2Schedule>;
|
|
104
106
|
/**
|
|
105
107
|
* (string) - The timestamp indicating when the alert was updated
|
|
106
108
|
*/
|
|
@@ -108,11 +110,7 @@ export declare class AlertV2 extends pulumi.CustomResource {
|
|
|
108
110
|
/**
|
|
109
111
|
* ID of the SQL warehouse attached to the alert
|
|
110
112
|
*/
|
|
111
|
-
readonly warehouseId: pulumi.Output<string
|
|
112
|
-
/**
|
|
113
|
-
* Workspace ID of the resource
|
|
114
|
-
*/
|
|
115
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
113
|
+
readonly warehouseId: pulumi.Output<string>;
|
|
116
114
|
/**
|
|
117
115
|
* Create a AlertV2 resource with the given unique name, arguments, and options.
|
|
118
116
|
*
|
|
@@ -120,7 +118,7 @@ export declare class AlertV2 extends pulumi.CustomResource {
|
|
|
120
118
|
* @param args The arguments to use to populate this resource's properties.
|
|
121
119
|
* @param opts A bag of options that control this resource's behavior.
|
|
122
120
|
*/
|
|
123
|
-
constructor(name: string, args
|
|
121
|
+
constructor(name: string, args: AlertV2Args, opts?: pulumi.CustomResourceOptions);
|
|
124
122
|
}
|
|
125
123
|
/**
|
|
126
124
|
* Input properties used for looking up and filtering AlertV2 resources.
|
|
@@ -150,7 +148,7 @@ export interface AlertV2State {
|
|
|
150
148
|
effectiveRunAs?: pulumi.Input<inputs.AlertV2EffectiveRunAs>;
|
|
151
149
|
evaluation?: pulumi.Input<inputs.AlertV2Evaluation>;
|
|
152
150
|
/**
|
|
153
|
-
* (string) - Indicates whether the query is trashed. Possible values are: `ACTIVE`, `
|
|
151
|
+
* (string) - Indicates whether the query is trashed. Possible values are: `ACTIVE`, `DELETED`
|
|
154
152
|
*/
|
|
155
153
|
lifecycleState?: pulumi.Input<string>;
|
|
156
154
|
/**
|
|
@@ -188,10 +186,6 @@ export interface AlertV2State {
|
|
|
188
186
|
* ID of the SQL warehouse attached to the alert
|
|
189
187
|
*/
|
|
190
188
|
warehouseId?: pulumi.Input<string>;
|
|
191
|
-
/**
|
|
192
|
-
* Workspace ID of the resource
|
|
193
|
-
*/
|
|
194
|
-
workspaceId?: pulumi.Input<string>;
|
|
195
189
|
}
|
|
196
190
|
/**
|
|
197
191
|
* The set of arguments for constructing a AlertV2 resource.
|
|
@@ -208,8 +202,8 @@ export interface AlertV2Args {
|
|
|
208
202
|
/**
|
|
209
203
|
* The display name of the alert
|
|
210
204
|
*/
|
|
211
|
-
displayName
|
|
212
|
-
evaluation
|
|
205
|
+
displayName: pulumi.Input<string>;
|
|
206
|
+
evaluation: pulumi.Input<inputs.AlertV2Evaluation>;
|
|
213
207
|
/**
|
|
214
208
|
* The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
|
|
215
209
|
*/
|
|
@@ -217,7 +211,7 @@ export interface AlertV2Args {
|
|
|
217
211
|
/**
|
|
218
212
|
* Text of the query to be run
|
|
219
213
|
*/
|
|
220
|
-
queryText
|
|
214
|
+
queryText: pulumi.Input<string>;
|
|
221
215
|
/**
|
|
222
216
|
* Specifies the identity that will be used to run the alert.
|
|
223
217
|
* This field allows you to configure alerts to run as a specific user or service principal.
|
|
@@ -232,13 +226,9 @@ export interface AlertV2Args {
|
|
|
232
226
|
* Deprecated: Use `runAs` field instead. This field will be removed in a future release
|
|
233
227
|
*/
|
|
234
228
|
runAsUserName?: pulumi.Input<string>;
|
|
235
|
-
schedule
|
|
229
|
+
schedule: pulumi.Input<inputs.AlertV2Schedule>;
|
|
236
230
|
/**
|
|
237
231
|
* ID of the SQL warehouse attached to the alert
|
|
238
232
|
*/
|
|
239
|
-
warehouseId
|
|
240
|
-
/**
|
|
241
|
-
* Workspace ID of the resource
|
|
242
|
-
*/
|
|
243
|
-
workspaceId?: pulumi.Input<string>;
|
|
233
|
+
warehouseId: pulumi.Input<string>;
|
|
244
234
|
}
|
package/alertV2.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.AlertV2 = 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 Alert v2 resource allows you to manage SQL alerts in Databricks SQL. Alerts monitor query results and notify you when specific conditions are met.
|
|
10
12
|
*
|
|
11
13
|
* Alerts run on a schedule and evaluate query results against defined thresholds. When an alert is triggered, notifications can be sent to specified users or destinations.
|
|
@@ -32,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
32
34
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
33
35
|
*
|
|
34
36
|
* ```sh
|
|
35
|
-
* $ pulumi import databricks:index/alertV2:AlertV2
|
|
37
|
+
* $ pulumi import databricks:index/alertV2:AlertV2 this "id"
|
|
36
38
|
* ```
|
|
37
39
|
*/
|
|
38
40
|
class AlertV2 extends pulumi.CustomResource {
|
|
@@ -78,10 +80,24 @@ class AlertV2 extends pulumi.CustomResource {
|
|
|
78
80
|
resourceInputs["schedule"] = state?.schedule;
|
|
79
81
|
resourceInputs["updateTime"] = state?.updateTime;
|
|
80
82
|
resourceInputs["warehouseId"] = state?.warehouseId;
|
|
81
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
82
83
|
}
|
|
83
84
|
else {
|
|
84
85
|
const args = argsOrState;
|
|
86
|
+
if (args?.displayName === undefined && !opts.urn) {
|
|
87
|
+
throw new Error("Missing required property 'displayName'");
|
|
88
|
+
}
|
|
89
|
+
if (args?.evaluation === undefined && !opts.urn) {
|
|
90
|
+
throw new Error("Missing required property 'evaluation'");
|
|
91
|
+
}
|
|
92
|
+
if (args?.queryText === undefined && !opts.urn) {
|
|
93
|
+
throw new Error("Missing required property 'queryText'");
|
|
94
|
+
}
|
|
95
|
+
if (args?.schedule === undefined && !opts.urn) {
|
|
96
|
+
throw new Error("Missing required property 'schedule'");
|
|
97
|
+
}
|
|
98
|
+
if (args?.warehouseId === undefined && !opts.urn) {
|
|
99
|
+
throw new Error("Missing required property 'warehouseId'");
|
|
100
|
+
}
|
|
85
101
|
resourceInputs["customDescription"] = args?.customDescription;
|
|
86
102
|
resourceInputs["customSummary"] = args?.customSummary;
|
|
87
103
|
resourceInputs["displayName"] = args?.displayName;
|
|
@@ -92,7 +108,6 @@ class AlertV2 extends pulumi.CustomResource {
|
|
|
92
108
|
resourceInputs["runAsUserName"] = args?.runAsUserName;
|
|
93
109
|
resourceInputs["schedule"] = args?.schedule;
|
|
94
110
|
resourceInputs["warehouseId"] = args?.warehouseId;
|
|
95
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
96
111
|
resourceInputs["createTime"] = undefined /*out*/;
|
|
97
112
|
resourceInputs["effectiveRunAs"] = undefined /*out*/;
|
|
98
113
|
resourceInputs["lifecycleState"] = undefined /*out*/;
|
package/alertV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alertV2.js","sourceRoot":"","sources":["../alertV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"alertV2.js","sourceRoot":"","sources":["../alertV2.ts"],"names":[],"mappings":"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"}
|
package/app.d.ts
CHANGED
|
@@ -64,6 +64,10 @@ export declare class App extends pulumi.CustomResource {
|
|
|
64
64
|
* The Budget Policy ID set for this resource.
|
|
65
65
|
*/
|
|
66
66
|
readonly budgetPolicyId: pulumi.Output<string | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`, `LIQUID`.
|
|
69
|
+
*/
|
|
70
|
+
readonly computeSize: pulumi.Output<string>;
|
|
67
71
|
/**
|
|
68
72
|
* attribute
|
|
69
73
|
*/
|
|
@@ -100,10 +104,14 @@ export declare class App extends pulumi.CustomResource {
|
|
|
100
104
|
readonly oauth2AppClientId: pulumi.Output<string>;
|
|
101
105
|
readonly oauth2AppIntegrationId: pulumi.Output<string>;
|
|
102
106
|
readonly pendingDeployment: pulumi.Output<outputs.AppPendingDeployment>;
|
|
107
|
+
readonly providerConfig: pulumi.Output<outputs.AppProviderConfig | undefined>;
|
|
103
108
|
/**
|
|
104
109
|
* A list of resources that the app have access to.
|
|
105
110
|
*/
|
|
106
111
|
readonly resources: pulumi.Output<outputs.AppResource[] | undefined>;
|
|
112
|
+
/**
|
|
113
|
+
* client_id (application_id) of the app service principal
|
|
114
|
+
*/
|
|
107
115
|
readonly servicePrincipalClientId: pulumi.Output<string>;
|
|
108
116
|
/**
|
|
109
117
|
* id of the app service principal
|
|
@@ -151,6 +159,10 @@ export interface AppState {
|
|
|
151
159
|
* The Budget Policy ID set for this resource.
|
|
152
160
|
*/
|
|
153
161
|
budgetPolicyId?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`, `LIQUID`.
|
|
164
|
+
*/
|
|
165
|
+
computeSize?: pulumi.Input<string>;
|
|
154
166
|
/**
|
|
155
167
|
* attribute
|
|
156
168
|
*/
|
|
@@ -187,10 +199,14 @@ export interface AppState {
|
|
|
187
199
|
oauth2AppClientId?: pulumi.Input<string>;
|
|
188
200
|
oauth2AppIntegrationId?: pulumi.Input<string>;
|
|
189
201
|
pendingDeployment?: pulumi.Input<inputs.AppPendingDeployment>;
|
|
202
|
+
providerConfig?: pulumi.Input<inputs.AppProviderConfig>;
|
|
190
203
|
/**
|
|
191
204
|
* A list of resources that the app have access to.
|
|
192
205
|
*/
|
|
193
206
|
resources?: pulumi.Input<pulumi.Input<inputs.AppResource>[]>;
|
|
207
|
+
/**
|
|
208
|
+
* client_id (application_id) of the app service principal
|
|
209
|
+
*/
|
|
194
210
|
servicePrincipalClientId?: pulumi.Input<string>;
|
|
195
211
|
/**
|
|
196
212
|
* id of the app service principal
|
|
@@ -225,6 +241,10 @@ export interface AppArgs {
|
|
|
225
241
|
* The Budget Policy ID set for this resource.
|
|
226
242
|
*/
|
|
227
243
|
budgetPolicyId?: pulumi.Input<string>;
|
|
244
|
+
/**
|
|
245
|
+
* A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`, `LIQUID`.
|
|
246
|
+
*/
|
|
247
|
+
computeSize?: pulumi.Input<string>;
|
|
228
248
|
/**
|
|
229
249
|
* The description of the app.
|
|
230
250
|
*/
|
|
@@ -234,6 +254,7 @@ export interface AppArgs {
|
|
|
234
254
|
*/
|
|
235
255
|
name?: pulumi.Input<string>;
|
|
236
256
|
noCompute?: pulumi.Input<boolean>;
|
|
257
|
+
providerConfig?: pulumi.Input<inputs.AppProviderConfig>;
|
|
237
258
|
/**
|
|
238
259
|
* A list of resources that the app have access to.
|
|
239
260
|
*/
|
package/app.js
CHANGED
|
@@ -74,6 +74,7 @@ class App extends pulumi.CustomResource {
|
|
|
74
74
|
resourceInputs["activeDeployment"] = state?.activeDeployment;
|
|
75
75
|
resourceInputs["appStatus"] = state?.appStatus;
|
|
76
76
|
resourceInputs["budgetPolicyId"] = state?.budgetPolicyId;
|
|
77
|
+
resourceInputs["computeSize"] = state?.computeSize;
|
|
77
78
|
resourceInputs["computeStatus"] = state?.computeStatus;
|
|
78
79
|
resourceInputs["createTime"] = state?.createTime;
|
|
79
80
|
resourceInputs["creator"] = state?.creator;
|
|
@@ -86,6 +87,7 @@ class App extends pulumi.CustomResource {
|
|
|
86
87
|
resourceInputs["oauth2AppClientId"] = state?.oauth2AppClientId;
|
|
87
88
|
resourceInputs["oauth2AppIntegrationId"] = state?.oauth2AppIntegrationId;
|
|
88
89
|
resourceInputs["pendingDeployment"] = state?.pendingDeployment;
|
|
90
|
+
resourceInputs["providerConfig"] = state?.providerConfig;
|
|
89
91
|
resourceInputs["resources"] = state?.resources;
|
|
90
92
|
resourceInputs["servicePrincipalClientId"] = state?.servicePrincipalClientId;
|
|
91
93
|
resourceInputs["servicePrincipalId"] = state?.servicePrincipalId;
|
|
@@ -98,9 +100,11 @@ class App extends pulumi.CustomResource {
|
|
|
98
100
|
else {
|
|
99
101
|
const args = argsOrState;
|
|
100
102
|
resourceInputs["budgetPolicyId"] = args?.budgetPolicyId;
|
|
103
|
+
resourceInputs["computeSize"] = args?.computeSize;
|
|
101
104
|
resourceInputs["description"] = args?.description;
|
|
102
105
|
resourceInputs["name"] = args?.name;
|
|
103
106
|
resourceInputs["noCompute"] = args?.noCompute;
|
|
107
|
+
resourceInputs["providerConfig"] = args?.providerConfig;
|
|
104
108
|
resourceInputs["resources"] = args?.resources;
|
|
105
109
|
resourceInputs["userApiScopes"] = args?.userApiScopes;
|
|
106
110
|
resourceInputs["activeDeployment"] = undefined /*out*/;
|
package/app.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.js","sourceRoot":"","sources":["../app.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;
|
|
1
|
+
{"version":3,"file":"app.js","sourceRoot":"","sources":["../app.ts"],"names":[],"mappings":"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"}
|