@pulumi/databricks 1.37.0 → 1.38.0-alpha.1714422581
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.
|
@@ -59,7 +59,7 @@ export declare class CatalogWorkspaceBinding extends pulumi.CustomResource {
|
|
|
59
59
|
/**
|
|
60
60
|
* ID of the workspace. Change forces creation of a new resource.
|
|
61
61
|
*/
|
|
62
|
-
readonly workspaceId: pulumi.Output<
|
|
62
|
+
readonly workspaceId: pulumi.Output<string | undefined>;
|
|
63
63
|
/**
|
|
64
64
|
* Create a CatalogWorkspaceBinding resource with the given unique name, arguments, and options.
|
|
65
65
|
*
|
|
@@ -92,7 +92,7 @@ export interface CatalogWorkspaceBindingState {
|
|
|
92
92
|
/**
|
|
93
93
|
* ID of the workspace. Change forces creation of a new resource.
|
|
94
94
|
*/
|
|
95
|
-
workspaceId?: pulumi.Input<
|
|
95
|
+
workspaceId?: pulumi.Input<string>;
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
98
|
* The set of arguments for constructing a CatalogWorkspaceBinding resource.
|
|
@@ -117,5 +117,5 @@ export interface CatalogWorkspaceBindingArgs {
|
|
|
117
117
|
/**
|
|
118
118
|
* ID of the workspace. Change forces creation of a new resource.
|
|
119
119
|
*/
|
|
120
|
-
workspaceId?: pulumi.Input<
|
|
120
|
+
workspaceId?: pulumi.Input<string>;
|
|
121
121
|
}
|
package/metastoreAssignment.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export declare class MetastoreAssignment extends pulumi.CustomResource {
|
|
|
60
60
|
/**
|
|
61
61
|
* id of the workspace for the assignment
|
|
62
62
|
*/
|
|
63
|
-
readonly workspaceId: pulumi.Output<
|
|
63
|
+
readonly workspaceId: pulumi.Output<string>;
|
|
64
64
|
/**
|
|
65
65
|
* Create a MetastoreAssignment resource with the given unique name, arguments, and options.
|
|
66
66
|
*
|
|
@@ -85,7 +85,7 @@ export interface MetastoreAssignmentState {
|
|
|
85
85
|
/**
|
|
86
86
|
* id of the workspace for the assignment
|
|
87
87
|
*/
|
|
88
|
-
workspaceId?: pulumi.Input<
|
|
88
|
+
workspaceId?: pulumi.Input<string>;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* The set of arguments for constructing a MetastoreAssignment resource.
|
|
@@ -102,5 +102,5 @@ export interface MetastoreAssignmentArgs {
|
|
|
102
102
|
/**
|
|
103
103
|
* id of the workspace for the assignment
|
|
104
104
|
*/
|
|
105
|
-
workspaceId: pulumi.Input<
|
|
105
|
+
workspaceId: pulumi.Input<string>;
|
|
106
106
|
}
|
package/mwsNccBinding.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ export declare class MwsNccBinding extends pulumi.CustomResource {
|
|
|
57
57
|
/**
|
|
58
58
|
* Identifier of the workspace to attach the NCC to. Change forces creation of a new resource.
|
|
59
59
|
*/
|
|
60
|
-
readonly workspaceId: pulumi.Output<
|
|
60
|
+
readonly workspaceId: pulumi.Output<string>;
|
|
61
61
|
/**
|
|
62
62
|
* Create a MwsNccBinding resource with the given unique name, arguments, and options.
|
|
63
63
|
*
|
|
@@ -78,7 +78,7 @@ export interface MwsNccBindingState {
|
|
|
78
78
|
/**
|
|
79
79
|
* Identifier of the workspace to attach the NCC to. Change forces creation of a new resource.
|
|
80
80
|
*/
|
|
81
|
-
workspaceId?: pulumi.Input<
|
|
81
|
+
workspaceId?: pulumi.Input<string>;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* The set of arguments for constructing a MwsNccBinding resource.
|
|
@@ -91,5 +91,5 @@ export interface MwsNccBindingArgs {
|
|
|
91
91
|
/**
|
|
92
92
|
* Identifier of the workspace to attach the NCC to. Change forces creation of a new resource.
|
|
93
93
|
*/
|
|
94
|
-
workspaceId: pulumi.Input<
|
|
94
|
+
workspaceId: pulumi.Input<string>;
|
|
95
95
|
}
|
package/mwsNetworks.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ export declare class MwsNetworks extends pulumi.CustomResource {
|
|
|
133
133
|
/**
|
|
134
134
|
* (Integer) id of associated workspace
|
|
135
135
|
*/
|
|
136
|
-
readonly workspaceId: pulumi.Output<
|
|
136
|
+
readonly workspaceId: pulumi.Output<string>;
|
|
137
137
|
/**
|
|
138
138
|
* Create a MwsNetworks resource with the given unique name, arguments, and options.
|
|
139
139
|
*
|
|
@@ -188,7 +188,7 @@ export interface MwsNetworksState {
|
|
|
188
188
|
/**
|
|
189
189
|
* (Integer) id of associated workspace
|
|
190
190
|
*/
|
|
191
|
-
workspaceId?: pulumi.Input<
|
|
191
|
+
workspaceId?: pulumi.Input<string>;
|
|
192
192
|
}
|
|
193
193
|
/**
|
|
194
194
|
* The set of arguments for constructing a MwsNetworks resource.
|
|
@@ -235,5 +235,5 @@ export interface MwsNetworksArgs {
|
|
|
235
235
|
/**
|
|
236
236
|
* (Integer) id of associated workspace
|
|
237
237
|
*/
|
|
238
|
-
workspaceId?: pulumi.Input<
|
|
238
|
+
workspaceId?: pulumi.Input<string>;
|
|
239
239
|
}
|
|
@@ -94,7 +94,7 @@ export declare class MwsPermissionAssignment extends pulumi.CustomResource {
|
|
|
94
94
|
/**
|
|
95
95
|
* Databricks workspace ID.
|
|
96
96
|
*/
|
|
97
|
-
readonly workspaceId: pulumi.Output<
|
|
97
|
+
readonly workspaceId: pulumi.Output<string>;
|
|
98
98
|
/**
|
|
99
99
|
* Create a MwsPermissionAssignment resource with the given unique name, arguments, and options.
|
|
100
100
|
*
|
|
@@ -121,7 +121,7 @@ export interface MwsPermissionAssignmentState {
|
|
|
121
121
|
/**
|
|
122
122
|
* Databricks workspace ID.
|
|
123
123
|
*/
|
|
124
|
-
workspaceId?: pulumi.Input<
|
|
124
|
+
workspaceId?: pulumi.Input<string>;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* The set of arguments for constructing a MwsPermissionAssignment resource.
|
|
@@ -140,5 +140,5 @@ export interface MwsPermissionAssignmentArgs {
|
|
|
140
140
|
/**
|
|
141
141
|
* Databricks workspace ID.
|
|
142
142
|
*/
|
|
143
|
-
workspaceId: pulumi.Input<
|
|
143
|
+
workspaceId: pulumi.Input<string>;
|
|
144
144
|
}
|
package/mwsWorkspaces.d.ts
CHANGED
|
@@ -291,7 +291,7 @@ export declare class MwsWorkspaces extends pulumi.CustomResource {
|
|
|
291
291
|
/**
|
|
292
292
|
* (String) workspace id
|
|
293
293
|
*/
|
|
294
|
-
readonly workspaceId: pulumi.Output<
|
|
294
|
+
readonly workspaceId: pulumi.Output<string>;
|
|
295
295
|
/**
|
|
296
296
|
* name of the workspace, will appear on UI.
|
|
297
297
|
*/
|
|
@@ -392,7 +392,7 @@ export interface MwsWorkspacesState {
|
|
|
392
392
|
/**
|
|
393
393
|
* (String) workspace id
|
|
394
394
|
*/
|
|
395
|
-
workspaceId?: pulumi.Input<
|
|
395
|
+
workspaceId?: pulumi.Input<string>;
|
|
396
396
|
/**
|
|
397
397
|
* name of the workspace, will appear on UI.
|
|
398
398
|
*/
|
|
@@ -485,7 +485,7 @@ export interface MwsWorkspacesArgs {
|
|
|
485
485
|
/**
|
|
486
486
|
* (String) workspace id
|
|
487
487
|
*/
|
|
488
|
-
workspaceId?: pulumi.Input<
|
|
488
|
+
workspaceId?: pulumi.Input<string>;
|
|
489
489
|
/**
|
|
490
490
|
* name of the workspace, will appear on UI.
|
|
491
491
|
*/
|