@pulumi/snowflake 0.8.0 → 0.9.1-alpha.1654087017
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 +18 -9
- package/apiIntegration.js.map +1 -1
- package/database.d.ts +33 -6
- package/database.js +14 -0
- package/database.js.map +1 -1
- package/externalFunction.d.ts +18 -9
- package/externalFunction.js.map +1 -1
- package/externalOauthIntegration.d.ts +36 -18
- package/externalOauthIntegration.js.map +1 -1
- package/externalTable.d.ts +18 -9
- package/externalTable.js.map +1 -1
- package/externalTableGrant.d.ts +15 -9
- package/externalTableGrant.js.map +1 -1
- package/fileFormat.d.ts +42 -21
- package/fileFormat.js.map +1 -1
- package/fileFormatGrant.d.ts +12 -6
- package/fileFormatGrant.js.map +1 -1
- package/function.d.ts +6 -3
- package/function.js.map +1 -1
- package/functionGrant.d.ts +21 -15
- package/functionGrant.js.map +1 -1
- package/getCurrentAccount.d.ts +0 -9
- package/getDatabase.d.ts +0 -9
- package/getDatabase.js.map +1 -1
- package/getDatabases.d.ts +0 -3
- package/getExternalFunctions.d.ts +0 -21
- package/getExternalFunctions.js.map +1 -1
- package/getExternalTables.d.ts +0 -21
- package/getExternalTables.js.map +1 -1
- package/getFileFormats.d.ts +0 -21
- package/getFileFormats.js.map +1 -1
- package/getFunctions.d.ts +0 -21
- package/getFunctions.js.map +1 -1
- package/getMaskingPolicies.d.ts +0 -21
- package/getMaskingPolicies.js.map +1 -1
- package/getMaterializedViews.d.ts +0 -21
- package/getMaterializedViews.js.map +1 -1
- package/getPipes.d.ts +0 -21
- package/getPipes.js.map +1 -1
- package/getProcedures.d.ts +0 -21
- package/getProcedures.js.map +1 -1
- package/getResourceMonitors.d.ts +0 -3
- package/getRole.d.ts +0 -12
- package/getRole.js.map +1 -1
- package/getRowAccessPolicies.d.ts +0 -21
- package/getRowAccessPolicies.js.map +1 -1
- package/getSchemas.d.ts +0 -12
- package/getSchemas.js.map +1 -1
- package/getSequences.d.ts +0 -21
- package/getSequences.js.map +1 -1
- package/getStages.d.ts +0 -21
- package/getStages.js.map +1 -1
- package/getStorageIntegrations.d.ts +0 -3
- package/getStreams.d.ts +0 -21
- package/getStreams.js.map +1 -1
- package/getSystemGenerateScimAccessToken.d.ts +0 -12
- package/getSystemGenerateScimAccessToken.js.map +1 -1
- package/getSystemGetAwsSnsIamPolicy.d.ts +0 -12
- package/getSystemGetAwsSnsIamPolicy.js.map +1 -1
- package/getSystemGetPrivateLinkConfig.d.ts +0 -15
- package/getSystemGetSnowflakePlatformInfo.d.ts +0 -6
- package/getTables.d.ts +0 -21
- package/getTables.js.map +1 -1
- package/getTasks.d.ts +0 -21
- package/getTasks.js.map +1 -1
- package/getUsers.d.ts +39 -0
- package/getUsers.js +34 -0
- package/getUsers.js.map +1 -0
- package/getViews.d.ts +0 -21
- package/getViews.js.map +1 -1
- package/getWarehouses.d.ts +0 -3
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/managedAccount.d.ts +6 -3
- package/managedAccount.js.map +1 -1
- package/maskingPolicy.d.ts +6 -3
- package/maskingPolicy.js.map +1 -1
- package/materializedViewGrant.d.ts +15 -9
- package/materializedViewGrant.js.map +1 -1
- package/networkPolicy.d.ts +6 -3
- package/networkPolicy.js.map +1 -1
- package/notificationIntegration.d.ts +3 -3
- package/oauthIntegration.d.ts +27 -15
- package/oauthIntegration.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/pipe.d.ts +3 -3
- package/pipeGrant.d.ts +12 -6
- package/pipeGrant.js.map +1 -1
- package/procedure.d.ts +6 -3
- package/procedure.js.map +1 -1
- package/procedureGrant.d.ts +21 -15
- package/procedureGrant.js.map +1 -1
- package/resourceMonitor.d.ts +6 -3
- package/resourceMonitor.js.map +1 -1
- package/roleOwnershipGrant.d.ts +6 -3
- package/roleOwnershipGrant.js.map +1 -1
- package/rowAccessPolicy.d.ts +15 -6
- package/rowAccessPolicy.js.map +1 -1
- package/samlIntegration.d.ts +99 -33
- package/samlIntegration.js.map +1 -1
- package/schema.d.ts +15 -6
- package/schema.js.map +1 -1
- package/schemaGrant.d.ts +9 -6
- package/schemaGrant.js.map +1 -1
- package/scimIntegration.d.ts +21 -9
- package/scimIntegration.js.map +1 -1
- package/sequenceGrant.d.ts +12 -6
- package/sequenceGrant.js.map +1 -1
- package/stage.d.ts +6 -3
- package/stage.js.map +1 -1
- package/stageGrant.d.ts +12 -6
- package/stageGrant.js.map +1 -1
- package/streamGrant.d.ts +12 -6
- package/streamGrant.js.map +1 -1
- package/table.d.ts +9 -3
- package/table.js.map +1 -1
- package/tableGrant.d.ts +15 -9
- package/tableGrant.js.map +1 -1
- package/task.d.ts +21 -9
- package/task.js.map +1 -1
- package/taskGrant.d.ts +12 -6
- package/taskGrant.js.map +1 -1
- package/types/input.d.ts +4 -189
- package/types/output.d.ts +23 -282
- package/user.d.ts +24 -12
- package/user.js.map +1 -1
- package/userOwnershipGrant.d.ts +6 -3
- package/userOwnershipGrant.js.map +1 -1
- package/userPublicKeys.d.ts +6 -3
- package/userPublicKeys.js.map +1 -1
- package/view.d.ts +6 -3
- package/view.js.map +1 -1
- package/viewGrant.d.ts +15 -9
- package/viewGrant.js.map +1 -1
- package/warehouse.d.ts +24 -12
- package/warehouse.js.map +1 -1
package/externalTableGrant.d.ts
CHANGED
|
@@ -58,11 +58,13 @@ 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 on_future is false).
|
|
62
62
|
*/
|
|
63
63
|
readonly externalTableName: pulumi.Output<string | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* When this is set to true and a
|
|
65
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given
|
|
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.
|
|
66
68
|
*/
|
|
67
69
|
readonly onFuture: pulumi.Output<boolean | undefined>;
|
|
68
70
|
/**
|
|
@@ -78,7 +80,7 @@ export declare class ExternalTableGrant extends pulumi.CustomResource {
|
|
|
78
80
|
*/
|
|
79
81
|
readonly schemaName: pulumi.Output<string>;
|
|
80
82
|
/**
|
|
81
|
-
* Grants privilege to these shares (only valid if
|
|
83
|
+
* Grants privilege to these shares (only valid if on_future is false).
|
|
82
84
|
*/
|
|
83
85
|
readonly shares: pulumi.Output<string[] | undefined>;
|
|
84
86
|
/**
|
|
@@ -108,11 +110,13 @@ export interface ExternalTableGrantState {
|
|
|
108
110
|
*/
|
|
109
111
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
110
112
|
/**
|
|
111
|
-
* The name of the external table on which to grant privileges immediately (only valid if
|
|
113
|
+
* The name of the external table on which to grant privileges immediately (only valid if on_future is false).
|
|
112
114
|
*/
|
|
113
115
|
externalTableName?: pulumi.Input<string>;
|
|
114
116
|
/**
|
|
115
|
-
* When this is set to true and a
|
|
117
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given
|
|
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.
|
|
116
120
|
*/
|
|
117
121
|
onFuture?: pulumi.Input<boolean>;
|
|
118
122
|
/**
|
|
@@ -128,7 +132,7 @@ export interface ExternalTableGrantState {
|
|
|
128
132
|
*/
|
|
129
133
|
schemaName?: pulumi.Input<string>;
|
|
130
134
|
/**
|
|
131
|
-
* Grants privilege to these shares (only valid if
|
|
135
|
+
* Grants privilege to these shares (only valid if on_future is false).
|
|
132
136
|
*/
|
|
133
137
|
shares?: pulumi.Input<pulumi.Input<string>[]>;
|
|
134
138
|
/**
|
|
@@ -150,11 +154,13 @@ export interface ExternalTableGrantArgs {
|
|
|
150
154
|
*/
|
|
151
155
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
152
156
|
/**
|
|
153
|
-
* The name of the external table on which to grant privileges immediately (only valid if
|
|
157
|
+
* The name of the external table on which to grant privileges immediately (only valid if on_future is false).
|
|
154
158
|
*/
|
|
155
159
|
externalTableName?: pulumi.Input<string>;
|
|
156
160
|
/**
|
|
157
|
-
* When this is set to true and a
|
|
161
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future external tables in the given
|
|
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.
|
|
158
164
|
*/
|
|
159
165
|
onFuture?: pulumi.Input<boolean>;
|
|
160
166
|
/**
|
|
@@ -170,7 +176,7 @@ export interface ExternalTableGrantArgs {
|
|
|
170
176
|
*/
|
|
171
177
|
schemaName: pulumi.Input<string>;
|
|
172
178
|
/**
|
|
173
|
-
* Grants privilege to these shares (only valid if
|
|
179
|
+
* Grants privilege to these shares (only valid if on_future is false).
|
|
174
180
|
*/
|
|
175
181
|
shares?: pulumi.Input<pulumi.Input<string>[]>;
|
|
176
182
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalTableGrant.js","sourceRoot":"","sources":["../externalTableGrant.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"externalTableGrant.js","sourceRoot":"","sources":["../externalTableGrant.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IA4EzD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IA7GD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,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;;AA1BL,gDA+GC;AAjGG,gBAAgB;AACO,+BAAY,GAAG,uDAAuD,CAAC"}
|
package/fileFormat.d.ts
CHANGED
|
@@ -66,7 +66,8 @@ export declare class FileFormat extends pulumi.CustomResource {
|
|
|
66
66
|
*/
|
|
67
67
|
readonly dateFormat: pulumi.Output<string | undefined>;
|
|
68
68
|
/**
|
|
69
|
-
* Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to
|
|
69
|
+
* Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to
|
|
70
|
+
* native representation.
|
|
70
71
|
*/
|
|
71
72
|
readonly disableAutoConvert: pulumi.Output<boolean | undefined>;
|
|
72
73
|
/**
|
|
@@ -74,7 +75,8 @@ export declare class FileFormat extends pulumi.CustomResource {
|
|
|
74
75
|
*/
|
|
75
76
|
readonly disableSnowflakeData: pulumi.Output<boolean | undefined>;
|
|
76
77
|
/**
|
|
77
|
-
* Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive
|
|
78
|
+
* Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive
|
|
79
|
+
* delimiters.
|
|
78
80
|
*/
|
|
79
81
|
readonly emptyFieldAsNull: pulumi.Output<boolean | undefined>;
|
|
80
82
|
/**
|
|
@@ -86,7 +88,8 @@ export declare class FileFormat extends pulumi.CustomResource {
|
|
|
86
88
|
*/
|
|
87
89
|
readonly encoding: pulumi.Output<string | undefined>;
|
|
88
90
|
/**
|
|
89
|
-
* Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input
|
|
91
|
+
* Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input
|
|
92
|
+
* file does not match the number of columns in the corresponding table.
|
|
90
93
|
*/
|
|
91
94
|
readonly errorOnColumnCountMismatch: pulumi.Output<boolean | undefined>;
|
|
92
95
|
/**
|
|
@@ -98,7 +101,8 @@ export declare class FileFormat extends pulumi.CustomResource {
|
|
|
98
101
|
*/
|
|
99
102
|
readonly escapeUnenclosedField: pulumi.Output<string | undefined>;
|
|
100
103
|
/**
|
|
101
|
-
* Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or
|
|
104
|
+
* Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or
|
|
105
|
+
* unloaded file (data unloading).
|
|
102
106
|
*/
|
|
103
107
|
readonly fieldDelimiter: pulumi.Output<string | undefined>;
|
|
104
108
|
/**
|
|
@@ -118,7 +122,8 @@ export declare class FileFormat extends pulumi.CustomResource {
|
|
|
118
122
|
*/
|
|
119
123
|
readonly ignoreUtf8Errors: pulumi.Output<boolean | undefined>;
|
|
120
124
|
/**
|
|
121
|
-
* Specifies the identifier for the file format; must be unique for the database and schema in which the file format is
|
|
125
|
+
* Specifies the identifier for the file format; must be unique for the database and schema in which the file format is
|
|
126
|
+
* created.
|
|
122
127
|
*/
|
|
123
128
|
readonly name: pulumi.Output<string>;
|
|
124
129
|
/**
|
|
@@ -130,7 +135,8 @@ export declare class FileFormat extends pulumi.CustomResource {
|
|
|
130
135
|
*/
|
|
131
136
|
readonly preserveSpace: pulumi.Output<boolean | undefined>;
|
|
132
137
|
/**
|
|
133
|
-
* Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or
|
|
138
|
+
* Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or
|
|
139
|
+
* unloaded file (data unloading).
|
|
134
140
|
*/
|
|
135
141
|
readonly recordDelimiter: pulumi.Output<string | undefined>;
|
|
136
142
|
/**
|
|
@@ -162,7 +168,8 @@ export declare class FileFormat extends pulumi.CustomResource {
|
|
|
162
168
|
*/
|
|
163
169
|
readonly stripOuterArray: pulumi.Output<boolean | undefined>;
|
|
164
170
|
/**
|
|
165
|
-
* Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate
|
|
171
|
+
* Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate
|
|
172
|
+
* documents.
|
|
166
173
|
*/
|
|
167
174
|
readonly stripOuterElement: pulumi.Output<boolean | undefined>;
|
|
168
175
|
/**
|
|
@@ -223,7 +230,8 @@ export interface FileFormatState {
|
|
|
223
230
|
*/
|
|
224
231
|
dateFormat?: pulumi.Input<string>;
|
|
225
232
|
/**
|
|
226
|
-
* Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to
|
|
233
|
+
* Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to
|
|
234
|
+
* native representation.
|
|
227
235
|
*/
|
|
228
236
|
disableAutoConvert?: pulumi.Input<boolean>;
|
|
229
237
|
/**
|
|
@@ -231,7 +239,8 @@ export interface FileFormatState {
|
|
|
231
239
|
*/
|
|
232
240
|
disableSnowflakeData?: pulumi.Input<boolean>;
|
|
233
241
|
/**
|
|
234
|
-
* Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive
|
|
242
|
+
* Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive
|
|
243
|
+
* delimiters.
|
|
235
244
|
*/
|
|
236
245
|
emptyFieldAsNull?: pulumi.Input<boolean>;
|
|
237
246
|
/**
|
|
@@ -243,7 +252,8 @@ export interface FileFormatState {
|
|
|
243
252
|
*/
|
|
244
253
|
encoding?: pulumi.Input<string>;
|
|
245
254
|
/**
|
|
246
|
-
* Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input
|
|
255
|
+
* Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input
|
|
256
|
+
* file does not match the number of columns in the corresponding table.
|
|
247
257
|
*/
|
|
248
258
|
errorOnColumnCountMismatch?: pulumi.Input<boolean>;
|
|
249
259
|
/**
|
|
@@ -255,7 +265,8 @@ export interface FileFormatState {
|
|
|
255
265
|
*/
|
|
256
266
|
escapeUnenclosedField?: pulumi.Input<string>;
|
|
257
267
|
/**
|
|
258
|
-
* Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or
|
|
268
|
+
* Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or
|
|
269
|
+
* unloaded file (data unloading).
|
|
259
270
|
*/
|
|
260
271
|
fieldDelimiter?: pulumi.Input<string>;
|
|
261
272
|
/**
|
|
@@ -275,7 +286,8 @@ export interface FileFormatState {
|
|
|
275
286
|
*/
|
|
276
287
|
ignoreUtf8Errors?: pulumi.Input<boolean>;
|
|
277
288
|
/**
|
|
278
|
-
* Specifies the identifier for the file format; must be unique for the database and schema in which the file format is
|
|
289
|
+
* Specifies the identifier for the file format; must be unique for the database and schema in which the file format is
|
|
290
|
+
* created.
|
|
279
291
|
*/
|
|
280
292
|
name?: pulumi.Input<string>;
|
|
281
293
|
/**
|
|
@@ -287,7 +299,8 @@ export interface FileFormatState {
|
|
|
287
299
|
*/
|
|
288
300
|
preserveSpace?: pulumi.Input<boolean>;
|
|
289
301
|
/**
|
|
290
|
-
* Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or
|
|
302
|
+
* Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or
|
|
303
|
+
* unloaded file (data unloading).
|
|
291
304
|
*/
|
|
292
305
|
recordDelimiter?: pulumi.Input<string>;
|
|
293
306
|
/**
|
|
@@ -319,7 +332,8 @@ export interface FileFormatState {
|
|
|
319
332
|
*/
|
|
320
333
|
stripOuterArray?: pulumi.Input<boolean>;
|
|
321
334
|
/**
|
|
322
|
-
* Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate
|
|
335
|
+
* Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate
|
|
336
|
+
* documents.
|
|
323
337
|
*/
|
|
324
338
|
stripOuterElement?: pulumi.Input<boolean>;
|
|
325
339
|
/**
|
|
@@ -372,7 +386,8 @@ export interface FileFormatArgs {
|
|
|
372
386
|
*/
|
|
373
387
|
dateFormat?: pulumi.Input<string>;
|
|
374
388
|
/**
|
|
375
|
-
* Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to
|
|
389
|
+
* Boolean that specifies whether the XML parser disables automatic conversion of numeric and Boolean values from text to
|
|
390
|
+
* native representation.
|
|
376
391
|
*/
|
|
377
392
|
disableAutoConvert?: pulumi.Input<boolean>;
|
|
378
393
|
/**
|
|
@@ -380,7 +395,8 @@ export interface FileFormatArgs {
|
|
|
380
395
|
*/
|
|
381
396
|
disableSnowflakeData?: pulumi.Input<boolean>;
|
|
382
397
|
/**
|
|
383
|
-
* Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive
|
|
398
|
+
* Specifies whether to insert SQL NULL for empty fields in an input file, which are represented by two successive
|
|
399
|
+
* delimiters.
|
|
384
400
|
*/
|
|
385
401
|
emptyFieldAsNull?: pulumi.Input<boolean>;
|
|
386
402
|
/**
|
|
@@ -392,7 +408,8 @@ export interface FileFormatArgs {
|
|
|
392
408
|
*/
|
|
393
409
|
encoding?: pulumi.Input<string>;
|
|
394
410
|
/**
|
|
395
|
-
* Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input
|
|
411
|
+
* Boolean that specifies whether to generate a parsing error if the number of delimited columns (i.e. fields) in an input
|
|
412
|
+
* file does not match the number of columns in the corresponding table.
|
|
396
413
|
*/
|
|
397
414
|
errorOnColumnCountMismatch?: pulumi.Input<boolean>;
|
|
398
415
|
/**
|
|
@@ -404,7 +421,8 @@ export interface FileFormatArgs {
|
|
|
404
421
|
*/
|
|
405
422
|
escapeUnenclosedField?: pulumi.Input<string>;
|
|
406
423
|
/**
|
|
407
|
-
* Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or
|
|
424
|
+
* Specifies one or more singlebyte or multibyte characters that separate fields in an input file (data loading) or
|
|
425
|
+
* unloaded file (data unloading).
|
|
408
426
|
*/
|
|
409
427
|
fieldDelimiter?: pulumi.Input<string>;
|
|
410
428
|
/**
|
|
@@ -424,7 +442,8 @@ export interface FileFormatArgs {
|
|
|
424
442
|
*/
|
|
425
443
|
ignoreUtf8Errors?: pulumi.Input<boolean>;
|
|
426
444
|
/**
|
|
427
|
-
* Specifies the identifier for the file format; must be unique for the database and schema in which the file format is
|
|
445
|
+
* Specifies the identifier for the file format; must be unique for the database and schema in which the file format is
|
|
446
|
+
* created.
|
|
428
447
|
*/
|
|
429
448
|
name?: pulumi.Input<string>;
|
|
430
449
|
/**
|
|
@@ -436,7 +455,8 @@ export interface FileFormatArgs {
|
|
|
436
455
|
*/
|
|
437
456
|
preserveSpace?: pulumi.Input<boolean>;
|
|
438
457
|
/**
|
|
439
|
-
* Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or
|
|
458
|
+
* Specifies one or more singlebyte or multibyte characters that separate records in an input file (data loading) or
|
|
459
|
+
* unloaded file (data unloading).
|
|
440
460
|
*/
|
|
441
461
|
recordDelimiter?: pulumi.Input<string>;
|
|
442
462
|
/**
|
|
@@ -468,7 +488,8 @@ export interface FileFormatArgs {
|
|
|
468
488
|
*/
|
|
469
489
|
stripOuterArray?: pulumi.Input<boolean>;
|
|
470
490
|
/**
|
|
471
|
-
* Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate
|
|
491
|
+
* Boolean that specifies whether the XML parser strips out the outer XML element, exposing 2nd level elements as separate
|
|
492
|
+
* documents.
|
|
472
493
|
*/
|
|
473
494
|
stripOuterElement?: pulumi.Input<boolean>;
|
|
474
495
|
/**
|
package/fileFormat.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileFormat.js","sourceRoot":"","sources":["../fileFormat.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"fileFormat.js","sourceRoot":"","sources":["../fileFormat.ts"],"names":[],"mappings":"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"}
|
package/fileFormatGrant.d.ts
CHANGED
|
@@ -54,11 +54,13 @@ export declare class FileFormatGrant extends pulumi.CustomResource {
|
|
|
54
54
|
*/
|
|
55
55
|
readonly enableMultipleGrants: pulumi.Output<boolean | undefined>;
|
|
56
56
|
/**
|
|
57
|
-
* The name of the file format on which to grant privileges immediately (only valid if
|
|
57
|
+
* The name of the file format on which to grant privileges immediately (only valid if on_future is false).
|
|
58
58
|
*/
|
|
59
59
|
readonly fileFormatName: pulumi.Output<string | undefined>;
|
|
60
60
|
/**
|
|
61
|
-
* When this is set to true and a
|
|
61
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema.
|
|
62
|
+
* When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The
|
|
63
|
+
* file_format_name field must be unset in order to use on_future.
|
|
62
64
|
*/
|
|
63
65
|
readonly onFuture: pulumi.Output<boolean | undefined>;
|
|
64
66
|
/**
|
|
@@ -100,11 +102,13 @@ export interface FileFormatGrantState {
|
|
|
100
102
|
*/
|
|
101
103
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
102
104
|
/**
|
|
103
|
-
* The name of the file format on which to grant privileges immediately (only valid if
|
|
105
|
+
* The name of the file format on which to grant privileges immediately (only valid if on_future is false).
|
|
104
106
|
*/
|
|
105
107
|
fileFormatName?: pulumi.Input<string>;
|
|
106
108
|
/**
|
|
107
|
-
* When this is set to true and a
|
|
109
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema.
|
|
110
|
+
* When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The
|
|
111
|
+
* file_format_name field must be unset in order to use on_future.
|
|
108
112
|
*/
|
|
109
113
|
onFuture?: pulumi.Input<boolean>;
|
|
110
114
|
/**
|
|
@@ -138,11 +142,13 @@ export interface FileFormatGrantArgs {
|
|
|
138
142
|
*/
|
|
139
143
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
140
144
|
/**
|
|
141
|
-
* The name of the file format on which to grant privileges immediately (only valid if
|
|
145
|
+
* The name of the file format on which to grant privileges immediately (only valid if on_future is false).
|
|
142
146
|
*/
|
|
143
147
|
fileFormatName?: pulumi.Input<string>;
|
|
144
148
|
/**
|
|
145
|
-
* When this is set to true and a
|
|
149
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future file formats in the given schema.
|
|
150
|
+
* When this is true and no schema_name is provided apply this grant on all future file formats in the given database. The
|
|
151
|
+
* file_format_name field must be unset in order to use on_future.
|
|
146
152
|
*/
|
|
147
153
|
onFuture?: pulumi.Input<boolean>;
|
|
148
154
|
/**
|
package/fileFormatGrant.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileFormatGrant.js","sourceRoot":"","sources":["../fileFormatGrant.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"fileFormatGrant.js","sourceRoot":"","sources":["../fileFormatGrant.ts"],"names":[],"mappings":"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"}
|
package/function.d.ts
CHANGED
|
@@ -41,7 +41,8 @@ export declare class Function extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly language: pulumi.Output<string | undefined>;
|
|
43
43
|
/**
|
|
44
|
-
* Specifies the identifier for the function; does not have to be unique for the schema in which the function is created.
|
|
44
|
+
* Specifies the identifier for the function; does not have to be unique for the schema in which the function is created.
|
|
45
|
+
* Don't use the | character.
|
|
45
46
|
*/
|
|
46
47
|
readonly name: pulumi.Output<string>;
|
|
47
48
|
/**
|
|
@@ -106,7 +107,8 @@ export interface FunctionState {
|
|
|
106
107
|
*/
|
|
107
108
|
language?: pulumi.Input<string>;
|
|
108
109
|
/**
|
|
109
|
-
* Specifies the identifier for the function; does not have to be unique for the schema in which the function is created.
|
|
110
|
+
* Specifies the identifier for the function; does not have to be unique for the schema in which the function is created.
|
|
111
|
+
* Don't use the | character.
|
|
110
112
|
*/
|
|
111
113
|
name?: pulumi.Input<string>;
|
|
112
114
|
/**
|
|
@@ -163,7 +165,8 @@ export interface FunctionArgs {
|
|
|
163
165
|
*/
|
|
164
166
|
language?: pulumi.Input<string>;
|
|
165
167
|
/**
|
|
166
|
-
* Specifies the identifier for the function; does not have to be unique for the schema in which the function is created.
|
|
168
|
+
* Specifies the identifier for the function; does not have to be unique for the schema in which the function is created.
|
|
169
|
+
* Don't use the | character.
|
|
167
170
|
*/
|
|
168
171
|
name?: pulumi.Input<string>;
|
|
169
172
|
/**
|
package/function.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function.js","sourceRoot":"","sources":["../function.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"function.js","sourceRoot":"","sources":["../function.ts"],"names":[],"mappings":"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"}
|
package/functionGrant.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ export declare class FunctionGrant extends pulumi.CustomResource {
|
|
|
61
61
|
*/
|
|
62
62
|
static isInstance(obj: any): obj is FunctionGrant;
|
|
63
63
|
/**
|
|
64
|
-
* List of the arguments for the function (must be present if function has arguments and
|
|
64
|
+
* List of the arguments for the function (must be present if function has arguments and function_name is present)
|
|
65
65
|
*/
|
|
66
66
|
readonly arguments: pulumi.Output<outputs.FunctionGrantArgument[] | undefined>;
|
|
67
67
|
/**
|
|
@@ -74,11 +74,13 @@ export declare class FunctionGrant extends pulumi.CustomResource {
|
|
|
74
74
|
*/
|
|
75
75
|
readonly enableMultipleGrants: pulumi.Output<boolean | undefined>;
|
|
76
76
|
/**
|
|
77
|
-
* The name of the function on which to grant privileges immediately (only valid if
|
|
77
|
+
* The name of the function on which to grant privileges immediately (only valid if on_future is false).
|
|
78
78
|
*/
|
|
79
79
|
readonly functionName: pulumi.Output<string | undefined>;
|
|
80
80
|
/**
|
|
81
|
-
* When this is set to true and a
|
|
81
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema.
|
|
82
|
+
* When this is true and no schema_name is provided apply this grant on all future functions in the given database. The
|
|
83
|
+
* function_name, arguments, return_type, and shares fields must be unset in order to use on_future.
|
|
82
84
|
*/
|
|
83
85
|
readonly onFuture: pulumi.Output<boolean | undefined>;
|
|
84
86
|
/**
|
|
@@ -86,7 +88,7 @@ export declare class FunctionGrant extends pulumi.CustomResource {
|
|
|
86
88
|
*/
|
|
87
89
|
readonly privilege: pulumi.Output<string | undefined>;
|
|
88
90
|
/**
|
|
89
|
-
* The return type of the function (must be present if
|
|
91
|
+
* The return type of the function (must be present if function_name is present)
|
|
90
92
|
*/
|
|
91
93
|
readonly returnType: pulumi.Output<string | undefined>;
|
|
92
94
|
/**
|
|
@@ -98,7 +100,7 @@ export declare class FunctionGrant extends pulumi.CustomResource {
|
|
|
98
100
|
*/
|
|
99
101
|
readonly schemaName: pulumi.Output<string>;
|
|
100
102
|
/**
|
|
101
|
-
* Grants privilege to these shares (only valid if
|
|
103
|
+
* Grants privilege to these shares (only valid if on_future is false).
|
|
102
104
|
*/
|
|
103
105
|
readonly shares: pulumi.Output<string[] | undefined>;
|
|
104
106
|
/**
|
|
@@ -119,7 +121,7 @@ export declare class FunctionGrant extends pulumi.CustomResource {
|
|
|
119
121
|
*/
|
|
120
122
|
export interface FunctionGrantState {
|
|
121
123
|
/**
|
|
122
|
-
* List of the arguments for the function (must be present if function has arguments and
|
|
124
|
+
* List of the arguments for the function (must be present if function has arguments and function_name is present)
|
|
123
125
|
*/
|
|
124
126
|
arguments?: pulumi.Input<pulumi.Input<inputs.FunctionGrantArgument>[]>;
|
|
125
127
|
/**
|
|
@@ -132,11 +134,13 @@ export interface FunctionGrantState {
|
|
|
132
134
|
*/
|
|
133
135
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
134
136
|
/**
|
|
135
|
-
* The name of the function on which to grant privileges immediately (only valid if
|
|
137
|
+
* The name of the function on which to grant privileges immediately (only valid if on_future is false).
|
|
136
138
|
*/
|
|
137
139
|
functionName?: pulumi.Input<string>;
|
|
138
140
|
/**
|
|
139
|
-
* When this is set to true and a
|
|
141
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema.
|
|
142
|
+
* When this is true and no schema_name is provided apply this grant on all future functions in the given database. The
|
|
143
|
+
* function_name, arguments, return_type, and shares fields must be unset in order to use on_future.
|
|
140
144
|
*/
|
|
141
145
|
onFuture?: pulumi.Input<boolean>;
|
|
142
146
|
/**
|
|
@@ -144,7 +148,7 @@ export interface FunctionGrantState {
|
|
|
144
148
|
*/
|
|
145
149
|
privilege?: pulumi.Input<string>;
|
|
146
150
|
/**
|
|
147
|
-
* The return type of the function (must be present if
|
|
151
|
+
* The return type of the function (must be present if function_name is present)
|
|
148
152
|
*/
|
|
149
153
|
returnType?: pulumi.Input<string>;
|
|
150
154
|
/**
|
|
@@ -156,7 +160,7 @@ export interface FunctionGrantState {
|
|
|
156
160
|
*/
|
|
157
161
|
schemaName?: pulumi.Input<string>;
|
|
158
162
|
/**
|
|
159
|
-
* Grants privilege to these shares (only valid if
|
|
163
|
+
* Grants privilege to these shares (only valid if on_future is false).
|
|
160
164
|
*/
|
|
161
165
|
shares?: pulumi.Input<pulumi.Input<string>[]>;
|
|
162
166
|
/**
|
|
@@ -169,7 +173,7 @@ export interface FunctionGrantState {
|
|
|
169
173
|
*/
|
|
170
174
|
export interface FunctionGrantArgs {
|
|
171
175
|
/**
|
|
172
|
-
* List of the arguments for the function (must be present if function has arguments and
|
|
176
|
+
* List of the arguments for the function (must be present if function has arguments and function_name is present)
|
|
173
177
|
*/
|
|
174
178
|
arguments?: pulumi.Input<pulumi.Input<inputs.FunctionGrantArgument>[]>;
|
|
175
179
|
/**
|
|
@@ -182,11 +186,13 @@ export interface FunctionGrantArgs {
|
|
|
182
186
|
*/
|
|
183
187
|
enableMultipleGrants?: pulumi.Input<boolean>;
|
|
184
188
|
/**
|
|
185
|
-
* The name of the function on which to grant privileges immediately (only valid if
|
|
189
|
+
* The name of the function on which to grant privileges immediately (only valid if on_future is false).
|
|
186
190
|
*/
|
|
187
191
|
functionName?: pulumi.Input<string>;
|
|
188
192
|
/**
|
|
189
|
-
* When this is set to true and a
|
|
193
|
+
* When this is set to true and a schema_name is provided, apply this grant on all future functions in the given schema.
|
|
194
|
+
* When this is true and no schema_name is provided apply this grant on all future functions in the given database. The
|
|
195
|
+
* function_name, arguments, return_type, and shares fields must be unset in order to use on_future.
|
|
190
196
|
*/
|
|
191
197
|
onFuture?: pulumi.Input<boolean>;
|
|
192
198
|
/**
|
|
@@ -194,7 +200,7 @@ export interface FunctionGrantArgs {
|
|
|
194
200
|
*/
|
|
195
201
|
privilege?: pulumi.Input<string>;
|
|
196
202
|
/**
|
|
197
|
-
* The return type of the function (must be present if
|
|
203
|
+
* The return type of the function (must be present if function_name is present)
|
|
198
204
|
*/
|
|
199
205
|
returnType?: pulumi.Input<string>;
|
|
200
206
|
/**
|
|
@@ -206,7 +212,7 @@ export interface FunctionGrantArgs {
|
|
|
206
212
|
*/
|
|
207
213
|
schemaName: pulumi.Input<string>;
|
|
208
214
|
/**
|
|
209
|
-
* Grants privilege to these shares (only valid if
|
|
215
|
+
* Grants privilege to these shares (only valid if on_future is false).
|
|
210
216
|
*/
|
|
211
217
|
shares?: pulumi.Input<pulumi.Input<string>[]>;
|
|
212
218
|
/**
|
package/functionGrant.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"functionGrant.js","sourceRoot":"","sources":["../functionGrant.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"functionGrant.js","sourceRoot":"","sources":["../functionGrant.ts"],"names":[],"mappings":"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"}
|
package/getCurrentAccount.d.ts
CHANGED
|
@@ -19,20 +19,11 @@ export declare function getCurrentAccount(opts?: pulumi.InvokeOptions): Promise<
|
|
|
19
19
|
* A collection of values returned by getCurrentAccount.
|
|
20
20
|
*/
|
|
21
21
|
export interface GetCurrentAccountResult {
|
|
22
|
-
/**
|
|
23
|
-
* The Snowflake Account ID; as returned by CURRENT_ACCOUNT().
|
|
24
|
-
*/
|
|
25
22
|
readonly account: string;
|
|
26
23
|
/**
|
|
27
24
|
* The provider-assigned unique ID for this managed resource.
|
|
28
25
|
*/
|
|
29
26
|
readonly id: string;
|
|
30
|
-
/**
|
|
31
|
-
* The Snowflake Region; as returned by CURRENT_REGION()
|
|
32
|
-
*/
|
|
33
27
|
readonly region: string;
|
|
34
|
-
/**
|
|
35
|
-
* The Snowflake URL.
|
|
36
|
-
*/
|
|
37
28
|
readonly url: string;
|
|
38
29
|
}
|