@pulumi/databricks 1.94.0-alpha.1779864902 → 1.94.0-alpha.1780007232
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 +4 -4
- package/accessControlRuleSet.js +1 -1
- package/groupInstanceProfile.d.ts +1 -1
- package/groupInstanceProfile.js +1 -1
- package/groupRole.d.ts +1 -1
- package/groupRole.js +1 -1
- package/lakehouseMonitor.d.ts +1 -1
- package/lakehouseMonitor.js +1 -1
- package/library.d.ts +1 -1
- package/library.js +1 -1
- package/mlflowWebhook.d.ts +1 -1
- package/mlflowWebhook.js +1 -1
- package/mount.d.ts +1 -1
- package/mount.js +1 -1
- package/mwsLogDelivery.d.ts +1 -1
- package/mwsLogDelivery.js +1 -1
- package/oboToken.d.ts +1 -1
- package/oboToken.js +1 -1
- package/package.json +2 -2
- package/permissions.d.ts +1 -1
- package/permissions.js +1 -1
- package/servicePrincipalRole.d.ts +1 -1
- package/servicePrincipalRole.js +1 -1
- package/sqlAlert.d.ts +1 -1
- package/sqlAlert.js +1 -1
- package/sqlDashboard.d.ts +1 -1
- package/sqlDashboard.js +1 -1
- package/sqlQuery.d.ts +1 -1
- package/sqlQuery.js +1 -1
- package/sqlVisualization.d.ts +1 -1
- package/sqlVisualization.js +1 -1
- package/sqlWidget.d.ts +1 -1
- package/sqlWidget.js +1 -1
- package/token.d.ts +1 -1
- package/token.js +1 -1
- package/userInstanceProfile.d.ts +1 -1
- package/userInstanceProfile.js +1 -1
- package/userRole.d.ts +1 -1
- package/userRole.js +1 -1
- package/workspaceConf.d.ts +1 -1
- package/workspaceConf.js +1 -1
|
@@ -8,7 +8,7 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* > Currently, we only support managing access rules on specific object resources (service principal, group, budget policies and account) through `databricks.AccessControlRuleSet`.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* > `databricks.AccessControlRuleSet` cannot be used to manage access rules for resources supported by databricks_permissions. Refer to its documentation for more information.
|
|
12
12
|
*
|
|
13
13
|
* > This resource is _authoritative_ for permissions on objects. Configuring this resource for an object will **OVERWRITE** any existing permissions of the same type unless imported, and changes made outside of Pulumi will be reset.
|
|
14
14
|
*
|
|
@@ -272,7 +272,7 @@ export declare class AccessControlRuleSet extends pulumi.CustomResource {
|
|
|
272
272
|
/**
|
|
273
273
|
* The access control rules to be granted by this rule set, consisting of a set of principals and roles to be granted to them.
|
|
274
274
|
*
|
|
275
|
-
*
|
|
275
|
+
* > Name uniquely identifies a rule set resource. Ensure all the grantRules blocks for a rule set name are present in one `databricks.AccessControlRuleSet` resource block. Otherwise, after applying changes, users might lose their role assignment even if that was not intended.
|
|
276
276
|
*/
|
|
277
277
|
readonly grantRules: pulumi.Output<outputs.AccessControlRuleSetGrantRule[] | undefined>;
|
|
278
278
|
/**
|
|
@@ -306,7 +306,7 @@ export interface AccessControlRuleSetState {
|
|
|
306
306
|
/**
|
|
307
307
|
* The access control rules to be granted by this rule set, consisting of a set of principals and roles to be granted to them.
|
|
308
308
|
*
|
|
309
|
-
*
|
|
309
|
+
* > Name uniquely identifies a rule set resource. Ensure all the grantRules blocks for a rule set name are present in one `databricks.AccessControlRuleSet` resource block. Otherwise, after applying changes, users might lose their role assignment even if that was not intended.
|
|
310
310
|
*/
|
|
311
311
|
grantRules?: pulumi.Input<pulumi.Input<inputs.AccessControlRuleSetGrantRule>[] | undefined>;
|
|
312
312
|
/**
|
|
@@ -331,7 +331,7 @@ export interface AccessControlRuleSetArgs {
|
|
|
331
331
|
/**
|
|
332
332
|
* The access control rules to be granted by this rule set, consisting of a set of principals and roles to be granted to them.
|
|
333
333
|
*
|
|
334
|
-
*
|
|
334
|
+
* > Name uniquely identifies a rule set resource. Ensure all the grantRules blocks for a rule set name are present in one `databricks.AccessControlRuleSet` resource block. Otherwise, after applying changes, users might lose their role assignment even if that was not intended.
|
|
335
335
|
*/
|
|
336
336
|
grantRules?: pulumi.Input<pulumi.Input<inputs.AccessControlRuleSetGrantRule>[] | undefined>;
|
|
337
337
|
/**
|
package/accessControlRuleSet.js
CHANGED
|
@@ -35,7 +35,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
35
35
|
*
|
|
36
36
|
* > Currently, we only support managing access rules on specific object resources (service principal, group, budget policies and account) through `databricks.AccessControlRuleSet`.
|
|
37
37
|
*
|
|
38
|
-
*
|
|
38
|
+
* > `databricks.AccessControlRuleSet` cannot be used to manage access rules for resources supported by databricks_permissions. Refer to its documentation for more information.
|
|
39
39
|
*
|
|
40
40
|
* > This resource is _authoritative_ for permissions on objects. Configuring this resource for an object will **OVERWRITE** any existing permissions of the same type unless imported, and changes made outside of Pulumi will be reset.
|
|
41
41
|
*
|
|
@@ -36,7 +36,7 @@ import * as outputs from "./types/output";
|
|
|
36
36
|
*
|
|
37
37
|
* ## Import
|
|
38
38
|
*
|
|
39
|
-
*
|
|
39
|
+
* > Importing this resource is not currently supported.
|
|
40
40
|
*/
|
|
41
41
|
export declare class GroupInstanceProfile extends pulumi.CustomResource {
|
|
42
42
|
/**
|
package/groupInstanceProfile.js
CHANGED
|
@@ -63,7 +63,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
63
63
|
*
|
|
64
64
|
* ## Import
|
|
65
65
|
*
|
|
66
|
-
*
|
|
66
|
+
* > Importing this resource is not currently supported.
|
|
67
67
|
*/
|
|
68
68
|
class GroupInstanceProfile extends pulumi.CustomResource {
|
|
69
69
|
/**
|
package/groupRole.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ import * as outputs from "./types/output";
|
|
|
51
51
|
*
|
|
52
52
|
* ## Import
|
|
53
53
|
*
|
|
54
|
-
*
|
|
54
|
+
* > Importing this resource is not currently supported.
|
|
55
55
|
*/
|
|
56
56
|
export declare class GroupRole extends pulumi.CustomResource {
|
|
57
57
|
/**
|
package/groupRole.js
CHANGED
|
@@ -78,7 +78,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
78
78
|
*
|
|
79
79
|
* ## Import
|
|
80
80
|
*
|
|
81
|
-
*
|
|
81
|
+
* > Importing this resource is not currently supported.
|
|
82
82
|
*/
|
|
83
83
|
class GroupRole extends pulumi.CustomResource {
|
|
84
84
|
/**
|
package/lakehouseMonitor.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* > This resource has been deprecated and will be removed soon. Please use the databricks.QualityMonitor resource instead.
|
|
6
6
|
*
|
|
7
7
|
* This resource allows you to manage [Lakehouse Monitors](https://docs.databricks.com/en/lakehouse-monitoring/index.html) in Databricks.
|
|
8
8
|
*
|
package/lakehouseMonitor.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.LakehouseMonitor = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > This resource has been deprecated and will be removed soon. Please use the databricks.QualityMonitor resource instead.
|
|
33
33
|
*
|
|
34
34
|
* This resource allows you to manage [Lakehouse Monitors](https://docs.databricks.com/en/lakehouse-monitoring/index.html) in Databricks.
|
|
35
35
|
*
|
package/library.d.ts
CHANGED
|
@@ -116,7 +116,7 @@ import * as outputs from "./types/output";
|
|
|
116
116
|
*
|
|
117
117
|
* ## Import
|
|
118
118
|
*
|
|
119
|
-
*
|
|
119
|
+
* > Importing this resource is not currently supported.
|
|
120
120
|
*/
|
|
121
121
|
export declare class Library extends pulumi.CustomResource {
|
|
122
122
|
/**
|
package/library.js
CHANGED
|
@@ -143,7 +143,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
143
143
|
*
|
|
144
144
|
* ## Import
|
|
145
145
|
*
|
|
146
|
-
*
|
|
146
|
+
* > Importing this resource is not currently supported.
|
|
147
147
|
*/
|
|
148
148
|
class Library extends pulumi.CustomResource {
|
|
149
149
|
/**
|
package/mlflowWebhook.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ import * as outputs from "./types/output";
|
|
|
95
95
|
*
|
|
96
96
|
* ## Import
|
|
97
97
|
*
|
|
98
|
-
*
|
|
98
|
+
* > Importing this resource is not currently supported.
|
|
99
99
|
*/
|
|
100
100
|
export declare class MlflowWebhook extends pulumi.CustomResource {
|
|
101
101
|
/**
|
package/mlflowWebhook.js
CHANGED
|
@@ -122,7 +122,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
122
122
|
*
|
|
123
123
|
* ## Import
|
|
124
124
|
*
|
|
125
|
-
*
|
|
125
|
+
* > Importing this resource is not currently supported.
|
|
126
126
|
*/
|
|
127
127
|
class MlflowWebhook extends pulumi.CustomResource {
|
|
128
128
|
/**
|
package/mount.d.ts
CHANGED
|
@@ -336,7 +336,7 @@ import * as outputs from "./types/output";
|
|
|
336
336
|
*
|
|
337
337
|
* ## Import
|
|
338
338
|
*
|
|
339
|
-
*
|
|
339
|
+
* > Importing this resource is not currently supported.
|
|
340
340
|
*/
|
|
341
341
|
export declare class Mount extends pulumi.CustomResource {
|
|
342
342
|
/**
|
package/mount.js
CHANGED
|
@@ -363,7 +363,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
363
363
|
*
|
|
364
364
|
* ## Import
|
|
365
365
|
*
|
|
366
|
-
*
|
|
366
|
+
* > Importing this resource is not currently supported.
|
|
367
367
|
*/
|
|
368
368
|
class Mount extends pulumi.CustomResource {
|
|
369
369
|
/**
|
package/mwsLogDelivery.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
149
149
|
*
|
|
150
150
|
* ## Import
|
|
151
151
|
*
|
|
152
|
-
*
|
|
152
|
+
* > Importing this resource is not currently supported.
|
|
153
153
|
*/
|
|
154
154
|
export declare class MwsLogDelivery extends pulumi.CustomResource {
|
|
155
155
|
/**
|
package/mwsLogDelivery.js
CHANGED
|
@@ -178,7 +178,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
178
178
|
*
|
|
179
179
|
* ## Import
|
|
180
180
|
*
|
|
181
|
-
*
|
|
181
|
+
* > Importing this resource is not currently supported.
|
|
182
182
|
*/
|
|
183
183
|
class MwsLogDelivery extends pulumi.CustomResource {
|
|
184
184
|
/**
|
package/oboToken.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ import * as outputs from "./types/output";
|
|
|
72
72
|
*
|
|
73
73
|
* ## Import
|
|
74
74
|
*
|
|
75
|
-
*
|
|
75
|
+
* > Importing this resource is not currently supported.
|
|
76
76
|
*/
|
|
77
77
|
export declare class OboToken extends pulumi.CustomResource {
|
|
78
78
|
/**
|
package/oboToken.js
CHANGED
|
@@ -99,7 +99,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
99
99
|
*
|
|
100
100
|
* ## Import
|
|
101
101
|
*
|
|
102
|
-
*
|
|
102
|
+
* > Importing this resource is not currently supported.
|
|
103
103
|
*/
|
|
104
104
|
class OboToken extends pulumi.CustomResource {
|
|
105
105
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/databricks",
|
|
3
|
-
"version": "1.94.0-alpha.
|
|
3
|
+
"version": "1.94.0-alpha.1780007232",
|
|
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.94.0-alpha.
|
|
27
|
+
"version": "1.94.0-alpha.1780007232"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/permissions.d.ts
CHANGED
|
@@ -611,7 +611,7 @@ import * as outputs from "./types/output";
|
|
|
611
611
|
*
|
|
612
612
|
* It is required to have at least 1 personal access token in the workspace before you can manage tokens permissions.
|
|
613
613
|
*
|
|
614
|
-
*
|
|
614
|
+
* > **Warning** There can be only one `authorization = "tokens"` permissions resource per workspace, otherwise there'll be a permanent configuration drift. After applying changes, users who previously had either `CAN_USE` or `CAN_MANAGE` permission but no longer have either permission have their access to token-based authentication revoked. Their active tokens are immediately deleted (revoked).
|
|
615
615
|
*
|
|
616
616
|
* Only [possible permission](https://docs.databricks.com/administration-guide/access-control/tokens.html) to assign to non-admin group is `CAN_USE`, where _admins_ `CAN_MANAGE` all tokens:
|
|
617
617
|
*
|
package/permissions.js
CHANGED
|
@@ -638,7 +638,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
638
638
|
*
|
|
639
639
|
* It is required to have at least 1 personal access token in the workspace before you can manage tokens permissions.
|
|
640
640
|
*
|
|
641
|
-
*
|
|
641
|
+
* > **Warning** There can be only one `authorization = "tokens"` permissions resource per workspace, otherwise there'll be a permanent configuration drift. After applying changes, users who previously had either `CAN_USE` or `CAN_MANAGE` permission but no longer have either permission have their access to token-based authentication revoked. Their active tokens are immediately deleted (revoked).
|
|
642
642
|
*
|
|
643
643
|
* Only [possible permission](https://docs.databricks.com/administration-guide/access-control/tokens.html) to assign to non-admin group is `CAN_USE`, where _admins_ `CAN_MANAGE` all tokens:
|
|
644
644
|
*
|
|
@@ -50,7 +50,7 @@ import * as outputs from "./types/output";
|
|
|
50
50
|
*
|
|
51
51
|
* ## Import
|
|
52
52
|
*
|
|
53
|
-
*
|
|
53
|
+
* > Importing this resource is not currently supported.
|
|
54
54
|
*/
|
|
55
55
|
export declare class ServicePrincipalRole extends pulumi.CustomResource {
|
|
56
56
|
/**
|
package/servicePrincipalRole.js
CHANGED
|
@@ -77,7 +77,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
77
77
|
*
|
|
78
78
|
* ## Import
|
|
79
79
|
*
|
|
80
|
-
*
|
|
80
|
+
* > Importing this resource is not currently supported.
|
|
81
81
|
*/
|
|
82
82
|
class ServicePrincipalRole extends pulumi.CustomResource {
|
|
83
83
|
/**
|
package/sqlAlert.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* > This resource is deprecated! Please switch to databricks_alert.
|
|
6
6
|
*
|
|
7
7
|
* This resource allows you to manage [Databricks SQL Alerts](https://docs.databricks.com/sql/user/queries/index.html).
|
|
8
8
|
*
|
package/sqlAlert.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.SqlAlert = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > This resource is deprecated! Please switch to databricks_alert.
|
|
33
33
|
*
|
|
34
34
|
* This resource allows you to manage [Databricks SQL Alerts](https://docs.databricks.com/sql/user/queries/index.html).
|
|
35
35
|
*
|
package/sqlDashboard.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* > This resource is deprecated! Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling.
|
|
6
6
|
*
|
|
7
7
|
* This resource is used to manage [Legacy dashboards](https://docs.databricks.com/sql/user/dashboards/index.html). To manage [SQL resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
8
8
|
*
|
package/sqlDashboard.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.SqlDashboard = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > This resource is deprecated! Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling.
|
|
33
33
|
*
|
|
34
34
|
* This resource is used to manage [Legacy dashboards](https://docs.databricks.com/sql/user/dashboards/index.html). To manage [SQL resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
35
35
|
*
|
package/sqlQuery.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* > This resource is deprecated! Please switch to databricks_query.
|
|
6
6
|
*
|
|
7
7
|
* To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
8
8
|
*
|
package/sqlQuery.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.SqlQuery = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > This resource is deprecated! Please switch to databricks_query.
|
|
33
33
|
*
|
|
34
34
|
* To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
35
35
|
*
|
package/sqlVisualization.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* > This resource is deprecated and will be removed in future.
|
|
6
6
|
*
|
|
7
7
|
* > Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling
|
|
8
8
|
*
|
package/sqlVisualization.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.SqlVisualization = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > This resource is deprecated and will be removed in future.
|
|
33
33
|
*
|
|
34
34
|
* > Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling
|
|
35
35
|
*
|
package/sqlWidget.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* > This resource is deprecated and will be removed in future.
|
|
6
6
|
*
|
|
7
7
|
* > Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling
|
|
8
8
|
*
|
package/sqlWidget.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.SqlWidget = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > This resource is deprecated and will be removed in future.
|
|
33
33
|
*
|
|
34
34
|
* > Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling
|
|
35
35
|
*
|
package/token.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ import * as outputs from "./types/output";
|
|
|
36
36
|
*
|
|
37
37
|
* ## Import
|
|
38
38
|
*
|
|
39
|
-
*
|
|
39
|
+
* > Importing this resource is not currently supported.
|
|
40
40
|
*/
|
|
41
41
|
export declare class Token extends pulumi.CustomResource {
|
|
42
42
|
/**
|
package/token.js
CHANGED
package/userInstanceProfile.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ import * as outputs from "./types/output";
|
|
|
33
33
|
*
|
|
34
34
|
* ## Import
|
|
35
35
|
*
|
|
36
|
-
*
|
|
36
|
+
* > Importing this resource is not currently supported.
|
|
37
37
|
*/
|
|
38
38
|
export declare class UserInstanceProfile extends pulumi.CustomResource {
|
|
39
39
|
/**
|
package/userInstanceProfile.js
CHANGED
|
@@ -60,7 +60,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
60
60
|
*
|
|
61
61
|
* ## Import
|
|
62
62
|
*
|
|
63
|
-
*
|
|
63
|
+
* > Importing this resource is not currently supported.
|
|
64
64
|
*/
|
|
65
65
|
class UserInstanceProfile extends pulumi.CustomResource {
|
|
66
66
|
/**
|
package/userRole.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ import * as outputs from "./types/output";
|
|
|
48
48
|
*
|
|
49
49
|
* ## Import
|
|
50
50
|
*
|
|
51
|
-
*
|
|
51
|
+
* > Importing this resource is not currently supported.
|
|
52
52
|
*/
|
|
53
53
|
export declare class UserRole extends pulumi.CustomResource {
|
|
54
54
|
/**
|
package/userRole.js
CHANGED
|
@@ -75,7 +75,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
75
75
|
*
|
|
76
76
|
* ## Import
|
|
77
77
|
*
|
|
78
|
-
*
|
|
78
|
+
* > Importing this resource is not currently supported.
|
|
79
79
|
*/
|
|
80
80
|
class UserRole extends pulumi.CustomResource {
|
|
81
81
|
/**
|
package/workspaceConf.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import * as outputs from "./types/output";
|
|
|
31
31
|
*
|
|
32
32
|
* ## Import
|
|
33
33
|
*
|
|
34
|
-
*
|
|
34
|
+
* > Importing this resource is not currently supported.
|
|
35
35
|
*/
|
|
36
36
|
export declare class WorkspaceConf extends pulumi.CustomResource {
|
|
37
37
|
/**
|
package/workspaceConf.js
CHANGED
|
@@ -58,7 +58,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
58
58
|
*
|
|
59
59
|
* ## Import
|
|
60
60
|
*
|
|
61
|
-
*
|
|
61
|
+
* > Importing this resource is not currently supported.
|
|
62
62
|
*/
|
|
63
63
|
class WorkspaceConf extends pulumi.CustomResource {
|
|
64
64
|
/**
|