@pulumi/databricks 1.79.0-alpha.1766174506 → 1.79.0-alpha.1766202127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessControlRuleSet.d.ts +46 -0
- package/accessControlRuleSet.js +43 -0
- package/accessControlRuleSet.js.map +1 -1
- package/accountSettingV2.d.ts +123 -6
- package/accountSettingV2.js.map +1 -1
- package/alertV2.d.ts +1 -1
- package/alertV2.js +1 -1
- package/app.d.ts +3 -3
- package/catalog.d.ts +1 -1
- package/credential.d.ts +3 -3
- package/dashboard.d.ts +24 -0
- package/dashboard.js +4 -0
- package/dashboard.js.map +1 -1
- package/dataQualityMonitor.d.ts +1 -1
- package/dataQualityMonitor.js +1 -1
- package/dataQualityRefresh.d.ts +1 -1
- package/dataQualityRefresh.js +1 -1
- package/featureEngineeringFeature.d.ts +5 -2
- package/featureEngineeringFeature.js +2 -3
- package/featureEngineeringFeature.js.map +1 -1
- package/featureEngineeringKafkaConfig.d.ts +149 -0
- package/featureEngineeringKafkaConfig.js +93 -0
- package/featureEngineeringKafkaConfig.js.map +1 -0
- package/featureEngineeringMaterializedFeature.d.ts +12 -0
- package/featureEngineeringMaterializedFeature.js +2 -0
- package/featureEngineeringMaterializedFeature.js.map +1 -1
- package/getAccountSettingV2.d.ts +16 -16
- package/getAlertV2.d.ts +2 -2
- package/getAlertV2.js +2 -2
- package/getAlertsV2.d.ts +2 -2
- package/getAlertsV2.js +2 -2
- package/getDataQualityMonitor.d.ts +2 -2
- package/getDataQualityMonitor.js +2 -2
- package/getDataQualityMonitors.d.ts +2 -2
- package/getDataQualityMonitors.js +2 -2
- package/getDataQualityRefresh.d.ts +2 -2
- package/getDataQualityRefresh.js +2 -2
- package/getDataQualityRefreshes.d.ts +2 -2
- package/getDataQualityRefreshes.js +2 -2
- package/getFeatureEngineeringFeature.d.ts +1 -0
- package/getFeatureEngineeringFeature.js.map +1 -1
- package/getFeatureEngineeringKafkaConfig.d.ts +70 -0
- package/getFeatureEngineeringKafkaConfig.js +28 -0
- package/getFeatureEngineeringKafkaConfig.js.map +1 -0
- package/getFeatureEngineeringKafkaConfigs.d.ts +39 -0
- package/getFeatureEngineeringKafkaConfigs.js +30 -0
- package/getFeatureEngineeringKafkaConfigs.js.map +1 -0
- package/getFeatureEngineeringMaterializedFeature.d.ts +5 -1
- package/getFeatureEngineeringMaterializedFeature.js.map +1 -1
- package/getPolicyInfo.d.ts +40 -2
- package/getPolicyInfo.js +40 -2
- package/getPolicyInfo.js.map +1 -1
- package/getPolicyInfos.d.ts +38 -2
- package/getPolicyInfos.js +38 -2
- package/getPolicyInfos.js.map +1 -1
- package/getServicePrincipals.d.ts +17 -3
- package/getServicePrincipals.js +2 -0
- package/getServicePrincipals.js.map +1 -1
- package/getSparkVersion.d.ts +2 -2
- package/getTagPolicies.d.ts +2 -2
- package/getTagPolicies.js +2 -2
- package/getTagPolicy.d.ts +2 -2
- package/getTagPolicy.js +2 -2
- package/getUsers.d.ts +136 -0
- package/getUsers.js +104 -0
- package/getUsers.js.map +1 -0
- package/getWorkspaceEntityTagAssignment.d.ts +108 -0
- package/getWorkspaceEntityTagAssignment.js +72 -0
- package/getWorkspaceEntityTagAssignment.js.map +1 -0
- package/getWorkspaceEntityTagAssignments.d.ts +99 -0
- package/getWorkspaceEntityTagAssignments.js +68 -0
- package/getWorkspaceEntityTagAssignments.js.map +1 -0
- package/getWorkspaceSettingV2.d.ts +16 -16
- package/index.d.ts +21 -0
- package/index.js +33 -7
- package/index.js.map +1 -1
- package/lakehouseMonitor.d.ts +1 -1
- package/lakehouseMonitor.js +1 -1
- package/mwsWorkspaces.d.ts +19 -5
- package/mwsWorkspaces.js +16 -2
- package/mwsWorkspaces.js.map +1 -1
- package/package.json +2 -2
- package/pipeline.d.ts +3 -3
- package/policyInfo.d.ts +63 -1
- package/policyInfo.js +63 -1
- package/policyInfo.js.map +1 -1
- package/rfaAccessRequestDestinations.d.ts +2 -2
- package/rfaAccessRequestDestinations.js +0 -3
- package/rfaAccessRequestDestinations.js.map +1 -1
- package/tagPolicy.d.ts +1 -1
- package/tagPolicy.js +1 -1
- package/types/input.d.ts +357 -35
- package/types/output.d.ts +512 -78
- package/workspaceEntityTagAssignment.d.ts +129 -0
- package/workspaceEntityTagAssignment.js +109 -0
- package/workspaceEntityTagAssignment.js.map +1 -0
- package/workspaceSettingV2.d.ts +123 -6
- package/workspaceSettingV2.js.map +1 -1
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* [](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
4
|
+
*
|
|
5
|
+
* This resource allows you to create, update, list, and delete tag assignments for workspace scoped entities.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as databricks from "@pulumi/databricks";
|
|
12
|
+
*
|
|
13
|
+
* const dashboardTag = new databricks.WorkspaceEntityTagAssignment("dashboard_tag", {
|
|
14
|
+
* entityType: "dashboards",
|
|
15
|
+
* entityId: "2807324866692453",
|
|
16
|
+
* tagKey: "sensitivity_level",
|
|
17
|
+
* tagValue: "high",
|
|
18
|
+
* });
|
|
19
|
+
* const geniespaceTag = new databricks.WorkspaceEntityTagAssignment("geniespace_tag", {
|
|
20
|
+
* entityType: "geniespaces",
|
|
21
|
+
* entityId: "2807324866692453",
|
|
22
|
+
* tagKey: "sensitivity_level",
|
|
23
|
+
* tagValue: "high",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ## Import
|
|
28
|
+
*
|
|
29
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
30
|
+
*
|
|
31
|
+
* hcl
|
|
32
|
+
*
|
|
33
|
+
* import {
|
|
34
|
+
*
|
|
35
|
+
* id = "entity_type,entity_id,tag_key"
|
|
36
|
+
*
|
|
37
|
+
* to = databricks_workspace_entity_tag_assignment.this
|
|
38
|
+
*
|
|
39
|
+
* }
|
|
40
|
+
*
|
|
41
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
42
|
+
*
|
|
43
|
+
* ```sh
|
|
44
|
+
* $ pulumi import databricks:index/workspaceEntityTagAssignment:WorkspaceEntityTagAssignment this "entity_type,entity_id,tag_key"
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
export declare class WorkspaceEntityTagAssignment extends pulumi.CustomResource {
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing WorkspaceEntityTagAssignment resource's state with the given name, ID, and optional extra
|
|
50
|
+
* properties used to qualify the lookup.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resulting resource.
|
|
53
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
+
* @param state Any extra arguments used during the lookup.
|
|
55
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
56
|
+
*/
|
|
57
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: WorkspaceEntityTagAssignmentState, opts?: pulumi.CustomResourceOptions): WorkspaceEntityTagAssignment;
|
|
58
|
+
/**
|
|
59
|
+
* Returns true if the given object is an instance of WorkspaceEntityTagAssignment. This is designed to work even
|
|
60
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
+
*/
|
|
62
|
+
static isInstance(obj: any): obj is WorkspaceEntityTagAssignment;
|
|
63
|
+
/**
|
|
64
|
+
* The identifier of the entity to which the tag is assigned
|
|
65
|
+
*/
|
|
66
|
+
readonly entityId: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The type of entity to which the tag is assigned. Allowed values are dashboards, geniespaces
|
|
69
|
+
*/
|
|
70
|
+
readonly entityType: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
|
|
73
|
+
*/
|
|
74
|
+
readonly tagKey: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The value of the tag
|
|
77
|
+
*/
|
|
78
|
+
readonly tagValue: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Create a WorkspaceEntityTagAssignment resource with the given unique name, arguments, and options.
|
|
81
|
+
*
|
|
82
|
+
* @param name The _unique_ name of the resource.
|
|
83
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
84
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
85
|
+
*/
|
|
86
|
+
constructor(name: string, args: WorkspaceEntityTagAssignmentArgs, opts?: pulumi.CustomResourceOptions);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Input properties used for looking up and filtering WorkspaceEntityTagAssignment resources.
|
|
90
|
+
*/
|
|
91
|
+
export interface WorkspaceEntityTagAssignmentState {
|
|
92
|
+
/**
|
|
93
|
+
* The identifier of the entity to which the tag is assigned
|
|
94
|
+
*/
|
|
95
|
+
entityId?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The type of entity to which the tag is assigned. Allowed values are dashboards, geniespaces
|
|
98
|
+
*/
|
|
99
|
+
entityType?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
|
|
102
|
+
*/
|
|
103
|
+
tagKey?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The value of the tag
|
|
106
|
+
*/
|
|
107
|
+
tagValue?: pulumi.Input<string>;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* The set of arguments for constructing a WorkspaceEntityTagAssignment resource.
|
|
111
|
+
*/
|
|
112
|
+
export interface WorkspaceEntityTagAssignmentArgs {
|
|
113
|
+
/**
|
|
114
|
+
* The identifier of the entity to which the tag is assigned
|
|
115
|
+
*/
|
|
116
|
+
entityId: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The type of entity to which the tag is assigned. Allowed values are dashboards, geniespaces
|
|
119
|
+
*/
|
|
120
|
+
entityType: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
|
|
123
|
+
*/
|
|
124
|
+
tagKey: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The value of the tag
|
|
127
|
+
*/
|
|
128
|
+
tagValue?: pulumi.Input<string>;
|
|
129
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
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.WorkspaceEntityTagAssignment = 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
|
+
* This resource allows you to create, update, list, and delete tag assignments for workspace scoped entities.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as databricks from "@pulumi/databricks";
|
|
18
|
+
*
|
|
19
|
+
* const dashboardTag = new databricks.WorkspaceEntityTagAssignment("dashboard_tag", {
|
|
20
|
+
* entityType: "dashboards",
|
|
21
|
+
* entityId: "2807324866692453",
|
|
22
|
+
* tagKey: "sensitivity_level",
|
|
23
|
+
* tagValue: "high",
|
|
24
|
+
* });
|
|
25
|
+
* const geniespaceTag = new databricks.WorkspaceEntityTagAssignment("geniespace_tag", {
|
|
26
|
+
* entityType: "geniespaces",
|
|
27
|
+
* entityId: "2807324866692453",
|
|
28
|
+
* tagKey: "sensitivity_level",
|
|
29
|
+
* tagValue: "high",
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* ## Import
|
|
34
|
+
*
|
|
35
|
+
* As of Pulumi v1.5, resources can be imported through configuration.
|
|
36
|
+
*
|
|
37
|
+
* hcl
|
|
38
|
+
*
|
|
39
|
+
* import {
|
|
40
|
+
*
|
|
41
|
+
* id = "entity_type,entity_id,tag_key"
|
|
42
|
+
*
|
|
43
|
+
* to = databricks_workspace_entity_tag_assignment.this
|
|
44
|
+
*
|
|
45
|
+
* }
|
|
46
|
+
*
|
|
47
|
+
* If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
48
|
+
*
|
|
49
|
+
* ```sh
|
|
50
|
+
* $ pulumi import databricks:index/workspaceEntityTagAssignment:WorkspaceEntityTagAssignment this "entity_type,entity_id,tag_key"
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
class WorkspaceEntityTagAssignment extends pulumi.CustomResource {
|
|
54
|
+
/**
|
|
55
|
+
* Get an existing WorkspaceEntityTagAssignment resource's state with the given name, ID, and optional extra
|
|
56
|
+
* properties used to qualify the lookup.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resulting resource.
|
|
59
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
60
|
+
* @param state Any extra arguments used during the lookup.
|
|
61
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
62
|
+
*/
|
|
63
|
+
static get(name, id, state, opts) {
|
|
64
|
+
return new WorkspaceEntityTagAssignment(name, state, { ...opts, id: id });
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Returns true if the given object is an instance of WorkspaceEntityTagAssignment. This is designed to work even
|
|
68
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
|
+
*/
|
|
70
|
+
static isInstance(obj) {
|
|
71
|
+
if (obj === undefined || obj === null) {
|
|
72
|
+
return false;
|
|
73
|
+
}
|
|
74
|
+
return obj['__pulumiType'] === WorkspaceEntityTagAssignment.__pulumiType;
|
|
75
|
+
}
|
|
76
|
+
constructor(name, argsOrState, opts) {
|
|
77
|
+
let resourceInputs = {};
|
|
78
|
+
opts = opts || {};
|
|
79
|
+
if (opts.id) {
|
|
80
|
+
const state = argsOrState;
|
|
81
|
+
resourceInputs["entityId"] = state?.entityId;
|
|
82
|
+
resourceInputs["entityType"] = state?.entityType;
|
|
83
|
+
resourceInputs["tagKey"] = state?.tagKey;
|
|
84
|
+
resourceInputs["tagValue"] = state?.tagValue;
|
|
85
|
+
}
|
|
86
|
+
else {
|
|
87
|
+
const args = argsOrState;
|
|
88
|
+
if (args?.entityId === undefined && !opts.urn) {
|
|
89
|
+
throw new Error("Missing required property 'entityId'");
|
|
90
|
+
}
|
|
91
|
+
if (args?.entityType === undefined && !opts.urn) {
|
|
92
|
+
throw new Error("Missing required property 'entityType'");
|
|
93
|
+
}
|
|
94
|
+
if (args?.tagKey === undefined && !opts.urn) {
|
|
95
|
+
throw new Error("Missing required property 'tagKey'");
|
|
96
|
+
}
|
|
97
|
+
resourceInputs["entityId"] = args?.entityId;
|
|
98
|
+
resourceInputs["entityType"] = args?.entityType;
|
|
99
|
+
resourceInputs["tagKey"] = args?.tagKey;
|
|
100
|
+
resourceInputs["tagValue"] = args?.tagValue;
|
|
101
|
+
}
|
|
102
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
103
|
+
super(WorkspaceEntityTagAssignment.__pulumiType, name, resourceInputs, opts);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.WorkspaceEntityTagAssignment = WorkspaceEntityTagAssignment;
|
|
107
|
+
/** @internal */
|
|
108
|
+
WorkspaceEntityTagAssignment.__pulumiType = 'databricks:index/workspaceEntityTagAssignment:WorkspaceEntityTagAssignment';
|
|
109
|
+
//# sourceMappingURL=workspaceEntityTagAssignment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workspaceEntityTagAssignment.js","sourceRoot":"","sources":["../workspaceEntityTagAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAa,4BAA6B,SAAQ,MAAM,CAAC,cAAc;IACnE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyC,EAAE,IAAmC;QACvI,OAAO,IAAI,4BAA4B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnF,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,4BAA4B,CAAC,YAAY,CAAC;IAC7E,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAkF,EAAE,IAAmC;QAC7I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4D,CAAC;YAC3E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2D,CAAC;YACzE,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,4BAA4B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjF,CAAC;;AAhFL,oEAiFC;AAnEG,gBAAgB;AACO,yCAAY,GAAG,4EAA4E,CAAC"}
|
package/workspaceSettingV2.d.ts
CHANGED
|
@@ -61,34 +61,73 @@ export declare class WorkspaceSettingV2 extends pulumi.CustomResource {
|
|
|
61
61
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
62
|
*/
|
|
63
63
|
static isInstance(obj: any): obj is WorkspaceSettingV2;
|
|
64
|
+
/**
|
|
65
|
+
* Setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingAccessPolicy for final setting value
|
|
66
|
+
*/
|
|
64
67
|
readonly aibiDashboardEmbeddingAccessPolicy: pulumi.Output<outputs.WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicy | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingApprovedDomains for final setting value
|
|
70
|
+
*/
|
|
65
71
|
readonly aibiDashboardEmbeddingApprovedDomains: pulumi.Output<outputs.WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomains | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* Setting value for automaticClusterUpdateWorkspace setting. This is the setting value set by consumers, check effectiveAutomaticClusterUpdateWorkspace for final setting value
|
|
74
|
+
*/
|
|
66
75
|
readonly automaticClusterUpdateWorkspace: pulumi.Output<outputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspace | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* Setting value for boolean type setting. This is the setting value set by consumers, check effectiveBooleanVal for final setting value
|
|
78
|
+
*/
|
|
67
79
|
readonly booleanVal: pulumi.Output<outputs.WorkspaceSettingV2BooleanVal | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* Effective setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
|
|
82
|
+
*/
|
|
68
83
|
readonly effectiveAibiDashboardEmbeddingAccessPolicy: pulumi.Output<outputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* Effective setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
|
|
86
|
+
*/
|
|
69
87
|
readonly effectiveAibiDashboardEmbeddingApprovedDomains: pulumi.Output<outputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains | undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* Effective setting value for automaticClusterUpdateWorkspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
|
|
90
|
+
*/
|
|
70
91
|
readonly effectiveAutomaticClusterUpdateWorkspace: pulumi.Output<outputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspace | undefined>;
|
|
71
92
|
/**
|
|
72
|
-
* (BooleanMessage)
|
|
93
|
+
* (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
|
|
73
94
|
*/
|
|
74
95
|
readonly effectiveBooleanVal: pulumi.Output<outputs.WorkspaceSettingV2EffectiveBooleanVal>;
|
|
75
96
|
/**
|
|
76
|
-
* (IntegerMessage)
|
|
97
|
+
* (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
|
|
77
98
|
*/
|
|
78
99
|
readonly effectiveIntegerVal: pulumi.Output<outputs.WorkspaceSettingV2EffectiveIntegerVal>;
|
|
100
|
+
/**
|
|
101
|
+
* Effective setting value for personalCompute setting. This is the final effective value of setting. To set a value use personal_compute
|
|
102
|
+
*/
|
|
79
103
|
readonly effectivePersonalCompute: pulumi.Output<outputs.WorkspaceSettingV2EffectivePersonalCompute | undefined>;
|
|
104
|
+
/**
|
|
105
|
+
* Effective setting value for restrictWorkspaceAdmins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
|
|
106
|
+
*/
|
|
80
107
|
readonly effectiveRestrictWorkspaceAdmins: pulumi.Output<outputs.WorkspaceSettingV2EffectiveRestrictWorkspaceAdmins | undefined>;
|
|
81
108
|
/**
|
|
82
|
-
* (StringMessage)
|
|
109
|
+
* (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
|
|
83
110
|
*/
|
|
84
111
|
readonly effectiveStringVal: pulumi.Output<outputs.WorkspaceSettingV2EffectiveStringVal>;
|
|
112
|
+
/**
|
|
113
|
+
* Setting value for integer type setting. This is the setting value set by consumers, check effectiveIntegerVal for final setting value
|
|
114
|
+
*/
|
|
85
115
|
readonly integerVal: pulumi.Output<outputs.WorkspaceSettingV2IntegerVal | undefined>;
|
|
86
116
|
/**
|
|
87
117
|
* Name of the setting
|
|
88
118
|
*/
|
|
89
119
|
readonly name: pulumi.Output<string>;
|
|
120
|
+
/**
|
|
121
|
+
* Setting value for personalCompute setting. This is the setting value set by consumers, check effectivePersonalCompute for final setting value
|
|
122
|
+
*/
|
|
90
123
|
readonly personalCompute: pulumi.Output<outputs.WorkspaceSettingV2PersonalCompute | undefined>;
|
|
124
|
+
/**
|
|
125
|
+
* Setting value for restrictWorkspaceAdmins setting. This is the setting value set by consumers, check effectiveRestrictWorkspaceAdmins for final setting value
|
|
126
|
+
*/
|
|
91
127
|
readonly restrictWorkspaceAdmins: pulumi.Output<outputs.WorkspaceSettingV2RestrictWorkspaceAdmins | undefined>;
|
|
128
|
+
/**
|
|
129
|
+
* Setting value for string type setting. This is the setting value set by consumers, check effectiveStringVal for final setting value
|
|
130
|
+
*/
|
|
92
131
|
readonly stringVal: pulumi.Output<outputs.WorkspaceSettingV2StringVal | undefined>;
|
|
93
132
|
/**
|
|
94
133
|
* Create a WorkspaceSettingV2 resource with the given unique name, arguments, and options.
|
|
@@ -103,55 +142,133 @@ export declare class WorkspaceSettingV2 extends pulumi.CustomResource {
|
|
|
103
142
|
* Input properties used for looking up and filtering WorkspaceSettingV2 resources.
|
|
104
143
|
*/
|
|
105
144
|
export interface WorkspaceSettingV2State {
|
|
145
|
+
/**
|
|
146
|
+
* Setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingAccessPolicy for final setting value
|
|
147
|
+
*/
|
|
106
148
|
aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicy>;
|
|
149
|
+
/**
|
|
150
|
+
* Setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingApprovedDomains for final setting value
|
|
151
|
+
*/
|
|
107
152
|
aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomains>;
|
|
153
|
+
/**
|
|
154
|
+
* Setting value for automaticClusterUpdateWorkspace setting. This is the setting value set by consumers, check effectiveAutomaticClusterUpdateWorkspace for final setting value
|
|
155
|
+
*/
|
|
108
156
|
automaticClusterUpdateWorkspace?: pulumi.Input<inputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspace>;
|
|
157
|
+
/**
|
|
158
|
+
* Setting value for boolean type setting. This is the setting value set by consumers, check effectiveBooleanVal for final setting value
|
|
159
|
+
*/
|
|
109
160
|
booleanVal?: pulumi.Input<inputs.WorkspaceSettingV2BooleanVal>;
|
|
161
|
+
/**
|
|
162
|
+
* Effective setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
|
|
163
|
+
*/
|
|
110
164
|
effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy>;
|
|
165
|
+
/**
|
|
166
|
+
* Effective setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
|
|
167
|
+
*/
|
|
111
168
|
effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains>;
|
|
169
|
+
/**
|
|
170
|
+
* Effective setting value for automaticClusterUpdateWorkspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
|
|
171
|
+
*/
|
|
112
172
|
effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspace>;
|
|
113
173
|
/**
|
|
114
|
-
* (BooleanMessage)
|
|
174
|
+
* (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
|
|
115
175
|
*/
|
|
116
176
|
effectiveBooleanVal?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveBooleanVal>;
|
|
117
177
|
/**
|
|
118
|
-
* (IntegerMessage)
|
|
178
|
+
* (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
|
|
119
179
|
*/
|
|
120
180
|
effectiveIntegerVal?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveIntegerVal>;
|
|
181
|
+
/**
|
|
182
|
+
* Effective setting value for personalCompute setting. This is the final effective value of setting. To set a value use personal_compute
|
|
183
|
+
*/
|
|
121
184
|
effectivePersonalCompute?: pulumi.Input<inputs.WorkspaceSettingV2EffectivePersonalCompute>;
|
|
185
|
+
/**
|
|
186
|
+
* Effective setting value for restrictWorkspaceAdmins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
|
|
187
|
+
*/
|
|
122
188
|
effectiveRestrictWorkspaceAdmins?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveRestrictWorkspaceAdmins>;
|
|
123
189
|
/**
|
|
124
|
-
* (StringMessage)
|
|
190
|
+
* (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
|
|
125
191
|
*/
|
|
126
192
|
effectiveStringVal?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveStringVal>;
|
|
193
|
+
/**
|
|
194
|
+
* Setting value for integer type setting. This is the setting value set by consumers, check effectiveIntegerVal for final setting value
|
|
195
|
+
*/
|
|
127
196
|
integerVal?: pulumi.Input<inputs.WorkspaceSettingV2IntegerVal>;
|
|
128
197
|
/**
|
|
129
198
|
* Name of the setting
|
|
130
199
|
*/
|
|
131
200
|
name?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Setting value for personalCompute setting. This is the setting value set by consumers, check effectivePersonalCompute for final setting value
|
|
203
|
+
*/
|
|
132
204
|
personalCompute?: pulumi.Input<inputs.WorkspaceSettingV2PersonalCompute>;
|
|
205
|
+
/**
|
|
206
|
+
* Setting value for restrictWorkspaceAdmins setting. This is the setting value set by consumers, check effectiveRestrictWorkspaceAdmins for final setting value
|
|
207
|
+
*/
|
|
133
208
|
restrictWorkspaceAdmins?: pulumi.Input<inputs.WorkspaceSettingV2RestrictWorkspaceAdmins>;
|
|
209
|
+
/**
|
|
210
|
+
* Setting value for string type setting. This is the setting value set by consumers, check effectiveStringVal for final setting value
|
|
211
|
+
*/
|
|
134
212
|
stringVal?: pulumi.Input<inputs.WorkspaceSettingV2StringVal>;
|
|
135
213
|
}
|
|
136
214
|
/**
|
|
137
215
|
* The set of arguments for constructing a WorkspaceSettingV2 resource.
|
|
138
216
|
*/
|
|
139
217
|
export interface WorkspaceSettingV2Args {
|
|
218
|
+
/**
|
|
219
|
+
* Setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingAccessPolicy for final setting value
|
|
220
|
+
*/
|
|
140
221
|
aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicy>;
|
|
222
|
+
/**
|
|
223
|
+
* Setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingApprovedDomains for final setting value
|
|
224
|
+
*/
|
|
141
225
|
aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomains>;
|
|
226
|
+
/**
|
|
227
|
+
* Setting value for automaticClusterUpdateWorkspace setting. This is the setting value set by consumers, check effectiveAutomaticClusterUpdateWorkspace for final setting value
|
|
228
|
+
*/
|
|
142
229
|
automaticClusterUpdateWorkspace?: pulumi.Input<inputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspace>;
|
|
230
|
+
/**
|
|
231
|
+
* Setting value for boolean type setting. This is the setting value set by consumers, check effectiveBooleanVal for final setting value
|
|
232
|
+
*/
|
|
143
233
|
booleanVal?: pulumi.Input<inputs.WorkspaceSettingV2BooleanVal>;
|
|
234
|
+
/**
|
|
235
|
+
* Effective setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
|
|
236
|
+
*/
|
|
144
237
|
effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy>;
|
|
238
|
+
/**
|
|
239
|
+
* Effective setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
|
|
240
|
+
*/
|
|
145
241
|
effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains>;
|
|
242
|
+
/**
|
|
243
|
+
* Effective setting value for automaticClusterUpdateWorkspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
|
|
244
|
+
*/
|
|
146
245
|
effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspace>;
|
|
246
|
+
/**
|
|
247
|
+
* Effective setting value for personalCompute setting. This is the final effective value of setting. To set a value use personal_compute
|
|
248
|
+
*/
|
|
147
249
|
effectivePersonalCompute?: pulumi.Input<inputs.WorkspaceSettingV2EffectivePersonalCompute>;
|
|
250
|
+
/**
|
|
251
|
+
* Effective setting value for restrictWorkspaceAdmins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
|
|
252
|
+
*/
|
|
148
253
|
effectiveRestrictWorkspaceAdmins?: pulumi.Input<inputs.WorkspaceSettingV2EffectiveRestrictWorkspaceAdmins>;
|
|
254
|
+
/**
|
|
255
|
+
* Setting value for integer type setting. This is the setting value set by consumers, check effectiveIntegerVal for final setting value
|
|
256
|
+
*/
|
|
149
257
|
integerVal?: pulumi.Input<inputs.WorkspaceSettingV2IntegerVal>;
|
|
150
258
|
/**
|
|
151
259
|
* Name of the setting
|
|
152
260
|
*/
|
|
153
261
|
name?: pulumi.Input<string>;
|
|
262
|
+
/**
|
|
263
|
+
* Setting value for personalCompute setting. This is the setting value set by consumers, check effectivePersonalCompute for final setting value
|
|
264
|
+
*/
|
|
154
265
|
personalCompute?: pulumi.Input<inputs.WorkspaceSettingV2PersonalCompute>;
|
|
266
|
+
/**
|
|
267
|
+
* Setting value for restrictWorkspaceAdmins setting. This is the setting value set by consumers, check effectiveRestrictWorkspaceAdmins for final setting value
|
|
268
|
+
*/
|
|
155
269
|
restrictWorkspaceAdmins?: pulumi.Input<inputs.WorkspaceSettingV2RestrictWorkspaceAdmins>;
|
|
270
|
+
/**
|
|
271
|
+
* Setting value for string type setting. This is the setting value set by consumers, check effectiveStringVal for final setting value
|
|
272
|
+
*/
|
|
156
273
|
stringVal?: pulumi.Input<inputs.WorkspaceSettingV2StringVal>;
|
|
157
274
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspaceSettingV2.js","sourceRoot":"","sources":["../workspaceSettingV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"workspaceSettingV2.js","sourceRoot":"","sources":["../workspaceSettingV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IA+ED,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,oCAAoC,CAAC,GAAG,KAAK,EAAE,kCAAkC,CAAC;YACjG,cAAc,CAAC,uCAAuC,CAAC,GAAG,KAAK,EAAE,qCAAqC,CAAC;YACvG,cAAc,CAAC,iCAAiC,CAAC,GAAG,KAAK,EAAE,+BAA+B,CAAC;YAC3F,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,6CAA6C,CAAC,GAAG,KAAK,EAAE,2CAA2C,CAAC;YACnH,cAAc,CAAC,gDAAgD,CAAC,GAAG,KAAK,EAAE,8CAA8C,CAAC;YACzH,cAAc,CAAC,0CAA0C,CAAC,GAAG,KAAK,EAAE,wCAAwC,CAAC;YAC7G,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,EAAE,wBAAwB,CAAC;YAC7E,cAAc,CAAC,kCAAkC,CAAC,GAAG,KAAK,EAAE,gCAAgC,CAAC;YAC7F,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,cAAc,CAAC,oCAAoC,CAAC,GAAG,IAAI,EAAE,kCAAkC,CAAC;YAChG,cAAc,CAAC,uCAAuC,CAAC,GAAG,IAAI,EAAE,qCAAqC,CAAC;YACtG,cAAc,CAAC,iCAAiC,CAAC,GAAG,IAAI,EAAE,+BAA+B,CAAC;YAC1F,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,6CAA6C,CAAC,GAAG,IAAI,EAAE,2CAA2C,CAAC;YAClH,cAAc,CAAC,gDAAgD,CAAC,GAAG,IAAI,EAAE,8CAA8C,CAAC;YACxH,cAAc,CAAC,0CAA0C,CAAC,GAAG,IAAI,EAAE,wCAAwC,CAAC;YAC5G,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,EAAE,wBAAwB,CAAC;YAC5E,cAAc,CAAC,kCAAkC,CAAC,GAAG,IAAI,EAAE,gCAAgC,CAAC;YAC5F,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AArJL,gDAsJC;AAxIG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}
|