@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
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.FeatureEngineeringMaterializedFeature = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
14
|
+
*
|
|
15
|
+
* hcl
|
|
16
|
+
*
|
|
17
|
+
* import {
|
|
18
|
+
*
|
|
19
|
+
* id = "materialized_feature_id"
|
|
20
|
+
*
|
|
21
|
+
* to = databricks_feature_engineering_materialized_feature.this
|
|
22
|
+
*
|
|
23
|
+
* }
|
|
24
|
+
*
|
|
25
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import databricks:index/featureEngineeringMaterializedFeature:FeatureEngineeringMaterializedFeature this "materialized_feature_id"
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
class FeatureEngineeringMaterializedFeature extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing FeatureEngineeringMaterializedFeature resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name, id, state, opts) {
|
|
42
|
+
return new FeatureEngineeringMaterializedFeature(name, state, { ...opts, id: id });
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of FeatureEngineeringMaterializedFeature. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj) {
|
|
49
|
+
if (obj === undefined || obj === null) {
|
|
50
|
+
return false;
|
|
51
|
+
}
|
|
52
|
+
return obj['__pulumiType'] === FeatureEngineeringMaterializedFeature.__pulumiType;
|
|
53
|
+
}
|
|
54
|
+
constructor(name, argsOrState, opts) {
|
|
55
|
+
let resourceInputs = {};
|
|
56
|
+
opts = opts || {};
|
|
57
|
+
if (opts.id) {
|
|
58
|
+
const state = argsOrState;
|
|
59
|
+
resourceInputs["featureName"] = state?.featureName;
|
|
60
|
+
resourceInputs["lastMaterializationTime"] = state?.lastMaterializationTime;
|
|
61
|
+
resourceInputs["materializedFeatureId"] = state?.materializedFeatureId;
|
|
62
|
+
resourceInputs["offlineStoreConfig"] = state?.offlineStoreConfig;
|
|
63
|
+
resourceInputs["onlineStoreConfig"] = state?.onlineStoreConfig;
|
|
64
|
+
resourceInputs["pipelineScheduleState"] = state?.pipelineScheduleState;
|
|
65
|
+
resourceInputs["tableName"] = state?.tableName;
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
const args = argsOrState;
|
|
69
|
+
if (args?.featureName === undefined && !opts.urn) {
|
|
70
|
+
throw new Error("Missing required property 'featureName'");
|
|
71
|
+
}
|
|
72
|
+
resourceInputs["featureName"] = args?.featureName;
|
|
73
|
+
resourceInputs["offlineStoreConfig"] = args?.offlineStoreConfig;
|
|
74
|
+
resourceInputs["onlineStoreConfig"] = args?.onlineStoreConfig;
|
|
75
|
+
resourceInputs["pipelineScheduleState"] = args?.pipelineScheduleState;
|
|
76
|
+
resourceInputs["lastMaterializationTime"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["materializedFeatureId"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["tableName"] = undefined /*out*/;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
super(FeatureEngineeringMaterializedFeature.__pulumiType, name, resourceInputs, opts);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.FeatureEngineeringMaterializedFeature = FeatureEngineeringMaterializedFeature;
|
|
85
|
+
/** @internal */
|
|
86
|
+
FeatureEngineeringMaterializedFeature.__pulumiType = 'databricks:index/featureEngineeringMaterializedFeature:FeatureEngineeringMaterializedFeature';
|
|
87
|
+
//# sourceMappingURL=featureEngineeringMaterializedFeature.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"featureEngineeringMaterializedFeature.js","sourceRoot":"","sources":["../featureEngineeringMaterializedFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,qCAAsC,SAAQ,MAAM,CAAC,cAAc;IAC5E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkD,EAAE,IAAmC;QAChJ,OAAO,IAAI,qCAAqC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5F,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,qCAAqC,CAAC,YAAY,CAAC;IACtF,CAAC;IAkCD,YAAY,IAAY,EAAE,WAAoG,EAAE,IAAmC;QAC/J,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqE,CAAC;YACpF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoE,CAAC;YAClF,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qCAAqC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1F,CAAC;;AAvFL,sFAwFC;AA1EG,gBAAgB;AACO,kDAAY,GAAG,8FAA8F,CAAC"}
|
|
@@ -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 account federation policies.
|
|
5
7
|
*
|
|
6
8
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -16,7 +18,13 @@ import * as outputs from "./types/output";
|
|
|
16
18
|
* const all = databricks.getAccountFederationPolicies({});
|
|
17
19
|
* ```
|
|
18
20
|
*/
|
|
19
|
-
export declare function getAccountFederationPolicies(opts?: pulumi.InvokeOptions): Promise<GetAccountFederationPoliciesResult>;
|
|
21
|
+
export declare function getAccountFederationPolicies(args?: GetAccountFederationPoliciesArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountFederationPoliciesResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getAccountFederationPolicies.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetAccountFederationPoliciesArgs {
|
|
26
|
+
pageSize?: number;
|
|
27
|
+
}
|
|
20
28
|
/**
|
|
21
29
|
* A collection of values returned by getAccountFederationPolicies.
|
|
22
30
|
*/
|
|
@@ -25,9 +33,12 @@ export interface GetAccountFederationPoliciesResult {
|
|
|
25
33
|
* The provider-assigned unique ID for this managed resource.
|
|
26
34
|
*/
|
|
27
35
|
readonly id: string;
|
|
36
|
+
readonly pageSize?: number;
|
|
28
37
|
readonly policies: outputs.GetAccountFederationPoliciesPolicy[];
|
|
29
38
|
}
|
|
30
39
|
/**
|
|
40
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
41
|
+
*
|
|
31
42
|
* This data source can be used to fetch the list of account federation policies.
|
|
32
43
|
*
|
|
33
44
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -43,4 +54,10 @@ export interface GetAccountFederationPoliciesResult {
|
|
|
43
54
|
* const all = databricks.getAccountFederationPolicies({});
|
|
44
55
|
* ```
|
|
45
56
|
*/
|
|
46
|
-
export declare function getAccountFederationPoliciesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountFederationPoliciesResult>;
|
|
57
|
+
export declare function getAccountFederationPoliciesOutput(args?: GetAccountFederationPoliciesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountFederationPoliciesResult>;
|
|
58
|
+
/**
|
|
59
|
+
* A collection of arguments for invoking getAccountFederationPolicies.
|
|
60
|
+
*/
|
|
61
|
+
export interface GetAccountFederationPoliciesOutputArgs {
|
|
62
|
+
pageSize?: pulumi.Input<number>;
|
|
63
|
+
}
|
|
@@ -6,6 +6,8 @@ exports.getAccountFederationPoliciesOutput = exports.getAccountFederationPolicie
|
|
|
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 account federation policies.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -21,12 +23,17 @@ const utilities = require("./utilities");
|
|
|
21
23
|
* const all = databricks.getAccountFederationPolicies({});
|
|
22
24
|
* ```
|
|
23
25
|
*/
|
|
24
|
-
function getAccountFederationPolicies(opts) {
|
|
26
|
+
function getAccountFederationPolicies(args, opts) {
|
|
27
|
+
args = args || {};
|
|
25
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
-
return pulumi.runtime.invoke("databricks:index/getAccountFederationPolicies:getAccountFederationPolicies", {
|
|
29
|
+
return pulumi.runtime.invoke("databricks:index/getAccountFederationPolicies:getAccountFederationPolicies", {
|
|
30
|
+
"pageSize": args.pageSize,
|
|
31
|
+
}, opts);
|
|
27
32
|
}
|
|
28
33
|
exports.getAccountFederationPolicies = getAccountFederationPolicies;
|
|
29
34
|
/**
|
|
35
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
36
|
+
*
|
|
30
37
|
* This data source can be used to fetch the list of account federation policies.
|
|
31
38
|
*
|
|
32
39
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -42,9 +49,12 @@ exports.getAccountFederationPolicies = getAccountFederationPolicies;
|
|
|
42
49
|
* const all = databricks.getAccountFederationPolicies({});
|
|
43
50
|
* ```
|
|
44
51
|
*/
|
|
45
|
-
function getAccountFederationPoliciesOutput(opts) {
|
|
52
|
+
function getAccountFederationPoliciesOutput(args, opts) {
|
|
53
|
+
args = args || {};
|
|
46
54
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
-
return pulumi.runtime.invokeOutput("databricks:index/getAccountFederationPolicies:getAccountFederationPolicies", {
|
|
55
|
+
return pulumi.runtime.invokeOutput("databricks:index/getAccountFederationPolicies:getAccountFederationPolicies", {
|
|
56
|
+
"pageSize": args.pageSize,
|
|
57
|
+
}, opts);
|
|
48
58
|
}
|
|
49
59
|
exports.getAccountFederationPoliciesOutput = getAccountFederationPoliciesOutput;
|
|
50
60
|
//# sourceMappingURL=getAccountFederationPolicies.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountFederationPolicies.js","sourceRoot":"","sources":["../getAccountFederationPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountFederationPolicies.js","sourceRoot":"","sources":["../getAccountFederationPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,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,4EAA4E,EAAE;QACvG,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;AAoBD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,kCAAkC,CAAC,IAA6C,EAAE,IAAiC;IAC/H,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,4EAA4E,EAAE;QAC7G,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC"}
|
|
@@ -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 account federation policy.
|
|
6
7
|
*
|
|
7
8
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -10,27 +11,15 @@ import * as outputs from "./types/output";
|
|
|
10
11
|
*
|
|
11
12
|
* Referring to an account federation policy by id:
|
|
12
13
|
*/
|
|
13
|
-
export declare function getAccountFederationPolicy(args
|
|
14
|
+
export declare function getAccountFederationPolicy(args: GetAccountFederationPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountFederationPolicyResult>;
|
|
14
15
|
/**
|
|
15
16
|
* A collection of arguments for invoking getAccountFederationPolicy.
|
|
16
17
|
*/
|
|
17
18
|
export interface GetAccountFederationPolicyArgs {
|
|
18
19
|
/**
|
|
19
|
-
*
|
|
20
|
-
*/
|
|
21
|
-
description?: string;
|
|
22
|
-
/**
|
|
23
|
-
* (OidcFederationPolicy)
|
|
24
|
-
*/
|
|
25
|
-
oidcPolicy?: inputs.GetAccountFederationPolicyOidcPolicy;
|
|
26
|
-
/**
|
|
27
|
-
* The ID of the federation policy
|
|
28
|
-
*/
|
|
29
|
-
policyId?: string;
|
|
30
|
-
/**
|
|
31
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
20
|
+
* The ID of the federation policy. Output only
|
|
32
21
|
*/
|
|
33
|
-
|
|
22
|
+
policyId: string;
|
|
34
23
|
}
|
|
35
24
|
/**
|
|
36
25
|
* A collection of values returned by getAccountFederationPolicy.
|
|
@@ -43,7 +32,7 @@ export interface GetAccountFederationPolicyResult {
|
|
|
43
32
|
/**
|
|
44
33
|
* (string) - Description of the federation policy
|
|
45
34
|
*/
|
|
46
|
-
readonly description
|
|
35
|
+
readonly description: string;
|
|
47
36
|
/**
|
|
48
37
|
* The provider-assigned unique ID for this managed resource.
|
|
49
38
|
*/
|
|
@@ -60,13 +49,13 @@ export interface GetAccountFederationPolicyResult {
|
|
|
60
49
|
/**
|
|
61
50
|
* (OidcFederationPolicy)
|
|
62
51
|
*/
|
|
63
|
-
readonly oidcPolicy
|
|
52
|
+
readonly oidcPolicy: outputs.GetAccountFederationPolicyOidcPolicy;
|
|
64
53
|
/**
|
|
65
|
-
* (string) - The ID of the federation policy
|
|
54
|
+
* (string) - The ID of the federation policy. Output only
|
|
66
55
|
*/
|
|
67
56
|
readonly policyId: string;
|
|
68
57
|
/**
|
|
69
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
58
|
+
* (integer) - The service principal ID that this federation policy applies to. Output only. Only set for service principal federation policies
|
|
70
59
|
*/
|
|
71
60
|
readonly servicePrincipalId: number;
|
|
72
61
|
/**
|
|
@@ -79,6 +68,8 @@ export interface GetAccountFederationPolicyResult {
|
|
|
79
68
|
readonly updateTime: string;
|
|
80
69
|
}
|
|
81
70
|
/**
|
|
71
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
72
|
+
*
|
|
82
73
|
* This data source can be used to get a single account federation policy.
|
|
83
74
|
*
|
|
84
75
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -87,25 +78,13 @@ export interface GetAccountFederationPolicyResult {
|
|
|
87
78
|
*
|
|
88
79
|
* Referring to an account federation policy by id:
|
|
89
80
|
*/
|
|
90
|
-
export declare function getAccountFederationPolicyOutput(args
|
|
81
|
+
export declare function getAccountFederationPolicyOutput(args: GetAccountFederationPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountFederationPolicyResult>;
|
|
91
82
|
/**
|
|
92
83
|
* A collection of arguments for invoking getAccountFederationPolicy.
|
|
93
84
|
*/
|
|
94
85
|
export interface GetAccountFederationPolicyOutputArgs {
|
|
95
86
|
/**
|
|
96
|
-
*
|
|
97
|
-
*/
|
|
98
|
-
description?: pulumi.Input<string>;
|
|
99
|
-
/**
|
|
100
|
-
* (OidcFederationPolicy)
|
|
101
|
-
*/
|
|
102
|
-
oidcPolicy?: pulumi.Input<inputs.GetAccountFederationPolicyOidcPolicyArgs>;
|
|
103
|
-
/**
|
|
104
|
-
* The ID of the federation policy
|
|
105
|
-
*/
|
|
106
|
-
policyId?: pulumi.Input<string>;
|
|
107
|
-
/**
|
|
108
|
-
* (integer) - The service principal ID that this federation policy applies to. Only set for service principal federation policies
|
|
87
|
+
* The ID of the federation policy. Output only
|
|
109
88
|
*/
|
|
110
|
-
|
|
89
|
+
policyId: pulumi.Input<string>;
|
|
111
90
|
}
|
|
@@ -6,6 +6,8 @@ exports.getAccountFederationPolicyOutput = exports.getAccountFederationPolicy =
|
|
|
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 account federation policy.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -15,17 +17,15 @@ const utilities = require("./utilities");
|
|
|
15
17
|
* Referring to an account federation policy by id:
|
|
16
18
|
*/
|
|
17
19
|
function getAccountFederationPolicy(args, opts) {
|
|
18
|
-
args = args || {};
|
|
19
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
20
21
|
return pulumi.runtime.invoke("databricks:index/getAccountFederationPolicy:getAccountFederationPolicy", {
|
|
21
|
-
"description": args.description,
|
|
22
|
-
"oidcPolicy": args.oidcPolicy,
|
|
23
22
|
"policyId": args.policyId,
|
|
24
|
-
"servicePrincipalId": args.servicePrincipalId,
|
|
25
23
|
}, opts);
|
|
26
24
|
}
|
|
27
25
|
exports.getAccountFederationPolicy = getAccountFederationPolicy;
|
|
28
26
|
/**
|
|
27
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
28
|
+
*
|
|
29
29
|
* This data source can be used to get a single account federation policy.
|
|
30
30
|
*
|
|
31
31
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -35,13 +35,9 @@ exports.getAccountFederationPolicy = getAccountFederationPolicy;
|
|
|
35
35
|
* Referring to an account federation policy by id:
|
|
36
36
|
*/
|
|
37
37
|
function getAccountFederationPolicyOutput(args, opts) {
|
|
38
|
-
args = args || {};
|
|
39
38
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
40
39
|
return pulumi.runtime.invokeOutput("databricks:index/getAccountFederationPolicy:getAccountFederationPolicy", {
|
|
41
|
-
"description": args.description,
|
|
42
|
-
"oidcPolicy": args.oidcPolicy,
|
|
43
40
|
"policyId": args.policyId,
|
|
44
|
-
"servicePrincipalId": args.servicePrincipalId,
|
|
45
41
|
}, opts);
|
|
46
42
|
}
|
|
47
43
|
exports.getAccountFederationPolicyOutput = getAccountFederationPolicyOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountFederationPolicy.js","sourceRoot":"","sources":["../getAccountFederationPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountFederationPolicy.js","sourceRoot":"","sources":["../getAccountFederationPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC;AA0DD;;;;;;;;;;GAUG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC"}
|
|
@@ -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 network policies.
|
|
5
7
|
*
|
|
6
8
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -28,6 +30,8 @@ export interface GetAccountNetworkPoliciesResult {
|
|
|
28
30
|
readonly items: outputs.GetAccountNetworkPoliciesItem[];
|
|
29
31
|
}
|
|
30
32
|
/**
|
|
33
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
34
|
+
*
|
|
31
35
|
* This data source can be used to fetch the list of network policies.
|
|
32
36
|
*
|
|
33
37
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -6,6 +6,8 @@ exports.getAccountNetworkPoliciesOutput = exports.getAccountNetworkPolicies = vo
|
|
|
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 network policies.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -27,6 +29,8 @@ function getAccountNetworkPolicies(opts) {
|
|
|
27
29
|
}
|
|
28
30
|
exports.getAccountNetworkPolicies = getAccountNetworkPolicies;
|
|
29
31
|
/**
|
|
32
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
33
|
+
*
|
|
30
34
|
* This data source can be used to fetch the list of network policies.
|
|
31
35
|
*
|
|
32
36
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountNetworkPolicies.js","sourceRoot":"","sources":["../getAccountNetworkPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountNetworkPolicies.js","sourceRoot":"","sources":["../getAccountNetworkPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,yBAAyB,CAAC,IAA2B;IACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8DAIC;AAYD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,+BAA+B,CAAC,IAAiC;IAC7E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE,EAC1G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0EAIC"}
|
|
@@ -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 network policy.
|
|
6
7
|
*
|
|
7
8
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -10,23 +11,15 @@ import * as outputs from "./types/output";
|
|
|
10
11
|
*
|
|
11
12
|
* Referring to a network policy by id:
|
|
12
13
|
*/
|
|
13
|
-
export declare function getAccountNetworkPolicy(args
|
|
14
|
+
export declare function getAccountNetworkPolicy(args: GetAccountNetworkPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountNetworkPolicyResult>;
|
|
14
15
|
/**
|
|
15
16
|
* A collection of arguments for invoking getAccountNetworkPolicy.
|
|
16
17
|
*/
|
|
17
18
|
export interface GetAccountNetworkPolicyArgs {
|
|
18
|
-
/**
|
|
19
|
-
* (string) - The associated account ID for this Network Policy object
|
|
20
|
-
*/
|
|
21
|
-
accountId?: string;
|
|
22
|
-
/**
|
|
23
|
-
* (NetworkPolicyEgress) - The network policies applying for egress traffic
|
|
24
|
-
*/
|
|
25
|
-
egress?: inputs.GetAccountNetworkPolicyEgress;
|
|
26
19
|
/**
|
|
27
20
|
* The unique identifier for the network policy
|
|
28
21
|
*/
|
|
29
|
-
networkPolicyId
|
|
22
|
+
networkPolicyId: string;
|
|
30
23
|
}
|
|
31
24
|
/**
|
|
32
25
|
* A collection of values returned by getAccountNetworkPolicy.
|
|
@@ -35,11 +28,11 @@ export interface GetAccountNetworkPolicyResult {
|
|
|
35
28
|
/**
|
|
36
29
|
* (string) - The associated account ID for this Network Policy object
|
|
37
30
|
*/
|
|
38
|
-
readonly accountId
|
|
31
|
+
readonly accountId: string;
|
|
39
32
|
/**
|
|
40
33
|
* (NetworkPolicyEgress) - The network policies applying for egress traffic
|
|
41
34
|
*/
|
|
42
|
-
readonly egress
|
|
35
|
+
readonly egress: outputs.GetAccountNetworkPolicyEgress;
|
|
43
36
|
/**
|
|
44
37
|
* The provider-assigned unique ID for this managed resource.
|
|
45
38
|
*/
|
|
@@ -47,9 +40,11 @@ export interface GetAccountNetworkPolicyResult {
|
|
|
47
40
|
/**
|
|
48
41
|
* (string) - The unique identifier for the network policy
|
|
49
42
|
*/
|
|
50
|
-
readonly networkPolicyId
|
|
43
|
+
readonly networkPolicyId: string;
|
|
51
44
|
}
|
|
52
45
|
/**
|
|
46
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
47
|
+
*
|
|
53
48
|
* This data source can be used to get a single network policy.
|
|
54
49
|
*
|
|
55
50
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -58,21 +53,13 @@ export interface GetAccountNetworkPolicyResult {
|
|
|
58
53
|
*
|
|
59
54
|
* Referring to a network policy by id:
|
|
60
55
|
*/
|
|
61
|
-
export declare function getAccountNetworkPolicyOutput(args
|
|
56
|
+
export declare function getAccountNetworkPolicyOutput(args: GetAccountNetworkPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountNetworkPolicyResult>;
|
|
62
57
|
/**
|
|
63
58
|
* A collection of arguments for invoking getAccountNetworkPolicy.
|
|
64
59
|
*/
|
|
65
60
|
export interface GetAccountNetworkPolicyOutputArgs {
|
|
66
|
-
/**
|
|
67
|
-
* (string) - The associated account ID for this Network Policy object
|
|
68
|
-
*/
|
|
69
|
-
accountId?: pulumi.Input<string>;
|
|
70
|
-
/**
|
|
71
|
-
* (NetworkPolicyEgress) - The network policies applying for egress traffic
|
|
72
|
-
*/
|
|
73
|
-
egress?: pulumi.Input<inputs.GetAccountNetworkPolicyEgressArgs>;
|
|
74
61
|
/**
|
|
75
62
|
* The unique identifier for the network policy
|
|
76
63
|
*/
|
|
77
|
-
networkPolicyId
|
|
64
|
+
networkPolicyId: pulumi.Input<string>;
|
|
78
65
|
}
|
|
@@ -6,6 +6,8 @@ exports.getAccountNetworkPolicyOutput = exports.getAccountNetworkPolicy = 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 network policy.
|
|
10
12
|
*
|
|
11
13
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -15,16 +17,15 @@ const utilities = require("./utilities");
|
|
|
15
17
|
* Referring to a network policy by id:
|
|
16
18
|
*/
|
|
17
19
|
function getAccountNetworkPolicy(args, opts) {
|
|
18
|
-
args = args || {};
|
|
19
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
20
21
|
return pulumi.runtime.invoke("databricks:index/getAccountNetworkPolicy:getAccountNetworkPolicy", {
|
|
21
|
-
"accountId": args.accountId,
|
|
22
|
-
"egress": args.egress,
|
|
23
22
|
"networkPolicyId": args.networkPolicyId,
|
|
24
23
|
}, opts);
|
|
25
24
|
}
|
|
26
25
|
exports.getAccountNetworkPolicy = getAccountNetworkPolicy;
|
|
27
26
|
/**
|
|
27
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
28
|
+
*
|
|
28
29
|
* This data source can be used to get a single network policy.
|
|
29
30
|
*
|
|
30
31
|
* > **Note** This data source can only be used with an account-level provider!
|
|
@@ -34,11 +35,8 @@ exports.getAccountNetworkPolicy = getAccountNetworkPolicy;
|
|
|
34
35
|
* Referring to a network policy by id:
|
|
35
36
|
*/
|
|
36
37
|
function getAccountNetworkPolicyOutput(args, opts) {
|
|
37
|
-
args = args || {};
|
|
38
38
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
39
|
return pulumi.runtime.invokeOutput("databricks:index/getAccountNetworkPolicy:getAccountNetworkPolicy", {
|
|
40
|
-
"accountId": args.accountId,
|
|
41
|
-
"egress": args.egress,
|
|
42
40
|
"networkPolicyId": args.networkPolicyId,
|
|
43
41
|
}, opts);
|
|
44
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountNetworkPolicy.js","sourceRoot":"","sources":["../getAccountNetworkPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountNetworkPolicy.js","sourceRoot":"","sources":["../getAccountNetworkPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAiCD;;;;;;;;;;GAUG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
|