@pulumi/databricks 1.46.0-alpha.1719361340 → 1.46.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/config/vars.d.ts +1 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/getAwsAssumeRolePolicy.d.ts +2 -2
- package/getAwsAssumeRolePolicy.js +2 -2
- package/getAwsBucketPolicy.d.ts +2 -2
- package/getAwsCrossAccountPolicy.d.ts +2 -2
- package/getAwsCrossAccountPolicy.js +2 -2
- package/getAwsUnityCatalogAssumeRolePolicy.d.ts +6 -6
- package/getAwsUnityCatalogAssumeRolePolicy.js +4 -4
- package/getAwsUnityCatalogPolicy.d.ts +4 -4
- package/getAwsUnityCatalogPolicy.js +4 -4
- package/getMwsCredentials.d.ts +2 -2
- package/getMwsCredentials.js +2 -2
- package/getMwsWorkspaces.d.ts +2 -2
- package/getMwsWorkspaces.js +2 -2
- package/ipAccessList.d.ts +1 -1
- package/ipAccessList.js +1 -1
- package/mwsCredentials.d.ts +1 -1
- package/mwsCredentials.js +1 -1
- package/mwsCustomerManagedKeys.d.ts +1 -1
- package/mwsCustomerManagedKeys.js +1 -1
- package/mwsLogDelivery.d.ts +4 -4
- package/mwsLogDelivery.js +1 -1
- package/mwsNetworks.d.ts +3 -3
- package/mwsNetworks.js +3 -3
- package/mwsPrivateAccessSettings.d.ts +3 -3
- package/mwsPrivateAccessSettings.js +3 -3
- package/mwsStorageConfigurations.d.ts +2 -2
- package/mwsStorageConfigurations.js +2 -2
- package/onlineTable.d.ts +3 -0
- package/onlineTable.js +2 -0
- package/onlineTable.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +2 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/sqlPermissions.d.ts +9 -0
- package/sqlPermissions.js.map +1 -1
- package/types/input.d.ts +81 -0
- package/types/output.d.ts +55 -0
package/onlineTable.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export declare class OnlineTable extends pulumi.CustomResource {
|
|
|
60
60
|
* object describing status of the online table:
|
|
61
61
|
*/
|
|
62
62
|
readonly statuses: pulumi.Output<outputs.OnlineTableStatus[]>;
|
|
63
|
+
readonly tableServingUrl: pulumi.Output<string | undefined>;
|
|
63
64
|
/**
|
|
64
65
|
* Create a OnlineTable resource with the given unique name, arguments, and options.
|
|
65
66
|
*
|
|
@@ -85,6 +86,7 @@ export interface OnlineTableState {
|
|
|
85
86
|
* object describing status of the online table:
|
|
86
87
|
*/
|
|
87
88
|
statuses?: pulumi.Input<pulumi.Input<inputs.OnlineTableStatus>[]>;
|
|
89
|
+
tableServingUrl?: pulumi.Input<string>;
|
|
88
90
|
}
|
|
89
91
|
/**
|
|
90
92
|
* The set of arguments for constructing a OnlineTable resource.
|
|
@@ -98,4 +100,5 @@ export interface OnlineTableArgs {
|
|
|
98
100
|
* object containing specification of the online table:
|
|
99
101
|
*/
|
|
100
102
|
spec?: pulumi.Input<inputs.OnlineTableSpec>;
|
|
103
|
+
tableServingUrl?: pulumi.Input<string>;
|
|
101
104
|
}
|
package/onlineTable.js
CHANGED
|
@@ -67,11 +67,13 @@ class OnlineTable extends pulumi.CustomResource {
|
|
|
67
67
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
68
68
|
resourceInputs["spec"] = state ? state.spec : undefined;
|
|
69
69
|
resourceInputs["statuses"] = state ? state.statuses : undefined;
|
|
70
|
+
resourceInputs["tableServingUrl"] = state ? state.tableServingUrl : undefined;
|
|
70
71
|
}
|
|
71
72
|
else {
|
|
72
73
|
const args = argsOrState;
|
|
73
74
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
74
75
|
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
76
|
+
resourceInputs["tableServingUrl"] = args ? args.tableServingUrl : undefined;
|
|
75
77
|
resourceInputs["statuses"] = undefined /*out*/;
|
|
76
78
|
}
|
|
77
79
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/onlineTable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onlineTable.js","sourceRoot":"","sources":["../onlineTable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"onlineTable.js","sourceRoot":"","sources":["../onlineTable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AApEL,kCAqEC;AAvDG,gBAAgB;AACO,wBAAY,GAAG,0CAA0C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/databricks",
|
|
3
|
-
"version": "1.46.0
|
|
3
|
+
"version": "1.46.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing databricks cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
"pulumi": {
|
|
25
25
|
"resource": true,
|
|
26
26
|
"name": "databricks",
|
|
27
|
-
"version": "1.46.0
|
|
27
|
+
"version": "1.46.0"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/provider.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export declare class Provider extends pulumi.ProviderResource {
|
|
|
30
30
|
readonly metadataServiceUrl: pulumi.Output<string | undefined>;
|
|
31
31
|
readonly password: pulumi.Output<string | undefined>;
|
|
32
32
|
readonly profile: pulumi.Output<string | undefined>;
|
|
33
|
+
readonly serverlessComputeId: pulumi.Output<string | undefined>;
|
|
33
34
|
readonly token: pulumi.Output<string | undefined>;
|
|
34
35
|
readonly username: pulumi.Output<string | undefined>;
|
|
35
36
|
readonly warehouseId: pulumi.Output<string | undefined>;
|
|
@@ -71,6 +72,7 @@ export interface ProviderArgs {
|
|
|
71
72
|
profile?: pulumi.Input<string>;
|
|
72
73
|
rateLimit?: pulumi.Input<number>;
|
|
73
74
|
retryTimeoutSeconds?: pulumi.Input<number>;
|
|
75
|
+
serverlessComputeId?: pulumi.Input<string>;
|
|
74
76
|
skipVerify?: pulumi.Input<boolean>;
|
|
75
77
|
token?: pulumi.Input<string>;
|
|
76
78
|
username?: pulumi.Input<string>;
|
package/provider.js
CHANGED
|
@@ -58,6 +58,7 @@ class Provider extends pulumi.ProviderResource {
|
|
|
58
58
|
resourceInputs["profile"] = args ? args.profile : undefined;
|
|
59
59
|
resourceInputs["rateLimit"] = pulumi.output(args ? args.rateLimit : undefined).apply(JSON.stringify);
|
|
60
60
|
resourceInputs["retryTimeoutSeconds"] = pulumi.output(args ? args.retryTimeoutSeconds : undefined).apply(JSON.stringify);
|
|
61
|
+
resourceInputs["serverlessComputeId"] = args ? args.serverlessComputeId : undefined;
|
|
61
62
|
resourceInputs["skipVerify"] = pulumi.output(args ? args.skipVerify : undefined).apply(JSON.stringify);
|
|
62
63
|
resourceInputs["token"] = (args === null || args === void 0 ? void 0 : args.token) ? pulumi.secret(args.token) : undefined;
|
|
63
64
|
resourceInputs["username"] = args ? args.username : undefined;
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IA0BD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,mBAAmB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,iBAAiB,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAClH,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACzG,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,YAAY,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACnG,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,cAAc,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAC3G,cAAc,CAAC,oBAAoB,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvH,cAAc,CAAC,mBAAmB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,iBAAiB,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAClH,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,oBAAoB,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvH,cAAc,CAAC,oBAAoB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,kBAAkB,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACrH,cAAc,CAAC,UAAU,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACvF,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACrG,cAAc,CAAC,qBAAqB,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACzH,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvG,cAAc,CAAC,OAAO,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,KAAK,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,mBAAmB,EAAE,cAAc,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,CAAC;QACtJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AArFL,4BAsFC;AArFG,gBAAgB;AACO,qBAAY,GAAG,YAAY,CAAC"}
|
package/sqlPermissions.d.ts
CHANGED
|
@@ -93,6 +93,9 @@ export declare class SqlPermissions extends pulumi.CustomResource {
|
|
|
93
93
|
* If this access control for the entire catalog. Defaults to `false`.
|
|
94
94
|
*/
|
|
95
95
|
readonly catalog: pulumi.Output<boolean | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* Id of an existing databricks_cluster, otherwise resource creation will fail.
|
|
98
|
+
*/
|
|
96
99
|
readonly clusterId: pulumi.Output<string>;
|
|
97
100
|
/**
|
|
98
101
|
* Name of the database. Has default value of `default`.
|
|
@@ -132,6 +135,9 @@ export interface SqlPermissionsState {
|
|
|
132
135
|
* If this access control for the entire catalog. Defaults to `false`.
|
|
133
136
|
*/
|
|
134
137
|
catalog?: pulumi.Input<boolean>;
|
|
138
|
+
/**
|
|
139
|
+
* Id of an existing databricks_cluster, otherwise resource creation will fail.
|
|
140
|
+
*/
|
|
135
141
|
clusterId?: pulumi.Input<string>;
|
|
136
142
|
/**
|
|
137
143
|
* Name of the database. Has default value of `default`.
|
|
@@ -163,6 +169,9 @@ export interface SqlPermissionsArgs {
|
|
|
163
169
|
* If this access control for the entire catalog. Defaults to `false`.
|
|
164
170
|
*/
|
|
165
171
|
catalog?: pulumi.Input<boolean>;
|
|
172
|
+
/**
|
|
173
|
+
* Id of an existing databricks_cluster, otherwise resource creation will fail.
|
|
174
|
+
*/
|
|
166
175
|
clusterId?: pulumi.Input<string>;
|
|
167
176
|
/**
|
|
168
177
|
* Name of the database. Has default value of `default`.
|
package/sqlPermissions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sqlPermissions.js","sourceRoot":"","sources":["../sqlPermissions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+DG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"sqlPermissions.js","sourceRoot":"","sources":["../sqlPermissions.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -1236,6 +1236,7 @@ export interface GetExternalLocationExternalLocationInfo {
|
|
|
1236
1236
|
* The options for Server-Side Encryption to be used by each Databricks s3 client when connecting to S3 cloud storage (AWS).
|
|
1237
1237
|
*/
|
|
1238
1238
|
encryptionDetails?: inputs.GetExternalLocationExternalLocationInfoEncryptionDetails;
|
|
1239
|
+
isolationMode?: string;
|
|
1239
1240
|
/**
|
|
1240
1241
|
* Unique identifier of the parent Metastore.
|
|
1241
1242
|
*/
|
|
@@ -1295,6 +1296,7 @@ export interface GetExternalLocationExternalLocationInfoArgs {
|
|
|
1295
1296
|
* The options for Server-Side Encryption to be used by each Databricks s3 client when connecting to S3 cloud storage (AWS).
|
|
1296
1297
|
*/
|
|
1297
1298
|
encryptionDetails?: pulumi.Input<inputs.GetExternalLocationExternalLocationInfoEncryptionDetailsArgs>;
|
|
1299
|
+
isolationMode?: pulumi.Input<string>;
|
|
1298
1300
|
/**
|
|
1299
1301
|
* Unique identifier of the parent Metastore.
|
|
1300
1302
|
*/
|
|
@@ -1667,6 +1669,7 @@ export interface GetJobJobSettingsSettingsEmailNotifications {
|
|
|
1667
1669
|
onDurationWarningThresholdExceededs?: string[];
|
|
1668
1670
|
onFailures?: string[];
|
|
1669
1671
|
onStarts?: string[];
|
|
1672
|
+
onStreamingBacklogExceededs?: string[];
|
|
1670
1673
|
onSuccesses?: string[];
|
|
1671
1674
|
}
|
|
1672
1675
|
export interface GetJobJobSettingsSettingsEmailNotificationsArgs {
|
|
@@ -1674,6 +1677,7 @@ export interface GetJobJobSettingsSettingsEmailNotificationsArgs {
|
|
|
1674
1677
|
onDurationWarningThresholdExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1675
1678
|
onFailures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1676
1679
|
onStarts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1680
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1677
1681
|
onSuccesses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1678
1682
|
}
|
|
1679
1683
|
export interface GetJobJobSettingsSettingsEnvironment {
|
|
@@ -2575,6 +2579,7 @@ export interface GetJobJobSettingsSettingsTaskEmailNotifications {
|
|
|
2575
2579
|
onDurationWarningThresholdExceededs?: string[];
|
|
2576
2580
|
onFailures?: string[];
|
|
2577
2581
|
onStarts?: string[];
|
|
2582
|
+
onStreamingBacklogExceededs?: string[];
|
|
2578
2583
|
onSuccesses?: string[];
|
|
2579
2584
|
}
|
|
2580
2585
|
export interface GetJobJobSettingsSettingsTaskEmailNotificationsArgs {
|
|
@@ -2582,6 +2587,7 @@ export interface GetJobJobSettingsSettingsTaskEmailNotificationsArgs {
|
|
|
2582
2587
|
onDurationWarningThresholdExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2583
2588
|
onFailures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2584
2589
|
onStarts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2590
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2585
2591
|
onSuccesses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2586
2592
|
}
|
|
2587
2593
|
export interface GetJobJobSettingsSettingsTaskForEachTask {
|
|
@@ -2693,6 +2699,7 @@ export interface GetJobJobSettingsSettingsTaskForEachTaskTaskEmailNotifications
|
|
|
2693
2699
|
onDurationWarningThresholdExceededs?: string[];
|
|
2694
2700
|
onFailures?: string[];
|
|
2695
2701
|
onStarts?: string[];
|
|
2702
|
+
onStreamingBacklogExceededs?: string[];
|
|
2696
2703
|
onSuccesses?: string[];
|
|
2697
2704
|
}
|
|
2698
2705
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskEmailNotificationsArgs {
|
|
@@ -2700,6 +2707,7 @@ export interface GetJobJobSettingsSettingsTaskForEachTaskTaskEmailNotificationsA
|
|
|
2700
2707
|
onDurationWarningThresholdExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2701
2708
|
onFailures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2702
2709
|
onStarts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2710
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2703
2711
|
onSuccesses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2704
2712
|
}
|
|
2705
2713
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskHealth {
|
|
@@ -3208,12 +3216,14 @@ export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotification
|
|
|
3208
3216
|
onDurationWarningThresholdExceededs?: inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnDurationWarningThresholdExceeded[];
|
|
3209
3217
|
onFailures?: inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnFailure[];
|
|
3210
3218
|
onStarts?: inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStart[];
|
|
3219
|
+
onStreamingBacklogExceededs?: inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
3211
3220
|
onSuccesses?: inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnSuccess[];
|
|
3212
3221
|
}
|
|
3213
3222
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsArgs {
|
|
3214
3223
|
onDurationWarningThresholdExceededs?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnDurationWarningThresholdExceededArgs>[]>;
|
|
3215
3224
|
onFailures?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnFailureArgs>[]>;
|
|
3216
3225
|
onStarts?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStartArgs>[]>;
|
|
3226
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceededArgs>[]>;
|
|
3217
3227
|
onSuccesses?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnSuccessArgs>[]>;
|
|
3218
3228
|
}
|
|
3219
3229
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
@@ -3252,6 +3262,18 @@ export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotification
|
|
|
3252
3262
|
*/
|
|
3253
3263
|
id: pulumi.Input<string>;
|
|
3254
3264
|
}
|
|
3265
|
+
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
3266
|
+
/**
|
|
3267
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
3268
|
+
*/
|
|
3269
|
+
id: string;
|
|
3270
|
+
}
|
|
3271
|
+
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceededArgs {
|
|
3272
|
+
/**
|
|
3273
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
3274
|
+
*/
|
|
3275
|
+
id: pulumi.Input<string>;
|
|
3276
|
+
}
|
|
3255
3277
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnSuccess {
|
|
3256
3278
|
/**
|
|
3257
3279
|
* the id of databricks.Job if the resource was matched by name.
|
|
@@ -3770,12 +3792,14 @@ export interface GetJobJobSettingsSettingsTaskWebhookNotifications {
|
|
|
3770
3792
|
onDurationWarningThresholdExceededs?: inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnDurationWarningThresholdExceeded[];
|
|
3771
3793
|
onFailures?: inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnFailure[];
|
|
3772
3794
|
onStarts?: inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnStart[];
|
|
3795
|
+
onStreamingBacklogExceededs?: inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
3773
3796
|
onSuccesses?: inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnSuccess[];
|
|
3774
3797
|
}
|
|
3775
3798
|
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsArgs {
|
|
3776
3799
|
onDurationWarningThresholdExceededs?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnDurationWarningThresholdExceededArgs>[]>;
|
|
3777
3800
|
onFailures?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnFailureArgs>[]>;
|
|
3778
3801
|
onStarts?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnStartArgs>[]>;
|
|
3802
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnStreamingBacklogExceededArgs>[]>;
|
|
3779
3803
|
onSuccesses?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnSuccessArgs>[]>;
|
|
3780
3804
|
}
|
|
3781
3805
|
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
@@ -3814,6 +3838,18 @@ export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnStartArgs {
|
|
|
3814
3838
|
*/
|
|
3815
3839
|
id: pulumi.Input<string>;
|
|
3816
3840
|
}
|
|
3841
|
+
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
3842
|
+
/**
|
|
3843
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
3844
|
+
*/
|
|
3845
|
+
id: string;
|
|
3846
|
+
}
|
|
3847
|
+
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnStreamingBacklogExceededArgs {
|
|
3848
|
+
/**
|
|
3849
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
3850
|
+
*/
|
|
3851
|
+
id: pulumi.Input<string>;
|
|
3852
|
+
}
|
|
3817
3853
|
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnSuccess {
|
|
3818
3854
|
/**
|
|
3819
3855
|
* the id of databricks.Job if the resource was matched by name.
|
|
@@ -3862,12 +3898,14 @@ export interface GetJobJobSettingsSettingsWebhookNotifications {
|
|
|
3862
3898
|
onDurationWarningThresholdExceededs?: inputs.GetJobJobSettingsSettingsWebhookNotificationsOnDurationWarningThresholdExceeded[];
|
|
3863
3899
|
onFailures?: inputs.GetJobJobSettingsSettingsWebhookNotificationsOnFailure[];
|
|
3864
3900
|
onStarts?: inputs.GetJobJobSettingsSettingsWebhookNotificationsOnStart[];
|
|
3901
|
+
onStreamingBacklogExceededs?: inputs.GetJobJobSettingsSettingsWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
3865
3902
|
onSuccesses?: inputs.GetJobJobSettingsSettingsWebhookNotificationsOnSuccess[];
|
|
3866
3903
|
}
|
|
3867
3904
|
export interface GetJobJobSettingsSettingsWebhookNotificationsArgs {
|
|
3868
3905
|
onDurationWarningThresholdExceededs?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsWebhookNotificationsOnDurationWarningThresholdExceededArgs>[]>;
|
|
3869
3906
|
onFailures?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsWebhookNotificationsOnFailureArgs>[]>;
|
|
3870
3907
|
onStarts?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsWebhookNotificationsOnStartArgs>[]>;
|
|
3908
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsWebhookNotificationsOnStreamingBacklogExceededArgs>[]>;
|
|
3871
3909
|
onSuccesses?: pulumi.Input<pulumi.Input<inputs.GetJobJobSettingsSettingsWebhookNotificationsOnSuccessArgs>[]>;
|
|
3872
3910
|
}
|
|
3873
3911
|
export interface GetJobJobSettingsSettingsWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
@@ -3906,6 +3944,18 @@ export interface GetJobJobSettingsSettingsWebhookNotificationsOnStartArgs {
|
|
|
3906
3944
|
*/
|
|
3907
3945
|
id: pulumi.Input<string>;
|
|
3908
3946
|
}
|
|
3947
|
+
export interface GetJobJobSettingsSettingsWebhookNotificationsOnStreamingBacklogExceeded {
|
|
3948
|
+
/**
|
|
3949
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
3950
|
+
*/
|
|
3951
|
+
id: string;
|
|
3952
|
+
}
|
|
3953
|
+
export interface GetJobJobSettingsSettingsWebhookNotificationsOnStreamingBacklogExceededArgs {
|
|
3954
|
+
/**
|
|
3955
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
3956
|
+
*/
|
|
3957
|
+
id: pulumi.Input<string>;
|
|
3958
|
+
}
|
|
3909
3959
|
export interface GetJobJobSettingsSettingsWebhookNotificationsOnSuccess {
|
|
3910
3960
|
/**
|
|
3911
3961
|
* the id of databricks.Job if the resource was matched by name.
|
|
@@ -4251,6 +4301,7 @@ export interface GetStorageCredentialStorageCredentialInfo {
|
|
|
4251
4301
|
* Unique ID of storage credential.
|
|
4252
4302
|
*/
|
|
4253
4303
|
id?: string;
|
|
4304
|
+
isolationMode?: string;
|
|
4254
4305
|
/**
|
|
4255
4306
|
* Unique identifier of the parent Metastore.
|
|
4256
4307
|
*/
|
|
@@ -4308,6 +4359,7 @@ export interface GetStorageCredentialStorageCredentialInfoArgs {
|
|
|
4308
4359
|
* Unique ID of storage credential.
|
|
4309
4360
|
*/
|
|
4310
4361
|
id?: pulumi.Input<string>;
|
|
4362
|
+
isolationMode?: pulumi.Input<string>;
|
|
4311
4363
|
/**
|
|
4312
4364
|
* Unique identifier of the parent Metastore.
|
|
4313
4365
|
*/
|
|
@@ -4903,6 +4955,7 @@ export interface JobEmailNotifications {
|
|
|
4903
4955
|
* (List) list of emails to notify when the run starts.
|
|
4904
4956
|
*/
|
|
4905
4957
|
onStarts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4958
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4906
4959
|
/**
|
|
4907
4960
|
* (List) list of emails to notify when the run completes successfully.
|
|
4908
4961
|
*/
|
|
@@ -5679,6 +5732,7 @@ export interface JobTaskEmailNotifications {
|
|
|
5679
5732
|
* (List) list of emails to notify when the run starts.
|
|
5680
5733
|
*/
|
|
5681
5734
|
onStarts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5735
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5682
5736
|
/**
|
|
5683
5737
|
* (List) list of emails to notify when the run completes successfully.
|
|
5684
5738
|
*/
|
|
@@ -5855,6 +5909,7 @@ export interface JobTaskForEachTaskTaskEmailNotifications {
|
|
|
5855
5909
|
* (List) list of emails to notify when the run starts.
|
|
5856
5910
|
*/
|
|
5857
5911
|
onStarts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5912
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5858
5913
|
/**
|
|
5859
5914
|
* (List) list of emails to notify when the run completes successfully.
|
|
5860
5915
|
*/
|
|
@@ -6353,6 +6408,7 @@ export interface JobTaskForEachTaskTaskWebhookNotifications {
|
|
|
6353
6408
|
* (List) list of notification IDs to call when the run starts. A maximum of 3 destinations can be specified.
|
|
6354
6409
|
*/
|
|
6355
6410
|
onStarts?: pulumi.Input<pulumi.Input<inputs.JobTaskForEachTaskTaskWebhookNotificationsOnStart>[]>;
|
|
6411
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<inputs.JobTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded>[]>;
|
|
6356
6412
|
/**
|
|
6357
6413
|
* (List) list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified.
|
|
6358
6414
|
*/
|
|
@@ -6376,6 +6432,12 @@ export interface JobTaskForEachTaskTaskWebhookNotificationsOnStart {
|
|
|
6376
6432
|
*/
|
|
6377
6433
|
id: pulumi.Input<string>;
|
|
6378
6434
|
}
|
|
6435
|
+
export interface JobTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
6436
|
+
/**
|
|
6437
|
+
* ID of the job
|
|
6438
|
+
*/
|
|
6439
|
+
id: pulumi.Input<string>;
|
|
6440
|
+
}
|
|
6379
6441
|
export interface JobTaskForEachTaskTaskWebhookNotificationsOnSuccess {
|
|
6380
6442
|
/**
|
|
6381
6443
|
* ID of the job
|
|
@@ -6875,6 +6937,7 @@ export interface JobTaskWebhookNotifications {
|
|
|
6875
6937
|
* (List) list of notification IDs to call when the run starts. A maximum of 3 destinations can be specified.
|
|
6876
6938
|
*/
|
|
6877
6939
|
onStarts?: pulumi.Input<pulumi.Input<inputs.JobTaskWebhookNotificationsOnStart>[]>;
|
|
6940
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<inputs.JobTaskWebhookNotificationsOnStreamingBacklogExceeded>[]>;
|
|
6878
6941
|
/**
|
|
6879
6942
|
* (List) list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified.
|
|
6880
6943
|
*/
|
|
@@ -6898,6 +6961,12 @@ export interface JobTaskWebhookNotificationsOnStart {
|
|
|
6898
6961
|
*/
|
|
6899
6962
|
id: pulumi.Input<string>;
|
|
6900
6963
|
}
|
|
6964
|
+
export interface JobTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
6965
|
+
/**
|
|
6966
|
+
* ID of the job
|
|
6967
|
+
*/
|
|
6968
|
+
id: pulumi.Input<string>;
|
|
6969
|
+
}
|
|
6901
6970
|
export interface JobTaskWebhookNotificationsOnSuccess {
|
|
6902
6971
|
/**
|
|
6903
6972
|
* ID of the job
|
|
@@ -6913,6 +6982,7 @@ export interface JobTrigger {
|
|
|
6913
6982
|
* Indicate whether this trigger is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pauseStatus` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pauseStatus`.
|
|
6914
6983
|
*/
|
|
6915
6984
|
pauseStatus?: pulumi.Input<string>;
|
|
6985
|
+
periodic?: pulumi.Input<inputs.JobTriggerPeriodic>;
|
|
6916
6986
|
table?: pulumi.Input<inputs.JobTriggerTable>;
|
|
6917
6987
|
tableUpdate?: pulumi.Input<inputs.JobTriggerTableUpdate>;
|
|
6918
6988
|
}
|
|
@@ -6930,6 +7000,10 @@ export interface JobTriggerFileArrival {
|
|
|
6930
7000
|
*/
|
|
6931
7001
|
waitAfterLastChangeSeconds?: pulumi.Input<number>;
|
|
6932
7002
|
}
|
|
7003
|
+
export interface JobTriggerPeriodic {
|
|
7004
|
+
interval: pulumi.Input<number>;
|
|
7005
|
+
unit: pulumi.Input<string>;
|
|
7006
|
+
}
|
|
6933
7007
|
export interface JobTriggerTable {
|
|
6934
7008
|
condition?: pulumi.Input<string>;
|
|
6935
7009
|
minTimeBetweenTriggersSeconds?: pulumi.Input<number>;
|
|
@@ -6959,6 +7033,7 @@ export interface JobWebhookNotifications {
|
|
|
6959
7033
|
* (List) list of notification IDs to call when the run starts. A maximum of 3 destinations can be specified.
|
|
6960
7034
|
*/
|
|
6961
7035
|
onStarts?: pulumi.Input<pulumi.Input<inputs.JobWebhookNotificationsOnStart>[]>;
|
|
7036
|
+
onStreamingBacklogExceededs?: pulumi.Input<pulumi.Input<inputs.JobWebhookNotificationsOnStreamingBacklogExceeded>[]>;
|
|
6962
7037
|
/**
|
|
6963
7038
|
* (List) list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified.
|
|
6964
7039
|
*/
|
|
@@ -6982,6 +7057,12 @@ export interface JobWebhookNotificationsOnStart {
|
|
|
6982
7057
|
*/
|
|
6983
7058
|
id: pulumi.Input<string>;
|
|
6984
7059
|
}
|
|
7060
|
+
export interface JobWebhookNotificationsOnStreamingBacklogExceeded {
|
|
7061
|
+
/**
|
|
7062
|
+
* ID of the job
|
|
7063
|
+
*/
|
|
7064
|
+
id: pulumi.Input<string>;
|
|
7065
|
+
}
|
|
6985
7066
|
export interface JobWebhookNotificationsOnSuccess {
|
|
6986
7067
|
/**
|
|
6987
7068
|
* ID of the job
|
package/types/output.d.ts
CHANGED
|
@@ -838,6 +838,7 @@ export interface GetExternalLocationExternalLocationInfo {
|
|
|
838
838
|
* The options for Server-Side Encryption to be used by each Databricks s3 client when connecting to S3 cloud storage (AWS).
|
|
839
839
|
*/
|
|
840
840
|
encryptionDetails?: outputs.GetExternalLocationExternalLocationInfoEncryptionDetails;
|
|
841
|
+
isolationMode?: string;
|
|
841
842
|
/**
|
|
842
843
|
* Unique identifier of the parent Metastore.
|
|
843
844
|
*/
|
|
@@ -1041,6 +1042,7 @@ export interface GetJobJobSettingsSettingsEmailNotifications {
|
|
|
1041
1042
|
onDurationWarningThresholdExceededs?: string[];
|
|
1042
1043
|
onFailures?: string[];
|
|
1043
1044
|
onStarts?: string[];
|
|
1045
|
+
onStreamingBacklogExceededs?: string[];
|
|
1044
1046
|
onSuccesses?: string[];
|
|
1045
1047
|
}
|
|
1046
1048
|
export interface GetJobJobSettingsSettingsEnvironment {
|
|
@@ -1495,6 +1497,7 @@ export interface GetJobJobSettingsSettingsTaskEmailNotifications {
|
|
|
1495
1497
|
onDurationWarningThresholdExceededs?: string[];
|
|
1496
1498
|
onFailures?: string[];
|
|
1497
1499
|
onStarts?: string[];
|
|
1500
|
+
onStreamingBacklogExceededs?: string[];
|
|
1498
1501
|
onSuccesses?: string[];
|
|
1499
1502
|
}
|
|
1500
1503
|
export interface GetJobJobSettingsSettingsTaskForEachTask {
|
|
@@ -1554,6 +1557,7 @@ export interface GetJobJobSettingsSettingsTaskForEachTaskTaskEmailNotifications
|
|
|
1554
1557
|
onDurationWarningThresholdExceededs?: string[];
|
|
1555
1558
|
onFailures?: string[];
|
|
1556
1559
|
onStarts?: string[];
|
|
1560
|
+
onStreamingBacklogExceededs?: string[];
|
|
1557
1561
|
onSuccesses?: string[];
|
|
1558
1562
|
}
|
|
1559
1563
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskHealth {
|
|
@@ -1811,6 +1815,7 @@ export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotification
|
|
|
1811
1815
|
onDurationWarningThresholdExceededs?: outputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnDurationWarningThresholdExceeded[];
|
|
1812
1816
|
onFailures?: outputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnFailure[];
|
|
1813
1817
|
onStarts?: outputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStart[];
|
|
1818
|
+
onStreamingBacklogExceededs?: outputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
1814
1819
|
onSuccesses?: outputs.GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnSuccess[];
|
|
1815
1820
|
}
|
|
1816
1821
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
@@ -1831,6 +1836,12 @@ export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotification
|
|
|
1831
1836
|
*/
|
|
1832
1837
|
id: string;
|
|
1833
1838
|
}
|
|
1839
|
+
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
1840
|
+
/**
|
|
1841
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
1842
|
+
*/
|
|
1843
|
+
id: string;
|
|
1844
|
+
}
|
|
1834
1845
|
export interface GetJobJobSettingsSettingsTaskForEachTaskTaskWebhookNotificationsOnSuccess {
|
|
1835
1846
|
/**
|
|
1836
1847
|
* the id of databricks.Job if the resource was matched by name.
|
|
@@ -2092,6 +2103,7 @@ export interface GetJobJobSettingsSettingsTaskWebhookNotifications {
|
|
|
2092
2103
|
onDurationWarningThresholdExceededs?: outputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnDurationWarningThresholdExceeded[];
|
|
2093
2104
|
onFailures?: outputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnFailure[];
|
|
2094
2105
|
onStarts?: outputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnStart[];
|
|
2106
|
+
onStreamingBacklogExceededs?: outputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
2095
2107
|
onSuccesses?: outputs.GetJobJobSettingsSettingsTaskWebhookNotificationsOnSuccess[];
|
|
2096
2108
|
}
|
|
2097
2109
|
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
@@ -2112,6 +2124,12 @@ export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnStart {
|
|
|
2112
2124
|
*/
|
|
2113
2125
|
id: string;
|
|
2114
2126
|
}
|
|
2127
|
+
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
2128
|
+
/**
|
|
2129
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
2130
|
+
*/
|
|
2131
|
+
id: string;
|
|
2132
|
+
}
|
|
2115
2133
|
export interface GetJobJobSettingsSettingsTaskWebhookNotificationsOnSuccess {
|
|
2116
2134
|
/**
|
|
2117
2135
|
* the id of databricks.Job if the resource was matched by name.
|
|
@@ -2138,6 +2156,7 @@ export interface GetJobJobSettingsSettingsWebhookNotifications {
|
|
|
2138
2156
|
onDurationWarningThresholdExceededs?: outputs.GetJobJobSettingsSettingsWebhookNotificationsOnDurationWarningThresholdExceeded[];
|
|
2139
2157
|
onFailures?: outputs.GetJobJobSettingsSettingsWebhookNotificationsOnFailure[];
|
|
2140
2158
|
onStarts?: outputs.GetJobJobSettingsSettingsWebhookNotificationsOnStart[];
|
|
2159
|
+
onStreamingBacklogExceededs?: outputs.GetJobJobSettingsSettingsWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
2141
2160
|
onSuccesses?: outputs.GetJobJobSettingsSettingsWebhookNotificationsOnSuccess[];
|
|
2142
2161
|
}
|
|
2143
2162
|
export interface GetJobJobSettingsSettingsWebhookNotificationsOnDurationWarningThresholdExceeded {
|
|
@@ -2158,6 +2177,12 @@ export interface GetJobJobSettingsSettingsWebhookNotificationsOnStart {
|
|
|
2158
2177
|
*/
|
|
2159
2178
|
id: string;
|
|
2160
2179
|
}
|
|
2180
|
+
export interface GetJobJobSettingsSettingsWebhookNotificationsOnStreamingBacklogExceeded {
|
|
2181
|
+
/**
|
|
2182
|
+
* the id of databricks.Job if the resource was matched by name.
|
|
2183
|
+
*/
|
|
2184
|
+
id: string;
|
|
2185
|
+
}
|
|
2161
2186
|
export interface GetJobJobSettingsSettingsWebhookNotificationsOnSuccess {
|
|
2162
2187
|
/**
|
|
2163
2188
|
* the id of databricks.Job if the resource was matched by name.
|
|
@@ -2353,6 +2378,7 @@ export interface GetStorageCredentialStorageCredentialInfo {
|
|
|
2353
2378
|
* Unique ID of storage credential.
|
|
2354
2379
|
*/
|
|
2355
2380
|
id?: string;
|
|
2381
|
+
isolationMode?: string;
|
|
2356
2382
|
/**
|
|
2357
2383
|
* Unique identifier of the parent Metastore.
|
|
2358
2384
|
*/
|
|
@@ -2749,6 +2775,7 @@ export interface JobEmailNotifications {
|
|
|
2749
2775
|
* (List) list of emails to notify when the run starts.
|
|
2750
2776
|
*/
|
|
2751
2777
|
onStarts?: string[];
|
|
2778
|
+
onStreamingBacklogExceededs?: string[];
|
|
2752
2779
|
/**
|
|
2753
2780
|
* (List) list of emails to notify when the run completes successfully.
|
|
2754
2781
|
*/
|
|
@@ -3525,6 +3552,7 @@ export interface JobTaskEmailNotifications {
|
|
|
3525
3552
|
* (List) list of emails to notify when the run starts.
|
|
3526
3553
|
*/
|
|
3527
3554
|
onStarts?: string[];
|
|
3555
|
+
onStreamingBacklogExceededs?: string[];
|
|
3528
3556
|
/**
|
|
3529
3557
|
* (List) list of emails to notify when the run completes successfully.
|
|
3530
3558
|
*/
|
|
@@ -3701,6 +3729,7 @@ export interface JobTaskForEachTaskTaskEmailNotifications {
|
|
|
3701
3729
|
* (List) list of emails to notify when the run starts.
|
|
3702
3730
|
*/
|
|
3703
3731
|
onStarts?: string[];
|
|
3732
|
+
onStreamingBacklogExceededs?: string[];
|
|
3704
3733
|
/**
|
|
3705
3734
|
* (List) list of emails to notify when the run completes successfully.
|
|
3706
3735
|
*/
|
|
@@ -4199,6 +4228,7 @@ export interface JobTaskForEachTaskTaskWebhookNotifications {
|
|
|
4199
4228
|
* (List) list of notification IDs to call when the run starts. A maximum of 3 destinations can be specified.
|
|
4200
4229
|
*/
|
|
4201
4230
|
onStarts?: outputs.JobTaskForEachTaskTaskWebhookNotificationsOnStart[];
|
|
4231
|
+
onStreamingBacklogExceededs?: outputs.JobTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
4202
4232
|
/**
|
|
4203
4233
|
* (List) list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified.
|
|
4204
4234
|
*/
|
|
@@ -4222,6 +4252,12 @@ export interface JobTaskForEachTaskTaskWebhookNotificationsOnStart {
|
|
|
4222
4252
|
*/
|
|
4223
4253
|
id: string;
|
|
4224
4254
|
}
|
|
4255
|
+
export interface JobTaskForEachTaskTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
4256
|
+
/**
|
|
4257
|
+
* ID of the job
|
|
4258
|
+
*/
|
|
4259
|
+
id: string;
|
|
4260
|
+
}
|
|
4225
4261
|
export interface JobTaskForEachTaskTaskWebhookNotificationsOnSuccess {
|
|
4226
4262
|
/**
|
|
4227
4263
|
* ID of the job
|
|
@@ -4721,6 +4757,7 @@ export interface JobTaskWebhookNotifications {
|
|
|
4721
4757
|
* (List) list of notification IDs to call when the run starts. A maximum of 3 destinations can be specified.
|
|
4722
4758
|
*/
|
|
4723
4759
|
onStarts?: outputs.JobTaskWebhookNotificationsOnStart[];
|
|
4760
|
+
onStreamingBacklogExceededs?: outputs.JobTaskWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
4724
4761
|
/**
|
|
4725
4762
|
* (List) list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified.
|
|
4726
4763
|
*/
|
|
@@ -4744,6 +4781,12 @@ export interface JobTaskWebhookNotificationsOnStart {
|
|
|
4744
4781
|
*/
|
|
4745
4782
|
id: string;
|
|
4746
4783
|
}
|
|
4784
|
+
export interface JobTaskWebhookNotificationsOnStreamingBacklogExceeded {
|
|
4785
|
+
/**
|
|
4786
|
+
* ID of the job
|
|
4787
|
+
*/
|
|
4788
|
+
id: string;
|
|
4789
|
+
}
|
|
4747
4790
|
export interface JobTaskWebhookNotificationsOnSuccess {
|
|
4748
4791
|
/**
|
|
4749
4792
|
* ID of the job
|
|
@@ -4759,6 +4802,7 @@ export interface JobTrigger {
|
|
|
4759
4802
|
* Indicate whether this trigger is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pauseStatus` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pauseStatus`.
|
|
4760
4803
|
*/
|
|
4761
4804
|
pauseStatus?: string;
|
|
4805
|
+
periodic?: outputs.JobTriggerPeriodic;
|
|
4762
4806
|
table?: outputs.JobTriggerTable;
|
|
4763
4807
|
tableUpdate?: outputs.JobTriggerTableUpdate;
|
|
4764
4808
|
}
|
|
@@ -4776,6 +4820,10 @@ export interface JobTriggerFileArrival {
|
|
|
4776
4820
|
*/
|
|
4777
4821
|
waitAfterLastChangeSeconds?: number;
|
|
4778
4822
|
}
|
|
4823
|
+
export interface JobTriggerPeriodic {
|
|
4824
|
+
interval: number;
|
|
4825
|
+
unit: string;
|
|
4826
|
+
}
|
|
4779
4827
|
export interface JobTriggerTable {
|
|
4780
4828
|
condition?: string;
|
|
4781
4829
|
minTimeBetweenTriggersSeconds?: number;
|
|
@@ -4805,6 +4853,7 @@ export interface JobWebhookNotifications {
|
|
|
4805
4853
|
* (List) list of notification IDs to call when the run starts. A maximum of 3 destinations can be specified.
|
|
4806
4854
|
*/
|
|
4807
4855
|
onStarts?: outputs.JobWebhookNotificationsOnStart[];
|
|
4856
|
+
onStreamingBacklogExceededs?: outputs.JobWebhookNotificationsOnStreamingBacklogExceeded[];
|
|
4808
4857
|
/**
|
|
4809
4858
|
* (List) list of notification IDs to call when the run completes successfully. A maximum of 3 destinations can be specified.
|
|
4810
4859
|
*/
|
|
@@ -4828,6 +4877,12 @@ export interface JobWebhookNotificationsOnStart {
|
|
|
4828
4877
|
*/
|
|
4829
4878
|
id: string;
|
|
4830
4879
|
}
|
|
4880
|
+
export interface JobWebhookNotificationsOnStreamingBacklogExceeded {
|
|
4881
|
+
/**
|
|
4882
|
+
* ID of the job
|
|
4883
|
+
*/
|
|
4884
|
+
id: string;
|
|
4885
|
+
}
|
|
4831
4886
|
export interface JobWebhookNotificationsOnSuccess {
|
|
4832
4887
|
/**
|
|
4833
4888
|
* ID of the job
|