@pulumi/databricks 1.80.0 → 1.81.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/app.d.ts +8 -0
- package/app.js +6 -0
- package/app.js.map +1 -1
- package/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/getOnlineStore.d.ts +4 -0
- package/getOnlineStore.js.map +1 -1
- package/getPostgresBranch.d.ts +69 -0
- package/getPostgresBranch.js +28 -0
- package/getPostgresBranch.js.map +1 -0
- package/getPostgresBranches.d.ts +54 -0
- package/getPostgresBranches.js +30 -0
- package/getPostgresBranches.js.map +1 -0
- package/getPostgresEndpoint.d.ts +69 -0
- package/getPostgresEndpoint.js +28 -0
- package/getPostgresEndpoint.js.map +1 -0
- package/getPostgresEndpoints.d.ts +54 -0
- package/getPostgresEndpoints.js +30 -0
- package/getPostgresEndpoints.js.map +1 -0
- package/getPostgresProject.d.ts +64 -0
- package/getPostgresProject.js +28 -0
- package/getPostgresProject.js.map +1 -0
- package/getPostgresProjects.d.ts +39 -0
- package/getPostgresProjects.js +30 -0
- package/getPostgresProjects.js.map +1 -0
- package/getRfaAccessRequestDestinations.d.ts +63 -3
- package/getRfaAccessRequestDestinations.js +30 -4
- package/getRfaAccessRequestDestinations.js.map +1 -1
- package/getTagPolicies.d.ts +16 -2
- package/getTagPolicies.js +16 -2
- package/getTagPolicies.js.map +1 -1
- package/getTagPolicy.d.ts +16 -2
- package/getTagPolicy.js +16 -2
- package/getTagPolicy.js.map +1 -1
- package/index.d.ts +28 -1
- package/index.js +38 -5
- package/index.js.map +1 -1
- package/mwsWorkspaces.d.ts +3 -3
- package/onlineStore.d.ts +12 -0
- package/onlineStore.js +2 -0
- package/onlineStore.js.map +1 -1
- package/package.json +2 -2
- package/postgresBranch.d.ts +151 -0
- package/postgresBranch.js +89 -0
- package/postgresBranch.js.map +1 -0
- package/postgresEndpoint.d.ts +151 -0
- package/postgresEndpoint.js +89 -0
- package/postgresEndpoint.js.map +1 -0
- package/postgresProject.d.ts +136 -0
- package/postgresProject.js +84 -0
- package/postgresProject.js.map +1 -0
- package/provider.d.ts +1 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +31 -5
- package/rfaAccessRequestDestinations.js +8 -2
- package/rfaAccessRequestDestinations.js.map +1 -1
- package/tagPolicy.d.ts +8 -1
- package/tagPolicy.js +8 -1
- package/tagPolicy.js.map +1 -1
- package/types/input.d.ts +412 -5
- package/types/output.d.ts +1406 -107
|
@@ -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.getPostgresProjectOutput = exports.getPostgresProject = 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 getPostgresProject(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("databricks:index/getPostgresProject:getPostgresProject", {
|
|
14
|
+
"name": args.name,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getPostgresProject = getPostgresProject;
|
|
18
|
+
/**
|
|
19
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
20
|
+
*/
|
|
21
|
+
function getPostgresProjectOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("databricks:index/getPostgresProject:getPostgresProject", {
|
|
24
|
+
"name": args.name,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getPostgresProjectOutput = getPostgresProjectOutput;
|
|
28
|
+
//# sourceMappingURL=getPostgresProject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPostgresProject.js","sourceRoot":"","sources":["../getPostgresProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AA+CD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
|
@@ -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 getPostgresProjects(args?: GetPostgresProjectsArgs, opts?: pulumi.InvokeOptions): Promise<GetPostgresProjectsResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getPostgresProjects.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetPostgresProjectsArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Upper bound for items returned
|
|
13
|
+
*/
|
|
14
|
+
pageSize?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getPostgresProjects.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetPostgresProjectsResult {
|
|
20
|
+
/**
|
|
21
|
+
* The provider-assigned unique ID for this managed resource.
|
|
22
|
+
*/
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly pageSize?: number;
|
|
25
|
+
readonly projects: outputs.GetPostgresProjectsProject[];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
29
|
+
*/
|
|
30
|
+
export declare function getPostgresProjectsOutput(args?: GetPostgresProjectsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPostgresProjectsResult>;
|
|
31
|
+
/**
|
|
32
|
+
* A collection of arguments for invoking getPostgresProjects.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetPostgresProjectsOutputArgs {
|
|
35
|
+
/**
|
|
36
|
+
* Upper bound for items returned
|
|
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.getPostgresProjectsOutput = exports.getPostgresProjects = 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 getPostgresProjects(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("databricks:index/getPostgresProjects:getPostgresProjects", {
|
|
15
|
+
"pageSize": args.pageSize,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getPostgresProjects = getPostgresProjects;
|
|
19
|
+
/**
|
|
20
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
21
|
+
*/
|
|
22
|
+
function getPostgresProjectsOutput(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("databricks:index/getPostgresProjects:getPostgresProjects", {
|
|
26
|
+
"pageSize": args.pageSize,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getPostgresProjectsOutput = getPostgresProjectsOutput;
|
|
30
|
+
//# sourceMappingURL=getPostgresProjects.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPostgresProjects.js","sourceRoot":"","sources":["../getPostgresProjects.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,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,0DAA0D,EAAE;QACrF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAuBD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;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,YAAY,CAAC,0DAA0D,EAAE;QAC3F,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
|
@@ -8,8 +8,31 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
* ## Example Usage
|
|
9
9
|
*
|
|
10
10
|
* Referring to RFA access request destinations by securable type and full name:
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as databricks from "@pulumi/databricks";
|
|
15
|
+
*
|
|
16
|
+
* const customerDataSchema = databricks.getRfaAccessRequestDestinations({
|
|
17
|
+
* securableType: "SCHEMA",
|
|
18
|
+
* fullName: "main.customer_data",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getRfaAccessRequestDestinations(args: GetRfaAccessRequestDestinationsArgs, opts?: pulumi.InvokeOptions): Promise<GetRfaAccessRequestDestinationsResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getRfaAccessRequestDestinations.
|
|
11
25
|
*/
|
|
12
|
-
export
|
|
26
|
+
export interface GetRfaAccessRequestDestinationsArgs {
|
|
27
|
+
/**
|
|
28
|
+
* The full name of the securable. Redundant with the name in the securable object, but necessary for Pulumi integration
|
|
29
|
+
*/
|
|
30
|
+
fullName: string;
|
|
31
|
+
/**
|
|
32
|
+
* The type of the securable. Redundant with the type in the securable object, but necessary for Pulumi integration
|
|
33
|
+
*/
|
|
34
|
+
securableType: string;
|
|
35
|
+
}
|
|
13
36
|
/**
|
|
14
37
|
* A collection of values returned by getRfaAccessRequestDestinations.
|
|
15
38
|
*/
|
|
@@ -19,18 +42,32 @@ export interface GetRfaAccessRequestDestinationsResult {
|
|
|
19
42
|
* This value is true if the caller does not have permission to see all destinations
|
|
20
43
|
*/
|
|
21
44
|
readonly areAnyDestinationsHidden: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* (Securable) - The source securable from which the destinations are inherited. Either the same value as securable (if destination
|
|
47
|
+
* is set directly on the securable) or the nearest parent securable with destinations set
|
|
48
|
+
*/
|
|
49
|
+
readonly destinationSourceSecurable: outputs.GetRfaAccessRequestDestinationsDestinationSourceSecurable;
|
|
22
50
|
/**
|
|
23
51
|
* (list of NotificationDestination) - The access request destinations for the securable
|
|
24
52
|
*/
|
|
25
53
|
readonly destinations: outputs.GetRfaAccessRequestDestinationsDestination[];
|
|
54
|
+
/**
|
|
55
|
+
* (string) - Required. The full name of the catalog/schema/table.
|
|
56
|
+
* Optional if resourceName is present
|
|
57
|
+
*/
|
|
58
|
+
readonly fullName: string;
|
|
26
59
|
/**
|
|
27
60
|
* The provider-assigned unique ID for this managed resource.
|
|
28
61
|
*/
|
|
29
62
|
readonly id: string;
|
|
30
63
|
/**
|
|
31
|
-
* (Securable) - The securable for which the access request destinations are being
|
|
64
|
+
* (Securable) - The securable for which the access request destinations are being modified or read
|
|
32
65
|
*/
|
|
33
66
|
readonly securable: outputs.GetRfaAccessRequestDestinationsSecurable;
|
|
67
|
+
/**
|
|
68
|
+
* (string) - The type of the securable. Redundant with the type in the securable object, but necessary for Pulumi integration
|
|
69
|
+
*/
|
|
70
|
+
readonly securableType: string;
|
|
34
71
|
}
|
|
35
72
|
/**
|
|
36
73
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
@@ -40,5 +77,28 @@ export interface GetRfaAccessRequestDestinationsResult {
|
|
|
40
77
|
* ## Example Usage
|
|
41
78
|
*
|
|
42
79
|
* Referring to RFA access request destinations by securable type and full name:
|
|
80
|
+
*
|
|
81
|
+
* ```typescript
|
|
82
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
83
|
+
* import * as databricks from "@pulumi/databricks";
|
|
84
|
+
*
|
|
85
|
+
* const customerDataSchema = databricks.getRfaAccessRequestDestinations({
|
|
86
|
+
* securableType: "SCHEMA",
|
|
87
|
+
* fullName: "main.customer_data",
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare function getRfaAccessRequestDestinationsOutput(args: GetRfaAccessRequestDestinationsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRfaAccessRequestDestinationsResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking getRfaAccessRequestDestinations.
|
|
43
94
|
*/
|
|
44
|
-
export
|
|
95
|
+
export interface GetRfaAccessRequestDestinationsOutputArgs {
|
|
96
|
+
/**
|
|
97
|
+
* The full name of the securable. Redundant with the name in the securable object, but necessary for Pulumi integration
|
|
98
|
+
*/
|
|
99
|
+
fullName: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The type of the securable. Redundant with the type in the securable object, but necessary for Pulumi integration
|
|
102
|
+
*/
|
|
103
|
+
securableType: pulumi.Input<string>;
|
|
104
|
+
}
|
|
@@ -13,10 +13,23 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
15
15
|
* Referring to RFA access request destinations by securable type and full name:
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as databricks from "@pulumi/databricks";
|
|
20
|
+
*
|
|
21
|
+
* const customerDataSchema = databricks.getRfaAccessRequestDestinations({
|
|
22
|
+
* securableType: "SCHEMA",
|
|
23
|
+
* fullName: "main.customer_data",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
16
26
|
*/
|
|
17
|
-
function getRfaAccessRequestDestinations(opts) {
|
|
27
|
+
function getRfaAccessRequestDestinations(args, opts) {
|
|
18
28
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
|
-
return pulumi.runtime.invoke("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {
|
|
29
|
+
return pulumi.runtime.invoke("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {
|
|
30
|
+
"fullName": args.fullName,
|
|
31
|
+
"securableType": args.securableType,
|
|
32
|
+
}, opts);
|
|
20
33
|
}
|
|
21
34
|
exports.getRfaAccessRequestDestinations = getRfaAccessRequestDestinations;
|
|
22
35
|
/**
|
|
@@ -27,10 +40,23 @@ exports.getRfaAccessRequestDestinations = getRfaAccessRequestDestinations;
|
|
|
27
40
|
* ## Example Usage
|
|
28
41
|
*
|
|
29
42
|
* Referring to RFA access request destinations by securable type and full name:
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as databricks from "@pulumi/databricks";
|
|
47
|
+
*
|
|
48
|
+
* const customerDataSchema = databricks.getRfaAccessRequestDestinations({
|
|
49
|
+
* securableType: "SCHEMA",
|
|
50
|
+
* fullName: "main.customer_data",
|
|
51
|
+
* });
|
|
52
|
+
* ```
|
|
30
53
|
*/
|
|
31
|
-
function getRfaAccessRequestDestinationsOutput(opts) {
|
|
54
|
+
function getRfaAccessRequestDestinationsOutput(args, opts) {
|
|
32
55
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
33
|
-
return pulumi.runtime.invokeOutput("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {
|
|
56
|
+
return pulumi.runtime.invokeOutput("databricks:index/getRfaAccessRequestDestinations:getRfaAccessRequestDestinations", {
|
|
57
|
+
"fullName": args.fullName,
|
|
58
|
+
"securableType": args.securableType,
|
|
59
|
+
}, opts);
|
|
34
60
|
}
|
|
35
61
|
exports.getRfaAccessRequestDestinationsOutput = getRfaAccessRequestDestinationsOutput;
|
|
36
62
|
//# sourceMappingURL=getRfaAccessRequestDestinations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRfaAccessRequestDestinations.js","sourceRoot":"","sources":["../getRfaAccessRequestDestinations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getRfaAccessRequestDestinations.js","sourceRoot":"","sources":["../getRfaAccessRequestDestinations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC;AAoDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAAiC;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sFAMC"}
|
package/getTagPolicies.d.ts
CHANGED
|
@@ -3,7 +3,14 @@ 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.
|
|
7
|
+
*
|
|
8
|
+
* The following resources are often used in the same context:
|
|
9
|
+
*
|
|
10
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
11
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
12
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
13
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
7
14
|
*
|
|
8
15
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
9
16
|
*
|
|
@@ -45,7 +52,14 @@ export interface GetTagPoliciesResult {
|
|
|
45
52
|
/**
|
|
46
53
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
47
54
|
*
|
|
48
|
-
* This data source can be used to list all tag policies in the account.
|
|
55
|
+
* This data source can be used to list all tag policies in the account.
|
|
56
|
+
*
|
|
57
|
+
* The following resources are often used in the same context:
|
|
58
|
+
*
|
|
59
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
60
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
61
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
62
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
49
63
|
*
|
|
50
64
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
51
65
|
*
|
package/getTagPolicies.js
CHANGED
|
@@ -8,7 +8,14 @@ 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.
|
|
12
|
+
*
|
|
13
|
+
* The following resources are often used in the same context:
|
|
14
|
+
*
|
|
15
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
16
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
17
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
18
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
12
19
|
*
|
|
13
20
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
14
21
|
*
|
|
@@ -35,7 +42,14 @@ exports.getTagPolicies = getTagPolicies;
|
|
|
35
42
|
/**
|
|
36
43
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
44
|
*
|
|
38
|
-
* This data source can be used to list all tag policies in the account.
|
|
45
|
+
* This data source can be used to list all tag policies in the account.
|
|
46
|
+
*
|
|
47
|
+
* The following resources are often used in the same context:
|
|
48
|
+
*
|
|
49
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
50
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
51
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
52
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
39
53
|
*
|
|
40
54
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
41
55
|
*
|
package/getTagPolicies.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTagPolicies.js","sourceRoot":"","sources":["../getTagPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTagPolicies.js","sourceRoot":"","sources":["../getTagPolicies.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,gDAAgD,EAAE;QAC3E,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AAyBD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAAiC;IACnG,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,gDAAgD,EAAE;QACjF,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
|
package/getTagPolicy.d.ts
CHANGED
|
@@ -3,7 +3,14 @@ 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 get a single tag policy by its tag key.
|
|
6
|
+
* This data source can be used to get a single tag policy by its tag key.
|
|
7
|
+
*
|
|
8
|
+
* The following resources are often used in the same context:
|
|
9
|
+
*
|
|
10
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
11
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
12
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
13
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
7
14
|
*
|
|
8
15
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
9
16
|
*
|
|
@@ -59,7 +66,14 @@ export interface GetTagPolicyResult {
|
|
|
59
66
|
/**
|
|
60
67
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
61
68
|
*
|
|
62
|
-
* This data source can be used to get a single tag policy by its tag key.
|
|
69
|
+
* This data source can be used to get a single tag policy by its tag key.
|
|
70
|
+
*
|
|
71
|
+
* The following resources are often used in the same context:
|
|
72
|
+
*
|
|
73
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
74
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
75
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
76
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
63
77
|
*
|
|
64
78
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
65
79
|
*
|
package/getTagPolicy.js
CHANGED
|
@@ -8,7 +8,14 @@ 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 get a single tag policy by its tag key.
|
|
11
|
+
* This data source can be used to get a single tag policy by its tag key.
|
|
12
|
+
*
|
|
13
|
+
* The following resources are often used in the same context:
|
|
14
|
+
*
|
|
15
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
16
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
17
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
18
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
12
19
|
*
|
|
13
20
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
14
21
|
*
|
|
@@ -35,7 +42,14 @@ exports.getTagPolicy = getTagPolicy;
|
|
|
35
42
|
/**
|
|
36
43
|
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
37
44
|
*
|
|
38
|
-
* This data source can be used to get a single tag policy by its tag key.
|
|
45
|
+
* This data source can be used to get a single tag policy by its tag key.
|
|
46
|
+
*
|
|
47
|
+
* The following resources are often used in the same context:
|
|
48
|
+
*
|
|
49
|
+
* * databricks.EntityTagAssignment for assigning tags to supported Unity Catalog entities.
|
|
50
|
+
* * databricks.WorkspaceEntityTagAssignment for assigning tags to supported workspace entities.
|
|
51
|
+
* * databricks.PolicyInfo for defining ABAC policies using governed tags.
|
|
52
|
+
* * databricks.AccessControlRuleSet for managing account-level and individual tag policy permissions.
|
|
39
53
|
*
|
|
40
54
|
* > **Note** This resource can only be used with a workspace-level provider!
|
|
41
55
|
*
|
package/getTagPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTagPolicy.js","sourceRoot":"","sources":["../getTagPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTagPolicy.js","sourceRoot":"","sources":["../getTagPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AAsCD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
package/index.d.ts
CHANGED
|
@@ -361,6 +361,24 @@ export declare const getPolicyInfoOutput: typeof import("./getPolicyInfo").getPo
|
|
|
361
361
|
export { GetPolicyInfosArgs, GetPolicyInfosResult, GetPolicyInfosOutputArgs } from "./getPolicyInfos";
|
|
362
362
|
export declare const getPolicyInfos: typeof import("./getPolicyInfos").getPolicyInfos;
|
|
363
363
|
export declare const getPolicyInfosOutput: typeof import("./getPolicyInfos").getPolicyInfosOutput;
|
|
364
|
+
export { GetPostgresBranchArgs, GetPostgresBranchResult, GetPostgresBranchOutputArgs } from "./getPostgresBranch";
|
|
365
|
+
export declare const getPostgresBranch: typeof import("./getPostgresBranch").getPostgresBranch;
|
|
366
|
+
export declare const getPostgresBranchOutput: typeof import("./getPostgresBranch").getPostgresBranchOutput;
|
|
367
|
+
export { GetPostgresBranchesArgs, GetPostgresBranchesResult, GetPostgresBranchesOutputArgs } from "./getPostgresBranches";
|
|
368
|
+
export declare const getPostgresBranches: typeof import("./getPostgresBranches").getPostgresBranches;
|
|
369
|
+
export declare const getPostgresBranchesOutput: typeof import("./getPostgresBranches").getPostgresBranchesOutput;
|
|
370
|
+
export { GetPostgresEndpointArgs, GetPostgresEndpointResult, GetPostgresEndpointOutputArgs } from "./getPostgresEndpoint";
|
|
371
|
+
export declare const getPostgresEndpoint: typeof import("./getPostgresEndpoint").getPostgresEndpoint;
|
|
372
|
+
export declare const getPostgresEndpointOutput: typeof import("./getPostgresEndpoint").getPostgresEndpointOutput;
|
|
373
|
+
export { GetPostgresEndpointsArgs, GetPostgresEndpointsResult, GetPostgresEndpointsOutputArgs } from "./getPostgresEndpoints";
|
|
374
|
+
export declare const getPostgresEndpoints: typeof import("./getPostgresEndpoints").getPostgresEndpoints;
|
|
375
|
+
export declare const getPostgresEndpointsOutput: typeof import("./getPostgresEndpoints").getPostgresEndpointsOutput;
|
|
376
|
+
export { GetPostgresProjectArgs, GetPostgresProjectResult, GetPostgresProjectOutputArgs } from "./getPostgresProject";
|
|
377
|
+
export declare const getPostgresProject: typeof import("./getPostgresProject").getPostgresProject;
|
|
378
|
+
export declare const getPostgresProjectOutput: typeof import("./getPostgresProject").getPostgresProjectOutput;
|
|
379
|
+
export { GetPostgresProjectsArgs, GetPostgresProjectsResult, GetPostgresProjectsOutputArgs } from "./getPostgresProjects";
|
|
380
|
+
export declare const getPostgresProjects: typeof import("./getPostgresProjects").getPostgresProjects;
|
|
381
|
+
export declare const getPostgresProjectsOutput: typeof import("./getPostgresProjects").getPostgresProjectsOutput;
|
|
364
382
|
export { GetQualityMonitorV2Args, GetQualityMonitorV2Result, GetQualityMonitorV2OutputArgs } from "./getQualityMonitorV2";
|
|
365
383
|
export declare const getQualityMonitorV2: typeof import("./getQualityMonitorV2").getQualityMonitorV2;
|
|
366
384
|
export declare const getQualityMonitorV2Output: typeof import("./getQualityMonitorV2").getQualityMonitorV2Output;
|
|
@@ -373,7 +391,7 @@ export declare const getRegisteredModelOutput: typeof import("./getRegisteredMod
|
|
|
373
391
|
export { GetRegisteredModelVersionsArgs, GetRegisteredModelVersionsResult, GetRegisteredModelVersionsOutputArgs } from "./getRegisteredModelVersions";
|
|
374
392
|
export declare const getRegisteredModelVersions: typeof import("./getRegisteredModelVersions").getRegisteredModelVersions;
|
|
375
393
|
export declare const getRegisteredModelVersionsOutput: typeof import("./getRegisteredModelVersions").getRegisteredModelVersionsOutput;
|
|
376
|
-
export { GetRfaAccessRequestDestinationsResult } from "./getRfaAccessRequestDestinations";
|
|
394
|
+
export { GetRfaAccessRequestDestinationsArgs, GetRfaAccessRequestDestinationsResult, GetRfaAccessRequestDestinationsOutputArgs } from "./getRfaAccessRequestDestinations";
|
|
377
395
|
export declare const getRfaAccessRequestDestinations: typeof import("./getRfaAccessRequestDestinations").getRfaAccessRequestDestinations;
|
|
378
396
|
export declare const getRfaAccessRequestDestinationsOutput: typeof import("./getRfaAccessRequestDestinations").getRfaAccessRequestDestinationsOutput;
|
|
379
397
|
export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema";
|
|
@@ -598,6 +616,15 @@ export declare const Pipeline: typeof import("./pipeline").Pipeline;
|
|
|
598
616
|
export { PolicyInfoArgs, PolicyInfoState } from "./policyInfo";
|
|
599
617
|
export type PolicyInfo = import("./policyInfo").PolicyInfo;
|
|
600
618
|
export declare const PolicyInfo: typeof import("./policyInfo").PolicyInfo;
|
|
619
|
+
export { PostgresBranchArgs, PostgresBranchState } from "./postgresBranch";
|
|
620
|
+
export type PostgresBranch = import("./postgresBranch").PostgresBranch;
|
|
621
|
+
export declare const PostgresBranch: typeof import("./postgresBranch").PostgresBranch;
|
|
622
|
+
export { PostgresEndpointArgs, PostgresEndpointState } from "./postgresEndpoint";
|
|
623
|
+
export type PostgresEndpoint = import("./postgresEndpoint").PostgresEndpoint;
|
|
624
|
+
export declare const PostgresEndpoint: typeof import("./postgresEndpoint").PostgresEndpoint;
|
|
625
|
+
export { PostgresProjectArgs, PostgresProjectState } from "./postgresProject";
|
|
626
|
+
export type PostgresProject = import("./postgresProject").PostgresProject;
|
|
627
|
+
export declare const PostgresProject: typeof import("./postgresProject").PostgresProject;
|
|
601
628
|
export * from "./provider";
|
|
602
629
|
export { QualityMonitorArgs, QualityMonitorState } from "./qualityMonitor";
|
|
603
630
|
export type QualityMonitor = import("./qualityMonitor").QualityMonitor;
|
package/index.js
CHANGED
|
@@ -19,11 +19,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
exports.getAccountNetworkPolicy = exports.getAccountNetworkPoliciesOutput = exports.getAccountNetworkPolicies = exports.getAccountFederationPolicyOutput = exports.getAccountFederationPolicy = exports.getAccountFederationPoliciesOutput = exports.getAccountFederationPolicies = exports.File = exports.FeatureEngineeringMaterializedFeature = exports.FeatureEngineeringKafkaConfig = exports.FeatureEngineeringFeature = exports.ExternalMetadata = exports.ExternalLocation = exports.EntityTagAssignment = exports.Entitlements = exports.EnhancedSecurityMonitoringWorkspaceSetting = exports.DisableLegacyFeaturesSetting = exports.DisableLegacyDbfsSetting = exports.DisableLegacyAccessSetting = exports.Directory = exports.DefaultNamespaceSetting = exports.DbfsFile = exports.DatabaseSyncedDatabaseTable = exports.DatabaseInstance = exports.DatabaseDatabaseCatalog = exports.DataQualityRefresh = exports.DataQualityMonitor = exports.Dashboard = exports.CustomAppIntegration = exports.Credential = exports.Connection = exports.ComplianceSecurityProfileWorkspaceSetting = exports.ClusterPolicy = exports.Cluster = exports.CatalogWorkspaceBinding = exports.Catalog = exports.BudgetPolicy = exports.Budget = exports.AutomaticClusterUpdateWorkspaceSetting = exports.ArtifactAllowlist = exports.AppsSettingsCustomTemplate = exports.App = exports.AlertV2 = exports.Alert = exports.AibiDashboardEmbeddingApprovedDomainsSetting = exports.AibiDashboardEmbeddingAccessPolicySetting = exports.AccountSettingV2 = exports.AccountNetworkPolicy = exports.AccountFederationPolicy = exports.AccessControlRuleSet = void 0;
|
|
20
20
|
exports.getDataQualityMonitors = exports.getDataQualityMonitorOutput = exports.getDataQualityMonitor = exports.getDashboardsOutput = exports.getDashboards = exports.getCurrentUserOutput = exports.getCurrentUser = exports.getCurrentMetastoreOutput = exports.getCurrentMetastore = exports.getCurrentConfigOutput = exports.getCurrentConfig = exports.getClustersOutput = exports.getClusters = exports.getClusterPolicyOutput = exports.getClusterPolicy = exports.getClusterOutput = exports.getCluster = exports.getCatalogsOutput = exports.getCatalogs = exports.getCatalogOutput = exports.getCatalog = exports.getBudgetPolicyOutput = exports.getBudgetPolicy = exports.getBudgetPoliciesOutput = exports.getBudgetPolicies = exports.getAwsUnityCatalogPolicyOutput = exports.getAwsUnityCatalogPolicy = exports.getAwsUnityCatalogAssumeRolePolicyOutput = exports.getAwsUnityCatalogAssumeRolePolicy = exports.getAwsCrossAccountPolicyOutput = exports.getAwsCrossAccountPolicy = exports.getAwsBucketPolicyOutput = exports.getAwsBucketPolicy = exports.getAwsAssumeRolePolicyOutput = exports.getAwsAssumeRolePolicy = exports.getAppsSettingsCustomTemplatesOutput = exports.getAppsSettingsCustomTemplates = exports.getAppsSettingsCustomTemplateOutput = exports.getAppsSettingsCustomTemplate = exports.getAppsOutput = exports.getApps = exports.getAppOutput = exports.getApp = exports.getAlertsV2Output = exports.getAlertsV2 = exports.getAlertV2Output = exports.getAlertV2 = exports.getAccountSettingV2Output = exports.getAccountSettingV2 = exports.getAccountNetworkPolicyOutput = void 0;
|
|
21
21
|
exports.getGroup = exports.getFunctionsOutput = exports.getFunctions = exports.getFeatureEngineeringMaterializedFeaturesOutput = exports.getFeatureEngineeringMaterializedFeatures = exports.getFeatureEngineeringMaterializedFeatureOutput = exports.getFeatureEngineeringMaterializedFeature = exports.getFeatureEngineeringKafkaConfigsOutput = exports.getFeatureEngineeringKafkaConfigs = exports.getFeatureEngineeringKafkaConfigOutput = exports.getFeatureEngineeringKafkaConfig = exports.getFeatureEngineeringFeaturesOutput = exports.getFeatureEngineeringFeatures = exports.getFeatureEngineeringFeatureOutput = exports.getFeatureEngineeringFeature = exports.getExternalMetadatasOutput = exports.getExternalMetadatas = exports.getExternalMetadataOutput = exports.getExternalMetadata = exports.getExternalLocationsOutput = exports.getExternalLocations = exports.getExternalLocationOutput = exports.getExternalLocation = exports.getEntityTagAssignmentsOutput = exports.getEntityTagAssignments = exports.getEntityTagAssignmentOutput = exports.getEntityTagAssignment = exports.getDirectoryOutput = exports.getDirectory = exports.getDbfsFilePathsOutput = exports.getDbfsFilePaths = exports.getDbfsFileOutput = exports.getDbfsFile = exports.getDatabaseSyncedDatabaseTablesOutput = exports.getDatabaseSyncedDatabaseTables = exports.getDatabaseSyncedDatabaseTableOutput = exports.getDatabaseSyncedDatabaseTable = exports.getDatabaseInstancesOutput = exports.getDatabaseInstances = exports.getDatabaseInstanceOutput = exports.getDatabaseInstance = exports.getDatabaseDatabaseCatalogsOutput = exports.getDatabaseDatabaseCatalogs = exports.getDatabaseDatabaseCatalogOutput = exports.getDatabaseDatabaseCatalog = exports.getDataQualityRefreshesOutput = exports.getDataQualityRefreshes = exports.getDataQualityRefreshOutput = exports.getDataQualityRefresh = exports.getDataQualityMonitorsOutput = void 0;
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.types = exports.config = exports.WorkspaceSettingV2 = exports.WorkspaceNetworkOption = exports.WorkspaceFile = exports.WorkspaceEntityTagAssignment = void 0;
|
|
22
|
+
exports.getPostgresBranch = exports.getPolicyInfosOutput = exports.getPolicyInfos = exports.getPolicyInfoOutput = exports.getPolicyInfo = exports.getPipelinesOutput = exports.getPipelines = exports.getOnlineStoresOutput = exports.getOnlineStores = exports.getOnlineStoreOutput = exports.getOnlineStore = exports.getNotificationDestinationsOutput = exports.getNotificationDestinations = exports.getNotebookPathsOutput = exports.getNotebookPaths = exports.getNotebookOutput = exports.getNotebook = exports.getNodeTypeOutput = exports.getNodeType = exports.getMwsWorkspacesOutput = exports.getMwsWorkspaces = exports.getMwsNetworkConnectivityConfigsOutput = exports.getMwsNetworkConnectivityConfigs = exports.getMwsNetworkConnectivityConfigOutput = exports.getMwsNetworkConnectivityConfig = exports.getMwsCredentialsOutput = exports.getMwsCredentials = exports.getMlflowModelsOutput = exports.getMlflowModels = exports.getMlflowModelOutput = exports.getMlflowModel = exports.getMlflowExperimentOutput = exports.getMlflowExperiment = exports.getMetastoresOutput = exports.getMetastores = exports.getMetastoreOutput = exports.getMetastore = exports.getMaterializedFeaturesFeatureTagsOutput = exports.getMaterializedFeaturesFeatureTags = exports.getMaterializedFeaturesFeatureTagOutput = exports.getMaterializedFeaturesFeatureTag = exports.getJobsOutput = exports.getJobs = exports.getJobOutput = exports.getJob = exports.getInstanceProfilesOutput = exports.getInstanceProfiles = exports.getInstancePoolOutput = exports.getInstancePool = exports.getGroupOutput = void 0;
|
|
23
|
+
exports.getTable = exports.getStorageCredentialsOutput = exports.getStorageCredentials = exports.getStorageCredentialOutput = exports.getStorageCredential = exports.getSqlWarehousesOutput = exports.getSqlWarehouses = exports.getSqlWarehouseOutput = exports.getSqlWarehouse = exports.getSparkVersionOutput = exports.getSparkVersion = exports.getSharesOutput = exports.getShares = exports.getShareOutput = exports.getShare = exports.getServingEndpointsOutput = exports.getServingEndpoints = exports.getServicePrincipalsOutput = exports.getServicePrincipals = exports.getServicePrincipalFederationPolicyOutput = exports.getServicePrincipalFederationPolicy = exports.getServicePrincipalFederationPoliciesOutput = exports.getServicePrincipalFederationPolicies = exports.getServicePrincipalOutput = exports.getServicePrincipal = exports.getSchemasOutput = exports.getSchemas = exports.getSchemaOutput = exports.getSchema = exports.getRfaAccessRequestDestinationsOutput = exports.getRfaAccessRequestDestinations = exports.getRegisteredModelVersionsOutput = exports.getRegisteredModelVersions = exports.getRegisteredModelOutput = exports.getRegisteredModel = exports.getQualityMonitorsV2Output = exports.getQualityMonitorsV2 = exports.getQualityMonitorV2Output = exports.getQualityMonitorV2 = exports.getPostgresProjectsOutput = exports.getPostgresProjects = exports.getPostgresProjectOutput = exports.getPostgresProject = exports.getPostgresEndpointsOutput = exports.getPostgresEndpoints = exports.getPostgresEndpointOutput = exports.getPostgresEndpoint = exports.getPostgresBranchesOutput = exports.getPostgresBranches = exports.getPostgresBranchOutput = void 0;
|
|
24
|
+
exports.ModelServing = exports.MlflowWebhook = exports.MlflowModel = exports.MlflowExperiment = exports.MetastoreProvider = exports.MetastoreDataAccess = exports.MetastoreAssignment = exports.Metastore = exports.MaterializedFeaturesFeatureTag = exports.Library = exports.LakehouseMonitor = exports.Job = exports.IpAccessList = exports.InstanceProfile = exports.InstancePool = exports.GroupRole = exports.GroupMember = exports.GroupInstanceProfile = exports.Group = exports.Grants = exports.Grant = exports.GlobalInitScript = exports.GitCredential = exports.getZonesOutput = exports.getZones = exports.getWorkspaceSettingV2Output = exports.getWorkspaceSettingV2 = exports.getWorkspaceNetworkOptionOutput = exports.getWorkspaceNetworkOption = exports.getWorkspaceEntityTagAssignmentsOutput = exports.getWorkspaceEntityTagAssignments = exports.getWorkspaceEntityTagAssignmentOutput = exports.getWorkspaceEntityTagAssignment = exports.getVolumesOutput = exports.getVolumes = exports.getVolumeOutput = exports.getVolume = exports.getViewsOutput = exports.getViews = exports.getUsersOutput = exports.getUsers = exports.getUserOutput = exports.getUser = exports.getTagPolicyOutput = exports.getTagPolicy = exports.getTagPoliciesOutput = exports.getTagPolicies = exports.getTablesOutput = exports.getTables = exports.getTableOutput = void 0;
|
|
25
|
+
exports.SqlTable = exports.SqlQuery = exports.SqlPermissions = exports.SqlGlobalConfig = exports.SqlEndpoint = exports.SqlDashboard = exports.SqlAlert = exports.Share = exports.ServicePrincipalSecret = exports.ServicePrincipalRole = exports.ServicePrincipalFederationPolicy = exports.ServicePrincipal = exports.SecretScope = exports.SecretAcl = exports.Secret = exports.Schema = exports.RfaAccessRequestDestinations = exports.RestrictWorkspaceAdminsSetting = exports.Repo = exports.RegisteredModel = exports.Recipient = exports.Query = exports.QualityMonitorV2 = exports.QualityMonitor = exports.PostgresProject = exports.PostgresEndpoint = exports.PostgresBranch = exports.PolicyInfo = exports.Pipeline = exports.Permissions = exports.PermissionAssignment = exports.OnlineTable = exports.OnlineStore = exports.OboToken = exports.NotificationDestination = exports.Notebook = exports.MwsWorkspaces = exports.MwsVpcEndpoint = exports.MwsStorageConfigurations = exports.MwsPrivateAccessSettings = exports.MwsPermissionAssignment = exports.MwsNetworks = exports.MwsNetworkConnectivityConfig = exports.MwsNccPrivateEndpointRule = exports.MwsNccBinding = exports.MwsLogDelivery = exports.MwsCustomerManagedKeys = exports.MwsCredentials = exports.Mount = exports.ModelServingProvisionedThroughput = void 0;
|
|
26
|
+
exports.types = exports.config = exports.WorkspaceSettingV2 = exports.WorkspaceNetworkOption = exports.WorkspaceFile = exports.WorkspaceEntityTagAssignment = exports.WorkspaceConf = exports.WorkspaceBinding = exports.Volume = exports.VectorSearchIndex = exports.VectorSearchEndpoint = exports.UserRole = exports.UserInstanceProfile = exports.User = exports.Token = exports.TagPolicy = exports.Table = exports.SystemSchema = exports.StorageCredential = exports.SqlWidget = exports.SqlVisualization = void 0;
|
|
27
27
|
const pulumi = require("@pulumi/pulumi");
|
|
28
28
|
const utilities = require("./utilities");
|
|
29
29
|
exports.AccessControlRuleSet = null;
|
|
@@ -346,6 +346,24 @@ utilities.lazyLoad(exports, ["getPolicyInfo", "getPolicyInfoOutput"], () => requ
|
|
|
346
346
|
exports.getPolicyInfos = null;
|
|
347
347
|
exports.getPolicyInfosOutput = null;
|
|
348
348
|
utilities.lazyLoad(exports, ["getPolicyInfos", "getPolicyInfosOutput"], () => require("./getPolicyInfos"));
|
|
349
|
+
exports.getPostgresBranch = null;
|
|
350
|
+
exports.getPostgresBranchOutput = null;
|
|
351
|
+
utilities.lazyLoad(exports, ["getPostgresBranch", "getPostgresBranchOutput"], () => require("./getPostgresBranch"));
|
|
352
|
+
exports.getPostgresBranches = null;
|
|
353
|
+
exports.getPostgresBranchesOutput = null;
|
|
354
|
+
utilities.lazyLoad(exports, ["getPostgresBranches", "getPostgresBranchesOutput"], () => require("./getPostgresBranches"));
|
|
355
|
+
exports.getPostgresEndpoint = null;
|
|
356
|
+
exports.getPostgresEndpointOutput = null;
|
|
357
|
+
utilities.lazyLoad(exports, ["getPostgresEndpoint", "getPostgresEndpointOutput"], () => require("./getPostgresEndpoint"));
|
|
358
|
+
exports.getPostgresEndpoints = null;
|
|
359
|
+
exports.getPostgresEndpointsOutput = null;
|
|
360
|
+
utilities.lazyLoad(exports, ["getPostgresEndpoints", "getPostgresEndpointsOutput"], () => require("./getPostgresEndpoints"));
|
|
361
|
+
exports.getPostgresProject = null;
|
|
362
|
+
exports.getPostgresProjectOutput = null;
|
|
363
|
+
utilities.lazyLoad(exports, ["getPostgresProject", "getPostgresProjectOutput"], () => require("./getPostgresProject"));
|
|
364
|
+
exports.getPostgresProjects = null;
|
|
365
|
+
exports.getPostgresProjectsOutput = null;
|
|
366
|
+
utilities.lazyLoad(exports, ["getPostgresProjects", "getPostgresProjectsOutput"], () => require("./getPostgresProjects"));
|
|
349
367
|
exports.getQualityMonitorV2 = null;
|
|
350
368
|
exports.getQualityMonitorV2Output = null;
|
|
351
369
|
utilities.lazyLoad(exports, ["getQualityMonitorV2", "getQualityMonitorV2Output"], () => require("./getQualityMonitorV2"));
|
|
@@ -537,6 +555,12 @@ exports.Pipeline = null;
|
|
|
537
555
|
utilities.lazyLoad(exports, ["Pipeline"], () => require("./pipeline"));
|
|
538
556
|
exports.PolicyInfo = null;
|
|
539
557
|
utilities.lazyLoad(exports, ["PolicyInfo"], () => require("./policyInfo"));
|
|
558
|
+
exports.PostgresBranch = null;
|
|
559
|
+
utilities.lazyLoad(exports, ["PostgresBranch"], () => require("./postgresBranch"));
|
|
560
|
+
exports.PostgresEndpoint = null;
|
|
561
|
+
utilities.lazyLoad(exports, ["PostgresEndpoint"], () => require("./postgresEndpoint"));
|
|
562
|
+
exports.PostgresProject = null;
|
|
563
|
+
utilities.lazyLoad(exports, ["PostgresProject"], () => require("./postgresProject"));
|
|
540
564
|
__exportStar(require("./provider"), exports);
|
|
541
565
|
const provider_1 = require("./provider");
|
|
542
566
|
exports.QualityMonitor = null;
|
|
@@ -812,6 +836,12 @@ const _module = {
|
|
|
812
836
|
return new exports.Pipeline(name, undefined, { urn });
|
|
813
837
|
case "databricks:index/policyInfo:PolicyInfo":
|
|
814
838
|
return new exports.PolicyInfo(name, undefined, { urn });
|
|
839
|
+
case "databricks:index/postgresBranch:PostgresBranch":
|
|
840
|
+
return new exports.PostgresBranch(name, undefined, { urn });
|
|
841
|
+
case "databricks:index/postgresEndpoint:PostgresEndpoint":
|
|
842
|
+
return new exports.PostgresEndpoint(name, undefined, { urn });
|
|
843
|
+
case "databricks:index/postgresProject:PostgresProject":
|
|
844
|
+
return new exports.PostgresProject(name, undefined, { urn });
|
|
815
845
|
case "databricks:index/qualityMonitor:QualityMonitor":
|
|
816
846
|
return new exports.QualityMonitor(name, undefined, { urn });
|
|
817
847
|
case "databricks:index/qualityMonitorV2:QualityMonitorV2":
|
|
@@ -992,6 +1022,9 @@ pulumi.runtime.registerResourceModule("databricks", "index/permissionAssignment"
|
|
|
992
1022
|
pulumi.runtime.registerResourceModule("databricks", "index/permissions", _module);
|
|
993
1023
|
pulumi.runtime.registerResourceModule("databricks", "index/pipeline", _module);
|
|
994
1024
|
pulumi.runtime.registerResourceModule("databricks", "index/policyInfo", _module);
|
|
1025
|
+
pulumi.runtime.registerResourceModule("databricks", "index/postgresBranch", _module);
|
|
1026
|
+
pulumi.runtime.registerResourceModule("databricks", "index/postgresEndpoint", _module);
|
|
1027
|
+
pulumi.runtime.registerResourceModule("databricks", "index/postgresProject", _module);
|
|
995
1028
|
pulumi.runtime.registerResourceModule("databricks", "index/qualityMonitor", _module);
|
|
996
1029
|
pulumi.runtime.registerResourceModule("databricks", "index/qualityMonitorV2", _module);
|
|
997
1030
|
pulumi.runtime.registerResourceModule("databricks", "index/query", _module);
|