@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/getAlertsV2.d.ts
CHANGED
|
@@ -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
|
* The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
|
|
5
7
|
*
|
|
6
8
|
* You can use this data source to:
|
|
@@ -24,23 +26,22 @@ export declare function getAlertsV2(args?: GetAlertsV2Args, opts?: pulumi.Invoke
|
|
|
24
26
|
* A collection of arguments for invoking getAlertsV2.
|
|
25
27
|
*/
|
|
26
28
|
export interface GetAlertsV2Args {
|
|
27
|
-
|
|
28
|
-
* Workspace ID of the resource
|
|
29
|
-
*/
|
|
30
|
-
workspaceId?: string;
|
|
29
|
+
pageSize?: number;
|
|
31
30
|
}
|
|
32
31
|
/**
|
|
33
32
|
* A collection of values returned by getAlertsV2.
|
|
34
33
|
*/
|
|
35
34
|
export interface GetAlertsV2Result {
|
|
35
|
+
readonly alerts: outputs.GetAlertsV2Alert[];
|
|
36
36
|
/**
|
|
37
37
|
* The provider-assigned unique ID for this managed resource.
|
|
38
38
|
*/
|
|
39
39
|
readonly id: string;
|
|
40
|
-
readonly
|
|
41
|
-
readonly workspaceId?: string;
|
|
40
|
+
readonly pageSize?: number;
|
|
42
41
|
}
|
|
43
42
|
/**
|
|
43
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
44
|
+
*
|
|
44
45
|
* The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
|
|
45
46
|
*
|
|
46
47
|
* You can use this data source to:
|
|
@@ -64,8 +65,5 @@ export declare function getAlertsV2Output(args?: GetAlertsV2OutputArgs, opts?: p
|
|
|
64
65
|
* A collection of arguments for invoking getAlertsV2.
|
|
65
66
|
*/
|
|
66
67
|
export interface GetAlertsV2OutputArgs {
|
|
67
|
-
|
|
68
|
-
* Workspace ID of the resource
|
|
69
|
-
*/
|
|
70
|
-
workspaceId?: pulumi.Input<string>;
|
|
68
|
+
pageSize?: pulumi.Input<number>;
|
|
71
69
|
}
|
package/getAlertsV2.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getAlertsV2Output = exports.getAlertsV2 = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
9
11
|
* The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
|
|
10
12
|
*
|
|
11
13
|
* You can use this data source to:
|
|
@@ -28,11 +30,13 @@ function getAlertsV2(args, opts) {
|
|
|
28
30
|
args = args || {};
|
|
29
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
32
|
return pulumi.runtime.invoke("databricks:index/getAlertsV2:getAlertsV2", {
|
|
31
|
-
"
|
|
33
|
+
"pageSize": args.pageSize,
|
|
32
34
|
}, opts);
|
|
33
35
|
}
|
|
34
36
|
exports.getAlertsV2 = getAlertsV2;
|
|
35
37
|
/**
|
|
38
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
39
|
+
*
|
|
36
40
|
* The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
|
|
37
41
|
*
|
|
38
42
|
* You can use this data source to:
|
|
@@ -55,7 +59,7 @@ function getAlertsV2Output(args, opts) {
|
|
|
55
59
|
args = args || {};
|
|
56
60
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
61
|
return pulumi.runtime.invokeOutput("databricks:index/getAlertsV2:getAlertsV2", {
|
|
58
|
-
"
|
|
62
|
+
"pageSize": args.pageSize,
|
|
59
63
|
}, opts);
|
|
60
64
|
}
|
|
61
65
|
exports.getAlertsV2Output = getAlertsV2Output;
|
package/getAlertsV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAlertsV2.js","sourceRoot":"","sources":["../getAlertsV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAlertsV2.js","sourceRoot":"","sources":["../getAlertsV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAoBD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
package/getApp.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* > This data source can only be used with a workspace-level provider!
|
|
@@ -37,6 +38,7 @@ export interface GetAppArgs {
|
|
|
37
38
|
* The name of the app.
|
|
38
39
|
*/
|
|
39
40
|
name: string;
|
|
41
|
+
providerConfig?: inputs.GetAppProviderConfig;
|
|
40
42
|
}
|
|
41
43
|
/**
|
|
42
44
|
* A collection of values returned by getApp.
|
|
@@ -51,9 +53,10 @@ export interface GetAppResult {
|
|
|
51
53
|
*/
|
|
52
54
|
readonly id: string;
|
|
53
55
|
/**
|
|
54
|
-
*
|
|
56
|
+
* The name of Genie Space.
|
|
55
57
|
*/
|
|
56
58
|
readonly name: string;
|
|
59
|
+
readonly providerConfig?: outputs.GetAppProviderConfig;
|
|
57
60
|
}
|
|
58
61
|
/**
|
|
59
62
|
* > This data source can only be used with a workspace-level provider!
|
|
@@ -92,4 +95,5 @@ export interface GetAppOutputArgs {
|
|
|
92
95
|
* The name of the app.
|
|
93
96
|
*/
|
|
94
97
|
name: pulumi.Input<string>;
|
|
98
|
+
providerConfig?: pulumi.Input<inputs.GetAppProviderConfigArgs>;
|
|
95
99
|
}
|
package/getApp.js
CHANGED
|
@@ -37,6 +37,7 @@ function getApp(args, opts) {
|
|
|
37
37
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
38
38
|
return pulumi.runtime.invoke("databricks:index/getApp:getApp", {
|
|
39
39
|
"name": args.name,
|
|
40
|
+
"providerConfig": args.providerConfig,
|
|
40
41
|
}, opts);
|
|
41
42
|
}
|
|
42
43
|
exports.getApp = getApp;
|
|
@@ -72,6 +73,7 @@ function getAppOutput(args, opts) {
|
|
|
72
73
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
73
74
|
return pulumi.runtime.invokeOutput("databricks:index/getApp:getApp", {
|
|
74
75
|
"name": args.name,
|
|
76
|
+
"providerConfig": args.providerConfig,
|
|
75
77
|
}, opts);
|
|
76
78
|
}
|
|
77
79
|
exports.getAppOutput = getAppOutput;
|
package/getApp.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApp.js","sourceRoot":"","sources":["../getApp.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,MAAM,EAAE,IAAI,CAAC,IAAI;
|
|
1
|
+
{"version":3,"file":"getApp.js","sourceRoot":"","sources":["../getApp.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wBAMC;AA+BD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC"}
|
package/getApps.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
5
|
* > This data source can only be used with a workspace-level provider!
|
|
@@ -26,7 +27,13 @@ import * as outputs from "./types/output";
|
|
|
26
27
|
* * databricks.Secret to manage [secrets](https://docs.databricks.com/security/secrets/index.html#secrets-user-guide) in Databricks workspace.
|
|
27
28
|
* * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code.
|
|
28
29
|
*/
|
|
29
|
-
export declare function getApps(opts?: pulumi.InvokeOptions): Promise<GetAppsResult>;
|
|
30
|
+
export declare function getApps(args?: GetAppsArgs, opts?: pulumi.InvokeOptions): Promise<GetAppsResult>;
|
|
31
|
+
/**
|
|
32
|
+
* A collection of arguments for invoking getApps.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetAppsArgs {
|
|
35
|
+
providerConfig?: inputs.GetAppsProviderConfig;
|
|
36
|
+
}
|
|
30
37
|
/**
|
|
31
38
|
* A collection of values returned by getApps.
|
|
32
39
|
*/
|
|
@@ -36,6 +43,7 @@ export interface GetAppsResult {
|
|
|
36
43
|
* The provider-assigned unique ID for this managed resource.
|
|
37
44
|
*/
|
|
38
45
|
readonly id: string;
|
|
46
|
+
readonly providerConfig?: outputs.GetAppsProviderConfig;
|
|
39
47
|
}
|
|
40
48
|
/**
|
|
41
49
|
* > This data source can only be used with a workspace-level provider!
|
|
@@ -63,4 +71,10 @@ export interface GetAppsResult {
|
|
|
63
71
|
* * databricks.Secret to manage [secrets](https://docs.databricks.com/security/secrets/index.html#secrets-user-guide) in Databricks workspace.
|
|
64
72
|
* * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code.
|
|
65
73
|
*/
|
|
66
|
-
export declare function getAppsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAppsResult>;
|
|
74
|
+
export declare function getAppsOutput(args?: GetAppsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAppsResult>;
|
|
75
|
+
/**
|
|
76
|
+
* A collection of arguments for invoking getApps.
|
|
77
|
+
*/
|
|
78
|
+
export interface GetAppsOutputArgs {
|
|
79
|
+
providerConfig?: pulumi.Input<inputs.GetAppsProviderConfigArgs>;
|
|
80
|
+
}
|
package/getApps.js
CHANGED
|
@@ -31,9 +31,12 @@ const utilities = require("./utilities");
|
|
|
31
31
|
* * databricks.Secret to manage [secrets](https://docs.databricks.com/security/secrets/index.html#secrets-user-guide) in Databricks workspace.
|
|
32
32
|
* * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code.
|
|
33
33
|
*/
|
|
34
|
-
function getApps(opts) {
|
|
34
|
+
function getApps(args, opts) {
|
|
35
|
+
args = args || {};
|
|
35
36
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
36
|
-
return pulumi.runtime.invoke("databricks:index/getApps:getApps", {
|
|
37
|
+
return pulumi.runtime.invoke("databricks:index/getApps:getApps", {
|
|
38
|
+
"providerConfig": args.providerConfig,
|
|
39
|
+
}, opts);
|
|
37
40
|
}
|
|
38
41
|
exports.getApps = getApps;
|
|
39
42
|
/**
|
|
@@ -62,9 +65,12 @@ exports.getApps = getApps;
|
|
|
62
65
|
* * databricks.Secret to manage [secrets](https://docs.databricks.com/security/secrets/index.html#secrets-user-guide) in Databricks workspace.
|
|
63
66
|
* * databricks.Job to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code.
|
|
64
67
|
*/
|
|
65
|
-
function getAppsOutput(opts) {
|
|
68
|
+
function getAppsOutput(args, opts) {
|
|
69
|
+
args = args || {};
|
|
66
70
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
67
|
-
return pulumi.runtime.invokeOutput("databricks:index/getApps:getApps", {
|
|
71
|
+
return pulumi.runtime.invokeOutput("databricks:index/getApps:getApps", {
|
|
72
|
+
"providerConfig": args.providerConfig,
|
|
73
|
+
}, opts);
|
|
68
74
|
}
|
|
69
75
|
exports.getAppsOutput = getAppsOutput;
|
|
70
76
|
//# sourceMappingURL=getApps.js.map
|
package/getApps.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApps.js","sourceRoot":"","sources":["../getApps.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,OAAO,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getApps.js","sourceRoot":"","sources":["../getApps.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,kCAAkC,EAAE;QAC7D,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAoBD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,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,kCAAkC,EAAE;QACnE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC"}
|
|
@@ -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 Custom Template.
|
|
6
7
|
*
|
|
7
8
|
* ## Example Usage
|
|
@@ -22,35 +23,11 @@ export declare function getAppsSettingsCustomTemplate(args: GetAppsSettingsCusto
|
|
|
22
23
|
* A collection of arguments for invoking getAppsSettingsCustomTemplate.
|
|
23
24
|
*/
|
|
24
25
|
export interface GetAppsSettingsCustomTemplateArgs {
|
|
25
|
-
/**
|
|
26
|
-
* (string) - Description of the App Resource
|
|
27
|
-
*/
|
|
28
|
-
description?: string;
|
|
29
|
-
/**
|
|
30
|
-
* (string) - The Git provider of the template
|
|
31
|
-
*/
|
|
32
|
-
gitProvider: string;
|
|
33
|
-
/**
|
|
34
|
-
* (string) - The Git repository URL that the template resides in
|
|
35
|
-
*/
|
|
36
|
-
gitRepo: string;
|
|
37
|
-
/**
|
|
38
|
-
* (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
|
|
39
|
-
*/
|
|
40
|
-
manifest: inputs.GetAppsSettingsCustomTemplateManifest;
|
|
41
26
|
/**
|
|
42
27
|
* The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces.
|
|
43
28
|
* It must be unique within the workspace
|
|
44
29
|
*/
|
|
45
30
|
name: string;
|
|
46
|
-
/**
|
|
47
|
-
* (string) - The path to the template within the Git repository
|
|
48
|
-
*/
|
|
49
|
-
path: string;
|
|
50
|
-
/**
|
|
51
|
-
* Workspace ID of the resource
|
|
52
|
-
*/
|
|
53
|
-
workspaceId?: string;
|
|
54
31
|
}
|
|
55
32
|
/**
|
|
56
33
|
* A collection of values returned by getAppsSettingsCustomTemplate.
|
|
@@ -63,7 +40,7 @@ export interface GetAppsSettingsCustomTemplateResult {
|
|
|
63
40
|
/**
|
|
64
41
|
* (string) - Description of the App Resource
|
|
65
42
|
*/
|
|
66
|
-
readonly description
|
|
43
|
+
readonly description: string;
|
|
67
44
|
/**
|
|
68
45
|
* (string) - The Git provider of the template
|
|
69
46
|
*/
|
|
@@ -88,9 +65,10 @@ export interface GetAppsSettingsCustomTemplateResult {
|
|
|
88
65
|
* (string) - The path to the template within the Git repository
|
|
89
66
|
*/
|
|
90
67
|
readonly path: string;
|
|
91
|
-
readonly workspaceId?: string;
|
|
92
68
|
}
|
|
93
69
|
/**
|
|
70
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
71
|
+
*
|
|
94
72
|
* This data source can be used to get a single Custom Template.
|
|
95
73
|
*
|
|
96
74
|
* ## Example Usage
|
|
@@ -111,33 +89,9 @@ export declare function getAppsSettingsCustomTemplateOutput(args: GetAppsSetting
|
|
|
111
89
|
* A collection of arguments for invoking getAppsSettingsCustomTemplate.
|
|
112
90
|
*/
|
|
113
91
|
export interface GetAppsSettingsCustomTemplateOutputArgs {
|
|
114
|
-
/**
|
|
115
|
-
* (string) - Description of the App Resource
|
|
116
|
-
*/
|
|
117
|
-
description?: pulumi.Input<string>;
|
|
118
|
-
/**
|
|
119
|
-
* (string) - The Git provider of the template
|
|
120
|
-
*/
|
|
121
|
-
gitProvider: pulumi.Input<string>;
|
|
122
|
-
/**
|
|
123
|
-
* (string) - The Git repository URL that the template resides in
|
|
124
|
-
*/
|
|
125
|
-
gitRepo: pulumi.Input<string>;
|
|
126
|
-
/**
|
|
127
|
-
* (AppManifest) - The manifest of the template. It defines fields and default values when installing the template
|
|
128
|
-
*/
|
|
129
|
-
manifest: pulumi.Input<inputs.GetAppsSettingsCustomTemplateManifestArgs>;
|
|
130
92
|
/**
|
|
131
93
|
* The name of the template. It must contain only alphanumeric characters, hyphens, underscores, and whitespaces.
|
|
132
94
|
* It must be unique within the workspace
|
|
133
95
|
*/
|
|
134
96
|
name: pulumi.Input<string>;
|
|
135
|
-
/**
|
|
136
|
-
* (string) - The path to the template within the Git repository
|
|
137
|
-
*/
|
|
138
|
-
path: pulumi.Input<string>;
|
|
139
|
-
/**
|
|
140
|
-
* Workspace ID of the resource
|
|
141
|
-
*/
|
|
142
|
-
workspaceId?: pulumi.Input<string>;
|
|
143
97
|
}
|
|
@@ -6,6 +6,8 @@ exports.getAppsSettingsCustomTemplateOutput = exports.getAppsSettingsCustomTempl
|
|
|
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 Custom Template.
|
|
10
12
|
*
|
|
11
13
|
* ## Example Usage
|
|
@@ -24,17 +26,13 @@ const utilities = require("./utilities");
|
|
|
24
26
|
function getAppsSettingsCustomTemplate(args, opts) {
|
|
25
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
28
|
return pulumi.runtime.invoke("databricks:index/getAppsSettingsCustomTemplate:getAppsSettingsCustomTemplate", {
|
|
27
|
-
"description": args.description,
|
|
28
|
-
"gitProvider": args.gitProvider,
|
|
29
|
-
"gitRepo": args.gitRepo,
|
|
30
|
-
"manifest": args.manifest,
|
|
31
29
|
"name": args.name,
|
|
32
|
-
"path": args.path,
|
|
33
|
-
"workspaceId": args.workspaceId,
|
|
34
30
|
}, opts);
|
|
35
31
|
}
|
|
36
32
|
exports.getAppsSettingsCustomTemplate = getAppsSettingsCustomTemplate;
|
|
37
33
|
/**
|
|
34
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
35
|
+
*
|
|
38
36
|
* This data source can be used to get a single Custom Template.
|
|
39
37
|
*
|
|
40
38
|
* ## Example Usage
|
|
@@ -53,13 +51,7 @@ exports.getAppsSettingsCustomTemplate = getAppsSettingsCustomTemplate;
|
|
|
53
51
|
function getAppsSettingsCustomTemplateOutput(args, opts) {
|
|
54
52
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
55
53
|
return pulumi.runtime.invokeOutput("databricks:index/getAppsSettingsCustomTemplate:getAppsSettingsCustomTemplate", {
|
|
56
|
-
"description": args.description,
|
|
57
|
-
"gitProvider": args.gitProvider,
|
|
58
|
-
"gitRepo": args.gitRepo,
|
|
59
|
-
"manifest": args.manifest,
|
|
60
54
|
"name": args.name,
|
|
61
|
-
"path": args.path,
|
|
62
|
-
"workspaceId": args.workspaceId,
|
|
63
55
|
}, opts);
|
|
64
56
|
}
|
|
65
57
|
exports.getAppsSettingsCustomTemplateOutput = getAppsSettingsCustomTemplateOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAppsSettingsCustomTemplate.js","sourceRoot":"","sources":["../getAppsSettingsCustomTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAppsSettingsCustomTemplate.js","sourceRoot":"","sources":["../getAppsSettingsCustomTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC;AAkDD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAAiC;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kFAKC"}
|
|
@@ -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 Custom Templates within the workspace.
|
|
5
7
|
* The list can then be accessed via the data object's `templates` field.
|
|
6
8
|
*
|
|
@@ -22,9 +24,9 @@ export declare function getAppsSettingsCustomTemplates(args?: GetAppsSettingsCus
|
|
|
22
24
|
*/
|
|
23
25
|
export interface GetAppsSettingsCustomTemplatesArgs {
|
|
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 getAppsSettingsCustomTemplates.
|
|
@@ -34,10 +36,12 @@ export interface GetAppsSettingsCustomTemplatesResult {
|
|
|
34
36
|
* The provider-assigned unique ID for this managed resource.
|
|
35
37
|
*/
|
|
36
38
|
readonly id: string;
|
|
39
|
+
readonly pageSize?: number;
|
|
37
40
|
readonly templates: outputs.GetAppsSettingsCustomTemplatesTemplate[];
|
|
38
|
-
readonly workspaceId?: string;
|
|
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 Custom Templates within the workspace.
|
|
42
46
|
* The list can then be accessed via the data object's `templates` field.
|
|
43
47
|
*
|
|
@@ -59,7 +63,7 @@ export declare function getAppsSettingsCustomTemplatesOutput(args?: GetAppsSetti
|
|
|
59
63
|
*/
|
|
60
64
|
export interface GetAppsSettingsCustomTemplatesOutputArgs {
|
|
61
65
|
/**
|
|
62
|
-
*
|
|
66
|
+
* Upper bound for items returned
|
|
63
67
|
*/
|
|
64
|
-
|
|
68
|
+
pageSize?: pulumi.Input<number>;
|
|
65
69
|
}
|
|
@@ -6,6 +6,8 @@ exports.getAppsSettingsCustomTemplatesOutput = exports.getAppsSettingsCustomTemp
|
|
|
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 Custom Templates within the workspace.
|
|
10
12
|
* The list can then be accessed via the data object's `templates` field.
|
|
11
13
|
*
|
|
@@ -25,11 +27,13 @@ function getAppsSettingsCustomTemplates(args, opts) {
|
|
|
25
27
|
args = args || {};
|
|
26
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
29
|
return pulumi.runtime.invoke("databricks:index/getAppsSettingsCustomTemplates:getAppsSettingsCustomTemplates", {
|
|
28
|
-
"
|
|
30
|
+
"pageSize": args.pageSize,
|
|
29
31
|
}, opts);
|
|
30
32
|
}
|
|
31
33
|
exports.getAppsSettingsCustomTemplates = getAppsSettingsCustomTemplates;
|
|
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 Custom Templates within the workspace.
|
|
34
38
|
* The list can then be accessed via the data object's `templates` field.
|
|
35
39
|
*
|
|
@@ -49,7 +53,7 @@ function getAppsSettingsCustomTemplatesOutput(args, opts) {
|
|
|
49
53
|
args = args || {};
|
|
50
54
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
55
|
return pulumi.runtime.invokeOutput("databricks:index/getAppsSettingsCustomTemplates:getAppsSettingsCustomTemplates", {
|
|
52
|
-
"
|
|
56
|
+
"pageSize": args.pageSize,
|
|
53
57
|
}, opts);
|
|
54
58
|
}
|
|
55
59
|
exports.getAppsSettingsCustomTemplatesOutput = getAppsSettingsCustomTemplatesOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAppsSettingsCustomTemplates.js","sourceRoot":"","sources":["../getAppsSettingsCustomTemplates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAppsSettingsCustomTemplates.js","sourceRoot":"","sources":["../getAppsSettingsCustomTemplates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,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,gFAAgF,EAAE;QAC3G,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wEAMC;AAuBD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,oCAAoC,CAAC,IAA+C,EAAE,IAAiC;IACnI,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,gFAAgF,EAAE;QACjH,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oFAMC"}
|
package/getAwsBucketPolicy.d.ts
CHANGED
|
@@ -11,15 +11,15 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
11
|
* import * as aws from "@pulumi/aws";
|
|
12
12
|
* import * as databricks from "@pulumi/databricks";
|
|
13
13
|
*
|
|
14
|
-
* const
|
|
14
|
+
* const thisBucket = new aws.s3.Bucket("this", {
|
|
15
15
|
* bucket: "<unique_bucket_name>",
|
|
16
16
|
* forceDestroy: true,
|
|
17
17
|
* });
|
|
18
18
|
* const _this = databricks.getAwsBucketPolicyOutput({
|
|
19
|
-
* bucket:
|
|
19
|
+
* bucket: thisBucket.bucket,
|
|
20
20
|
* });
|
|
21
21
|
* const thisBucketPolicy = new aws.s3.BucketPolicy("this", {
|
|
22
|
-
* bucket:
|
|
22
|
+
* bucket: thisBucket.id,
|
|
23
23
|
* policy: _this.apply(_this => _this.json),
|
|
24
24
|
* });
|
|
25
25
|
* ```
|
|
@@ -85,15 +85,15 @@ export interface GetAwsBucketPolicyResult {
|
|
|
85
85
|
* import * as aws from "@pulumi/aws";
|
|
86
86
|
* import * as databricks from "@pulumi/databricks";
|
|
87
87
|
*
|
|
88
|
-
* const
|
|
88
|
+
* const thisBucket = new aws.s3.Bucket("this", {
|
|
89
89
|
* bucket: "<unique_bucket_name>",
|
|
90
90
|
* forceDestroy: true,
|
|
91
91
|
* });
|
|
92
92
|
* const _this = databricks.getAwsBucketPolicyOutput({
|
|
93
|
-
* bucket:
|
|
93
|
+
* bucket: thisBucket.bucket,
|
|
94
94
|
* });
|
|
95
95
|
* const thisBucketPolicy = new aws.s3.BucketPolicy("this", {
|
|
96
|
-
* bucket:
|
|
96
|
+
* bucket: thisBucket.id,
|
|
97
97
|
* policy: _this.apply(_this => _this.json),
|
|
98
98
|
* });
|
|
99
99
|
* ```
|
package/getAwsBucketPolicy.js
CHANGED
|
@@ -17,15 +17,15 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* import * as aws from "@pulumi/aws";
|
|
18
18
|
* import * as databricks from "@pulumi/databricks";
|
|
19
19
|
*
|
|
20
|
-
* const
|
|
20
|
+
* const thisBucket = new aws.s3.Bucket("this", {
|
|
21
21
|
* bucket: "<unique_bucket_name>",
|
|
22
22
|
* forceDestroy: true,
|
|
23
23
|
* });
|
|
24
24
|
* const _this = databricks.getAwsBucketPolicyOutput({
|
|
25
|
-
* bucket:
|
|
25
|
+
* bucket: thisBucket.bucket,
|
|
26
26
|
* });
|
|
27
27
|
* const thisBucketPolicy = new aws.s3.BucketPolicy("this", {
|
|
28
|
-
* bucket:
|
|
28
|
+
* bucket: thisBucket.id,
|
|
29
29
|
* policy: _this.apply(_this => _this.json),
|
|
30
30
|
* });
|
|
31
31
|
* ```
|
|
@@ -55,15 +55,15 @@ exports.getAwsBucketPolicy = getAwsBucketPolicy;
|
|
|
55
55
|
* import * as aws from "@pulumi/aws";
|
|
56
56
|
* import * as databricks from "@pulumi/databricks";
|
|
57
57
|
*
|
|
58
|
-
* const
|
|
58
|
+
* const thisBucket = new aws.s3.Bucket("this", {
|
|
59
59
|
* bucket: "<unique_bucket_name>",
|
|
60
60
|
* forceDestroy: true,
|
|
61
61
|
* });
|
|
62
62
|
* const _this = databricks.getAwsBucketPolicyOutput({
|
|
63
|
-
* bucket:
|
|
63
|
+
* bucket: thisBucket.bucket,
|
|
64
64
|
* });
|
|
65
65
|
* const thisBucketPolicy = new aws.s3.BucketPolicy("this", {
|
|
66
|
-
* bucket:
|
|
66
|
+
* bucket: thisBucket.id,
|
|
67
67
|
* policy: _this.apply(_this => _this.json),
|
|
68
68
|
* });
|
|
69
69
|
* ```
|
package/getBudgetPolicies.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
5
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
6
|
+
*
|
|
4
7
|
* This data source can be used to fetch the list of budget policies.
|
|
5
8
|
*
|
|
6
9
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -16,18 +19,42 @@ import * as outputs from "./types/output";
|
|
|
16
19
|
* const all = databricks.getBudgetPolicies({});
|
|
17
20
|
* ```
|
|
18
21
|
*/
|
|
19
|
-
export declare function getBudgetPolicies(opts?: pulumi.InvokeOptions): Promise<GetBudgetPoliciesResult>;
|
|
22
|
+
export declare function getBudgetPolicies(args?: GetBudgetPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetBudgetPoliciesResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getBudgetPolicies.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetBudgetPoliciesArgs {
|
|
27
|
+
/**
|
|
28
|
+
* A filter to apply to the list of policies
|
|
29
|
+
*/
|
|
30
|
+
filterBy?: inputs.GetBudgetPoliciesFilterBy;
|
|
31
|
+
/**
|
|
32
|
+
* The maximum number of budget policies to return.
|
|
33
|
+
* If unspecified, at most 100 budget policies will be returned.
|
|
34
|
+
* The maximum value is 1000; values above 1000 will be coerced to 1000
|
|
35
|
+
*/
|
|
36
|
+
pageSize?: number;
|
|
37
|
+
/**
|
|
38
|
+
* The sort specification
|
|
39
|
+
*/
|
|
40
|
+
sortSpec?: inputs.GetBudgetPoliciesSortSpec;
|
|
41
|
+
}
|
|
20
42
|
/**
|
|
21
43
|
* A collection of values returned by getBudgetPolicies.
|
|
22
44
|
*/
|
|
23
45
|
export interface GetBudgetPoliciesResult {
|
|
46
|
+
readonly filterBy?: outputs.GetBudgetPoliciesFilterBy;
|
|
24
47
|
/**
|
|
25
48
|
* The provider-assigned unique ID for this managed resource.
|
|
26
49
|
*/
|
|
27
50
|
readonly id: string;
|
|
51
|
+
readonly pageSize?: number;
|
|
28
52
|
readonly policies: outputs.GetBudgetPoliciesPolicy[];
|
|
53
|
+
readonly sortSpec?: outputs.GetBudgetPoliciesSortSpec;
|
|
29
54
|
}
|
|
30
55
|
/**
|
|
56
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
57
|
+
*
|
|
31
58
|
* This data source can be used to fetch the list of budget policies.
|
|
32
59
|
*
|
|
33
60
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -43,4 +70,23 @@ export interface GetBudgetPoliciesResult {
|
|
|
43
70
|
* const all = databricks.getBudgetPolicies({});
|
|
44
71
|
* ```
|
|
45
72
|
*/
|
|
46
|
-
export declare function getBudgetPoliciesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBudgetPoliciesResult>;
|
|
73
|
+
export declare function getBudgetPoliciesOutput(args?: GetBudgetPoliciesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBudgetPoliciesResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking getBudgetPolicies.
|
|
76
|
+
*/
|
|
77
|
+
export interface GetBudgetPoliciesOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* A filter to apply to the list of policies
|
|
80
|
+
*/
|
|
81
|
+
filterBy?: pulumi.Input<inputs.GetBudgetPoliciesFilterByArgs>;
|
|
82
|
+
/**
|
|
83
|
+
* The maximum number of budget policies to return.
|
|
84
|
+
* If unspecified, at most 100 budget policies will be returned.
|
|
85
|
+
* The maximum value is 1000; values above 1000 will be coerced to 1000
|
|
86
|
+
*/
|
|
87
|
+
pageSize?: pulumi.Input<number>;
|
|
88
|
+
/**
|
|
89
|
+
* The sort specification
|
|
90
|
+
*/
|
|
91
|
+
sortSpec?: pulumi.Input<inputs.GetBudgetPoliciesSortSpecArgs>;
|
|
92
|
+
}
|