@pulumi/databricks 1.79.0-alpha.1766122666 → 1.79.0-alpha.1766202127
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/accessControlRuleSet.d.ts +46 -0
- package/accessControlRuleSet.js +43 -0
- package/accessControlRuleSet.js.map +1 -1
- package/accountSettingV2.d.ts +123 -6
- package/accountSettingV2.js.map +1 -1
- package/alertV2.d.ts +1 -1
- package/alertV2.js +1 -1
- package/app.d.ts +3 -3
- package/catalog.d.ts +1 -1
- package/credential.d.ts +3 -3
- package/dashboard.d.ts +24 -0
- package/dashboard.js +4 -0
- package/dashboard.js.map +1 -1
- package/dataQualityMonitor.d.ts +1 -1
- package/dataQualityMonitor.js +1 -1
- package/dataQualityRefresh.d.ts +1 -1
- package/dataQualityRefresh.js +1 -1
- package/featureEngineeringFeature.d.ts +5 -2
- package/featureEngineeringFeature.js +2 -3
- package/featureEngineeringFeature.js.map +1 -1
- package/featureEngineeringKafkaConfig.d.ts +149 -0
- package/featureEngineeringKafkaConfig.js +93 -0
- package/featureEngineeringKafkaConfig.js.map +1 -0
- package/featureEngineeringMaterializedFeature.d.ts +12 -0
- package/featureEngineeringMaterializedFeature.js +2 -0
- package/featureEngineeringMaterializedFeature.js.map +1 -1
- package/getAccountSettingV2.d.ts +16 -16
- package/getAlertV2.d.ts +2 -2
- package/getAlertV2.js +2 -2
- package/getAlertsV2.d.ts +2 -2
- package/getAlertsV2.js +2 -2
- package/getDataQualityMonitor.d.ts +2 -2
- package/getDataQualityMonitor.js +2 -2
- package/getDataQualityMonitors.d.ts +2 -2
- package/getDataQualityMonitors.js +2 -2
- package/getDataQualityRefresh.d.ts +2 -2
- package/getDataQualityRefresh.js +2 -2
- package/getDataQualityRefreshes.d.ts +2 -2
- package/getDataQualityRefreshes.js +2 -2
- package/getFeatureEngineeringFeature.d.ts +1 -0
- package/getFeatureEngineeringFeature.js.map +1 -1
- package/getFeatureEngineeringKafkaConfig.d.ts +70 -0
- package/getFeatureEngineeringKafkaConfig.js +28 -0
- package/getFeatureEngineeringKafkaConfig.js.map +1 -0
- package/getFeatureEngineeringKafkaConfigs.d.ts +39 -0
- package/getFeatureEngineeringKafkaConfigs.js +30 -0
- package/getFeatureEngineeringKafkaConfigs.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeature.d.ts +5 -1
- package/getFeatureEngineeringMaterializedFeature.js.map +1 -1
- package/getPolicyInfo.d.ts +40 -2
- package/getPolicyInfo.js +40 -2
- package/getPolicyInfo.js.map +1 -1
- package/getPolicyInfos.d.ts +38 -2
- package/getPolicyInfos.js +38 -2
- package/getPolicyInfos.js.map +1 -1
- package/getServicePrincipals.d.ts +17 -3
- package/getServicePrincipals.js +2 -0
- package/getServicePrincipals.js.map +1 -1
- package/getSparkVersion.d.ts +2 -2
- package/getTagPolicies.d.ts +2 -2
- package/getTagPolicies.js +2 -2
- package/getTagPolicy.d.ts +2 -2
- package/getTagPolicy.js +2 -2
- package/getUsers.d.ts +136 -0
- package/getUsers.js +104 -0
- package/getUsers.js.map +1 -0
- package/getWorkspaceEntityTagAssignment.d.ts +108 -0
- package/getWorkspaceEntityTagAssignment.js +72 -0
- package/getWorkspaceEntityTagAssignment.js.map +1 -0
- package/getWorkspaceEntityTagAssignments.d.ts +99 -0
- package/getWorkspaceEntityTagAssignments.js +68 -0
- package/getWorkspaceEntityTagAssignments.js.map +1 -0
- package/getWorkspaceSettingV2.d.ts +16 -16
- package/index.d.ts +21 -0
- package/index.js +33 -7
- package/index.js.map +1 -1
- package/lakehouseMonitor.d.ts +1 -1
- package/lakehouseMonitor.js +1 -1
- package/mwsWorkspaces.d.ts +19 -5
- package/mwsWorkspaces.js +16 -2
- package/mwsWorkspaces.js.map +1 -1
- package/package.json +2 -2
- package/pipeline.d.ts +3 -3
- package/policyInfo.d.ts +63 -1
- package/policyInfo.js +63 -1
- package/policyInfo.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +2 -2
- package/rfaAccessRequestDestinations.js +0 -3
- package/rfaAccessRequestDestinations.js.map +1 -1
- package/tagPolicy.d.ts +1 -1
- package/tagPolicy.js +1 -1
- package/types/input.d.ts +357 -35
- package/types/output.d.ts +512 -78
- package/workspaceEntityTagAssignment.d.ts +129 -0
- package/workspaceEntityTagAssignment.js +109 -0
- package/workspaceEntityTagAssignment.js.map +1 -0
- package/workspaceSettingV2.d.ts +123 -6
- package/workspaceSettingV2.js.map +1 -1
|
@@ -6,7 +6,7 @@ exports.getDataQualityRefreshesOutput = exports.getDataQualityRefreshes = 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
10
|
*
|
|
11
11
|
* This data source can be used to fetch the list of data quality refreshes on a Unity Catalog table.
|
|
12
12
|
*
|
|
@@ -47,7 +47,7 @@ function getDataQualityRefreshes(args, opts) {
|
|
|
47
47
|
}
|
|
48
48
|
exports.getDataQualityRefreshes = getDataQualityRefreshes;
|
|
49
49
|
/**
|
|
50
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
51
51
|
*
|
|
52
52
|
* This data source can be used to fetch the list of data quality refreshes on a Unity Catalog table.
|
|
53
53
|
*
|
|
@@ -41,6 +41,7 @@ export interface GetFeatureEngineeringFeatureResult {
|
|
|
41
41
|
* (list of string) - The input columns from which the feature is computed
|
|
42
42
|
*/
|
|
43
43
|
readonly inputs: string[];
|
|
44
|
+
readonly lineageContext: outputs.GetFeatureEngineeringFeatureLineageContext;
|
|
44
45
|
/**
|
|
45
46
|
* (DataSource) - The data source of the feature
|
|
46
47
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFeatureEngineeringFeature.js","sourceRoot":"","sources":["../getFeatureEngineeringFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,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;AALD,oEAKC;
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringFeature.js","sourceRoot":"","sources":["../getFeatureEngineeringFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,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;AALD,oEAKC;AAkDD;;GAEG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,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;AALD,gFAKC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFeatureEngineeringKafkaConfig(args: GetFeatureEngineeringKafkaConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetFeatureEngineeringKafkaConfigResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFeatureEngineeringKafkaConfig.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFeatureEngineeringKafkaConfigArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature.
|
|
13
|
+
* Can be distinct from topic name
|
|
14
|
+
*/
|
|
15
|
+
name: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* A collection of values returned by getFeatureEngineeringKafkaConfig.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetFeatureEngineeringKafkaConfigResult {
|
|
21
|
+
/**
|
|
22
|
+
* (AuthConfig) - Authentication configuration for connection to topics
|
|
23
|
+
*/
|
|
24
|
+
readonly authConfig: outputs.GetFeatureEngineeringKafkaConfigAuthConfig;
|
|
25
|
+
/**
|
|
26
|
+
* (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
|
|
27
|
+
*/
|
|
28
|
+
readonly bootstrapServers: string;
|
|
29
|
+
/**
|
|
30
|
+
* (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
|
|
31
|
+
*/
|
|
32
|
+
readonly extraOptions: {
|
|
33
|
+
[key: string]: string;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* The provider-assigned unique ID for this managed resource.
|
|
37
|
+
*/
|
|
38
|
+
readonly id: string;
|
|
39
|
+
/**
|
|
40
|
+
* (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
|
|
41
|
+
*/
|
|
42
|
+
readonly keySchema: outputs.GetFeatureEngineeringKafkaConfigKeySchema;
|
|
43
|
+
/**
|
|
44
|
+
* (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature.
|
|
45
|
+
* Can be distinct from topic name
|
|
46
|
+
*/
|
|
47
|
+
readonly name: string;
|
|
48
|
+
/**
|
|
49
|
+
* (SubscriptionMode) - Options to configure which Kafka topics to pull data from
|
|
50
|
+
*/
|
|
51
|
+
readonly subscriptionMode: outputs.GetFeatureEngineeringKafkaConfigSubscriptionMode;
|
|
52
|
+
/**
|
|
53
|
+
* (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
|
|
54
|
+
*/
|
|
55
|
+
readonly valueSchema: outputs.GetFeatureEngineeringKafkaConfigValueSchema;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
59
|
+
*/
|
|
60
|
+
export declare function getFeatureEngineeringKafkaConfigOutput(args: GetFeatureEngineeringKafkaConfigOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFeatureEngineeringKafkaConfigResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getFeatureEngineeringKafkaConfig.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetFeatureEngineeringKafkaConfigOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature.
|
|
67
|
+
* Can be distinct from topic name
|
|
68
|
+
*/
|
|
69
|
+
name: pulumi.Input<string>;
|
|
70
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getFeatureEngineeringKafkaConfigOutput = exports.getFeatureEngineeringKafkaConfig = 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
|
+
function getFeatureEngineeringKafkaConfig(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("databricks:index/getFeatureEngineeringKafkaConfig:getFeatureEngineeringKafkaConfig", {
|
|
14
|
+
"name": args.name,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getFeatureEngineeringKafkaConfig = getFeatureEngineeringKafkaConfig;
|
|
18
|
+
/**
|
|
19
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
20
|
+
*/
|
|
21
|
+
function getFeatureEngineeringKafkaConfigOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("databricks:index/getFeatureEngineeringKafkaConfig:getFeatureEngineeringKafkaConfig", {
|
|
24
|
+
"name": args.name,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getFeatureEngineeringKafkaConfigOutput = getFeatureEngineeringKafkaConfigOutput;
|
|
28
|
+
//# sourceMappingURL=getFeatureEngineeringKafkaConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringKafkaConfig.js","sourceRoot":"","sources":["../getFeatureEngineeringKafkaConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC;AAmDD;;GAEG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wFAKC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFeatureEngineeringKafkaConfigs(args?: GetFeatureEngineeringKafkaConfigsArgs, opts?: pulumi.InvokeOptions): Promise<GetFeatureEngineeringKafkaConfigsResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFeatureEngineeringKafkaConfigs.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFeatureEngineeringKafkaConfigsArgs {
|
|
11
|
+
/**
|
|
12
|
+
* The maximum number of results to return
|
|
13
|
+
*/
|
|
14
|
+
pageSize?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getFeatureEngineeringKafkaConfigs.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetFeatureEngineeringKafkaConfigsResult {
|
|
20
|
+
/**
|
|
21
|
+
* The provider-assigned unique ID for this managed resource.
|
|
22
|
+
*/
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly kafkaConfigs: outputs.GetFeatureEngineeringKafkaConfigsKafkaConfig[];
|
|
25
|
+
readonly pageSize?: number;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
29
|
+
*/
|
|
30
|
+
export declare function getFeatureEngineeringKafkaConfigsOutput(args?: GetFeatureEngineeringKafkaConfigsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFeatureEngineeringKafkaConfigsResult>;
|
|
31
|
+
/**
|
|
32
|
+
* A collection of arguments for invoking getFeatureEngineeringKafkaConfigs.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetFeatureEngineeringKafkaConfigsOutputArgs {
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of results to return
|
|
37
|
+
*/
|
|
38
|
+
pageSize?: pulumi.Input<number>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.getFeatureEngineeringKafkaConfigsOutput = exports.getFeatureEngineeringKafkaConfigs = 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
|
+
function getFeatureEngineeringKafkaConfigs(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("databricks:index/getFeatureEngineeringKafkaConfigs:getFeatureEngineeringKafkaConfigs", {
|
|
15
|
+
"pageSize": args.pageSize,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getFeatureEngineeringKafkaConfigs = getFeatureEngineeringKafkaConfigs;
|
|
19
|
+
/**
|
|
20
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
21
|
+
*/
|
|
22
|
+
function getFeatureEngineeringKafkaConfigsOutput(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("databricks:index/getFeatureEngineeringKafkaConfigs:getFeatureEngineeringKafkaConfigs", {
|
|
26
|
+
"pageSize": args.pageSize,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getFeatureEngineeringKafkaConfigsOutput = getFeatureEngineeringKafkaConfigsOutput;
|
|
30
|
+
//# sourceMappingURL=getFeatureEngineeringKafkaConfigs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringKafkaConfigs.js","sourceRoot":"","sources":["../getFeatureEngineeringKafkaConfigs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;IACvH,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,sFAAsF,EAAE;QACjH,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC;AAuBD;;GAEG;AACH,SAAgB,uCAAuC,CAAC,IAAkD,EAAE,IAAiC;IACzI,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,sFAAsF,EAAE;QACvH,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0FAMC"}
|
|
@@ -17,6 +17,10 @@ export interface GetFeatureEngineeringMaterializedFeatureArgs {
|
|
|
17
17
|
* A collection of values returned by getFeatureEngineeringMaterializedFeature.
|
|
18
18
|
*/
|
|
19
19
|
export interface GetFeatureEngineeringMaterializedFeatureResult {
|
|
20
|
+
/**
|
|
21
|
+
* (string) - The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
|
|
22
|
+
*/
|
|
23
|
+
readonly cronSchedule: string;
|
|
20
24
|
/**
|
|
21
25
|
* (string) - The full name of the feature in Unity Catalog
|
|
22
26
|
*/
|
|
@@ -39,7 +43,7 @@ export interface GetFeatureEngineeringMaterializedFeatureResult {
|
|
|
39
43
|
*/
|
|
40
44
|
readonly offlineStoreConfig: outputs.GetFeatureEngineeringMaterializedFeatureOfflineStoreConfig;
|
|
41
45
|
/**
|
|
42
|
-
* (
|
|
46
|
+
* (OnlineStoreConfig)
|
|
43
47
|
*/
|
|
44
48
|
readonly onlineStoreConfig: outputs.GetFeatureEngineeringMaterializedFeatureOnlineStoreConfig;
|
|
45
49
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFeatureEngineeringMaterializedFeature.js","sourceRoot":"","sources":["../getFeatureEngineeringMaterializedFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oGAAoG,EAAE;QAC/H,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4FAKC;
|
|
1
|
+
{"version":3,"file":"getFeatureEngineeringMaterializedFeature.js","sourceRoot":"","sources":["../getFeatureEngineeringMaterializedFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAA2B;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oGAAoG,EAAE;QAC/H,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4FAKC;AAsDD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,IAAwD,EAAE,IAAiC;IACtJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oGAAoG,EAAE;QACrI,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wGAKC"}
|
package/getPolicyInfo.d.ts
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
6
|
+
* Retrieves information about a specific ABAC (Attribute-Based Access Control) policy in Unity Catalog. Use this data source to query details of an existing policy by its securable type, securable name, and policy name.
|
|
7
|
+
*
|
|
8
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ### Get Policy Information
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as databricks from "@pulumi/databricks";
|
|
17
|
+
*
|
|
18
|
+
* const piiPolicy = databricks.getPolicyInfo({
|
|
19
|
+
* onSecurableType: "catalog",
|
|
20
|
+
* onSecurableFullname: "main",
|
|
21
|
+
* name: "pii_data_policy",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
5
24
|
*/
|
|
6
25
|
export declare function getPolicyInfo(args: GetPolicyInfoArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyInfoResult>;
|
|
7
26
|
/**
|
|
@@ -112,7 +131,26 @@ export interface GetPolicyInfoResult {
|
|
|
112
131
|
readonly whenCondition: string;
|
|
113
132
|
}
|
|
114
133
|
/**
|
|
115
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
135
|
+
*
|
|
136
|
+
* Retrieves information about a specific ABAC (Attribute-Based Access Control) policy in Unity Catalog. Use this data source to query details of an existing policy by its securable type, securable name, and policy name.
|
|
137
|
+
*
|
|
138
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
139
|
+
*
|
|
140
|
+
* ## Example Usage
|
|
141
|
+
*
|
|
142
|
+
* ### Get Policy Information
|
|
143
|
+
*
|
|
144
|
+
* ```typescript
|
|
145
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
146
|
+
* import * as databricks from "@pulumi/databricks";
|
|
147
|
+
*
|
|
148
|
+
* const piiPolicy = databricks.getPolicyInfo({
|
|
149
|
+
* onSecurableType: "catalog",
|
|
150
|
+
* onSecurableFullname: "main",
|
|
151
|
+
* name: "pii_data_policy",
|
|
152
|
+
* });
|
|
153
|
+
* ```
|
|
116
154
|
*/
|
|
117
155
|
export declare function getPolicyInfoOutput(args: GetPolicyInfoOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyInfoResult>;
|
|
118
156
|
/**
|
package/getPolicyInfo.js
CHANGED
|
@@ -6,7 +6,26 @@ exports.getPolicyInfoOutput = exports.getPolicyInfo = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
11
|
+
* Retrieves information about a specific ABAC (Attribute-Based Access Control) policy in Unity Catalog. Use this data source to query details of an existing policy by its securable type, securable name, and policy name.
|
|
12
|
+
*
|
|
13
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ### Get Policy Information
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as databricks from "@pulumi/databricks";
|
|
22
|
+
*
|
|
23
|
+
* const piiPolicy = databricks.getPolicyInfo({
|
|
24
|
+
* onSecurableType: "catalog",
|
|
25
|
+
* onSecurableFullname: "main",
|
|
26
|
+
* name: "pii_data_policy",
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
10
29
|
*/
|
|
11
30
|
function getPolicyInfo(args, opts) {
|
|
12
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,7 +37,26 @@ function getPolicyInfo(args, opts) {
|
|
|
18
37
|
}
|
|
19
38
|
exports.getPolicyInfo = getPolicyInfo;
|
|
20
39
|
/**
|
|
21
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
41
|
+
*
|
|
42
|
+
* Retrieves information about a specific ABAC (Attribute-Based Access Control) policy in Unity Catalog. Use this data source to query details of an existing policy by its securable type, securable name, and policy name.
|
|
43
|
+
*
|
|
44
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ### Get Policy Information
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as databricks from "@pulumi/databricks";
|
|
53
|
+
*
|
|
54
|
+
* const piiPolicy = databricks.getPolicyInfo({
|
|
55
|
+
* onSecurableType: "catalog",
|
|
56
|
+
* onSecurableFullname: "main",
|
|
57
|
+
* name: "pii_data_policy",
|
|
58
|
+
* });
|
|
59
|
+
* ```
|
|
22
60
|
*/
|
|
23
61
|
function getPolicyInfoOutput(args, opts) {
|
|
24
62
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getPolicyInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicyInfo.js","sourceRoot":"","sources":["../getPolicyInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPolicyInfo.js","sourceRoot":"","sources":["../getPolicyInfo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AA8GD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}
|
package/getPolicyInfos.d.ts
CHANGED
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
|
+
*
|
|
6
|
+
* Retrieves a list of all ABAC (Attribute-Based Access Control) policies defined on a specific securable in Unity Catalog. Use this data source to query all policies for a given securable type and name.
|
|
7
|
+
*
|
|
8
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ### List All Policies on a Securable
|
|
13
|
+
*
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as databricks from "@pulumi/databricks";
|
|
17
|
+
*
|
|
18
|
+
* const catalogPolicies = databricks.getPolicyInfos({
|
|
19
|
+
* onSecurableType: "catalog",
|
|
20
|
+
* onSecurableFullname: "main",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
5
23
|
*/
|
|
6
24
|
export declare function getPolicyInfos(args: GetPolicyInfosArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyInfosResult>;
|
|
7
25
|
/**
|
|
@@ -52,7 +70,25 @@ export interface GetPolicyInfosResult {
|
|
|
52
70
|
readonly policies: outputs.GetPolicyInfosPolicy[];
|
|
53
71
|
}
|
|
54
72
|
/**
|
|
55
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
74
|
+
*
|
|
75
|
+
* Retrieves a list of all ABAC (Attribute-Based Access Control) policies defined on a specific securable in Unity Catalog. Use this data source to query all policies for a given securable type and name.
|
|
76
|
+
*
|
|
77
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
78
|
+
*
|
|
79
|
+
* ## Example Usage
|
|
80
|
+
*
|
|
81
|
+
* ### List All Policies on a Securable
|
|
82
|
+
*
|
|
83
|
+
* ```typescript
|
|
84
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
+
* import * as databricks from "@pulumi/databricks";
|
|
86
|
+
*
|
|
87
|
+
* const catalogPolicies = databricks.getPolicyInfos({
|
|
88
|
+
* onSecurableType: "catalog",
|
|
89
|
+
* onSecurableFullname: "main",
|
|
90
|
+
* });
|
|
91
|
+
* ```
|
|
56
92
|
*/
|
|
57
93
|
export declare function getPolicyInfosOutput(args: GetPolicyInfosOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPolicyInfosResult>;
|
|
58
94
|
/**
|
package/getPolicyInfos.js
CHANGED
|
@@ -6,7 +6,25 @@ exports.getPolicyInfosOutput = exports.getPolicyInfos = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
|
+
*
|
|
11
|
+
* Retrieves a list of all ABAC (Attribute-Based Access Control) policies defined on a specific securable in Unity Catalog. Use this data source to query all policies for a given securable type and name.
|
|
12
|
+
*
|
|
13
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ### List All Policies on a Securable
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as databricks from "@pulumi/databricks";
|
|
22
|
+
*
|
|
23
|
+
* const catalogPolicies = databricks.getPolicyInfos({
|
|
24
|
+
* onSecurableType: "catalog",
|
|
25
|
+
* onSecurableFullname: "main",
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
10
28
|
*/
|
|
11
29
|
function getPolicyInfos(args, opts) {
|
|
12
30
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -19,7 +37,25 @@ function getPolicyInfos(args, opts) {
|
|
|
19
37
|
}
|
|
20
38
|
exports.getPolicyInfos = getPolicyInfos;
|
|
21
39
|
/**
|
|
22
|
-
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
41
|
+
*
|
|
42
|
+
* Retrieves a list of all ABAC (Attribute-Based Access Control) policies defined on a specific securable in Unity Catalog. Use this data source to query all policies for a given securable type and name.
|
|
43
|
+
*
|
|
44
|
+
* ABAC policies provide governance for enforcing compliance through data attributes, allowing flexible and comprehensive access control based on conditions rather than specific resources.
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ### List All Policies on a Securable
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as databricks from "@pulumi/databricks";
|
|
53
|
+
*
|
|
54
|
+
* const catalogPolicies = databricks.getPolicyInfos({
|
|
55
|
+
* onSecurableType: "catalog",
|
|
56
|
+
* onSecurableFullname: "main",
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
23
59
|
*/
|
|
24
60
|
function getPolicyInfosOutput(args, opts) {
|
|
25
61
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getPolicyInfos.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicyInfos.js","sourceRoot":"","sources":["../getPolicyInfos.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPolicyInfos.js","sourceRoot":"","sources":["../getPolicyInfos.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAkDD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Retrieves `applicationIds` of all databricks.ServicePrincipal based on their `displayName`
|
|
4
6
|
*
|
|
@@ -54,20 +56,24 @@ export declare function getServicePrincipals(args?: GetServicePrincipalsArgs, op
|
|
|
54
56
|
*/
|
|
55
57
|
export interface GetServicePrincipalsArgs {
|
|
56
58
|
/**
|
|
57
|
-
* List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source
|
|
59
|
+
* List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source or from `servicePrincipals` attribute.
|
|
58
60
|
*/
|
|
59
61
|
applicationIds?: string[];
|
|
60
62
|
/**
|
|
61
63
|
* Only return databricks.ServicePrincipal display name that match the given name string
|
|
62
64
|
*/
|
|
63
65
|
displayNameContains?: string;
|
|
66
|
+
/**
|
|
67
|
+
* List of objects describing individual service principals. Each object has the following attributes:
|
|
68
|
+
*/
|
|
69
|
+
servicePrincipals?: inputs.GetServicePrincipalsServicePrincipal[];
|
|
64
70
|
}
|
|
65
71
|
/**
|
|
66
72
|
* A collection of values returned by getServicePrincipals.
|
|
67
73
|
*/
|
|
68
74
|
export interface GetServicePrincipalsResult {
|
|
69
75
|
/**
|
|
70
|
-
* List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source
|
|
76
|
+
* List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source or from `servicePrincipals` attribute.
|
|
71
77
|
*/
|
|
72
78
|
readonly applicationIds: string[];
|
|
73
79
|
readonly displayNameContains: string;
|
|
@@ -75,6 +81,10 @@ export interface GetServicePrincipalsResult {
|
|
|
75
81
|
* The provider-assigned unique ID for this managed resource.
|
|
76
82
|
*/
|
|
77
83
|
readonly id: string;
|
|
84
|
+
/**
|
|
85
|
+
* List of objects describing individual service principals. Each object has the following attributes:
|
|
86
|
+
*/
|
|
87
|
+
readonly servicePrincipals: outputs.GetServicePrincipalsServicePrincipal[];
|
|
78
88
|
}
|
|
79
89
|
/**
|
|
80
90
|
* Retrieves `applicationIds` of all databricks.ServicePrincipal based on their `displayName`
|
|
@@ -131,11 +141,15 @@ export declare function getServicePrincipalsOutput(args?: GetServicePrincipalsOu
|
|
|
131
141
|
*/
|
|
132
142
|
export interface GetServicePrincipalsOutputArgs {
|
|
133
143
|
/**
|
|
134
|
-
* List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source
|
|
144
|
+
* List of `applicationIds` of service principals. Individual service principal can be retrieved using databricks.ServicePrincipal data source or from `servicePrincipals` attribute.
|
|
135
145
|
*/
|
|
136
146
|
applicationIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
137
147
|
/**
|
|
138
148
|
* Only return databricks.ServicePrincipal display name that match the given name string
|
|
139
149
|
*/
|
|
140
150
|
displayNameContains?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* List of objects describing individual service principals. Each object has the following attributes:
|
|
153
|
+
*/
|
|
154
|
+
servicePrincipals?: pulumi.Input<pulumi.Input<inputs.GetServicePrincipalsServicePrincipalArgs>[]>;
|
|
141
155
|
}
|
package/getServicePrincipals.js
CHANGED
|
@@ -60,6 +60,7 @@ function getServicePrincipals(args, opts) {
|
|
|
60
60
|
return pulumi.runtime.invoke("databricks:index/getServicePrincipals:getServicePrincipals", {
|
|
61
61
|
"applicationIds": args.applicationIds,
|
|
62
62
|
"displayNameContains": args.displayNameContains,
|
|
63
|
+
"servicePrincipals": args.servicePrincipals,
|
|
63
64
|
}, opts);
|
|
64
65
|
}
|
|
65
66
|
exports.getServicePrincipals = getServicePrincipals;
|
|
@@ -118,6 +119,7 @@ function getServicePrincipalsOutput(args, opts) {
|
|
|
118
119
|
return pulumi.runtime.invokeOutput("databricks:index/getServicePrincipals:getServicePrincipals", {
|
|
119
120
|
"applicationIds": args.applicationIds,
|
|
120
121
|
"displayNameContains": args.displayNameContains,
|
|
122
|
+
"servicePrincipals": args.servicePrincipals,
|
|
121
123
|
}, opts);
|
|
122
124
|
}
|
|
123
125
|
exports.getServicePrincipalsOutput = getServicePrincipalsOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServicePrincipals.js","sourceRoot":"","sources":["../getServicePrincipals.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getServicePrincipals.js","sourceRoot":"","sources":["../getServicePrincipals.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AAsCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC"}
|
package/getSparkVersion.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export interface GetSparkVersionArgs {
|
|
|
96
96
|
*/
|
|
97
97
|
providerConfig?: inputs.GetSparkVersionProviderConfig;
|
|
98
98
|
/**
|
|
99
|
-
* if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.12
|
|
99
|
+
* if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.1` to select either `2.12` or `2.13` depending on the DBR version (for DBR that has both `2.12` and `2.13` flavors, `2.12` is returned by default).
|
|
100
100
|
*/
|
|
101
101
|
scala?: string;
|
|
102
102
|
/**
|
|
@@ -225,7 +225,7 @@ export interface GetSparkVersionOutputArgs {
|
|
|
225
225
|
*/
|
|
226
226
|
providerConfig?: pulumi.Input<inputs.GetSparkVersionProviderConfigArgs>;
|
|
227
227
|
/**
|
|
228
|
-
* if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.12
|
|
228
|
+
* if we should limit the search only to runtimes that are based on specific Scala version. Default to `2.1` to select either `2.12` or `2.13` depending on the DBR version (for DBR that has both `2.12` and `2.13` flavors, `2.12` is returned by default).
|
|
229
229
|
*/
|
|
230
230
|
scala?: pulumi.Input<string>;
|
|
231
231
|
/**
|
package/getTagPolicies.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as outputs from "./types/output";
|
|
|
3
3
|
/**
|
|
4
4
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
5
5
|
*
|
|
6
|
-
* This data source can be used to list all tag policies in the account.
|
|
6
|
+
* This data source can be used to list all tag policies in the account. Manage tag policy permissions using the `databricks.AccessControlRuleSet` resource.
|
|
7
7
|
*
|
|
8
8
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
9
9
|
*
|
|
@@ -45,7 +45,7 @@ export interface GetTagPoliciesResult {
|
|
|
45
45
|
/**
|
|
46
46
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
47
47
|
*
|
|
48
|
-
* This data source can be used to list all tag policies in the account.
|
|
48
|
+
* This data source can be used to list all tag policies in the account. Manage tag policy permissions using the `databricks.AccessControlRuleSet` resource.
|
|
49
49
|
*
|
|
50
50
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
51
51
|
*
|
package/getTagPolicies.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
10
10
|
*
|
|
11
|
-
* This data source can be used to list all tag policies in the account.
|
|
11
|
+
* This data source can be used to list all tag policies in the account. Manage tag policy permissions using the `databricks.AccessControlRuleSet` resource.
|
|
12
12
|
*
|
|
13
13
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
14
14
|
*
|
|
@@ -35,7 +35,7 @@ exports.getTagPolicies = getTagPolicies;
|
|
|
35
35
|
/**
|
|
36
36
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
37
|
*
|
|
38
|
-
* This data source can be used to list all tag policies in the account.
|
|
38
|
+
* This data source can be used to list all tag policies in the account. Manage tag policy permissions using the `databricks.AccessControlRuleSet` resource.
|
|
39
39
|
*
|
|
40
40
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
41
41
|
*
|