@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
package/databaseInstance.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
|
* Lakebase Database Instances are managed Postgres instances, composed of a primary Postgres compute instance and 0 or more read replica instances.
|
|
6
8
|
*
|
|
7
9
|
* ## Example Usage
|
|
@@ -53,6 +55,31 @@ import * as outputs from "./types/output";
|
|
|
53
55
|
* });
|
|
54
56
|
* ```
|
|
55
57
|
*
|
|
58
|
+
* ### Example with a usage policy and custom tags
|
|
59
|
+
*
|
|
60
|
+
* This example creates a Database Instance with an associated usage policy and custom tags.
|
|
61
|
+
*
|
|
62
|
+
* ```typescript
|
|
63
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
64
|
+
* import * as databricks from "@pulumi/databricks";
|
|
65
|
+
*
|
|
66
|
+
* const _this = new databricks.DatabaseInstance("this", {
|
|
67
|
+
* name: "my-database-instance",
|
|
68
|
+
* capacity: "CU_8",
|
|
69
|
+
* usagePolicyId: "948192fa-a98b-498f-a09b-ecee79d8b983",
|
|
70
|
+
* customTags: [
|
|
71
|
+
* {
|
|
72
|
+
* key: "custom_tag_key1",
|
|
73
|
+
* value: "custom_tag_value1",
|
|
74
|
+
* },
|
|
75
|
+
* {
|
|
76
|
+
* key: "custom_tag_key2",
|
|
77
|
+
* value: "custom_tag_value2",
|
|
78
|
+
* },
|
|
79
|
+
* ],
|
|
80
|
+
* });
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
56
83
|
* ## Import
|
|
57
84
|
*
|
|
58
85
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -70,7 +97,7 @@ import * as outputs from "./types/output";
|
|
|
70
97
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
71
98
|
*
|
|
72
99
|
* ```sh
|
|
73
|
-
* $ pulumi import databricks:index/databaseInstance:DatabaseInstance
|
|
100
|
+
* $ pulumi import databricks:index/databaseInstance:DatabaseInstance this "name"
|
|
74
101
|
* ```
|
|
75
102
|
*/
|
|
76
103
|
export declare class DatabaseInstance extends pulumi.CustomResource {
|
|
@@ -107,52 +134,60 @@ export declare class DatabaseInstance extends pulumi.CustomResource {
|
|
|
107
134
|
*/
|
|
108
135
|
readonly creator: pulumi.Output<string>;
|
|
109
136
|
/**
|
|
110
|
-
*
|
|
111
|
-
|
|
112
|
-
|
|
137
|
+
* Custom tags associated with the instance. This field is only included on create and update responses
|
|
138
|
+
*/
|
|
139
|
+
readonly customTags: pulumi.Output<outputs.DatabaseInstanceCustomTag[]>;
|
|
140
|
+
/**
|
|
141
|
+
* (string, deprecated) - Deprecated. The sku of the instance; this field will always match the value of capacity
|
|
142
|
+
*/
|
|
143
|
+
readonly effectiveCapacity: pulumi.Output<string>;
|
|
144
|
+
/**
|
|
145
|
+
* (list of CustomTag) - The recorded custom tags associated with the instance
|
|
146
|
+
*/
|
|
147
|
+
readonly effectiveCustomTags: pulumi.Output<outputs.DatabaseInstanceEffectiveCustomTag[]>;
|
|
148
|
+
/**
|
|
149
|
+
* (boolean) - Whether the instance has PG native password login enabled
|
|
113
150
|
*/
|
|
114
151
|
readonly effectiveEnablePgNativeLogin: pulumi.Output<boolean>;
|
|
115
152
|
/**
|
|
116
|
-
* (boolean) -
|
|
117
|
-
* `enableReadableSecondaries` will only be set in Create/Update response messages if and only if the user provides the field via the request.
|
|
118
|
-
* `effectiveEnableReadableSecondaries` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
153
|
+
* (boolean) - Whether secondaries serving read-only traffic are enabled. Defaults to false
|
|
119
154
|
*/
|
|
120
155
|
readonly effectiveEnableReadableSecondaries: pulumi.Output<boolean>;
|
|
121
156
|
/**
|
|
122
|
-
* (integer) -
|
|
123
|
-
*
|
|
124
|
-
* `effectiveNodeCount` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
157
|
+
* (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
158
|
+
* 1 primary and 0 secondaries
|
|
125
159
|
*/
|
|
126
160
|
readonly effectiveNodeCount: pulumi.Output<number>;
|
|
127
161
|
/**
|
|
128
|
-
* (integer) -
|
|
129
|
-
*
|
|
130
|
-
* `effectiveRetentionWindowInDays` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
162
|
+
* (integer) - The retention window for the instance. This is the time window in days
|
|
163
|
+
* for which the historical data is retained
|
|
131
164
|
*/
|
|
132
165
|
readonly effectiveRetentionWindowInDays: pulumi.Output<number>;
|
|
133
166
|
/**
|
|
134
|
-
* (boolean) -
|
|
135
|
-
* `stopped` will only be set in Create/Update response messages if and only if the user provides the field via the request.
|
|
136
|
-
* `effectiveStopped` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
167
|
+
* (boolean) - Whether the instance is stopped
|
|
137
168
|
*/
|
|
138
169
|
readonly effectiveStopped: pulumi.Output<boolean>;
|
|
139
170
|
/**
|
|
140
|
-
*
|
|
171
|
+
* (string) - The policy that is applied to the instance
|
|
172
|
+
*/
|
|
173
|
+
readonly effectiveUsagePolicyId: pulumi.Output<string>;
|
|
174
|
+
/**
|
|
175
|
+
* Whether to enable PG native password login on the instance. Defaults to false
|
|
141
176
|
*/
|
|
142
177
|
readonly enablePgNativeLogin: pulumi.Output<boolean>;
|
|
143
178
|
/**
|
|
144
179
|
* Whether to enable secondaries to serve read-only traffic. Defaults to false
|
|
145
180
|
*/
|
|
146
|
-
readonly enableReadableSecondaries: pulumi.Output<boolean
|
|
181
|
+
readonly enableReadableSecondaries: pulumi.Output<boolean>;
|
|
147
182
|
/**
|
|
148
183
|
* The name of the instance. This is the unique identifier for the instance
|
|
149
184
|
*/
|
|
150
185
|
readonly name: pulumi.Output<string>;
|
|
151
186
|
/**
|
|
152
187
|
* The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
153
|
-
* 1 primary and 0 secondaries
|
|
188
|
+
* 1 primary and 0 secondaries. This field is input only, see effectiveNodeCount for the output
|
|
154
189
|
*/
|
|
155
|
-
readonly nodeCount: pulumi.Output<number
|
|
190
|
+
readonly nodeCount: pulumi.Output<number>;
|
|
156
191
|
/**
|
|
157
192
|
* The ref of the parent instance. This is only available if the instance is
|
|
158
193
|
* child instance.
|
|
@@ -182,23 +217,23 @@ export declare class DatabaseInstance extends pulumi.CustomResource {
|
|
|
182
217
|
* for which the historical data is retained. The default value is 7 days.
|
|
183
218
|
* Valid values are 2 to 35 days
|
|
184
219
|
*/
|
|
185
|
-
readonly retentionWindowInDays: pulumi.Output<number
|
|
220
|
+
readonly retentionWindowInDays: pulumi.Output<number>;
|
|
186
221
|
/**
|
|
187
222
|
* (string) - The current state of the instance. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
|
|
188
223
|
*/
|
|
189
224
|
readonly state: pulumi.Output<string>;
|
|
190
225
|
/**
|
|
191
|
-
* Whether the instance
|
|
226
|
+
* Whether to stop the instance. An input only param, see effectiveStopped for the output
|
|
192
227
|
*/
|
|
193
|
-
readonly stopped: pulumi.Output<boolean
|
|
228
|
+
readonly stopped: pulumi.Output<boolean>;
|
|
194
229
|
/**
|
|
195
230
|
* (string) - Id of the ref database instance
|
|
196
231
|
*/
|
|
197
232
|
readonly uid: pulumi.Output<string>;
|
|
198
233
|
/**
|
|
199
|
-
*
|
|
234
|
+
* The desired usage policy to associate with the instance
|
|
200
235
|
*/
|
|
201
|
-
readonly
|
|
236
|
+
readonly usagePolicyId: pulumi.Output<string>;
|
|
202
237
|
/**
|
|
203
238
|
* Create a DatabaseInstance resource with the given unique name, arguments, and options.
|
|
204
239
|
*
|
|
@@ -230,37 +265,45 @@ export interface DatabaseInstanceState {
|
|
|
230
265
|
*/
|
|
231
266
|
creator?: pulumi.Input<string>;
|
|
232
267
|
/**
|
|
233
|
-
*
|
|
234
|
-
|
|
235
|
-
|
|
268
|
+
* Custom tags associated with the instance. This field is only included on create and update responses
|
|
269
|
+
*/
|
|
270
|
+
customTags?: pulumi.Input<pulumi.Input<inputs.DatabaseInstanceCustomTag>[]>;
|
|
271
|
+
/**
|
|
272
|
+
* (string, deprecated) - Deprecated. The sku of the instance; this field will always match the value of capacity
|
|
273
|
+
*/
|
|
274
|
+
effectiveCapacity?: pulumi.Input<string>;
|
|
275
|
+
/**
|
|
276
|
+
* (list of CustomTag) - The recorded custom tags associated with the instance
|
|
277
|
+
*/
|
|
278
|
+
effectiveCustomTags?: pulumi.Input<pulumi.Input<inputs.DatabaseInstanceEffectiveCustomTag>[]>;
|
|
279
|
+
/**
|
|
280
|
+
* (boolean) - Whether the instance has PG native password login enabled
|
|
236
281
|
*/
|
|
237
282
|
effectiveEnablePgNativeLogin?: pulumi.Input<boolean>;
|
|
238
283
|
/**
|
|
239
|
-
* (boolean) -
|
|
240
|
-
* `enableReadableSecondaries` will only be set in Create/Update response messages if and only if the user provides the field via the request.
|
|
241
|
-
* `effectiveEnableReadableSecondaries` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
284
|
+
* (boolean) - Whether secondaries serving read-only traffic are enabled. Defaults to false
|
|
242
285
|
*/
|
|
243
286
|
effectiveEnableReadableSecondaries?: pulumi.Input<boolean>;
|
|
244
287
|
/**
|
|
245
|
-
* (integer) -
|
|
246
|
-
*
|
|
247
|
-
* `effectiveNodeCount` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
288
|
+
* (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
289
|
+
* 1 primary and 0 secondaries
|
|
248
290
|
*/
|
|
249
291
|
effectiveNodeCount?: pulumi.Input<number>;
|
|
250
292
|
/**
|
|
251
|
-
* (integer) -
|
|
252
|
-
*
|
|
253
|
-
* `effectiveRetentionWindowInDays` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
293
|
+
* (integer) - The retention window for the instance. This is the time window in days
|
|
294
|
+
* for which the historical data is retained
|
|
254
295
|
*/
|
|
255
296
|
effectiveRetentionWindowInDays?: pulumi.Input<number>;
|
|
256
297
|
/**
|
|
257
|
-
* (boolean) -
|
|
258
|
-
* `stopped` will only be set in Create/Update response messages if and only if the user provides the field via the request.
|
|
259
|
-
* `effectiveStopped` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
298
|
+
* (boolean) - Whether the instance is stopped
|
|
260
299
|
*/
|
|
261
300
|
effectiveStopped?: pulumi.Input<boolean>;
|
|
262
301
|
/**
|
|
263
|
-
*
|
|
302
|
+
* (string) - The policy that is applied to the instance
|
|
303
|
+
*/
|
|
304
|
+
effectiveUsagePolicyId?: pulumi.Input<string>;
|
|
305
|
+
/**
|
|
306
|
+
* Whether to enable PG native password login on the instance. Defaults to false
|
|
264
307
|
*/
|
|
265
308
|
enablePgNativeLogin?: pulumi.Input<boolean>;
|
|
266
309
|
/**
|
|
@@ -273,7 +316,7 @@ export interface DatabaseInstanceState {
|
|
|
273
316
|
name?: pulumi.Input<string>;
|
|
274
317
|
/**
|
|
275
318
|
* The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
276
|
-
* 1 primary and 0 secondaries
|
|
319
|
+
* 1 primary and 0 secondaries. This field is input only, see effectiveNodeCount for the output
|
|
277
320
|
*/
|
|
278
321
|
nodeCount?: pulumi.Input<number>;
|
|
279
322
|
/**
|
|
@@ -311,7 +354,7 @@ export interface DatabaseInstanceState {
|
|
|
311
354
|
*/
|
|
312
355
|
state?: pulumi.Input<string>;
|
|
313
356
|
/**
|
|
314
|
-
* Whether the instance
|
|
357
|
+
* Whether to stop the instance. An input only param, see effectiveStopped for the output
|
|
315
358
|
*/
|
|
316
359
|
stopped?: pulumi.Input<boolean>;
|
|
317
360
|
/**
|
|
@@ -319,9 +362,9 @@ export interface DatabaseInstanceState {
|
|
|
319
362
|
*/
|
|
320
363
|
uid?: pulumi.Input<string>;
|
|
321
364
|
/**
|
|
322
|
-
*
|
|
365
|
+
* The desired usage policy to associate with the instance
|
|
323
366
|
*/
|
|
324
|
-
|
|
367
|
+
usagePolicyId?: pulumi.Input<string>;
|
|
325
368
|
}
|
|
326
369
|
/**
|
|
327
370
|
* The set of arguments for constructing a DatabaseInstance resource.
|
|
@@ -332,7 +375,11 @@ export interface DatabaseInstanceArgs {
|
|
|
332
375
|
*/
|
|
333
376
|
capacity?: pulumi.Input<string>;
|
|
334
377
|
/**
|
|
335
|
-
*
|
|
378
|
+
* Custom tags associated with the instance. This field is only included on create and update responses
|
|
379
|
+
*/
|
|
380
|
+
customTags?: pulumi.Input<pulumi.Input<inputs.DatabaseInstanceCustomTag>[]>;
|
|
381
|
+
/**
|
|
382
|
+
* Whether to enable PG native password login on the instance. Defaults to false
|
|
336
383
|
*/
|
|
337
384
|
enablePgNativeLogin?: pulumi.Input<boolean>;
|
|
338
385
|
/**
|
|
@@ -345,7 +392,7 @@ export interface DatabaseInstanceArgs {
|
|
|
345
392
|
name?: pulumi.Input<string>;
|
|
346
393
|
/**
|
|
347
394
|
* The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
348
|
-
* 1 primary and 0 secondaries
|
|
395
|
+
* 1 primary and 0 secondaries. This field is input only, see effectiveNodeCount for the output
|
|
349
396
|
*/
|
|
350
397
|
nodeCount?: pulumi.Input<number>;
|
|
351
398
|
/**
|
|
@@ -366,11 +413,11 @@ export interface DatabaseInstanceArgs {
|
|
|
366
413
|
*/
|
|
367
414
|
retentionWindowInDays?: pulumi.Input<number>;
|
|
368
415
|
/**
|
|
369
|
-
* Whether the instance
|
|
416
|
+
* Whether to stop the instance. An input only param, see effectiveStopped for the output
|
|
370
417
|
*/
|
|
371
418
|
stopped?: pulumi.Input<boolean>;
|
|
372
419
|
/**
|
|
373
|
-
*
|
|
420
|
+
* The desired usage policy to associate with the instance
|
|
374
421
|
*/
|
|
375
|
-
|
|
422
|
+
usagePolicyId?: pulumi.Input<string>;
|
|
376
423
|
}
|
package/databaseInstance.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.DatabaseInstance = 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
|
* Lakebase Database Instances are managed Postgres instances, composed of a primary Postgres compute instance and 0 or more read replica instances.
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
@@ -57,6 +59,31 @@ const utilities = require("./utilities");
|
|
|
57
59
|
* });
|
|
58
60
|
* ```
|
|
59
61
|
*
|
|
62
|
+
* ### Example with a usage policy and custom tags
|
|
63
|
+
*
|
|
64
|
+
* This example creates a Database Instance with an associated usage policy and custom tags.
|
|
65
|
+
*
|
|
66
|
+
* ```typescript
|
|
67
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
68
|
+
* import * as databricks from "@pulumi/databricks";
|
|
69
|
+
*
|
|
70
|
+
* const _this = new databricks.DatabaseInstance("this", {
|
|
71
|
+
* name: "my-database-instance",
|
|
72
|
+
* capacity: "CU_8",
|
|
73
|
+
* usagePolicyId: "948192fa-a98b-498f-a09b-ecee79d8b983",
|
|
74
|
+
* customTags: [
|
|
75
|
+
* {
|
|
76
|
+
* key: "custom_tag_key1",
|
|
77
|
+
* value: "custom_tag_value1",
|
|
78
|
+
* },
|
|
79
|
+
* {
|
|
80
|
+
* key: "custom_tag_key2",
|
|
81
|
+
* value: "custom_tag_value2",
|
|
82
|
+
* },
|
|
83
|
+
* ],
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
60
87
|
* ## Import
|
|
61
88
|
*
|
|
62
89
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -74,7 +101,7 @@ const utilities = require("./utilities");
|
|
|
74
101
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
75
102
|
*
|
|
76
103
|
* ```sh
|
|
77
|
-
* $ pulumi import databricks:index/databaseInstance:DatabaseInstance
|
|
104
|
+
* $ pulumi import databricks:index/databaseInstance:DatabaseInstance this "name"
|
|
78
105
|
* ```
|
|
79
106
|
*/
|
|
80
107
|
class DatabaseInstance extends pulumi.CustomResource {
|
|
@@ -109,11 +136,15 @@ class DatabaseInstance extends pulumi.CustomResource {
|
|
|
109
136
|
resourceInputs["childInstanceRefs"] = state?.childInstanceRefs;
|
|
110
137
|
resourceInputs["creationTime"] = state?.creationTime;
|
|
111
138
|
resourceInputs["creator"] = state?.creator;
|
|
139
|
+
resourceInputs["customTags"] = state?.customTags;
|
|
140
|
+
resourceInputs["effectiveCapacity"] = state?.effectiveCapacity;
|
|
141
|
+
resourceInputs["effectiveCustomTags"] = state?.effectiveCustomTags;
|
|
112
142
|
resourceInputs["effectiveEnablePgNativeLogin"] = state?.effectiveEnablePgNativeLogin;
|
|
113
143
|
resourceInputs["effectiveEnableReadableSecondaries"] = state?.effectiveEnableReadableSecondaries;
|
|
114
144
|
resourceInputs["effectiveNodeCount"] = state?.effectiveNodeCount;
|
|
115
145
|
resourceInputs["effectiveRetentionWindowInDays"] = state?.effectiveRetentionWindowInDays;
|
|
116
146
|
resourceInputs["effectiveStopped"] = state?.effectiveStopped;
|
|
147
|
+
resourceInputs["effectiveUsagePolicyId"] = state?.effectiveUsagePolicyId;
|
|
117
148
|
resourceInputs["enablePgNativeLogin"] = state?.enablePgNativeLogin;
|
|
118
149
|
resourceInputs["enableReadableSecondaries"] = state?.enableReadableSecondaries;
|
|
119
150
|
resourceInputs["name"] = state?.name;
|
|
@@ -127,11 +158,12 @@ class DatabaseInstance extends pulumi.CustomResource {
|
|
|
127
158
|
resourceInputs["state"] = state?.state;
|
|
128
159
|
resourceInputs["stopped"] = state?.stopped;
|
|
129
160
|
resourceInputs["uid"] = state?.uid;
|
|
130
|
-
resourceInputs["
|
|
161
|
+
resourceInputs["usagePolicyId"] = state?.usagePolicyId;
|
|
131
162
|
}
|
|
132
163
|
else {
|
|
133
164
|
const args = argsOrState;
|
|
134
165
|
resourceInputs["capacity"] = args?.capacity;
|
|
166
|
+
resourceInputs["customTags"] = args?.customTags;
|
|
135
167
|
resourceInputs["enablePgNativeLogin"] = args?.enablePgNativeLogin;
|
|
136
168
|
resourceInputs["enableReadableSecondaries"] = args?.enableReadableSecondaries;
|
|
137
169
|
resourceInputs["name"] = args?.name;
|
|
@@ -140,15 +172,18 @@ class DatabaseInstance extends pulumi.CustomResource {
|
|
|
140
172
|
resourceInputs["purgeOnDelete"] = args?.purgeOnDelete;
|
|
141
173
|
resourceInputs["retentionWindowInDays"] = args?.retentionWindowInDays;
|
|
142
174
|
resourceInputs["stopped"] = args?.stopped;
|
|
143
|
-
resourceInputs["
|
|
175
|
+
resourceInputs["usagePolicyId"] = args?.usagePolicyId;
|
|
144
176
|
resourceInputs["childInstanceRefs"] = undefined /*out*/;
|
|
145
177
|
resourceInputs["creationTime"] = undefined /*out*/;
|
|
146
178
|
resourceInputs["creator"] = undefined /*out*/;
|
|
179
|
+
resourceInputs["effectiveCapacity"] = undefined /*out*/;
|
|
180
|
+
resourceInputs["effectiveCustomTags"] = undefined /*out*/;
|
|
147
181
|
resourceInputs["effectiveEnablePgNativeLogin"] = undefined /*out*/;
|
|
148
182
|
resourceInputs["effectiveEnableReadableSecondaries"] = undefined /*out*/;
|
|
149
183
|
resourceInputs["effectiveNodeCount"] = undefined /*out*/;
|
|
150
184
|
resourceInputs["effectiveRetentionWindowInDays"] = undefined /*out*/;
|
|
151
185
|
resourceInputs["effectiveStopped"] = undefined /*out*/;
|
|
186
|
+
resourceInputs["effectiveUsagePolicyId"] = undefined /*out*/;
|
|
152
187
|
resourceInputs["pgVersion"] = undefined /*out*/;
|
|
153
188
|
resourceInputs["readOnlyDns"] = undefined /*out*/;
|
|
154
189
|
resourceInputs["readWriteDns"] = undefined /*out*/;
|
package/databaseInstance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"databaseInstance.js","sourceRoot":"","sources":["../databaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"databaseInstance.js","sourceRoot":"","sources":["../databaseInstance.ts"],"names":[],"mappings":"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"}
|
|
@@ -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
|
* Lakebase Synced Database Tables are Postgres tables automatically synced from a source table inside Unity Catalog.
|
|
6
8
|
* They can be used to serve realtime queries without the operational overhead of managing ETL pipelines.
|
|
7
9
|
*
|
|
@@ -23,6 +25,15 @@ import * as outputs from "./types/output";
|
|
|
23
25
|
* This example creates two Synced Database Tables. The first one specifies a new pipeline spec,
|
|
24
26
|
* which generates a new pipeline. The second one utilizes the pipeline ID of the first table.
|
|
25
27
|
*
|
|
28
|
+
* ### Creating a Synced Database Table with a custom Jobs schedule
|
|
29
|
+
*
|
|
30
|
+
* This example creates a Synced Database Table and customizes the pipeline schedule. It assumes you already have
|
|
31
|
+
*
|
|
32
|
+
* - A database instance named `"my-database-instance"`
|
|
33
|
+
* - A standard catalog named `"myStandardCatalog"`
|
|
34
|
+
* - A schema in the standard catalog named `"default"`
|
|
35
|
+
* - A source delta table named `"source_delta.schema.customer"` with the primary key `"cCustkey"`
|
|
36
|
+
*
|
|
26
37
|
* ## Import
|
|
27
38
|
*
|
|
28
39
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -40,7 +51,7 @@ import * as outputs from "./types/output";
|
|
|
40
51
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
41
52
|
*
|
|
42
53
|
* ```sh
|
|
43
|
-
* $ pulumi import databricks:index/databaseSyncedDatabaseTable:DatabaseSyncedDatabaseTable
|
|
54
|
+
* $ pulumi import databricks:index/databaseSyncedDatabaseTable:DatabaseSyncedDatabaseTable this "name"
|
|
44
55
|
* ```
|
|
45
56
|
*/
|
|
46
57
|
export declare class DatabaseSyncedDatabaseTable extends pulumi.CustomResource {
|
|
@@ -103,10 +114,6 @@ export declare class DatabaseSyncedDatabaseTable extends pulumi.CustomResource {
|
|
|
103
114
|
* may be in "PROVISIONING" as it runs asynchronously). Possible values are: `ACTIVE`, `DEGRADED`, `DELETING`, `FAILED`, `PROVISIONING`, `UPDATING`
|
|
104
115
|
*/
|
|
105
116
|
readonly unityCatalogProvisioningState: pulumi.Output<string>;
|
|
106
|
-
/**
|
|
107
|
-
* Workspace ID of the resource
|
|
108
|
-
*/
|
|
109
|
-
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
110
117
|
/**
|
|
111
118
|
* Create a DatabaseSyncedDatabaseTable resource with the given unique name, arguments, and options.
|
|
112
119
|
*
|
|
@@ -164,10 +171,6 @@ export interface DatabaseSyncedDatabaseTableState {
|
|
|
164
171
|
* may be in "PROVISIONING" as it runs asynchronously). Possible values are: `ACTIVE`, `DEGRADED`, `DELETING`, `FAILED`, `PROVISIONING`, `UPDATING`
|
|
165
172
|
*/
|
|
166
173
|
unityCatalogProvisioningState?: pulumi.Input<string>;
|
|
167
|
-
/**
|
|
168
|
-
* Workspace ID of the resource
|
|
169
|
-
*/
|
|
170
|
-
workspaceId?: pulumi.Input<string>;
|
|
171
174
|
}
|
|
172
175
|
/**
|
|
173
176
|
* The set of arguments for constructing a DatabaseSyncedDatabaseTable resource.
|
|
@@ -198,8 +201,4 @@ export interface DatabaseSyncedDatabaseTableArgs {
|
|
|
198
201
|
*/
|
|
199
202
|
name?: pulumi.Input<string>;
|
|
200
203
|
spec?: pulumi.Input<inputs.DatabaseSyncedDatabaseTableSpec>;
|
|
201
|
-
/**
|
|
202
|
-
* Workspace ID of the resource
|
|
203
|
-
*/
|
|
204
|
-
workspaceId?: pulumi.Input<string>;
|
|
205
204
|
}
|
|
@@ -6,6 +6,8 @@ exports.DatabaseSyncedDatabaseTable = 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
|
* Lakebase Synced Database Tables are Postgres tables automatically synced from a source table inside Unity Catalog.
|
|
10
12
|
* They can be used to serve realtime queries without the operational overhead of managing ETL pipelines.
|
|
11
13
|
*
|
|
@@ -27,6 +29,15 @@ const utilities = require("./utilities");
|
|
|
27
29
|
* This example creates two Synced Database Tables. The first one specifies a new pipeline spec,
|
|
28
30
|
* which generates a new pipeline. The second one utilizes the pipeline ID of the first table.
|
|
29
31
|
*
|
|
32
|
+
* ### Creating a Synced Database Table with a custom Jobs schedule
|
|
33
|
+
*
|
|
34
|
+
* This example creates a Synced Database Table and customizes the pipeline schedule. It assumes you already have
|
|
35
|
+
*
|
|
36
|
+
* - A database instance named `"my-database-instance"`
|
|
37
|
+
* - A standard catalog named `"myStandardCatalog"`
|
|
38
|
+
* - A schema in the standard catalog named `"default"`
|
|
39
|
+
* - A source delta table named `"source_delta.schema.customer"` with the primary key `"cCustkey"`
|
|
40
|
+
*
|
|
30
41
|
* ## Import
|
|
31
42
|
*
|
|
32
43
|
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -44,7 +55,7 @@ const utilities = require("./utilities");
|
|
|
44
55
|
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
45
56
|
*
|
|
46
57
|
* ```sh
|
|
47
|
-
* $ pulumi import databricks:index/databaseSyncedDatabaseTable:DatabaseSyncedDatabaseTable
|
|
58
|
+
* $ pulumi import databricks:index/databaseSyncedDatabaseTable:DatabaseSyncedDatabaseTable this "name"
|
|
48
59
|
* ```
|
|
49
60
|
*/
|
|
50
61
|
class DatabaseSyncedDatabaseTable extends pulumi.CustomResource {
|
|
@@ -83,7 +94,6 @@ class DatabaseSyncedDatabaseTable extends pulumi.CustomResource {
|
|
|
83
94
|
resourceInputs["name"] = state?.name;
|
|
84
95
|
resourceInputs["spec"] = state?.spec;
|
|
85
96
|
resourceInputs["unityCatalogProvisioningState"] = state?.unityCatalogProvisioningState;
|
|
86
|
-
resourceInputs["workspaceId"] = state?.workspaceId;
|
|
87
97
|
}
|
|
88
98
|
else {
|
|
89
99
|
const args = argsOrState;
|
|
@@ -91,7 +101,6 @@ class DatabaseSyncedDatabaseTable extends pulumi.CustomResource {
|
|
|
91
101
|
resourceInputs["logicalDatabaseName"] = args?.logicalDatabaseName;
|
|
92
102
|
resourceInputs["name"] = args?.name;
|
|
93
103
|
resourceInputs["spec"] = args?.spec;
|
|
94
|
-
resourceInputs["workspaceId"] = args?.workspaceId;
|
|
95
104
|
resourceInputs["dataSynchronizationStatus"] = undefined /*out*/;
|
|
96
105
|
resourceInputs["effectiveDatabaseInstanceName"] = undefined /*out*/;
|
|
97
106
|
resourceInputs["effectiveLogicalDatabaseName"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"databaseSyncedDatabaseTable.js","sourceRoot":"","sources":["../databaseSyncedDatabaseTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"databaseSyncedDatabaseTable.js","sourceRoot":"","sources":["../databaseSyncedDatabaseTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClF,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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;IAuDD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,EAAE,6BAA6B,CAAC;YACvF,cAAc,CAAC,8BAA8B,CAAC,GAAG,KAAK,EAAE,4BAA4B,CAAC;YACrF,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,EAAE,6BAA6B,CAAC;SAC1F;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,+BAA+B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpE,cAAc,CAAC,8BAA8B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnE,cAAc,CAAC,+BAA+B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChF,CAAC;;AA3GL,kEA4GC;AA9FG,gBAAgB;AACO,wCAAY,GAAG,0EAA0E,CAAC"}
|
package/entitlements.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ export declare class Entitlements extends pulumi.CustomResource {
|
|
|
121
121
|
*/
|
|
122
122
|
readonly allowInstancePoolCreate: pulumi.Output<boolean | undefined>;
|
|
123
123
|
/**
|
|
124
|
-
* This is a field to allow the principal to have access to [Databricks SQL](https://databricks.com/product/databricks-sql)
|
|
124
|
+
* This is a field to allow the principal to have access to [Databricks SQL](https://databricks.com/product/databricks-sql) UI, [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one) and through databricks_sql_endpoint.
|
|
125
125
|
*/
|
|
126
126
|
readonly databricksSqlAccess: pulumi.Output<boolean | undefined>;
|
|
127
127
|
/**
|
|
@@ -139,11 +139,11 @@ export declare class Entitlements extends pulumi.CustomResource {
|
|
|
139
139
|
*/
|
|
140
140
|
readonly userId: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
142
|
-
* This is a field to allow the principal to have access to a Databricks Workspace.
|
|
142
|
+
* This is a field to allow the principal to have access to a Databricks Workspace UI and [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one).
|
|
143
143
|
*/
|
|
144
144
|
readonly workspaceAccess: pulumi.Output<boolean | undefined>;
|
|
145
145
|
/**
|
|
146
|
-
* This is a field to allow the principal to have access to
|
|
146
|
+
* This is a field to allow the principal to have access only to [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one). Couldn't be used with `workspaceAccess` or `databricksSqlAccess`.
|
|
147
147
|
*/
|
|
148
148
|
readonly workspaceConsume: pulumi.Output<boolean | undefined>;
|
|
149
149
|
/**
|
|
@@ -168,7 +168,7 @@ export interface EntitlementsState {
|
|
|
168
168
|
*/
|
|
169
169
|
allowInstancePoolCreate?: pulumi.Input<boolean>;
|
|
170
170
|
/**
|
|
171
|
-
* This is a field to allow the principal to have access to [Databricks SQL](https://databricks.com/product/databricks-sql)
|
|
171
|
+
* This is a field to allow the principal to have access to [Databricks SQL](https://databricks.com/product/databricks-sql) UI, [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one) and through databricks_sql_endpoint.
|
|
172
172
|
*/
|
|
173
173
|
databricksSqlAccess?: pulumi.Input<boolean>;
|
|
174
174
|
/**
|
|
@@ -186,11 +186,11 @@ export interface EntitlementsState {
|
|
|
186
186
|
*/
|
|
187
187
|
userId?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
189
|
-
* This is a field to allow the principal to have access to a Databricks Workspace.
|
|
189
|
+
* This is a field to allow the principal to have access to a Databricks Workspace UI and [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one).
|
|
190
190
|
*/
|
|
191
191
|
workspaceAccess?: pulumi.Input<boolean>;
|
|
192
192
|
/**
|
|
193
|
-
* This is a field to allow the principal to have access to
|
|
193
|
+
* This is a field to allow the principal to have access only to [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one). Couldn't be used with `workspaceAccess` or `databricksSqlAccess`.
|
|
194
194
|
*/
|
|
195
195
|
workspaceConsume?: pulumi.Input<boolean>;
|
|
196
196
|
}
|
|
@@ -207,7 +207,7 @@ export interface EntitlementsArgs {
|
|
|
207
207
|
*/
|
|
208
208
|
allowInstancePoolCreate?: pulumi.Input<boolean>;
|
|
209
209
|
/**
|
|
210
|
-
* This is a field to allow the principal to have access to [Databricks SQL](https://databricks.com/product/databricks-sql)
|
|
210
|
+
* This is a field to allow the principal to have access to [Databricks SQL](https://databricks.com/product/databricks-sql) UI, [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one) and through databricks_sql_endpoint.
|
|
211
211
|
*/
|
|
212
212
|
databricksSqlAccess?: pulumi.Input<boolean>;
|
|
213
213
|
/**
|
|
@@ -225,11 +225,11 @@ export interface EntitlementsArgs {
|
|
|
225
225
|
*/
|
|
226
226
|
userId?: pulumi.Input<string>;
|
|
227
227
|
/**
|
|
228
|
-
* This is a field to allow the principal to have access to a Databricks Workspace.
|
|
228
|
+
* This is a field to allow the principal to have access to a Databricks Workspace UI and [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one).
|
|
229
229
|
*/
|
|
230
230
|
workspaceAccess?: pulumi.Input<boolean>;
|
|
231
231
|
/**
|
|
232
|
-
* This is a field to allow the principal to have access to
|
|
232
|
+
* This is a field to allow the principal to have access only to [Databricks One](https://docs.databricks.com/aws/en/workspace/databricks-one#who-can-access-databricks-one). Couldn't be used with `workspaceAccess` or `databricksSqlAccess`.
|
|
233
233
|
*/
|
|
234
234
|
workspaceConsume?: pulumi.Input<boolean>;
|
|
235
235
|
}
|