@pulumi/snowflake 0.12.0 → 0.12.1-alpha.1660927856
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/apiIntegration.d.ts +9 -18
- package/apiIntegration.js.map +1 -1
- package/database.d.ts +3 -6
- package/database.js.map +1 -1
- package/externalFunction.d.ts +9 -18
- package/externalFunction.js.map +1 -1
- package/externalOauthIntegration.d.ts +18 -36
- package/externalOauthIntegration.js.map +1 -1
- package/externalTable.d.ts +9 -18
- package/externalTable.js.map +1 -1
- package/externalTableGrant.d.ts +9 -15
- package/externalTableGrant.js.map +1 -1
- package/fileFormat.d.ts +21 -54
- package/fileFormat.js +0 -2
- package/fileFormat.js.map +1 -1
- package/fileFormatGrant.d.ts +6 -12
- package/fileFormatGrant.js.map +1 -1
- package/function.d.ts +9 -21
- package/function.js.map +1 -1
- package/functionGrant.d.ts +15 -21
- package/functionGrant.js.map +1 -1
- package/getCurrentAccount.d.ts +9 -0
- package/getDatabase.d.ts +9 -0
- package/getDatabase.js.map +1 -1
- package/getDatabases.d.ts +3 -0
- package/getExternalFunctions.d.ts +21 -0
- package/getExternalFunctions.js.map +1 -1
- package/getExternalTables.d.ts +21 -0
- package/getExternalTables.js.map +1 -1
- package/getFileFormats.d.ts +21 -0
- package/getFileFormats.js.map +1 -1
- package/getFunctions.d.ts +21 -0
- package/getFunctions.js.map +1 -1
- package/getMaskingPolicies.d.ts +21 -0
- package/getMaskingPolicies.js.map +1 -1
- package/getMaterializedViews.d.ts +21 -0
- package/getMaterializedViews.js.map +1 -1
- package/getPipes.d.ts +21 -0
- package/getPipes.js.map +1 -1
- package/getProcedures.d.ts +21 -0
- package/getProcedures.js.map +1 -1
- package/getResourceMonitors.d.ts +3 -0
- package/getRole.d.ts +12 -0
- package/getRole.js.map +1 -1
- package/getRowAccessPolicies.d.ts +21 -0
- package/getRowAccessPolicies.js.map +1 -1
- package/getSchemas.d.ts +12 -0
- package/getSchemas.js.map +1 -1
- package/getSequences.d.ts +21 -0
- package/getSequences.js.map +1 -1
- package/getStages.d.ts +21 -0
- package/getStages.js.map +1 -1
- package/getStorageIntegrations.d.ts +3 -0
- package/getStreams.d.ts +21 -0
- package/getStreams.js.map +1 -1
- package/getSystemGenerateScimAccessToken.d.ts +12 -0
- package/getSystemGenerateScimAccessToken.js.map +1 -1
- package/getSystemGetAwsSnsIamPolicy.d.ts +12 -0
- package/getSystemGetAwsSnsIamPolicy.js.map +1 -1
- package/getSystemGetPrivateLinkConfig.d.ts +15 -0
- package/getSystemGetSnowflakePlatformInfo.d.ts +6 -0
- package/getTables.d.ts +21 -0
- package/getTables.js.map +1 -1
- package/getTasks.d.ts +21 -0
- package/getTasks.js.map +1 -1
- package/getUsers.d.ts +12 -0
- package/getUsers.js.map +1 -1
- package/getViews.d.ts +21 -0
- package/getViews.js.map +1 -1
- package/getWarehouses.d.ts +3 -0
- package/index.d.ts +1 -0
- package/index.js +5 -0
- package/index.js.map +1 -1
- package/managedAccount.d.ts +3 -6
- package/managedAccount.js.map +1 -1
- package/maskingPolicy.d.ts +3 -6
- package/maskingPolicy.js.map +1 -1
- package/materializedViewGrant.d.ts +9 -15
- package/materializedViewGrant.js.map +1 -1
- package/networkPolicy.d.ts +3 -6
- package/networkPolicy.js.map +1 -1
- package/notificationIntegration.d.ts +3 -3
- package/oauthIntegration.d.ts +15 -27
- package/oauthIntegration.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/pipe.d.ts +3 -4
- package/pipe.js +0 -1
- package/pipe.js.map +1 -1
- package/pipeGrant.d.ts +6 -12
- package/pipeGrant.js.map +1 -1
- package/procedure.d.ts +3 -6
- package/procedure.js.map +1 -1
- package/procedureGrant.d.ts +15 -21
- package/procedureGrant.js.map +1 -1
- package/resourceMonitor.d.ts +3 -6
- package/resourceMonitor.js.map +1 -1
- package/roleOwnershipGrant.d.ts +3 -6
- package/roleOwnershipGrant.js.map +1 -1
- package/rowAccessPolicy.d.ts +6 -15
- package/rowAccessPolicy.js.map +1 -1
- package/samlIntegration.d.ts +33 -99
- package/samlIntegration.js.map +1 -1
- package/schema.d.ts +6 -15
- package/schema.js.map +1 -1
- package/schemaGrant.d.ts +6 -9
- package/schemaGrant.js.map +1 -1
- package/scimIntegration.d.ts +9 -21
- package/scimIntegration.js.map +1 -1
- package/sequenceGrant.d.ts +6 -12
- package/sequenceGrant.js.map +1 -1
- package/share.d.ts +3 -6
- package/share.js.map +1 -1
- package/stage.d.ts +3 -6
- package/stage.js.map +1 -1
- package/stageGrant.d.ts +6 -12
- package/stageGrant.js.map +1 -1
- package/streamGrant.d.ts +6 -12
- package/streamGrant.js.map +1 -1
- package/table.d.ts +3 -9
- package/table.js.map +1 -1
- package/tableGrant.d.ts +9 -15
- package/tableGrant.js.map +1 -1
- package/tagGrant.d.ts +147 -0
- package/tagGrant.js +94 -0
- package/tagGrant.js.map +1 -0
- package/task.d.ts +9 -21
- package/task.js.map +1 -1
- package/taskGrant.d.ts +6 -12
- package/taskGrant.js.map +1 -1
- package/types/input.d.ts +189 -0
- package/types/output.d.ts +282 -0
- package/user.d.ts +12 -24
- package/user.js.map +1 -1
- package/userOwnershipGrant.d.ts +3 -6
- package/userOwnershipGrant.js.map +1 -1
- package/userPublicKeys.d.ts +3 -6
- package/userPublicKeys.js.map +1 -1
- package/view.d.ts +3 -6
- package/view.js.map +1 -1
- package/viewGrant.d.ts +9 -15
- package/viewGrant.js.map +1 -1
- package/warehouse.d.ts +12 -24
- package/warehouse.js.map +1 -1
package/apiIntegration.d.ts
CHANGED
|
@@ -37,8 +37,7 @@ export declare class ApiIntegration extends pulumi.CustomResource {
|
|
|
37
37
|
*/
|
|
38
38
|
static isInstance(obj: any): obj is ApiIntegration;
|
|
39
39
|
/**
|
|
40
|
-
* Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and
|
|
41
|
-
* resources within those proxies.
|
|
40
|
+
* Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
|
|
42
41
|
*/
|
|
43
42
|
readonly apiAllowedPrefixes: pulumi.Output<string[]>;
|
|
44
43
|
/**
|
|
@@ -76,13 +75,11 @@ export declare class ApiIntegration extends pulumi.CustomResource {
|
|
|
76
75
|
*/
|
|
77
76
|
readonly createdOn: pulumi.Output<string>;
|
|
78
77
|
/**
|
|
79
|
-
* Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function
|
|
80
|
-
* that relies on it will not work.
|
|
78
|
+
* Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
81
79
|
*/
|
|
82
80
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
83
81
|
/**
|
|
84
|
-
* Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique
|
|
85
|
-
* among api integrations in your account.
|
|
82
|
+
* Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
|
|
86
83
|
*/
|
|
87
84
|
readonly name: pulumi.Output<string>;
|
|
88
85
|
/**
|
|
@@ -99,8 +96,7 @@ export declare class ApiIntegration extends pulumi.CustomResource {
|
|
|
99
96
|
*/
|
|
100
97
|
export interface ApiIntegrationState {
|
|
101
98
|
/**
|
|
102
|
-
* Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and
|
|
103
|
-
* resources within those proxies.
|
|
99
|
+
* Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
|
|
104
100
|
*/
|
|
105
101
|
apiAllowedPrefixes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
106
102
|
/**
|
|
@@ -138,13 +134,11 @@ export interface ApiIntegrationState {
|
|
|
138
134
|
*/
|
|
139
135
|
createdOn?: pulumi.Input<string>;
|
|
140
136
|
/**
|
|
141
|
-
* Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function
|
|
142
|
-
* that relies on it will not work.
|
|
137
|
+
* Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
143
138
|
*/
|
|
144
139
|
enabled?: pulumi.Input<boolean>;
|
|
145
140
|
/**
|
|
146
|
-
* Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique
|
|
147
|
-
* among api integrations in your account.
|
|
141
|
+
* Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
|
|
148
142
|
*/
|
|
149
143
|
name?: pulumi.Input<string>;
|
|
150
144
|
}
|
|
@@ -153,8 +147,7 @@ export interface ApiIntegrationState {
|
|
|
153
147
|
*/
|
|
154
148
|
export interface ApiIntegrationArgs {
|
|
155
149
|
/**
|
|
156
|
-
* Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and
|
|
157
|
-
* resources within those proxies.
|
|
150
|
+
* Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
|
|
158
151
|
*/
|
|
159
152
|
apiAllowedPrefixes: pulumi.Input<pulumi.Input<string>[]>;
|
|
160
153
|
/**
|
|
@@ -178,13 +171,11 @@ export interface ApiIntegrationArgs {
|
|
|
178
171
|
*/
|
|
179
172
|
azureTenantId?: pulumi.Input<string>;
|
|
180
173
|
/**
|
|
181
|
-
* Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function
|
|
182
|
-
* that relies on it will not work.
|
|
174
|
+
* Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
183
175
|
*/
|
|
184
176
|
enabled?: pulumi.Input<boolean>;
|
|
185
177
|
/**
|
|
186
|
-
* Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique
|
|
187
|
-
* among api integrations in your account.
|
|
178
|
+
* Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
|
|
188
179
|
*/
|
|
189
180
|
name?: pulumi.Input<string>;
|
|
190
181
|
}
|
package/apiIntegration.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiIntegration.js","sourceRoot":"","sources":["../apiIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"apiIntegration.js","sourceRoot":"","sources":["../apiIntegration.ts"],"names":[],"mappings":"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"}
|
package/database.d.ts
CHANGED
|
@@ -57,8 +57,7 @@ export declare class Database extends pulumi.CustomResource {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly fromDatabase: pulumi.Output<string | undefined>;
|
|
59
59
|
/**
|
|
60
|
-
* Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of
|
|
61
|
-
* "<organization_name>"."<account_name>"."<db_name>". An example would be: "myorg1"."account1"."db1"
|
|
60
|
+
* Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "\n\n"."\n\n"."\n\n". An example would be: "myorg1"."account1"."db1"
|
|
62
61
|
*/
|
|
63
62
|
readonly fromReplica: pulumi.Output<string | undefined>;
|
|
64
63
|
/**
|
|
@@ -96,8 +95,7 @@ export interface DatabaseState {
|
|
|
96
95
|
*/
|
|
97
96
|
fromDatabase?: pulumi.Input<string>;
|
|
98
97
|
/**
|
|
99
|
-
* Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of
|
|
100
|
-
* "<organization_name>"."<account_name>"."<db_name>". An example would be: "myorg1"."account1"."db1"
|
|
98
|
+
* Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "\n\n"."\n\n"."\n\n". An example would be: "myorg1"."account1"."db1"
|
|
101
99
|
*/
|
|
102
100
|
fromReplica?: pulumi.Input<string>;
|
|
103
101
|
/**
|
|
@@ -127,8 +125,7 @@ export interface DatabaseArgs {
|
|
|
127
125
|
*/
|
|
128
126
|
fromDatabase?: pulumi.Input<string>;
|
|
129
127
|
/**
|
|
130
|
-
* Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of
|
|
131
|
-
* "<organization_name>"."<account_name>"."<db_name>". An example would be: "myorg1"."account1"."db1"
|
|
128
|
+
* Specify a fully-qualified path to a database to create a replica from. A fully qualified path follows the format of "\n\n"."\n\n"."\n\n". An example would be: "myorg1"."account1"."db1"
|
|
132
129
|
*/
|
|
133
130
|
fromReplica?: pulumi.Input<string>;
|
|
134
131
|
/**
|
package/database.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database.js","sourceRoot":"","sources":["../database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"database.js","sourceRoot":"","sources":["../database.ts"],"names":[],"mappings":"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"}
|
package/externalFunction.d.ts
CHANGED
|
@@ -56,8 +56,7 @@ export declare class ExternalFunction extends pulumi.CustomResource {
|
|
|
56
56
|
*/
|
|
57
57
|
readonly apiIntegration: pulumi.Output<string>;
|
|
58
58
|
/**
|
|
59
|
-
* Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote
|
|
60
|
-
* service expects.
|
|
59
|
+
* Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote service expects.
|
|
61
60
|
*/
|
|
62
61
|
readonly args: pulumi.Output<outputs.ExternalFunctionArg[] | undefined>;
|
|
63
62
|
/**
|
|
@@ -65,8 +64,7 @@ export declare class ExternalFunction extends pulumi.CustomResource {
|
|
|
65
64
|
*/
|
|
66
65
|
readonly comment: pulumi.Output<string | undefined>;
|
|
67
66
|
/**
|
|
68
|
-
* If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the
|
|
69
|
-
* proxy service to Snowflake.
|
|
67
|
+
* If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake.
|
|
70
68
|
*/
|
|
71
69
|
readonly compression: pulumi.Output<string | undefined>;
|
|
72
70
|
/**
|
|
@@ -90,8 +88,7 @@ export declare class ExternalFunction extends pulumi.CustomResource {
|
|
|
90
88
|
*/
|
|
91
89
|
readonly maxBatchRows: pulumi.Output<number | undefined>;
|
|
92
90
|
/**
|
|
93
|
-
* Specifies the identifier for the external function. The identifier can contain the schema name and database name, as
|
|
94
|
-
* well as the function name. The function's signature (name and argument data types) must be unique within the schema.
|
|
91
|
+
* Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema.
|
|
95
92
|
*/
|
|
96
93
|
readonly name: pulumi.Output<string>;
|
|
97
94
|
/**
|
|
@@ -136,8 +133,7 @@ export interface ExternalFunctionState {
|
|
|
136
133
|
*/
|
|
137
134
|
apiIntegration?: pulumi.Input<string>;
|
|
138
135
|
/**
|
|
139
|
-
* Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote
|
|
140
|
-
* service expects.
|
|
136
|
+
* Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote service expects.
|
|
141
137
|
*/
|
|
142
138
|
args?: pulumi.Input<pulumi.Input<inputs.ExternalFunctionArg>[]>;
|
|
143
139
|
/**
|
|
@@ -145,8 +141,7 @@ export interface ExternalFunctionState {
|
|
|
145
141
|
*/
|
|
146
142
|
comment?: pulumi.Input<string>;
|
|
147
143
|
/**
|
|
148
|
-
* If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the
|
|
149
|
-
* proxy service to Snowflake.
|
|
144
|
+
* If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake.
|
|
150
145
|
*/
|
|
151
146
|
compression?: pulumi.Input<string>;
|
|
152
147
|
/**
|
|
@@ -170,8 +165,7 @@ export interface ExternalFunctionState {
|
|
|
170
165
|
*/
|
|
171
166
|
maxBatchRows?: pulumi.Input<number>;
|
|
172
167
|
/**
|
|
173
|
-
* Specifies the identifier for the external function. The identifier can contain the schema name and database name, as
|
|
174
|
-
* well as the function name. The function's signature (name and argument data types) must be unique within the schema.
|
|
168
|
+
* Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema.
|
|
175
169
|
*/
|
|
176
170
|
name?: pulumi.Input<string>;
|
|
177
171
|
/**
|
|
@@ -208,8 +202,7 @@ export interface ExternalFunctionArgs {
|
|
|
208
202
|
*/
|
|
209
203
|
apiIntegration: pulumi.Input<string>;
|
|
210
204
|
/**
|
|
211
|
-
* Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote
|
|
212
|
-
* service expects.
|
|
205
|
+
* Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote service expects.
|
|
213
206
|
*/
|
|
214
207
|
args?: pulumi.Input<pulumi.Input<inputs.ExternalFunctionArg>[]>;
|
|
215
208
|
/**
|
|
@@ -217,8 +210,7 @@ export interface ExternalFunctionArgs {
|
|
|
217
210
|
*/
|
|
218
211
|
comment?: pulumi.Input<string>;
|
|
219
212
|
/**
|
|
220
|
-
* If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the
|
|
221
|
-
* proxy service to Snowflake.
|
|
213
|
+
* If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake.
|
|
222
214
|
*/
|
|
223
215
|
compression?: pulumi.Input<string>;
|
|
224
216
|
/**
|
|
@@ -238,8 +230,7 @@ export interface ExternalFunctionArgs {
|
|
|
238
230
|
*/
|
|
239
231
|
maxBatchRows?: pulumi.Input<number>;
|
|
240
232
|
/**
|
|
241
|
-
* Specifies the identifier for the external function. The identifier can contain the schema name and database name, as
|
|
242
|
-
* well as the function name. The function's signature (name and argument data types) must be unique within the schema.
|
|
233
|
+
* Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema.
|
|
243
234
|
*/
|
|
244
235
|
name?: pulumi.Input<string>;
|
|
245
236
|
/**
|
package/externalFunction.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalFunction.js","sourceRoot":"","sources":["../externalFunction.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"externalFunction.js","sourceRoot":"","sources":["../externalFunction.ts"],"names":[],"mappings":"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"}
|
|
@@ -48,13 +48,11 @@ export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
|
48
48
|
*/
|
|
49
49
|
readonly anyRoleMode: pulumi.Output<string | undefined>;
|
|
50
50
|
/**
|
|
51
|
-
* Specifies additional values that can be used for the access token's audience validation on top of using the Customer's
|
|
52
|
-
* Snowflake Account URL
|
|
51
|
+
* Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL
|
|
53
52
|
*/
|
|
54
53
|
readonly audienceUrls: pulumi.Output<string[] | undefined>;
|
|
55
54
|
/**
|
|
56
|
-
* Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or
|
|
57
|
-
* SECURITYADMIN as they are already implicitly enforced and will cause in-place updates.
|
|
55
|
+
* Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates.
|
|
58
56
|
*/
|
|
59
57
|
readonly blockedRoles: pulumi.Output<string[] | undefined>;
|
|
60
58
|
/**
|
|
@@ -74,13 +72,11 @@ export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
|
74
72
|
*/
|
|
75
73
|
readonly issuer: pulumi.Output<string>;
|
|
76
74
|
/**
|
|
77
|
-
* Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External
|
|
78
|
-
* OAuth access token. The maximum number of URLs that can be specified in the list is 3.
|
|
75
|
+
* Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. The maximum number of URLs that can be specified in the list is 3.
|
|
79
76
|
*/
|
|
80
77
|
readonly jwsKeysUrls: pulumi.Output<string[] | undefined>;
|
|
81
78
|
/**
|
|
82
|
-
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should
|
|
83
|
-
* be unique among security integrations in your account.
|
|
79
|
+
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
|
|
84
80
|
*/
|
|
85
81
|
readonly name: pulumi.Output<string>;
|
|
86
82
|
/**
|
|
@@ -88,8 +84,7 @@ export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
|
88
84
|
*/
|
|
89
85
|
readonly rsaPublicKey: pulumi.Output<string | undefined>;
|
|
90
86
|
/**
|
|
91
|
-
* Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for
|
|
92
|
-
* key rotation.
|
|
87
|
+
* Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for key rotation.
|
|
93
88
|
*/
|
|
94
89
|
readonly rsaPublicKey2: pulumi.Output<string | undefined>;
|
|
95
90
|
/**
|
|
@@ -105,8 +100,7 @@ export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
|
105
100
|
*/
|
|
106
101
|
readonly tokenUserMappingClaims: pulumi.Output<string[]>;
|
|
107
102
|
/**
|
|
108
|
-
* Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom
|
|
109
|
-
* OAuth 2.0 authorization server.
|
|
103
|
+
* Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server.
|
|
110
104
|
*/
|
|
111
105
|
readonly type: pulumi.Output<string>;
|
|
112
106
|
/**
|
|
@@ -131,13 +125,11 @@ export interface ExternalOauthIntegrationState {
|
|
|
131
125
|
*/
|
|
132
126
|
anyRoleMode?: pulumi.Input<string>;
|
|
133
127
|
/**
|
|
134
|
-
* Specifies additional values that can be used for the access token's audience validation on top of using the Customer's
|
|
135
|
-
* Snowflake Account URL
|
|
128
|
+
* Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL
|
|
136
129
|
*/
|
|
137
130
|
audienceUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
131
|
/**
|
|
139
|
-
* Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or
|
|
140
|
-
* SECURITYADMIN as they are already implicitly enforced and will cause in-place updates.
|
|
132
|
+
* Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates.
|
|
141
133
|
*/
|
|
142
134
|
blockedRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
143
135
|
/**
|
|
@@ -157,13 +149,11 @@ export interface ExternalOauthIntegrationState {
|
|
|
157
149
|
*/
|
|
158
150
|
issuer?: pulumi.Input<string>;
|
|
159
151
|
/**
|
|
160
|
-
* Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External
|
|
161
|
-
* OAuth access token. The maximum number of URLs that can be specified in the list is 3.
|
|
152
|
+
* Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. The maximum number of URLs that can be specified in the list is 3.
|
|
162
153
|
*/
|
|
163
154
|
jwsKeysUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
164
155
|
/**
|
|
165
|
-
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should
|
|
166
|
-
* be unique among security integrations in your account.
|
|
156
|
+
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
|
|
167
157
|
*/
|
|
168
158
|
name?: pulumi.Input<string>;
|
|
169
159
|
/**
|
|
@@ -171,8 +161,7 @@ export interface ExternalOauthIntegrationState {
|
|
|
171
161
|
*/
|
|
172
162
|
rsaPublicKey?: pulumi.Input<string>;
|
|
173
163
|
/**
|
|
174
|
-
* Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for
|
|
175
|
-
* key rotation.
|
|
164
|
+
* Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for key rotation.
|
|
176
165
|
*/
|
|
177
166
|
rsaPublicKey2?: pulumi.Input<string>;
|
|
178
167
|
/**
|
|
@@ -188,8 +177,7 @@ export interface ExternalOauthIntegrationState {
|
|
|
188
177
|
*/
|
|
189
178
|
tokenUserMappingClaims?: pulumi.Input<pulumi.Input<string>[]>;
|
|
190
179
|
/**
|
|
191
|
-
* Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom
|
|
192
|
-
* OAuth 2.0 authorization server.
|
|
180
|
+
* Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server.
|
|
193
181
|
*/
|
|
194
182
|
type?: pulumi.Input<string>;
|
|
195
183
|
}
|
|
@@ -206,13 +194,11 @@ export interface ExternalOauthIntegrationArgs {
|
|
|
206
194
|
*/
|
|
207
195
|
anyRoleMode?: pulumi.Input<string>;
|
|
208
196
|
/**
|
|
209
|
-
* Specifies additional values that can be used for the access token's audience validation on top of using the Customer's
|
|
210
|
-
* Snowflake Account URL
|
|
197
|
+
* Specifies additional values that can be used for the access token's audience validation on top of using the Customer's Snowflake Account URL
|
|
211
198
|
*/
|
|
212
199
|
audienceUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
213
200
|
/**
|
|
214
|
-
* Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or
|
|
215
|
-
* SECURITYADMIN as they are already implicitly enforced and will cause in-place updates.
|
|
201
|
+
* Specifies the list of roles that a client cannot set as the primary role. Do not include ACCOUNTADMIN, ORGADMIN or SECURITYADMIN as they are already implicitly enforced and will cause in-place updates.
|
|
216
202
|
*/
|
|
217
203
|
blockedRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
218
204
|
/**
|
|
@@ -228,13 +214,11 @@ export interface ExternalOauthIntegrationArgs {
|
|
|
228
214
|
*/
|
|
229
215
|
issuer: pulumi.Input<string>;
|
|
230
216
|
/**
|
|
231
|
-
* Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External
|
|
232
|
-
* OAuth access token. The maximum number of URLs that can be specified in the list is 3.
|
|
217
|
+
* Specifies the endpoint or a list of endpoints from which to download public keys or certificates to validate an External OAuth access token. The maximum number of URLs that can be specified in the list is 3.
|
|
233
218
|
*/
|
|
234
219
|
jwsKeysUrls?: pulumi.Input<pulumi.Input<string>[]>;
|
|
235
220
|
/**
|
|
236
|
-
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should
|
|
237
|
-
* be unique among security integrations in your account.
|
|
221
|
+
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
|
|
238
222
|
*/
|
|
239
223
|
name?: pulumi.Input<string>;
|
|
240
224
|
/**
|
|
@@ -242,8 +226,7 @@ export interface ExternalOauthIntegrationArgs {
|
|
|
242
226
|
*/
|
|
243
227
|
rsaPublicKey?: pulumi.Input<string>;
|
|
244
228
|
/**
|
|
245
|
-
* Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for
|
|
246
|
-
* key rotation.
|
|
229
|
+
* Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for key rotation.
|
|
247
230
|
*/
|
|
248
231
|
rsaPublicKey2?: pulumi.Input<string>;
|
|
249
232
|
/**
|
|
@@ -259,8 +242,7 @@ export interface ExternalOauthIntegrationArgs {
|
|
|
259
242
|
*/
|
|
260
243
|
tokenUserMappingClaims: pulumi.Input<pulumi.Input<string>[]>;
|
|
261
244
|
/**
|
|
262
|
-
* Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom
|
|
263
|
-
* OAuth 2.0 authorization server.
|
|
245
|
+
* Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server.
|
|
264
246
|
*/
|
|
265
247
|
type: pulumi.Input<string>;
|
|
266
248
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalOauthIntegration.js","sourceRoot":"","sources":["../externalOauthIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,wBAAyB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"externalOauthIntegration.js","sourceRoot":"","sources":["../externalOauthIntegration.ts"],"names":[],"mappings":"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"}
|
package/externalTable.d.ts
CHANGED
|
@@ -49,8 +49,7 @@ export declare class ExternalTable extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
static isInstance(obj: any): obj is ExternalTable;
|
|
51
51
|
/**
|
|
52
|
-
* Specifies whether to automatically refresh the external table metadata once, immediately after the external table is
|
|
53
|
-
* created.
|
|
52
|
+
* Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created.
|
|
54
53
|
*/
|
|
55
54
|
readonly autoRefresh: pulumi.Output<boolean | undefined>;
|
|
56
55
|
/**
|
|
@@ -66,8 +65,7 @@ export declare class ExternalTable extends pulumi.CustomResource {
|
|
|
66
65
|
*/
|
|
67
66
|
readonly comment: pulumi.Output<string | undefined>;
|
|
68
67
|
/**
|
|
69
|
-
* Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE
|
|
70
|
-
* OR REPLACE TABLE variant
|
|
68
|
+
* Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant
|
|
71
69
|
*/
|
|
72
70
|
readonly copyGrants: pulumi.Output<boolean | undefined>;
|
|
73
71
|
/**
|
|
@@ -83,8 +81,7 @@ export declare class ExternalTable extends pulumi.CustomResource {
|
|
|
83
81
|
*/
|
|
84
82
|
readonly location: pulumi.Output<string>;
|
|
85
83
|
/**
|
|
86
|
-
* Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable
|
|
87
|
-
* is created.
|
|
84
|
+
* Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created.
|
|
88
85
|
*/
|
|
89
86
|
readonly name: pulumi.Output<string>;
|
|
90
87
|
/**
|
|
@@ -125,8 +122,7 @@ export declare class ExternalTable extends pulumi.CustomResource {
|
|
|
125
122
|
*/
|
|
126
123
|
export interface ExternalTableState {
|
|
127
124
|
/**
|
|
128
|
-
* Specifies whether to automatically refresh the external table metadata once, immediately after the external table is
|
|
129
|
-
* created.
|
|
125
|
+
* Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created.
|
|
130
126
|
*/
|
|
131
127
|
autoRefresh?: pulumi.Input<boolean>;
|
|
132
128
|
/**
|
|
@@ -142,8 +138,7 @@ export interface ExternalTableState {
|
|
|
142
138
|
*/
|
|
143
139
|
comment?: pulumi.Input<string>;
|
|
144
140
|
/**
|
|
145
|
-
* Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE
|
|
146
|
-
* OR REPLACE TABLE variant
|
|
141
|
+
* Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant
|
|
147
142
|
*/
|
|
148
143
|
copyGrants?: pulumi.Input<boolean>;
|
|
149
144
|
/**
|
|
@@ -159,8 +154,7 @@ export interface ExternalTableState {
|
|
|
159
154
|
*/
|
|
160
155
|
location?: pulumi.Input<string>;
|
|
161
156
|
/**
|
|
162
|
-
* Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable
|
|
163
|
-
* is created.
|
|
157
|
+
* Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created.
|
|
164
158
|
*/
|
|
165
159
|
name?: pulumi.Input<string>;
|
|
166
160
|
/**
|
|
@@ -193,8 +187,7 @@ export interface ExternalTableState {
|
|
|
193
187
|
*/
|
|
194
188
|
export interface ExternalTableArgs {
|
|
195
189
|
/**
|
|
196
|
-
* Specifies whether to automatically refresh the external table metadata once, immediately after the external table is
|
|
197
|
-
* created.
|
|
190
|
+
* Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created.
|
|
198
191
|
*/
|
|
199
192
|
autoRefresh?: pulumi.Input<boolean>;
|
|
200
193
|
/**
|
|
@@ -210,8 +203,7 @@ export interface ExternalTableArgs {
|
|
|
210
203
|
*/
|
|
211
204
|
comment?: pulumi.Input<string>;
|
|
212
205
|
/**
|
|
213
|
-
* Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE
|
|
214
|
-
* OR REPLACE TABLE variant
|
|
206
|
+
* Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant
|
|
215
207
|
*/
|
|
216
208
|
copyGrants?: pulumi.Input<boolean>;
|
|
217
209
|
/**
|
|
@@ -227,8 +219,7 @@ export interface ExternalTableArgs {
|
|
|
227
219
|
*/
|
|
228
220
|
location: pulumi.Input<string>;
|
|
229
221
|
/**
|
|
230
|
-
* Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable
|
|
231
|
-
* is created.
|
|
222
|
+
* Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created.
|
|
232
223
|
*/
|
|
233
224
|
name?: pulumi.Input<string>;
|
|
234
225
|
/**
|
package/externalTable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalTable.js","sourceRoot":"","sources":["../externalTable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"externalTable.js","sourceRoot":"","sources":["../externalTable.ts"],"names":[],"mappings":"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"}
|
package/externalTableGrant.d.ts
CHANGED
|
@@ -58,13 +58,11 @@ export declare class ExternalTableGrant extends pulumi.CustomResource {
|
|
|
58
58
|
*/
|
|
59
59
|
readonly enableMultipleGrants: pulumi.Output<boolean | undefined>;
|
|
60
60
|
/**
|
|
61
|
-
* The name of the external table on which to grant privileges immediately (only valid if
|
|
61
|
+
* The name of the external table on which to grant privileges immediately (only valid if onFuture is false).
|
|
62
62
|
*/
|
|
63
63
|
readonly externalTableName: pulumi.Output<string | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* When this is set to true and a
|
|
66
|
-
* schema. When this is true and no schema_name is provided apply this grant on all future external tables in the given
|
|
67
|
-
* database. The external_table_name and shares fields must be unset in order to use on_future.
|
|
65
|
+
* When this is set to true and a schema*name is provided, apply this grant on all future external tables in the given schema. When this is true and no schema*name is provided apply this grant on all future external tables in the given database. The external*table*name and shares fields must be unset in order to use on_future.
|
|
68
66
|
*/
|
|
69
67
|
readonly onFuture: pulumi.Output<boolean | undefined>;
|
|
70
68
|
/**
|
|
@@ -80,7 +78,7 @@ export declare class ExternalTableGrant extends pulumi.CustomResource {
|
|
|
80
78
|
*/
|
|
81
79
|
readonly schemaName: pulumi.Output<string | undefined>;
|
|
82
80
|
/**
|
|
83
|
-
* Grants privilege to these shares (only valid if
|
|
81
|
+
* Grants privilege to these shares (only valid if onFuture is false).
|
|
84
82
|
*/
|
|
85
83
|
readonly shares: pulumi.Output<string[] | undefined>;
|
|
86
84
|
/**
|
|
@@ -110,13 +108,11 @@ export interface ExternalTableGrantState {
|
|
|
110
108
|
*/
|
|
111
109
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
112
110
|
/**
|
|
113
|
-
* The name of the external table on which to grant privileges immediately (only valid if
|
|
111
|
+
* The name of the external table on which to grant privileges immediately (only valid if onFuture is false).
|
|
114
112
|
*/
|
|
115
113
|
externalTableName?: pulumi.Input<string>;
|
|
116
114
|
/**
|
|
117
|
-
* When this is set to true and a
|
|
118
|
-
* schema. When this is true and no schema_name is provided apply this grant on all future external tables in the given
|
|
119
|
-
* database. The external_table_name and shares fields must be unset in order to use on_future.
|
|
115
|
+
* When this is set to true and a schema*name is provided, apply this grant on all future external tables in the given schema. When this is true and no schema*name is provided apply this grant on all future external tables in the given database. The external*table*name and shares fields must be unset in order to use on_future.
|
|
120
116
|
*/
|
|
121
117
|
onFuture?: pulumi.Input<boolean>;
|
|
122
118
|
/**
|
|
@@ -132,7 +128,7 @@ export interface ExternalTableGrantState {
|
|
|
132
128
|
*/
|
|
133
129
|
schemaName?: pulumi.Input<string>;
|
|
134
130
|
/**
|
|
135
|
-
* Grants privilege to these shares (only valid if
|
|
131
|
+
* Grants privilege to these shares (only valid if onFuture is false).
|
|
136
132
|
*/
|
|
137
133
|
shares?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
134
|
/**
|
|
@@ -154,13 +150,11 @@ export interface ExternalTableGrantArgs {
|
|
|
154
150
|
*/
|
|
155
151
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
156
152
|
/**
|
|
157
|
-
* The name of the external table on which to grant privileges immediately (only valid if
|
|
153
|
+
* The name of the external table on which to grant privileges immediately (only valid if onFuture is false).
|
|
158
154
|
*/
|
|
159
155
|
externalTableName?: pulumi.Input<string>;
|
|
160
156
|
/**
|
|
161
|
-
* When this is set to true and a
|
|
162
|
-
* schema. When this is true and no schema_name is provided apply this grant on all future external tables in the given
|
|
163
|
-
* database. The external_table_name and shares fields must be unset in order to use on_future.
|
|
157
|
+
* When this is set to true and a schema*name is provided, apply this grant on all future external tables in the given schema. When this is true and no schema*name is provided apply this grant on all future external tables in the given database. The external*table*name and shares fields must be unset in order to use on_future.
|
|
164
158
|
*/
|
|
165
159
|
onFuture?: pulumi.Input<boolean>;
|
|
166
160
|
/**
|
|
@@ -176,7 +170,7 @@ export interface ExternalTableGrantArgs {
|
|
|
176
170
|
*/
|
|
177
171
|
schemaName?: pulumi.Input<string>;
|
|
178
172
|
/**
|
|
179
|
-
* Grants privilege to these shares (only valid if
|
|
173
|
+
* Grants privilege to these shares (only valid if onFuture is false).
|
|
180
174
|
*/
|
|
181
175
|
shares?: pulumi.Input<pulumi.Input<string>[]>;
|
|
182
176
|
/**
|