@pulumi/snowflake 2.7.0-alpha.1759534883 → 2.7.0-alpha.1759808036
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/package.json +2 -2
- package/storageIntegration.d.ts +36 -15
- package/storageIntegration.js +2 -0
- package/storageIntegration.js.map +1 -1
- package/types/input.d.ts +6 -6
- package/types/output.d.ts +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/snowflake",
|
|
3
|
-
"version": "2.7.0-alpha.
|
|
3
|
+
"version": "2.7.0-alpha.1759808036",
|
|
4
4
|
"description": "A Pulumi package for creating and managing snowflake cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "snowflake",
|
|
26
|
-
"version": "2.7.0-alpha.
|
|
26
|
+
"version": "2.7.0-alpha.1759808036"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/storageIntegration.d.ts
CHANGED
|
@@ -33,11 +33,11 @@ export declare class StorageIntegration extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly azureMultiTenantAppName: pulumi.Output<string>;
|
|
35
35
|
/**
|
|
36
|
-
* (Default: ``)
|
|
36
|
+
* (Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
37
37
|
*/
|
|
38
38
|
readonly azureTenantId: pulumi.Output<string | undefined>;
|
|
39
39
|
/**
|
|
40
|
-
* (Default: ``)
|
|
40
|
+
* (Default: ``) Specifies a comment for the storage integration.
|
|
41
41
|
*/
|
|
42
42
|
readonly comment: pulumi.Output<string | undefined>;
|
|
43
43
|
/**
|
|
@@ -56,13 +56,16 @@ export declare class StorageIntegration extends pulumi.CustomResource {
|
|
|
56
56
|
* Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
57
57
|
*/
|
|
58
58
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
61
|
+
*/
|
|
59
62
|
readonly name: pulumi.Output<string>;
|
|
60
63
|
/**
|
|
61
64
|
* Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
62
65
|
*/
|
|
63
66
|
readonly storageAllowedLocations: pulumi.Output<string[]>;
|
|
64
67
|
/**
|
|
65
|
-
*
|
|
68
|
+
* Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
66
69
|
*/
|
|
67
70
|
readonly storageAwsExternalId: pulumi.Output<string | undefined>;
|
|
68
71
|
/**
|
|
@@ -74,7 +77,7 @@ export declare class StorageIntegration extends pulumi.CustomResource {
|
|
|
74
77
|
*/
|
|
75
78
|
readonly storageAwsObjectAcl: pulumi.Output<string | undefined>;
|
|
76
79
|
/**
|
|
77
|
-
* (Default: ``)
|
|
80
|
+
* (Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
78
81
|
*/
|
|
79
82
|
readonly storageAwsRoleArn: pulumi.Output<string | undefined>;
|
|
80
83
|
/**
|
|
@@ -90,9 +93,13 @@ export declare class StorageIntegration extends pulumi.CustomResource {
|
|
|
90
93
|
*/
|
|
91
94
|
readonly storageProvider: pulumi.Output<string>;
|
|
92
95
|
/**
|
|
93
|
-
* (Default: `EXTERNAL_STAGE`)
|
|
96
|
+
* (Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
94
97
|
*/
|
|
95
98
|
readonly type: pulumi.Output<string | undefined>;
|
|
99
|
+
/**
|
|
100
|
+
* (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
101
|
+
*/
|
|
102
|
+
readonly usePrivatelinkEndpoint: pulumi.Output<string | undefined>;
|
|
96
103
|
/**
|
|
97
104
|
* Create a StorageIntegration resource with the given unique name, arguments, and options.
|
|
98
105
|
*
|
|
@@ -115,11 +122,11 @@ export interface StorageIntegrationState {
|
|
|
115
122
|
*/
|
|
116
123
|
azureMultiTenantAppName?: pulumi.Input<string>;
|
|
117
124
|
/**
|
|
118
|
-
* (Default: ``)
|
|
125
|
+
* (Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
119
126
|
*/
|
|
120
127
|
azureTenantId?: pulumi.Input<string>;
|
|
121
128
|
/**
|
|
122
|
-
* (Default: ``)
|
|
129
|
+
* (Default: ``) Specifies a comment for the storage integration.
|
|
123
130
|
*/
|
|
124
131
|
comment?: pulumi.Input<string>;
|
|
125
132
|
/**
|
|
@@ -138,13 +145,16 @@ export interface StorageIntegrationState {
|
|
|
138
145
|
* Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
139
146
|
*/
|
|
140
147
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
150
|
+
*/
|
|
141
151
|
name?: pulumi.Input<string>;
|
|
142
152
|
/**
|
|
143
153
|
* Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
144
154
|
*/
|
|
145
155
|
storageAllowedLocations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
146
156
|
/**
|
|
147
|
-
*
|
|
157
|
+
* Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
148
158
|
*/
|
|
149
159
|
storageAwsExternalId?: pulumi.Input<string>;
|
|
150
160
|
/**
|
|
@@ -156,7 +166,7 @@ export interface StorageIntegrationState {
|
|
|
156
166
|
*/
|
|
157
167
|
storageAwsObjectAcl?: pulumi.Input<string>;
|
|
158
168
|
/**
|
|
159
|
-
* (Default: ``)
|
|
169
|
+
* (Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
160
170
|
*/
|
|
161
171
|
storageAwsRoleArn?: pulumi.Input<string>;
|
|
162
172
|
/**
|
|
@@ -172,33 +182,40 @@ export interface StorageIntegrationState {
|
|
|
172
182
|
*/
|
|
173
183
|
storageProvider?: pulumi.Input<string>;
|
|
174
184
|
/**
|
|
175
|
-
* (Default: `EXTERNAL_STAGE`)
|
|
185
|
+
* (Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
176
186
|
*/
|
|
177
187
|
type?: pulumi.Input<string>;
|
|
188
|
+
/**
|
|
189
|
+
* (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
190
|
+
*/
|
|
191
|
+
usePrivatelinkEndpoint?: pulumi.Input<string>;
|
|
178
192
|
}
|
|
179
193
|
/**
|
|
180
194
|
* The set of arguments for constructing a StorageIntegration resource.
|
|
181
195
|
*/
|
|
182
196
|
export interface StorageIntegrationArgs {
|
|
183
197
|
/**
|
|
184
|
-
* (Default: ``)
|
|
198
|
+
* (Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
185
199
|
*/
|
|
186
200
|
azureTenantId?: pulumi.Input<string>;
|
|
187
201
|
/**
|
|
188
|
-
* (Default: ``)
|
|
202
|
+
* (Default: ``) Specifies a comment for the storage integration.
|
|
189
203
|
*/
|
|
190
204
|
comment?: pulumi.Input<string>;
|
|
191
205
|
/**
|
|
192
206
|
* (Default: `true`)
|
|
193
207
|
*/
|
|
194
208
|
enabled?: pulumi.Input<boolean>;
|
|
209
|
+
/**
|
|
210
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
211
|
+
*/
|
|
195
212
|
name?: pulumi.Input<string>;
|
|
196
213
|
/**
|
|
197
214
|
* Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
198
215
|
*/
|
|
199
216
|
storageAllowedLocations: pulumi.Input<pulumi.Input<string>[]>;
|
|
200
217
|
/**
|
|
201
|
-
*
|
|
218
|
+
* Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
202
219
|
*/
|
|
203
220
|
storageAwsExternalId?: pulumi.Input<string>;
|
|
204
221
|
/**
|
|
@@ -206,7 +223,7 @@ export interface StorageIntegrationArgs {
|
|
|
206
223
|
*/
|
|
207
224
|
storageAwsObjectAcl?: pulumi.Input<string>;
|
|
208
225
|
/**
|
|
209
|
-
* (Default: ``)
|
|
226
|
+
* (Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
210
227
|
*/
|
|
211
228
|
storageAwsRoleArn?: pulumi.Input<string>;
|
|
212
229
|
/**
|
|
@@ -218,7 +235,11 @@ export interface StorageIntegrationArgs {
|
|
|
218
235
|
*/
|
|
219
236
|
storageProvider: pulumi.Input<string>;
|
|
220
237
|
/**
|
|
221
|
-
* (Default: `EXTERNAL_STAGE`)
|
|
238
|
+
* (Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
222
239
|
*/
|
|
223
240
|
type?: pulumi.Input<string>;
|
|
241
|
+
/**
|
|
242
|
+
* (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
243
|
+
*/
|
|
244
|
+
usePrivatelinkEndpoint?: pulumi.Input<string>;
|
|
224
245
|
}
|
package/storageIntegration.js
CHANGED
|
@@ -58,6 +58,7 @@ class StorageIntegration extends pulumi.CustomResource {
|
|
|
58
58
|
resourceInputs["storageGcpServiceAccount"] = state?.storageGcpServiceAccount;
|
|
59
59
|
resourceInputs["storageProvider"] = state?.storageProvider;
|
|
60
60
|
resourceInputs["type"] = state?.type;
|
|
61
|
+
resourceInputs["usePrivatelinkEndpoint"] = state?.usePrivatelinkEndpoint;
|
|
61
62
|
}
|
|
62
63
|
else {
|
|
63
64
|
const args = argsOrState;
|
|
@@ -78,6 +79,7 @@ class StorageIntegration extends pulumi.CustomResource {
|
|
|
78
79
|
resourceInputs["storageBlockedLocations"] = args?.storageBlockedLocations;
|
|
79
80
|
resourceInputs["storageProvider"] = args?.storageProvider;
|
|
80
81
|
resourceInputs["type"] = args?.type;
|
|
82
|
+
resourceInputs["usePrivatelinkEndpoint"] = args?.usePrivatelinkEndpoint;
|
|
81
83
|
resourceInputs["azureConsentUrl"] = undefined /*out*/;
|
|
82
84
|
resourceInputs["azureMultiTenantAppName"] = undefined /*out*/;
|
|
83
85
|
resourceInputs["createdOn"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageIntegration.js","sourceRoot":"","sources":["../storageIntegration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;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":"storageIntegration.js","sourceRoot":"","sources":["../storageIntegration.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -2273,7 +2273,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject {
|
|
|
2273
2273
|
*/
|
|
2274
2274
|
objectName?: pulumi.Input<string>;
|
|
2275
2275
|
/**
|
|
2276
|
-
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
2276
|
+
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
2277
2277
|
*/
|
|
2278
2278
|
objectType?: pulumi.Input<string>;
|
|
2279
2279
|
}
|
|
@@ -2281,7 +2281,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll {
|
|
|
2281
2281
|
inDatabase?: pulumi.Input<string>;
|
|
2282
2282
|
inSchema?: pulumi.Input<string>;
|
|
2283
2283
|
/**
|
|
2284
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
2284
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
2285
2285
|
*/
|
|
2286
2286
|
objectTypePlural: pulumi.Input<string>;
|
|
2287
2287
|
}
|
|
@@ -2289,7 +2289,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectFuture {
|
|
|
2289
2289
|
inDatabase?: pulumi.Input<string>;
|
|
2290
2290
|
inSchema?: pulumi.Input<string>;
|
|
2291
2291
|
/**
|
|
2292
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
2292
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
2293
2293
|
*/
|
|
2294
2294
|
objectTypePlural: pulumi.Input<string>;
|
|
2295
2295
|
}
|
|
@@ -2321,7 +2321,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject {
|
|
|
2321
2321
|
*/
|
|
2322
2322
|
objectName?: pulumi.Input<string>;
|
|
2323
2323
|
/**
|
|
2324
|
-
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
2324
|
+
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
2325
2325
|
*/
|
|
2326
2326
|
objectType?: pulumi.Input<string>;
|
|
2327
2327
|
}
|
|
@@ -2335,7 +2335,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll {
|
|
|
2335
2335
|
*/
|
|
2336
2336
|
inSchema?: pulumi.Input<string>;
|
|
2337
2337
|
/**
|
|
2338
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
2338
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
2339
2339
|
*/
|
|
2340
2340
|
objectTypePlural: pulumi.Input<string>;
|
|
2341
2341
|
}
|
|
@@ -2349,7 +2349,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
|
|
|
2349
2349
|
*/
|
|
2350
2350
|
inSchema?: pulumi.Input<string>;
|
|
2351
2351
|
/**
|
|
2352
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
2352
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
2353
2353
|
*/
|
|
2354
2354
|
objectTypePlural: pulumi.Input<string>;
|
|
2355
2355
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -4558,7 +4558,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject {
|
|
|
4558
4558
|
*/
|
|
4559
4559
|
objectName?: string;
|
|
4560
4560
|
/**
|
|
4561
|
-
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
4561
|
+
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
4562
4562
|
*/
|
|
4563
4563
|
objectType?: string;
|
|
4564
4564
|
}
|
|
@@ -4566,7 +4566,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll {
|
|
|
4566
4566
|
inDatabase?: string;
|
|
4567
4567
|
inSchema?: string;
|
|
4568
4568
|
/**
|
|
4569
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
4569
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
4570
4570
|
*/
|
|
4571
4571
|
objectTypePlural: string;
|
|
4572
4572
|
}
|
|
@@ -4574,7 +4574,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectFuture {
|
|
|
4574
4574
|
inDatabase?: string;
|
|
4575
4575
|
inSchema?: string;
|
|
4576
4576
|
/**
|
|
4577
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
4577
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
4578
4578
|
*/
|
|
4579
4579
|
objectTypePlural: string;
|
|
4580
4580
|
}
|
|
@@ -4606,7 +4606,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject {
|
|
|
4606
4606
|
*/
|
|
4607
4607
|
objectName?: string;
|
|
4608
4608
|
/**
|
|
4609
|
-
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
4609
|
+
* The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
4610
4610
|
*/
|
|
4611
4611
|
objectType?: string;
|
|
4612
4612
|
}
|
|
@@ -4620,7 +4620,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll {
|
|
|
4620
4620
|
*/
|
|
4621
4621
|
inSchema?: string;
|
|
4622
4622
|
/**
|
|
4623
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
4623
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
4624
4624
|
*/
|
|
4625
4625
|
objectTypePlural: string;
|
|
4626
4626
|
}
|
|
@@ -4634,7 +4634,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
|
|
|
4634
4634
|
*/
|
|
4635
4635
|
inSchema?: string;
|
|
4636
4636
|
/**
|
|
4637
|
-
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
4637
|
+
* The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
4638
4638
|
*/
|
|
4639
4639
|
objectTypePlural: string;
|
|
4640
4640
|
}
|