@pulumi/databricks 1.77.0-alpha.1761975834 → 1.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accountFederationPolicy.d.ts +9 -7
- package/accountFederationPolicy.js +3 -1
- package/accountFederationPolicy.js.map +1 -1
- package/accountNetworkPolicy.d.ts +3 -1
- package/accountNetworkPolicy.js +3 -1
- package/accountNetworkPolicy.js.map +1 -1
- package/accountSettingV2.d.ts +24 -16
- package/accountSettingV2.js +24 -5
- package/accountSettingV2.js.map +1 -1
- package/alertV2.d.ts +16 -26
- package/alertV2.js +18 -3
- package/alertV2.js.map +1 -1
- package/app.d.ts +21 -0
- package/app.js +4 -0
- package/app.js.map +1 -1
- package/appsSettingsCustomTemplate.d.ts +3 -13
- package/appsSettingsCustomTemplate.js +3 -3
- package/appsSettingsCustomTemplate.js.map +1 -1
- package/budgetPolicy.d.ts +3 -1
- package/budgetPolicy.js +3 -1
- package/budgetPolicy.js.map +1 -1
- package/catalog.d.ts +43 -2
- package/catalog.js +1 -1
- package/catalog.js.map +1 -1
- package/cluster.d.ts +12 -87
- package/cluster.js +2 -0
- package/cluster.js.map +1 -1
- package/dataQualityMonitor.d.ts +165 -0
- package/dataQualityMonitor.js +113 -0
- package/dataQualityMonitor.js.map +1 -0
- package/dataQualityRefresh.d.ts +169 -0
- package/dataQualityRefresh.js +106 -0
- package/dataQualityRefresh.js.map +1 -0
- package/databaseDatabaseCatalog.d.ts +3 -13
- package/databaseDatabaseCatalog.js +3 -3
- package/databaseDatabaseCatalog.js.map +1 -1
- package/databaseInstance.d.ts +97 -50
- package/databaseInstance.js +38 -3
- package/databaseInstance.js.map +1 -1
- package/databaseSyncedDatabaseTable.d.ts +12 -13
- package/databaseSyncedDatabaseTable.js +12 -3
- package/databaseSyncedDatabaseTable.js.map +1 -1
- package/entitlements.d.ts +9 -9
- package/entityTagAssignment.d.ts +45 -13
- package/entityTagAssignment.js +45 -3
- package/entityTagAssignment.js.map +1 -1
- package/externalMetadata.d.ts +6 -16
- package/externalMetadata.js +3 -3
- package/externalMetadata.js.map +1 -1
- package/featureEngineeringFeature.d.ts +145 -0
- package/featureEngineeringFeature.js +99 -0
- package/featureEngineeringFeature.js.map +1 -0
- package/featureEngineeringMaterializedFeature.d.ts +117 -0
- package/featureEngineeringMaterializedFeature.js +87 -0
- package/featureEngineeringMaterializedFeature.js.map +1 -0
- package/getAccountFederationPolicies.d.ts +19 -2
- package/getAccountFederationPolicies.js +14 -4
- package/getAccountFederationPolicies.js.map +1 -1
- package/getAccountFederationPolicy.d.ts +14 -35
- package/getAccountFederationPolicy.js +4 -8
- package/getAccountFederationPolicy.js.map +1 -1
- package/getAccountNetworkPolicies.d.ts +4 -0
- package/getAccountNetworkPolicies.js +4 -0
- package/getAccountNetworkPolicies.js.map +1 -1
- package/getAccountNetworkPolicy.d.ts +11 -24
- package/getAccountNetworkPolicy.js +4 -6
- package/getAccountNetworkPolicy.js.map +1 -1
- package/getAccountSettingV2.d.ts +37 -148
- package/getAccountSettingV2.js +18 -32
- package/getAccountSettingV2.js.map +1 -1
- package/getAlertV2.d.ts +39 -111
- package/getAlertV2.js +24 -24
- package/getAlertV2.js.map +1 -1
- package/getAlertsV2.d.ts +8 -10
- package/getAlertsV2.js +6 -2
- package/getAlertsV2.js.map +1 -1
- package/getApp.d.ts +5 -1
- package/getApp.js +2 -0
- package/getApp.js.map +1 -1
- package/getApps.d.ts +16 -2
- package/getApps.js +10 -4
- package/getApps.js.map +1 -1
- package/getAppsSettingsCustomTemplate.d.ts +5 -51
- package/getAppsSettingsCustomTemplate.js +4 -12
- package/getAppsSettingsCustomTemplate.js.map +1 -1
- package/getAppsSettingsCustomTemplates.d.ts +9 -5
- package/getAppsSettingsCustomTemplates.js +6 -2
- package/getAppsSettingsCustomTemplates.js.map +1 -1
- package/getAwsBucketPolicy.d.ts +6 -6
- package/getAwsBucketPolicy.js +6 -6
- package/getBudgetPolicies.d.ts +48 -2
- package/getBudgetPolicies.js +18 -4
- package/getBudgetPolicies.js.map +1 -1
- package/getBudgetPolicy.d.ts +11 -40
- package/getBudgetPolicy.js +4 -8
- package/getBudgetPolicy.js.map +1 -1
- package/getCatalog.d.ts +9 -0
- package/getCatalog.js +2 -0
- package/getCatalog.js.map +1 -1
- package/getCatalogs.d.ts +11 -0
- package/getCatalogs.js +2 -0
- package/getCatalogs.js.map +1 -1
- package/getCluster.d.ts +9 -0
- package/getCluster.js +2 -0
- package/getCluster.js.map +1 -1
- package/getClusterPolicy.d.ts +11 -0
- package/getClusterPolicy.js +2 -0
- package/getClusterPolicy.js.map +1 -1
- package/getClusters.d.ts +9 -0
- package/getClusters.js +2 -0
- package/getClusters.js.map +1 -1
- package/getCurrentMetastore.d.ts +9 -0
- package/getCurrentMetastore.js +2 -0
- package/getCurrentMetastore.js.map +1 -1
- package/getDashboards.d.ts +4 -0
- package/getDashboards.js +2 -0
- package/getDashboards.js.map +1 -1
- package/getDataQualityMonitor.d.ts +136 -0
- package/getDataQualityMonitor.js +88 -0
- package/getDataQualityMonitor.js.map +1 -0
- package/getDataQualityMonitors.d.ts +79 -0
- package/getDataQualityMonitors.js +76 -0
- package/getDataQualityMonitors.js.map +1 -0
- package/getDataQualityRefresh.d.ts +158 -0
- package/getDataQualityRefresh.js +90 -0
- package/getDataQualityRefresh.js.map +1 -0
- package/getDataQualityRefreshes.d.ts +131 -0
- package/getDataQualityRefreshes.js +90 -0
- package/getDataQualityRefreshes.js.map +1 -0
- package/getDatabaseDatabaseCatalog.d.ts +4 -33
- package/getDatabaseDatabaseCatalog.js +4 -8
- package/getDatabaseDatabaseCatalog.js.map +1 -1
- package/getDatabaseDatabaseCatalogs.d.ts +22 -7
- package/getDatabaseDatabaseCatalogs.js +10 -4
- package/getDatabaseDatabaseCatalogs.js.map +1 -1
- package/getDatabaseInstance.d.ts +40 -102
- package/getDatabaseInstance.js +4 -16
- package/getDatabaseInstance.js.map +1 -1
- package/getDatabaseInstances.d.ts +9 -5
- package/getDatabaseInstances.js +6 -2
- package/getDatabaseInstances.js.map +1 -1
- package/getDatabaseSyncedDatabaseTable.d.ts +5 -41
- package/getDatabaseSyncedDatabaseTable.js +4 -8
- package/getDatabaseSyncedDatabaseTable.js.map +1 -1
- package/getDatabaseSyncedDatabaseTables.d.ts +22 -7
- package/getDatabaseSyncedDatabaseTables.js +10 -4
- package/getDatabaseSyncedDatabaseTables.js.map +1 -1
- package/getDirectory.d.ts +11 -0
- package/getDirectory.js +2 -0
- package/getDirectory.js.map +1 -1
- package/getEntityTagAssignment.d.ts +81 -18
- package/getEntityTagAssignment.js +80 -4
- package/getEntityTagAssignment.js.map +1 -1
- package/getEntityTagAssignments.d.ts +75 -5
- package/getEntityTagAssignments.js +72 -2
- package/getEntityTagAssignments.js.map +1 -1
- package/getExternalLocation.d.ts +9 -0
- package/getExternalLocation.js +2 -0
- package/getExternalLocation.js.map +1 -1
- package/getExternalLocations.d.ts +11 -0
- package/getExternalLocations.js +2 -0
- package/getExternalLocations.js.map +1 -1
- package/getExternalMetadata.d.ts +10 -75
- package/getExternalMetadata.js +4 -16
- package/getExternalMetadata.js.map +1 -1
- package/getExternalMetadatas.d.ts +11 -5
- package/getExternalMetadatas.js +6 -2
- package/getExternalMetadatas.js.map +1 -1
- package/getFeatureEngineeringFeature.d.ts +65 -0
- package/getFeatureEngineeringFeature.js +28 -0
- package/getFeatureEngineeringFeature.js.map +1 -0
- package/getFeatureEngineeringFeatures.d.ts +39 -0
- package/getFeatureEngineeringFeatures.js +30 -0
- package/getFeatureEngineeringFeatures.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeature.d.ts +66 -0
- package/getFeatureEngineeringMaterializedFeature.js +28 -0
- package/getFeatureEngineeringMaterializedFeature.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeatures.d.ts +51 -0
- package/getFeatureEngineeringMaterializedFeatures.js +32 -0
- package/getFeatureEngineeringMaterializedFeatures.js.map +1 -0
- package/getFunctions.d.ts +3 -0
- package/getFunctions.js +2 -0
- package/getFunctions.js.map +1 -1
- package/getInstanceProfiles.d.ts +9 -0
- package/getInstanceProfiles.js +2 -0
- package/getInstanceProfiles.js.map +1 -1
- package/getJobs.d.ts +11 -0
- package/getJobs.js +2 -0
- package/getJobs.js.map +1 -1
- package/getMaterializedFeaturesFeatureTag.d.ts +7 -18
- package/getMaterializedFeaturesFeatureTag.js +6 -4
- package/getMaterializedFeaturesFeatureTag.js.map +1 -1
- package/getMaterializedFeaturesFeatureTags.d.ts +19 -7
- package/getMaterializedFeaturesFeatureTags.js +12 -4
- package/getMaterializedFeaturesFeatureTags.js.map +1 -1
- package/getMetastore.d.ts +2 -2
- package/getMetastore.js +2 -2
- package/getMlflowExperiment.d.ts +9 -0
- package/getMlflowExperiment.js +2 -0
- package/getMlflowExperiment.js.map +1 -1
- package/getMlflowModel.d.ts +9 -0
- package/getMlflowModel.js +2 -0
- package/getMlflowModel.js.map +1 -1
- package/getMlflowModels.d.ts +11 -0
- package/getMlflowModels.js +2 -0
- package/getMlflowModels.js.map +1 -1
- package/getNodeType.d.ts +29 -2
- package/getNodeType.js +4 -0
- package/getNodeType.js.map +1 -1
- package/getNotificationDestinations.d.ts +4 -0
- package/getNotificationDestinations.js +2 -0
- package/getNotificationDestinations.js.map +1 -1
- package/getOnlineStore.d.ts +7 -26
- package/getOnlineStore.js +6 -6
- package/getOnlineStore.js.map +1 -1
- package/getOnlineStores.d.ts +11 -5
- package/getOnlineStores.js +8 -2
- package/getOnlineStores.js.map +1 -1
- package/getPipelines.d.ts +11 -0
- package/getPipelines.js +2 -0
- package/getPipelines.js.map +1 -1
- package/getPolicyInfo.d.ts +21 -115
- package/getPolicyInfo.js +6 -20
- package/getPolicyInfo.js.map +1 -1
- package/getPolicyInfos.d.ts +30 -9
- package/getPolicyInfos.js +10 -2
- package/getPolicyInfos.js.map +1 -1
- package/getQualityMonitorV2.d.ts +4 -9
- package/getQualityMonitorV2.js +4 -2
- package/getQualityMonitorV2.js.map +1 -1
- package/getQualityMonitorsV2.d.ts +7 -9
- package/getQualityMonitorsV2.js +6 -2
- package/getQualityMonitorsV2.js.map +1 -1
- package/getRegisteredModel.d.ts +3 -0
- package/getRegisteredModel.js +2 -0
- package/getRegisteredModel.js.map +1 -1
- package/getRegisteredModelVersions.d.ts +3 -0
- package/getRegisteredModelVersions.js +2 -0
- package/getRegisteredModelVersions.js.map +1 -1
- package/getRfaAccessRequestDestinations.d.ts +44 -0
- package/getRfaAccessRequestDestinations.js +36 -0
- package/getRfaAccessRequestDestinations.js.map +1 -0
- package/getSchema.d.ts +9 -0
- package/getSchema.js +2 -0
- package/getSchema.js.map +1 -1
- package/getSchemas.d.ts +11 -0
- package/getSchemas.js +2 -0
- package/getSchemas.js.map +1 -1
- package/getServicePrincipalFederationPolicies.d.ts +8 -1
- package/getServicePrincipalFederationPolicies.js +6 -0
- package/getServicePrincipalFederationPolicies.js.map +1 -1
- package/getServicePrincipalFederationPolicy.d.ts +18 -31
- package/getServicePrincipalFederationPolicy.js +4 -6
- package/getServicePrincipalFederationPolicy.js.map +1 -1
- package/getServingEndpoints.d.ts +3 -0
- package/getServingEndpoints.js +2 -0
- package/getServingEndpoints.js.map +1 -1
- package/getShare.d.ts +29 -14
- package/getShare.js +8 -4
- package/getShare.js.map +1 -1
- package/getShares.d.ts +11 -0
- package/getShares.js +2 -0
- package/getShares.js.map +1 -1
- package/getSparkVersion.d.ts +11 -0
- package/getSparkVersion.js +2 -0
- package/getSparkVersion.js.map +1 -1
- package/getSqlWarehouse.d.ts +3 -0
- package/getSqlWarehouse.js +2 -0
- package/getSqlWarehouse.js.map +1 -1
- package/getSqlWarehouses.d.ts +11 -0
- package/getSqlWarehouses.js +2 -0
- package/getSqlWarehouses.js.map +1 -1
- package/getStorageCredential.d.ts +9 -0
- package/getStorageCredential.js +2 -0
- package/getStorageCredential.js.map +1 -1
- package/getStorageCredentials.d.ts +11 -0
- package/getStorageCredentials.js +2 -0
- package/getStorageCredentials.js.map +1 -1
- package/getTable.d.ts +9 -0
- package/getTable.js +2 -0
- package/getTable.js.map +1 -1
- package/getTables.d.ts +11 -0
- package/getTables.js +2 -0
- package/getTables.js.map +1 -1
- package/getTagPolicies.d.ts +39 -7
- package/getTagPolicies.js +32 -4
- package/getTagPolicies.js.map +1 -1
- package/getTagPolicy.d.ts +42 -30
- package/getTagPolicy.js +32 -8
- package/getTagPolicy.js.map +1 -1
- package/getViews.d.ts +11 -0
- package/getViews.js +2 -0
- package/getViews.js.map +1 -1
- package/getVolume.d.ts +9 -0
- package/getVolume.js +2 -0
- package/getVolume.js.map +1 -1
- package/getVolumes.d.ts +11 -0
- package/getVolumes.js +2 -0
- package/getVolumes.js.map +1 -1
- package/getWorkspaceNetworkOption.d.ts +10 -20
- package/getWorkspaceNetworkOption.js +4 -4
- package/getWorkspaceNetworkOption.js.map +1 -1
- package/getWorkspaceSettingV2.d.ts +37 -157
- package/getWorkspaceSettingV2.js +18 -34
- package/getWorkspaceSettingV2.js.map +1 -1
- package/getZones.d.ts +11 -0
- package/getZones.js +2 -0
- package/getZones.js.map +1 -1
- package/gitCredential.d.ts +15 -3
- package/gitCredential.js +2 -0
- package/gitCredential.js.map +1 -1
- package/group.d.ts +9 -9
- package/index.d.ts +45 -45
- package/index.js +59 -57
- package/index.js.map +1 -1
- package/job.d.ts +12 -0
- package/job.js +2 -0
- package/job.js.map +1 -1
- package/library.d.ts +87 -0
- package/library.js +2 -0
- package/library.js.map +1 -1
- package/materializedFeaturesFeatureTag.d.ts +3 -13
- package/materializedFeaturesFeatureTag.js +3 -3
- package/materializedFeaturesFeatureTag.js.map +1 -1
- package/mwsStorageConfigurations.d.ts +3 -3
- package/mwsStorageConfigurations.js +3 -3
- package/mwsWorkspaces.d.ts +25 -13
- package/mwsWorkspaces.js +6 -4
- package/mwsWorkspaces.js.map +1 -1
- package/onlineStore.d.ts +3 -13
- package/onlineStore.js +3 -3
- package/onlineStore.js.map +1 -1
- package/package.json +2 -2
- package/permissionAssignment.d.ts +85 -1
- package/permissionAssignment.js +48 -3
- package/permissionAssignment.js.map +1 -1
- package/pipeline.d.ts +3 -0
- package/pipeline.js +2 -0
- package/pipeline.js.map +1 -1
- package/policyInfo.d.ts +3 -13
- package/policyInfo.js +3 -3
- package/policyInfo.js.map +1 -1
- package/qualityMonitor.d.ts +12 -0
- package/qualityMonitor.js +2 -0
- package/qualityMonitor.js.map +1 -1
- package/qualityMonitorV2.d.ts +3 -13
- package/qualityMonitorV2.js +3 -3
- package/qualityMonitorV2.js.map +1 -1
- package/registeredModel.d.ts +31 -5
- package/registeredModel.js +16 -6
- package/registeredModel.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +101 -0
- package/rfaAccessRequestDestinations.js +88 -0
- package/rfaAccessRequestDestinations.js.map +1 -0
- package/servicePrincipalFederationPolicy.d.ts +9 -7
- package/servicePrincipalFederationPolicy.js +3 -1
- package/servicePrincipalFederationPolicy.js.map +1 -1
- package/share.d.ts +15 -12
- package/share.js +9 -5
- package/share.js.map +1 -1
- package/sqlTable.d.ts +11 -3
- package/sqlTable.js +2 -0
- package/sqlTable.js.map +1 -1
- package/storageCredential.d.ts +10 -1
- package/storageCredential.js +1 -1
- package/storageCredential.js.map +1 -1
- package/tagPolicy.d.ts +41 -12
- package/tagPolicy.js +31 -4
- package/tagPolicy.js.map +1 -1
- package/types/input.d.ts +2292 -5271
- package/types/output.d.ts +3530 -4275
- package/user.d.ts +9 -9
- package/workspaceBinding.d.ts +0 -26
- package/workspaceBinding.js +0 -26
- package/workspaceBinding.js.map +1 -1
- package/workspaceNetworkOption.d.ts +3 -1
- package/workspaceNetworkOption.js +3 -1
- package/workspaceNetworkOption.js.map +1 -1
- package/workspaceSettingV2.d.ts +24 -28
- package/workspaceSettingV2.js +24 -7
- package/workspaceSettingV2.js.map +1 -1
- package/cleanRoomAsset.d.ts +0 -294
- package/cleanRoomAsset.js +0 -123
- package/cleanRoomAsset.js.map +0 -1
- package/cleanRoomAutoApprovalRule.d.ts +0 -147
- package/cleanRoomAutoApprovalRule.js +0 -84
- package/cleanRoomAutoApprovalRule.js.map +0 -1
- package/cleanRoomsCleanRoom.d.ts +0 -175
- package/cleanRoomsCleanRoom.js +0 -96
- package/cleanRoomsCleanRoom.js.map +0 -1
- package/getCleanRoomAsset.d.ts +0 -244
- package/getCleanRoomAsset.js +0 -72
- package/getCleanRoomAsset.js.map +0 -1
- package/getCleanRoomAssetRevisionsCleanRoomAsset.d.ts +0 -216
- package/getCleanRoomAssetRevisionsCleanRoomAsset.js +0 -44
- package/getCleanRoomAssetRevisionsCleanRoomAsset.js.map +0 -1
- package/getCleanRoomAssetRevisionsCleanRoomAssets.d.ts +0 -45
- package/getCleanRoomAssetRevisionsCleanRoomAssets.js +0 -24
- package/getCleanRoomAssetRevisionsCleanRoomAssets.js.map +0 -1
- package/getCleanRoomAssets.d.ts +0 -74
- package/getCleanRoomAssets.js +0 -52
- package/getCleanRoomAssets.js.map +0 -1
- package/getCleanRoomAutoApprovalRule.d.ts +0 -97
- package/getCleanRoomAutoApprovalRule.js +0 -32
- package/getCleanRoomAutoApprovalRule.js.map +0 -1
- package/getCleanRoomAutoApprovalRules.d.ts +0 -33
- package/getCleanRoomAutoApprovalRules.js +0 -24
- package/getCleanRoomAutoApprovalRules.js.map +0 -1
- package/getCleanRoomsCleanRoom.d.ts +0 -147
- package/getCleanRoomsCleanRoom.js +0 -64
- package/getCleanRoomsCleanRoom.js.map +0 -1
- package/getCleanRoomsCleanRooms.d.ts +0 -61
- package/getCleanRoomsCleanRooms.js +0 -52
- package/getCleanRoomsCleanRooms.js.map +0 -1
- package/getRecipientFederationPolicies.d.ts +0 -33
- package/getRecipientFederationPolicies.js +0 -24
- package/getRecipientFederationPolicies.js.map +0 -1
- package/getRecipientFederationPolicy.d.ts +0 -80
- package/getRecipientFederationPolicy.js +0 -30
- package/getRecipientFederationPolicy.js.map +0 -1
- package/recipientFederationPolicy.d.ts +0 -126
- package/recipientFederationPolicy.js +0 -80
- package/recipientFederationPolicy.js.map +0 -1
package/getDatabaseInstance.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
2
|
import * as outputs from "./types/output";
|
|
4
3
|
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
5
6
|
* This data source can be used to get a single Database Instance.
|
|
6
7
|
*
|
|
7
8
|
* ## Example Usage
|
|
@@ -22,48 +23,10 @@ export declare function getDatabaseInstance(args: GetDatabaseInstanceArgs, opts?
|
|
|
22
23
|
* A collection of arguments for invoking getDatabaseInstance.
|
|
23
24
|
*/
|
|
24
25
|
export interface GetDatabaseInstanceArgs {
|
|
25
|
-
/**
|
|
26
|
-
* (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
27
|
-
*/
|
|
28
|
-
capacity?: string;
|
|
29
|
-
/**
|
|
30
|
-
* (boolean) - Whether the instance has PG native password login enabled. Defaults to true
|
|
31
|
-
*/
|
|
32
|
-
enablePgNativeLogin?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
|
|
35
|
-
*/
|
|
36
|
-
enableReadableSecondaries?: boolean;
|
|
37
26
|
/**
|
|
38
27
|
* The name of the instance. This is the unique identifier for the instance
|
|
39
28
|
*/
|
|
40
29
|
name: string;
|
|
41
|
-
/**
|
|
42
|
-
* (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
43
|
-
* 1 primary and 0 secondaries
|
|
44
|
-
*/
|
|
45
|
-
nodeCount?: number;
|
|
46
|
-
/**
|
|
47
|
-
* (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is
|
|
48
|
-
* child instance.
|
|
49
|
-
* Input: For specifying the parent instance to create a child instance. Optional.
|
|
50
|
-
* Output: Only populated if provided as input to create a child instance
|
|
51
|
-
*/
|
|
52
|
-
parentInstanceRef?: inputs.GetDatabaseInstanceParentInstanceRef;
|
|
53
|
-
/**
|
|
54
|
-
* (integer) - The retention window for the instance. This is the time window in days
|
|
55
|
-
* for which the historical data is retained. The default value is 7 days.
|
|
56
|
-
* Valid values are 2 to 35 days
|
|
57
|
-
*/
|
|
58
|
-
retentionWindowInDays?: number;
|
|
59
|
-
/**
|
|
60
|
-
* (boolean) - Whether the instance is stopped
|
|
61
|
-
*/
|
|
62
|
-
stopped?: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Workspace ID of the resource
|
|
65
|
-
*/
|
|
66
|
-
workspaceId?: string;
|
|
67
30
|
}
|
|
68
31
|
/**
|
|
69
32
|
* A collection of values returned by getDatabaseInstance.
|
|
@@ -72,7 +35,7 @@ export interface GetDatabaseInstanceResult {
|
|
|
72
35
|
/**
|
|
73
36
|
* (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
74
37
|
*/
|
|
75
|
-
readonly capacity
|
|
38
|
+
readonly capacity: string;
|
|
76
39
|
/**
|
|
77
40
|
* (list of DatabaseInstanceRef) - The refs of the child instances. This is only available if the instance is
|
|
78
41
|
* parent instance
|
|
@@ -87,43 +50,51 @@ export interface GetDatabaseInstanceResult {
|
|
|
87
50
|
*/
|
|
88
51
|
readonly creator: string;
|
|
89
52
|
/**
|
|
90
|
-
* (
|
|
91
|
-
|
|
92
|
-
|
|
53
|
+
* (list of CustomTag) - Custom tags associated with the instance. This field is only included on create and update responses
|
|
54
|
+
*/
|
|
55
|
+
readonly customTags: outputs.GetDatabaseInstanceCustomTag[];
|
|
56
|
+
/**
|
|
57
|
+
* (string, deprecated) - Deprecated. The sku of the instance; this field will always match the value of capacity
|
|
58
|
+
*/
|
|
59
|
+
readonly effectiveCapacity: string;
|
|
60
|
+
/**
|
|
61
|
+
* (list of CustomTag) - The recorded custom tags associated with the instance
|
|
62
|
+
*/
|
|
63
|
+
readonly effectiveCustomTags: outputs.GetDatabaseInstanceEffectiveCustomTag[];
|
|
64
|
+
/**
|
|
65
|
+
* (boolean) - Whether the instance has PG native password login enabled
|
|
93
66
|
*/
|
|
94
67
|
readonly effectiveEnablePgNativeLogin: boolean;
|
|
95
68
|
/**
|
|
96
|
-
* (boolean) -
|
|
97
|
-
* `enableReadableSecondaries` will only be set in Create/Update response messages if and only if the user provides the field via the request.
|
|
98
|
-
* `effectiveEnableReadableSecondaries` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
69
|
+
* (boolean) - Whether secondaries serving read-only traffic are enabled. Defaults to false
|
|
99
70
|
*/
|
|
100
71
|
readonly effectiveEnableReadableSecondaries: boolean;
|
|
101
72
|
/**
|
|
102
|
-
* (integer) -
|
|
103
|
-
*
|
|
104
|
-
* `effectiveNodeCount` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
73
|
+
* (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
74
|
+
* 1 primary and 0 secondaries
|
|
105
75
|
*/
|
|
106
76
|
readonly effectiveNodeCount: number;
|
|
107
77
|
/**
|
|
108
|
-
* (integer) -
|
|
109
|
-
*
|
|
110
|
-
* `effectiveRetentionWindowInDays` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
78
|
+
* (integer) - The retention window for the instance. This is the time window in days
|
|
79
|
+
* for which the historical data is retained
|
|
111
80
|
*/
|
|
112
81
|
readonly effectiveRetentionWindowInDays: number;
|
|
113
82
|
/**
|
|
114
|
-
* (boolean) -
|
|
115
|
-
* `stopped` will only be set in Create/Update response messages if and only if the user provides the field via the request.
|
|
116
|
-
* `effectiveStopped` on the other hand will always bet set in all response messages (Create/Update/Get/List)
|
|
83
|
+
* (boolean) - Whether the instance is stopped
|
|
117
84
|
*/
|
|
118
85
|
readonly effectiveStopped: boolean;
|
|
119
86
|
/**
|
|
120
|
-
* (
|
|
87
|
+
* (string) - The policy that is applied to the instance
|
|
88
|
+
*/
|
|
89
|
+
readonly effectiveUsagePolicyId: string;
|
|
90
|
+
/**
|
|
91
|
+
* (boolean) - Whether to enable PG native password login on the instance. Defaults to false
|
|
121
92
|
*/
|
|
122
93
|
readonly enablePgNativeLogin: boolean;
|
|
123
94
|
/**
|
|
124
95
|
* (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
|
|
125
96
|
*/
|
|
126
|
-
readonly enableReadableSecondaries
|
|
97
|
+
readonly enableReadableSecondaries: boolean;
|
|
127
98
|
/**
|
|
128
99
|
* The provider-assigned unique ID for this managed resource.
|
|
129
100
|
*/
|
|
@@ -134,16 +105,16 @@ export interface GetDatabaseInstanceResult {
|
|
|
134
105
|
readonly name: string;
|
|
135
106
|
/**
|
|
136
107
|
* (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
137
|
-
* 1 primary and 0 secondaries
|
|
108
|
+
* 1 primary and 0 secondaries. This field is input only, see effectiveNodeCount for the output
|
|
138
109
|
*/
|
|
139
|
-
readonly nodeCount
|
|
110
|
+
readonly nodeCount: number;
|
|
140
111
|
/**
|
|
141
112
|
* (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is
|
|
142
113
|
* child instance.
|
|
143
114
|
* Input: For specifying the parent instance to create a child instance. Optional.
|
|
144
115
|
* Output: Only populated if provided as input to create a child instance
|
|
145
116
|
*/
|
|
146
|
-
readonly parentInstanceRef
|
|
117
|
+
readonly parentInstanceRef: outputs.GetDatabaseInstanceParentInstanceRef;
|
|
147
118
|
/**
|
|
148
119
|
* (string) - The version of Postgres running on the instance
|
|
149
120
|
*/
|
|
@@ -162,22 +133,27 @@ export interface GetDatabaseInstanceResult {
|
|
|
162
133
|
* for which the historical data is retained. The default value is 7 days.
|
|
163
134
|
* Valid values are 2 to 35 days
|
|
164
135
|
*/
|
|
165
|
-
readonly retentionWindowInDays
|
|
136
|
+
readonly retentionWindowInDays: number;
|
|
166
137
|
/**
|
|
167
138
|
* (string) - The current state of the instance. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
|
|
168
139
|
*/
|
|
169
140
|
readonly state: string;
|
|
170
141
|
/**
|
|
171
|
-
* (boolean) - Whether the instance
|
|
142
|
+
* (boolean) - Whether to stop the instance. An input only param, see effectiveStopped for the output
|
|
172
143
|
*/
|
|
173
|
-
readonly stopped
|
|
144
|
+
readonly stopped: boolean;
|
|
174
145
|
/**
|
|
175
146
|
* (string) - Id of the ref database instance
|
|
176
147
|
*/
|
|
177
148
|
readonly uid: string;
|
|
178
|
-
|
|
149
|
+
/**
|
|
150
|
+
* (string) - The desired usage policy to associate with the instance
|
|
151
|
+
*/
|
|
152
|
+
readonly usagePolicyId: string;
|
|
179
153
|
}
|
|
180
154
|
/**
|
|
155
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
156
|
+
*
|
|
181
157
|
* This data source can be used to get a single Database Instance.
|
|
182
158
|
*
|
|
183
159
|
* ## Example Usage
|
|
@@ -198,46 +174,8 @@ export declare function getDatabaseInstanceOutput(args: GetDatabaseInstanceOutpu
|
|
|
198
174
|
* A collection of arguments for invoking getDatabaseInstance.
|
|
199
175
|
*/
|
|
200
176
|
export interface GetDatabaseInstanceOutputArgs {
|
|
201
|
-
/**
|
|
202
|
-
* (string) - The sku of the instance. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
203
|
-
*/
|
|
204
|
-
capacity?: pulumi.Input<string>;
|
|
205
|
-
/**
|
|
206
|
-
* (boolean) - Whether the instance has PG native password login enabled. Defaults to true
|
|
207
|
-
*/
|
|
208
|
-
enablePgNativeLogin?: pulumi.Input<boolean>;
|
|
209
|
-
/**
|
|
210
|
-
* (boolean) - Whether to enable secondaries to serve read-only traffic. Defaults to false
|
|
211
|
-
*/
|
|
212
|
-
enableReadableSecondaries?: pulumi.Input<boolean>;
|
|
213
177
|
/**
|
|
214
178
|
* The name of the instance. This is the unique identifier for the instance
|
|
215
179
|
*/
|
|
216
180
|
name: pulumi.Input<string>;
|
|
217
|
-
/**
|
|
218
|
-
* (integer) - The number of nodes in the instance, composed of 1 primary and 0 or more secondaries. Defaults to
|
|
219
|
-
* 1 primary and 0 secondaries
|
|
220
|
-
*/
|
|
221
|
-
nodeCount?: pulumi.Input<number>;
|
|
222
|
-
/**
|
|
223
|
-
* (DatabaseInstanceRef) - The ref of the parent instance. This is only available if the instance is
|
|
224
|
-
* child instance.
|
|
225
|
-
* Input: For specifying the parent instance to create a child instance. Optional.
|
|
226
|
-
* Output: Only populated if provided as input to create a child instance
|
|
227
|
-
*/
|
|
228
|
-
parentInstanceRef?: pulumi.Input<inputs.GetDatabaseInstanceParentInstanceRefArgs>;
|
|
229
|
-
/**
|
|
230
|
-
* (integer) - The retention window for the instance. This is the time window in days
|
|
231
|
-
* for which the historical data is retained. The default value is 7 days.
|
|
232
|
-
* Valid values are 2 to 35 days
|
|
233
|
-
*/
|
|
234
|
-
retentionWindowInDays?: pulumi.Input<number>;
|
|
235
|
-
/**
|
|
236
|
-
* (boolean) - Whether the instance is stopped
|
|
237
|
-
*/
|
|
238
|
-
stopped?: pulumi.Input<boolean>;
|
|
239
|
-
/**
|
|
240
|
-
* Workspace ID of the resource
|
|
241
|
-
*/
|
|
242
|
-
workspaceId?: pulumi.Input<string>;
|
|
243
181
|
}
|
package/getDatabaseInstance.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getDatabaseInstanceOutput = exports.getDatabaseInstance = 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
|
* This data source can be used to get a single Database Instance.
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
@@ -24,19 +26,13 @@ const utilities = require("./utilities");
|
|
|
24
26
|
function getDatabaseInstance(args, opts) {
|
|
25
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
28
|
return pulumi.runtime.invoke("databricks:index/getDatabaseInstance:getDatabaseInstance", {
|
|
27
|
-
"capacity": args.capacity,
|
|
28
|
-
"enablePgNativeLogin": args.enablePgNativeLogin,
|
|
29
|
-
"enableReadableSecondaries": args.enableReadableSecondaries,
|
|
30
29
|
"name": args.name,
|
|
31
|
-
"nodeCount": args.nodeCount,
|
|
32
|
-
"parentInstanceRef": args.parentInstanceRef,
|
|
33
|
-
"retentionWindowInDays": args.retentionWindowInDays,
|
|
34
|
-
"stopped": args.stopped,
|
|
35
|
-
"workspaceId": args.workspaceId,
|
|
36
30
|
}, opts);
|
|
37
31
|
}
|
|
38
32
|
exports.getDatabaseInstance = getDatabaseInstance;
|
|
39
33
|
/**
|
|
34
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
35
|
+
*
|
|
40
36
|
* This data source can be used to get a single Database Instance.
|
|
41
37
|
*
|
|
42
38
|
* ## Example Usage
|
|
@@ -55,15 +51,7 @@ exports.getDatabaseInstance = getDatabaseInstance;
|
|
|
55
51
|
function getDatabaseInstanceOutput(args, opts) {
|
|
56
52
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
53
|
return pulumi.runtime.invokeOutput("databricks:index/getDatabaseInstance:getDatabaseInstance", {
|
|
58
|
-
"capacity": args.capacity,
|
|
59
|
-
"enablePgNativeLogin": args.enablePgNativeLogin,
|
|
60
|
-
"enableReadableSecondaries": args.enableReadableSecondaries,
|
|
61
54
|
"name": args.name,
|
|
62
|
-
"nodeCount": args.nodeCount,
|
|
63
|
-
"parentInstanceRef": args.parentInstanceRef,
|
|
64
|
-
"retentionWindowInDays": args.retentionWindowInDays,
|
|
65
|
-
"stopped": args.stopped,
|
|
66
|
-
"workspaceId": args.workspaceId,
|
|
67
55
|
}, opts);
|
|
68
56
|
}
|
|
69
57
|
exports.getDatabaseInstanceOutput = getDatabaseInstanceOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDatabaseInstance.js","sourceRoot":"","sources":["../getDatabaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getDatabaseInstance.js","sourceRoot":"","sources":["../getDatabaseInstance.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAuID;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
4
6
|
* This data source can be used to fetch the list of Database Instances within the workspace.
|
|
5
7
|
* The list can then be accessed via the data object's `databaseInstances` field.
|
|
6
8
|
*
|
|
@@ -22,9 +24,9 @@ export declare function getDatabaseInstances(args?: GetDatabaseInstancesArgs, op
|
|
|
22
24
|
*/
|
|
23
25
|
export interface GetDatabaseInstancesArgs {
|
|
24
26
|
/**
|
|
25
|
-
*
|
|
27
|
+
* Upper bound for items returned
|
|
26
28
|
*/
|
|
27
|
-
|
|
29
|
+
pageSize?: number;
|
|
28
30
|
}
|
|
29
31
|
/**
|
|
30
32
|
* A collection of values returned by getDatabaseInstances.
|
|
@@ -35,9 +37,11 @@ export interface GetDatabaseInstancesResult {
|
|
|
35
37
|
* The provider-assigned unique ID for this managed resource.
|
|
36
38
|
*/
|
|
37
39
|
readonly id: string;
|
|
38
|
-
readonly
|
|
40
|
+
readonly pageSize?: number;
|
|
39
41
|
}
|
|
40
42
|
/**
|
|
43
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
44
|
+
*
|
|
41
45
|
* This data source can be used to fetch the list of Database Instances within the workspace.
|
|
42
46
|
* The list can then be accessed via the data object's `databaseInstances` field.
|
|
43
47
|
*
|
|
@@ -59,7 +63,7 @@ export declare function getDatabaseInstancesOutput(args?: GetDatabaseInstancesOu
|
|
|
59
63
|
*/
|
|
60
64
|
export interface GetDatabaseInstancesOutputArgs {
|
|
61
65
|
/**
|
|
62
|
-
*
|
|
66
|
+
* Upper bound for items returned
|
|
63
67
|
*/
|
|
64
|
-
|
|
68
|
+
pageSize?: pulumi.Input<number>;
|
|
65
69
|
}
|
package/getDatabaseInstances.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getDatabaseInstancesOutput = exports.getDatabaseInstances = 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
|
* This data source can be used to fetch the list of Database Instances within the workspace.
|
|
10
12
|
* The list can then be accessed via the data object's `databaseInstances` field.
|
|
11
13
|
*
|
|
@@ -25,11 +27,13 @@ function getDatabaseInstances(args, opts) {
|
|
|
25
27
|
args = args || {};
|
|
26
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
29
|
return pulumi.runtime.invoke("databricks:index/getDatabaseInstances:getDatabaseInstances", {
|
|
28
|
-
"
|
|
30
|
+
"pageSize": args.pageSize,
|
|
29
31
|
}, opts);
|
|
30
32
|
}
|
|
31
33
|
exports.getDatabaseInstances = getDatabaseInstances;
|
|
32
34
|
/**
|
|
35
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
36
|
+
*
|
|
33
37
|
* This data source can be used to fetch the list of Database Instances within the workspace.
|
|
34
38
|
* The list can then be accessed via the data object's `databaseInstances` field.
|
|
35
39
|
*
|
|
@@ -49,7 +53,7 @@ function getDatabaseInstancesOutput(args, opts) {
|
|
|
49
53
|
args = args || {};
|
|
50
54
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
55
|
return pulumi.runtime.invokeOutput("databricks:index/getDatabaseInstances:getDatabaseInstances", {
|
|
52
|
-
"
|
|
56
|
+
"pageSize": args.pageSize,
|
|
53
57
|
}, opts);
|
|
54
58
|
}
|
|
55
59
|
exports.getDatabaseInstancesOutput = getDatabaseInstancesOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDatabaseInstances.js","sourceRoot":"","sources":["../getDatabaseInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getDatabaseInstances.js","sourceRoot":"","sources":["../getDatabaseInstances.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAuBD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
2
|
import * as outputs from "./types/output";
|
|
4
3
|
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
5
6
|
* This data source can be used to get a single Synced Database Table.
|
|
6
7
|
*
|
|
7
8
|
* ## Example Usage
|
|
@@ -22,29 +23,10 @@ export declare function getDatabaseSyncedDatabaseTable(args: GetDatabaseSyncedDa
|
|
|
22
23
|
* A collection of arguments for invoking getDatabaseSyncedDatabaseTable.
|
|
23
24
|
*/
|
|
24
25
|
export interface GetDatabaseSyncedDatabaseTableArgs {
|
|
25
|
-
/**
|
|
26
|
-
* (string) - Name of the target database instance. This is required when creating synced database tables in standard catalogs.
|
|
27
|
-
* This is optional when creating synced database tables in registered catalogs. If this field is specified
|
|
28
|
-
* when creating synced database tables in registered catalogs, the database instance name MUST
|
|
29
|
-
* match that of the registered catalog (or the request will be rejected)
|
|
30
|
-
*/
|
|
31
|
-
databaseInstanceName?: string;
|
|
32
|
-
/**
|
|
33
|
-
* (string) - Target Postgres database object (logical database) name for this table.
|
|
34
|
-
*/
|
|
35
|
-
logicalDatabaseName?: string;
|
|
36
26
|
/**
|
|
37
27
|
* Full three-part (catalog, schema, table) name of the table
|
|
38
28
|
*/
|
|
39
29
|
name: string;
|
|
40
|
-
/**
|
|
41
|
-
* (SyncedTableSpec)
|
|
42
|
-
*/
|
|
43
|
-
spec?: inputs.GetDatabaseSyncedDatabaseTableSpec;
|
|
44
|
-
/**
|
|
45
|
-
* Workspace ID of the resource
|
|
46
|
-
*/
|
|
47
|
-
workspaceId?: string;
|
|
48
30
|
}
|
|
49
31
|
/**
|
|
50
32
|
* A collection of values returned by getDatabaseSyncedDatabaseTable.
|
|
@@ -85,16 +67,17 @@ export interface GetDatabaseSyncedDatabaseTableResult {
|
|
|
85
67
|
/**
|
|
86
68
|
* (SyncedTableSpec)
|
|
87
69
|
*/
|
|
88
|
-
readonly spec
|
|
70
|
+
readonly spec: outputs.GetDatabaseSyncedDatabaseTableSpec;
|
|
89
71
|
/**
|
|
90
72
|
* (string) - The provisioning state of the synced table entity in Unity Catalog. This is distinct from the
|
|
91
73
|
* state of the data synchronization pipeline (i.e. the table may be in "ACTIVE" but the pipeline
|
|
92
74
|
* may be in "PROVISIONING" as it runs asynchronously). Possible values are: `ACTIVE`, `DEGRADED`, `DELETING`, `FAILED`, `PROVISIONING`, `UPDATING`
|
|
93
75
|
*/
|
|
94
76
|
readonly unityCatalogProvisioningState: string;
|
|
95
|
-
readonly workspaceId?: string;
|
|
96
77
|
}
|
|
97
78
|
/**
|
|
79
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
80
|
+
*
|
|
98
81
|
* This data source can be used to get a single Synced Database Table.
|
|
99
82
|
*
|
|
100
83
|
* ## Example Usage
|
|
@@ -115,27 +98,8 @@ export declare function getDatabaseSyncedDatabaseTableOutput(args: GetDatabaseSy
|
|
|
115
98
|
* A collection of arguments for invoking getDatabaseSyncedDatabaseTable.
|
|
116
99
|
*/
|
|
117
100
|
export interface GetDatabaseSyncedDatabaseTableOutputArgs {
|
|
118
|
-
/**
|
|
119
|
-
* (string) - Name of the target database instance. This is required when creating synced database tables in standard catalogs.
|
|
120
|
-
* This is optional when creating synced database tables in registered catalogs. If this field is specified
|
|
121
|
-
* when creating synced database tables in registered catalogs, the database instance name MUST
|
|
122
|
-
* match that of the registered catalog (or the request will be rejected)
|
|
123
|
-
*/
|
|
124
|
-
databaseInstanceName?: pulumi.Input<string>;
|
|
125
|
-
/**
|
|
126
|
-
* (string) - Target Postgres database object (logical database) name for this table.
|
|
127
|
-
*/
|
|
128
|
-
logicalDatabaseName?: pulumi.Input<string>;
|
|
129
101
|
/**
|
|
130
102
|
* Full three-part (catalog, schema, table) name of the table
|
|
131
103
|
*/
|
|
132
104
|
name: pulumi.Input<string>;
|
|
133
|
-
/**
|
|
134
|
-
* (SyncedTableSpec)
|
|
135
|
-
*/
|
|
136
|
-
spec?: pulumi.Input<inputs.GetDatabaseSyncedDatabaseTableSpecArgs>;
|
|
137
|
-
/**
|
|
138
|
-
* Workspace ID of the resource
|
|
139
|
-
*/
|
|
140
|
-
workspaceId?: pulumi.Input<string>;
|
|
141
105
|
}
|
|
@@ -6,6 +6,8 @@ exports.getDatabaseSyncedDatabaseTableOutput = exports.getDatabaseSyncedDatabase
|
|
|
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
|
* This data source can be used to get a single Synced Database Table.
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
@@ -24,15 +26,13 @@ const utilities = require("./utilities");
|
|
|
24
26
|
function getDatabaseSyncedDatabaseTable(args, opts) {
|
|
25
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
28
|
return pulumi.runtime.invoke("databricks:index/getDatabaseSyncedDatabaseTable:getDatabaseSyncedDatabaseTable", {
|
|
27
|
-
"databaseInstanceName": args.databaseInstanceName,
|
|
28
|
-
"logicalDatabaseName": args.logicalDatabaseName,
|
|
29
29
|
"name": args.name,
|
|
30
|
-
"spec": args.spec,
|
|
31
|
-
"workspaceId": args.workspaceId,
|
|
32
30
|
}, opts);
|
|
33
31
|
}
|
|
34
32
|
exports.getDatabaseSyncedDatabaseTable = getDatabaseSyncedDatabaseTable;
|
|
35
33
|
/**
|
|
34
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
35
|
+
*
|
|
36
36
|
* This data source can be used to get a single Synced Database Table.
|
|
37
37
|
*
|
|
38
38
|
* ## Example Usage
|
|
@@ -51,11 +51,7 @@ exports.getDatabaseSyncedDatabaseTable = getDatabaseSyncedDatabaseTable;
|
|
|
51
51
|
function getDatabaseSyncedDatabaseTableOutput(args, opts) {
|
|
52
52
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
53
|
return pulumi.runtime.invokeOutput("databricks:index/getDatabaseSyncedDatabaseTable:getDatabaseSyncedDatabaseTable", {
|
|
54
|
-
"databaseInstanceName": args.databaseInstanceName,
|
|
55
|
-
"logicalDatabaseName": args.logicalDatabaseName,
|
|
56
54
|
"name": args.name,
|
|
57
|
-
"spec": args.spec,
|
|
58
|
-
"workspaceId": args.workspaceId,
|
|
59
55
|
}, opts);
|
|
60
56
|
}
|
|
61
57
|
exports.getDatabaseSyncedDatabaseTableOutput = getDatabaseSyncedDatabaseTableOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDatabaseSyncedDatabaseTable.js","sourceRoot":"","sources":["../getDatabaseSyncedDatabaseTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getDatabaseSyncedDatabaseTable.js","sourceRoot":"","sources":["../getDatabaseSyncedDatabaseTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC;AA2DD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAAiC;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oFAKC"}
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDatabaseSyncedDatabaseTables(args: GetDatabaseSyncedDatabaseTablesArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseSyncedDatabaseTablesResult>;
|
|
4
7
|
/**
|
|
5
8
|
* A collection of arguments for invoking getDatabaseSyncedDatabaseTables.
|
|
6
9
|
*/
|
|
7
10
|
export interface GetDatabaseSyncedDatabaseTablesArgs {
|
|
8
11
|
/**
|
|
9
|
-
*
|
|
12
|
+
* Name of the instance to get synced tables for
|
|
13
|
+
*/
|
|
14
|
+
instanceName: string;
|
|
15
|
+
/**
|
|
16
|
+
* Upper bound for items returned
|
|
10
17
|
*/
|
|
11
|
-
|
|
18
|
+
pageSize?: number;
|
|
12
19
|
}
|
|
13
20
|
/**
|
|
14
21
|
* A collection of values returned by getDatabaseSyncedDatabaseTables.
|
|
@@ -18,16 +25,24 @@ export interface GetDatabaseSyncedDatabaseTablesResult {
|
|
|
18
25
|
* The provider-assigned unique ID for this managed resource.
|
|
19
26
|
*/
|
|
20
27
|
readonly id: string;
|
|
28
|
+
readonly instanceName: string;
|
|
29
|
+
readonly pageSize?: number;
|
|
21
30
|
readonly syncedTables: outputs.GetDatabaseSyncedDatabaseTablesSyncedTable[];
|
|
22
|
-
readonly workspaceId?: string;
|
|
23
31
|
}
|
|
24
|
-
|
|
32
|
+
/**
|
|
33
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
34
|
+
*/
|
|
35
|
+
export declare function getDatabaseSyncedDatabaseTablesOutput(args: GetDatabaseSyncedDatabaseTablesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDatabaseSyncedDatabaseTablesResult>;
|
|
25
36
|
/**
|
|
26
37
|
* A collection of arguments for invoking getDatabaseSyncedDatabaseTables.
|
|
27
38
|
*/
|
|
28
39
|
export interface GetDatabaseSyncedDatabaseTablesOutputArgs {
|
|
29
40
|
/**
|
|
30
|
-
*
|
|
41
|
+
* Name of the instance to get synced tables for
|
|
42
|
+
*/
|
|
43
|
+
instanceName: pulumi.Input<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Upper bound for items returned
|
|
31
46
|
*/
|
|
32
|
-
|
|
47
|
+
pageSize?: pulumi.Input<number>;
|
|
33
48
|
}
|
|
@@ -5,19 +5,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getDatabaseSyncedDatabaseTablesOutput = exports.getDatabaseSyncedDatabaseTables = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*/
|
|
8
11
|
function getDatabaseSyncedDatabaseTables(args, opts) {
|
|
9
|
-
args = args || {};
|
|
10
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
11
13
|
return pulumi.runtime.invoke("databricks:index/getDatabaseSyncedDatabaseTables:getDatabaseSyncedDatabaseTables", {
|
|
12
|
-
"
|
|
14
|
+
"instanceName": args.instanceName,
|
|
15
|
+
"pageSize": args.pageSize,
|
|
13
16
|
}, opts);
|
|
14
17
|
}
|
|
15
18
|
exports.getDatabaseSyncedDatabaseTables = getDatabaseSyncedDatabaseTables;
|
|
19
|
+
/**
|
|
20
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
21
|
+
*/
|
|
16
22
|
function getDatabaseSyncedDatabaseTablesOutput(args, opts) {
|
|
17
|
-
args = args || {};
|
|
18
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
24
|
return pulumi.runtime.invokeOutput("databricks:index/getDatabaseSyncedDatabaseTables:getDatabaseSyncedDatabaseTables", {
|
|
20
|
-
"
|
|
25
|
+
"instanceName": args.instanceName,
|
|
26
|
+
"pageSize": args.pageSize,
|
|
21
27
|
}, opts);
|
|
22
28
|
}
|
|
23
29
|
exports.getDatabaseSyncedDatabaseTablesOutput = getDatabaseSyncedDatabaseTablesOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDatabaseSyncedDatabaseTables.js","sourceRoot":"","sources":["../getDatabaseSyncedDatabaseTables.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,+BAA+B,CAAC,
|
|
1
|
+
{"version":3,"file":"getDatabaseSyncedDatabaseTables.js","sourceRoot":"","sources":["../getDatabaseSyncedDatabaseTables.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC;AA4BD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAAiC;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sFAMC"}
|
package/getDirectory.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* This data source allows to get information about a directory in a Databricks Workspace.
|
|
4
6
|
*
|
|
@@ -29,6 +31,10 @@ export interface GetDirectoryArgs {
|
|
|
29
31
|
* Path to a directory in the workspace
|
|
30
32
|
*/
|
|
31
33
|
path: string;
|
|
34
|
+
/**
|
|
35
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
36
|
+
*/
|
|
37
|
+
providerConfig?: inputs.GetDirectoryProviderConfig;
|
|
32
38
|
/**
|
|
33
39
|
* path on Workspace File System (WSFS) in form of `/Workspace` + `path`
|
|
34
40
|
*/
|
|
@@ -44,6 +50,7 @@ export interface GetDirectoryResult {
|
|
|
44
50
|
*/
|
|
45
51
|
readonly objectId: number;
|
|
46
52
|
readonly path: string;
|
|
53
|
+
readonly providerConfig?: outputs.GetDirectoryProviderConfig;
|
|
47
54
|
/**
|
|
48
55
|
* path on Workspace File System (WSFS) in form of `/Workspace` + `path`
|
|
49
56
|
*/
|
|
@@ -79,6 +86,10 @@ export interface GetDirectoryOutputArgs {
|
|
|
79
86
|
* Path to a directory in the workspace
|
|
80
87
|
*/
|
|
81
88
|
path: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Configure the provider for management through account provider. This block consists of the following fields:
|
|
91
|
+
*/
|
|
92
|
+
providerConfig?: pulumi.Input<inputs.GetDirectoryProviderConfigArgs>;
|
|
82
93
|
/**
|
|
83
94
|
* path on Workspace File System (WSFS) in form of `/Workspace` + `path`
|
|
84
95
|
*/
|
package/getDirectory.js
CHANGED
|
@@ -27,6 +27,7 @@ function getDirectory(args, opts) {
|
|
|
27
27
|
"id": args.id,
|
|
28
28
|
"objectId": args.objectId,
|
|
29
29
|
"path": args.path,
|
|
30
|
+
"providerConfig": args.providerConfig,
|
|
30
31
|
"workspacePath": args.workspacePath,
|
|
31
32
|
}, opts);
|
|
32
33
|
}
|
|
@@ -53,6 +54,7 @@ function getDirectoryOutput(args, opts) {
|
|
|
53
54
|
"id": args.id,
|
|
54
55
|
"objectId": args.objectId,
|
|
55
56
|
"path": args.path,
|
|
57
|
+
"providerConfig": args.providerConfig,
|
|
56
58
|
"workspacePath": args.workspacePath,
|
|
57
59
|
}, opts);
|
|
58
60
|
}
|