@pulumi/snowflake 2.3.0-alpha.1753398370 → 2.3.0
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/currentAccount.d.ts +7 -7
- package/currentAccount.js +1 -1
- package/currentOrganizationAccount.d.ts +1508 -0
- package/currentOrganizationAccount.js +300 -0
- package/currentOrganizationAccount.js.map +1 -0
- package/getUserProgrammaticAccessTokens.d.ts +49 -0
- package/getUserProgrammaticAccessTokens.js +32 -0
- package/getUserProgrammaticAccessTokens.js.map +1 -0
- package/index.d.ts +9 -0
- package/index.js +17 -4
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +36 -0
- package/types/output.d.ts +54 -0
- package/userProgrammaticAccessToken.d.ts +159 -0
- package/userProgrammaticAccessToken.js +83 -0
- package/userProgrammaticAccessToken.js.map +1 -0
|
@@ -0,0 +1,1508 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Import
|
|
6
|
+
*
|
|
7
|
+
* ```sh
|
|
8
|
+
* $ pulumi import snowflake:index/currentOrganizationAccount:CurrentOrganizationAccount example '"<organization_account_name>"'
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare class CurrentOrganizationAccount extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing CurrentOrganizationAccount resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param state Any extra arguments used during the lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CurrentOrganizationAccountState, opts?: pulumi.CustomResourceOptions): CurrentOrganizationAccount;
|
|
22
|
+
/**
|
|
23
|
+
* Returns true if the given object is an instance of CurrentOrganizationAccount. This is designed to work even
|
|
24
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
25
|
+
*/
|
|
26
|
+
static isInstance(obj: any): obj is CurrentOrganizationAccount;
|
|
27
|
+
/**
|
|
28
|
+
* Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT*DETACHED*QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query).
|
|
29
|
+
*/
|
|
30
|
+
readonly abortDetachedQuery: pulumi.Output<boolean>;
|
|
31
|
+
/**
|
|
32
|
+
* Sets the profiler to use for the session when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). Valid values are (case-insensitive): `LINE` | `MEMORY`. For more information, check [ACTIVE*PYTHON*PROFILER docs](https://docs.snowflake.com/en/sql-reference/parameters#active-python-profiler).
|
|
33
|
+
*/
|
|
34
|
+
readonly activePythonProfiler: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* Specifies whether an MFA token can be saved in the client-side operating system keystore to promote continuous, secure connectivity without users needing to respond to an MFA prompt at the start of each connection attempt to Snowflake. For details and the list of supported Snowflake-provided clients, see [Using MFA token caching to minimize the number of prompts during authentication — optional.](https://docs.snowflake.com/en/user-guide/security-mfa.html#label-mfa-token-caching) For more information, check [ALLOW*CLIENT*MFA_CACHING docs](https://docs.snowflake.com/en/sql-reference/parameters#allow-client-mfa-caching).
|
|
37
|
+
*/
|
|
38
|
+
readonly allowClientMfaCaching: pulumi.Output<boolean>;
|
|
39
|
+
/**
|
|
40
|
+
* Specifies whether a connection token can be saved in the client-side operating system keystore to promote continuous, secure connectivity without users needing to enter login credentials at the start of each connection attempt to Snowflake. For details and the list of supported Snowflake-provided clients, see [Using connection caching to minimize the number of prompts for authentication — optional.](https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use.html#label-browser-based-sso-connection-caching) For more information, check [ALLOW*ID*TOKEN docs](https://docs.snowflake.com/en/sql-reference/parameters#allow-id-token).
|
|
41
|
+
*/
|
|
42
|
+
readonly allowIdToken: pulumi.Output<boolean>;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit).
|
|
45
|
+
*/
|
|
46
|
+
readonly autocommit: pulumi.Output<boolean>;
|
|
47
|
+
/**
|
|
48
|
+
* Specifies a prefix for Snowflake to use in the write path for Snowflake-managed Apache Iceberg™ tables. For more information, see [data and metadata directories for Iceberg tables](https://docs.snowflake.com/en/user-guide/tables-iceberg-storage.html#label-tables-iceberg-configure-external-volume-base-location). For more information, check [BASE*LOCATION*PREFIX docs](https://docs.snowflake.com/en/sql-reference/parameters#base-location-prefix).
|
|
49
|
+
*/
|
|
50
|
+
readonly baseLocationPrefix: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). Valid values are (case-insensitive): `HEX` | `BASE64` | `UTF8`. For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
|
|
53
|
+
*/
|
|
54
|
+
readonly binaryInputFormat: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). Valid values are (case-insensitive): `HEX` | `BASE64`. For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
|
|
57
|
+
*/
|
|
58
|
+
readonly binaryOutputFormat: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Specifies the catalog for Apache Iceberg™ tables. For more information, see the [Iceberg table documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg.html#label-tables-iceberg-catalog-def). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [CATALOG docs](https://docs.snowflake.com/en/sql-reference/parameters#catalog).
|
|
61
|
+
*/
|
|
62
|
+
readonly catalog: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Specifies the name of your catalog integration for [Snowflake Open Catalog](https://other-docs.snowflake.com/en/opencatalog/overview). Snowflake syncs tables that use the specified catalog integration with your Snowflake Open Catalog account. For more information, see [Sync a Snowflake-managed table with Snowflake Open Catalog](https://docs.snowflake.com/en/user-guide/tables-iceberg-open-catalog-sync). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [CATALOG_SYNC docs](https://docs.snowflake.com/en/sql-reference/parameters#catalog-sync).
|
|
65
|
+
*/
|
|
66
|
+
readonly catalogSync: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Enables users to log the data values bound to [PreparedStatements](https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-api.html#label-jdbc-api-preparedstatement) ([more details](https://docs.snowflake.com/en/sql-reference/parameters#client-enable-log-info-statement-parameters)). For more information, check [CLIENT*ENABLE*LOG*INFO*STATEMENT_PARAMETERS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-enable-log-info-statement-parameters).
|
|
69
|
+
*/
|
|
70
|
+
readonly clientEnableLogInfoStatementParameters: pulumi.Output<boolean>;
|
|
71
|
+
/**
|
|
72
|
+
* Specifies the AES encryption key size, in bits, used by Snowflake to encrypt/decrypt files stored on internal stages (for loading/unloading data) when you use the SNOWFLAKE*FULL encryption type. For more information, check [CLIENT*ENCRYPTION*KEY*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-encryption-key-size).
|
|
73
|
+
*/
|
|
74
|
+
readonly clientEncryptionKeySize: pulumi.Output<number>;
|
|
75
|
+
/**
|
|
76
|
+
* Parameter that specifies the maximum amount of memory the JDBC driver or ODBC driver should use for the result set from queries (in MB). For more information, check [CLIENT*MEMORY*LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit).
|
|
77
|
+
*/
|
|
78
|
+
readonly clientMemoryLimit: pulumi.Output<number>;
|
|
79
|
+
/**
|
|
80
|
+
* For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases/schemas to the current database/schema. The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT*METADATA*REQUEST*USE*CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx).
|
|
81
|
+
*/
|
|
82
|
+
readonly clientMetadataRequestUseConnectionCtx: pulumi.Output<boolean>;
|
|
83
|
+
/**
|
|
84
|
+
* For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases to the current database. The narrower search typically returns fewer rows and executes more quickly ([more details on the usage](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-use-session-database)). For more information, check [CLIENT*METADATA*USE*SESSION*DATABASE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-use-session-database).
|
|
85
|
+
*/
|
|
86
|
+
readonly clientMetadataUseSessionDatabase: pulumi.Output<boolean>;
|
|
87
|
+
/**
|
|
88
|
+
* Parameter that specifies the number of threads used by the client to pre-fetch large result sets. The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT*PREFETCH*THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads).
|
|
89
|
+
*/
|
|
90
|
+
readonly clientPrefetchThreads: pulumi.Output<number>;
|
|
91
|
+
/**
|
|
92
|
+
* Parameter that specifies the maximum size of each set (or chunk) of query results to download (in MB). The JDBC driver downloads query results in chunks. For more information, check [CLIENT*RESULT*CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size).
|
|
93
|
+
*/
|
|
94
|
+
readonly clientResultChunkSize: pulumi.Output<number>;
|
|
95
|
+
/**
|
|
96
|
+
* Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT*RESULT*COLUMN*CASE*INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive).
|
|
97
|
+
*/
|
|
98
|
+
readonly clientResultColumnCaseInsensitive: pulumi.Output<boolean>;
|
|
99
|
+
/**
|
|
100
|
+
* Parameter that indicates whether to force a user to log in again after a period of inactivity in the session. For more information, check [CLIENT*SESSION*KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive).
|
|
101
|
+
*/
|
|
102
|
+
readonly clientSessionKeepAlive: pulumi.Output<boolean>;
|
|
103
|
+
/**
|
|
104
|
+
* Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT*SESSION*KEEP*ALIVE*HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency).
|
|
105
|
+
*/
|
|
106
|
+
readonly clientSessionKeepAliveHeartbeatFrequency: pulumi.Output<number>;
|
|
107
|
+
/**
|
|
108
|
+
* Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. Valid values are (case-insensitive): `TIMESTAMP_LTZ` | `TIMESTAMP_NTZ`. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
|
|
109
|
+
*/
|
|
110
|
+
readonly clientTimestampTypeMapping: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Specifies a comment for the organization account.
|
|
113
|
+
*/
|
|
114
|
+
readonly comment: pulumi.Output<string | undefined>;
|
|
115
|
+
/**
|
|
116
|
+
* Specifies the regions where an inference request may be processed in case the request cannot be processed in the region where request is originally placed. Specifying DISABLED disables cross-region inferencing. For examples and details, see [Cross-region inference](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cross-region-inference). For more information, check [CORTEX*ENABLED*CROSS_REGION docs](https://docs.snowflake.com/en/sql-reference/parameters#cortex-enabled-cross-region).
|
|
117
|
+
*/
|
|
118
|
+
readonly cortexEnabledCrossRegion: pulumi.Output<string>;
|
|
119
|
+
/**
|
|
120
|
+
* Specifies the models that users in the account can access. Use this parameter to allowlist models for all users in the account. If you need to provide specific users with access beyond what you’ve specified in the allowlist, use role-based access control instead. For more information, see [Model allowlist](https://docs.snowflake.com/en/user-guide/snowflake-cortex/aisql.html#label-cortex-llm-allowlist). For more information, check [CORTEX*MODELS*ALLOWLIST docs](https://docs.snowflake.com/en/sql-reference/parameters#cortex-models-allowlist).
|
|
121
|
+
*/
|
|
122
|
+
readonly cortexModelsAllowlist: pulumi.Output<string>;
|
|
123
|
+
/**
|
|
124
|
+
* Specifies the format for TIMESTAMP values in CSV files downloaded from Snowsight. If this parameter is not set, [TIMESTAMP*LTZ*OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-ltz-output-format) will be used for TIMESTAMP*LTZ values, [TIMESTAMP*TZ*OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-tz-output-format) will be used for TIMESTAMP*TZ and [TIMESTAMP*NTZ*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-ntz-output-format) for TIMESTAMP*NTZ values. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output) or [Download your query results](https://docs.snowflake.com/en/user-guide/ui-snowsight-query.html#label-snowsight-download-query-results). For more information, check [CSV*TIMESTAMP*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#csv-timestamp-format).
|
|
125
|
+
*/
|
|
126
|
+
readonly csvTimestampFormat: pulumi.Output<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see [Understanding & using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). For more information, check [DATA*RETENTION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#data-retention-time-in-days).
|
|
129
|
+
*/
|
|
130
|
+
readonly dataRetentionTimeInDays: pulumi.Output<number>;
|
|
131
|
+
/**
|
|
132
|
+
* Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format).
|
|
133
|
+
*/
|
|
134
|
+
readonly dateInputFormat: pulumi.Output<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format).
|
|
137
|
+
*/
|
|
138
|
+
readonly dateOutputFormat: pulumi.Output<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Sets the default collation used for the following DDL operations: [CREATE TABLE](https://docs.snowflake.com/en/sql-reference/sql/create-table), [ALTER TABLE](https://docs.snowflake.com/en/sql-reference/sql/alter-table) … ADD COLUMN. Setting this parameter forces all subsequently-created columns in the affected objects (table, schema, database, or account) to have the specified collation as the default, unless the collation for the column is explicitly defined in the DDL. For more information, check [DEFAULT*DDL*COLLATION docs](https://docs.snowflake.com/en/sql-reference/parameters#default-ddl-collation).
|
|
141
|
+
*/
|
|
142
|
+
readonly defaultDdlCollation: pulumi.Output<string>;
|
|
143
|
+
/**
|
|
144
|
+
* Sets the preferred CPU compute pool used for [Notebooks on CPU Container Runtime](https://docs.snowflake.com/en/developer-guide/snowflake-ml/notebooks-on-spcs). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*NOTEBOOK*COMPUTE*POOL*CPU docs](https://docs.snowflake.com/en/sql-reference/parameters#default-notebook-compute-pool-cpu).
|
|
145
|
+
*/
|
|
146
|
+
readonly defaultNotebookComputePoolCpu: pulumi.Output<string>;
|
|
147
|
+
/**
|
|
148
|
+
* Sets the preferred GPU compute pool used for [Notebooks on GPU Container Runtime](https://docs.snowflake.com/en/developer-guide/snowflake-ml/notebooks-on-spcs). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*NOTEBOOK*COMPUTE*POOL*GPU docs](https://docs.snowflake.com/en/sql-reference/parameters#default-notebook-compute-pool-gpu).
|
|
149
|
+
*/
|
|
150
|
+
readonly defaultNotebookComputePoolGpu: pulumi.Output<string>;
|
|
151
|
+
/**
|
|
152
|
+
* Specifies the default ordering of NULL values in a result set ([more details](https://docs.snowflake.com/en/sql-reference/parameters#default-null-ordering)). Valid values are (case-insensitive): `FIRST` | `LAST`. For more information, check [DEFAULT*NULL*ORDERING docs](https://docs.snowflake.com/en/sql-reference/parameters#default-null-ordering).
|
|
153
|
+
*/
|
|
154
|
+
readonly defaultNullOrdering: pulumi.Output<string>;
|
|
155
|
+
/**
|
|
156
|
+
* Specifies the name of the default warehouse to use when creating a notebook. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*STREAMLIT*NOTEBOOK_WAREHOUSE docs](https://docs.snowflake.com/en/sql-reference/parameters#default-streamlit-notebook-warehouse).
|
|
157
|
+
*/
|
|
158
|
+
readonly defaultStreamlitNotebookWarehouse: pulumi.Output<string>;
|
|
159
|
+
/**
|
|
160
|
+
* Controls whether users in an account see a button to download data in Snowsight or the Classic Console, such as a table returned from running a query in a worksheet. If the button to download is hidden in Snowsight or the Classic Console, users can still download or export data using [third-party software](https://docs.snowflake.com/en/user-guide/ecosystem). For more information, check [DISABLE*UI*DOWNLOAD_BUTTON docs](https://docs.snowflake.com/en/sql-reference/parameters#disable-ui-download-button).
|
|
161
|
+
*/
|
|
162
|
+
readonly disableUiDownloadButton: pulumi.Output<boolean>;
|
|
163
|
+
/**
|
|
164
|
+
* Controls whether users in an account can grant privileges directly to other users. Disabling user privilege grants (that is, setting DISABLE*USER*PRIVILEGE*GRANTS to TRUE) does not affect existing grants to users. Existing grants to users continue to confer privileges to those users. For more information, see [GRANT \n\n … TO USER](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-user). For more information, check [DISABLE*USER*PRIVILEGE*GRANTS docs](https://docs.snowflake.com/en/sql-reference/parameters#disable-user-privilege-grants).
|
|
165
|
+
*/
|
|
166
|
+
readonly disableUserPrivilegeGrants: pulumi.Output<boolean>;
|
|
167
|
+
/**
|
|
168
|
+
* Controls whether events from [automatic sensitive data classification](https://docs.snowflake.com/en/user-guide/classify-auto) are logged in the user event table. For more information, check [ENABLE*AUTOMATIC*SENSITIVE*DATA*CLASSIFICATION_LOG docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-automatic-sensitive-data-classification-log).
|
|
169
|
+
*/
|
|
170
|
+
readonly enableAutomaticSensitiveDataClassificationLog: pulumi.Output<boolean>;
|
|
171
|
+
/**
|
|
172
|
+
* Enables or disables the Listing Cross-cloud auto-fulfillment Egress cost optimizer. For more information, check [ENABLE*EGRESS*COST_OPTIMIZER docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-egress-cost-optimizer).
|
|
173
|
+
*/
|
|
174
|
+
readonly enableEgressCostOptimizer: pulumi.Output<boolean>;
|
|
175
|
+
/**
|
|
176
|
+
* Determines the login flow for users. When enabled, Snowflake prompts users for their username or email address before presenting authentication methods. For details, see [Identifier-first login](https://docs.snowflake.com/en/user-guide/identifier-first-login). For more information, check [ENABLE*IDENTIFIER*FIRST_LOGIN docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-identifier-first-login).
|
|
177
|
+
*/
|
|
178
|
+
readonly enableIdentifierFirstLogin: pulumi.Output<boolean>;
|
|
179
|
+
/**
|
|
180
|
+
* Specifies whether the [SYSTEM$GET*PRIVATELINK*CONFIG](https://docs.snowflake.com/en/sql-reference/functions/system_get_privatelink_config) function returns the private-internal-stages key in the query result. The corresponding value in the query result is used during the configuration process for private connectivity to internal stages. For more information, check [ENABLE*INTERNAL*STAGES_PRIVATELINK docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-internal-stages-privatelink).
|
|
181
|
+
*/
|
|
182
|
+
readonly enableInternalStagesPrivatelink: pulumi.Output<boolean>;
|
|
183
|
+
/**
|
|
184
|
+
* Specifies choice for the [image repository](https://docs.snowflake.com/en/developer-guide/snowpark-container-services/working-with-registry-repository.html#label-registry-and-repository-image-repository) to opt out of Tri-Secret Secure and [Periodic rekeying](https://docs.snowflake.com/en/user-guide/security-encryption-manage.html#label-periodic-rekeying). For more information, check [ENABLE*TRI*SECRET*AND*REKEY*OPT*OUT*FOR*IMAGE_REPOSITORY docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-tri-secret-and-rekey-opt-out-for-image-repository).
|
|
185
|
+
*/
|
|
186
|
+
readonly enableTriSecretAndRekeyOptOutForImageRepository: pulumi.Output<boolean>;
|
|
187
|
+
/**
|
|
188
|
+
* Specifies the choice for the [Snowpark Container Services block storage volume](https://docs.snowflake.com/en/developer-guide/snowpark-container-services/block-storage-volume) to opt out of Tri-Secret Secure and [Periodic rekeying](https://docs.snowflake.com/en/user-guide/security-encryption-manage.html#label-periodic-rekeying). For more information, check [ENABLE*TRI*SECRET*AND*REKEY*OPT*OUT*FOR*SPCS*BLOCK*STORAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-tri-secret-and-rekey-opt-out-for-spcs-block-storage).
|
|
189
|
+
*/
|
|
190
|
+
readonly enableTriSecretAndRekeyOptOutForSpcsBlockStorage: pulumi.Output<boolean>;
|
|
191
|
+
/**
|
|
192
|
+
* Specifies whether Snowflake may capture – in an event table – log messages or trace event data for unhandled exceptions in procedure or UDF handler code. For more information, see [Capturing messages from unhandled exceptions](https://docs.snowflake.com/en/developer-guide/logging-tracing/unhandled-exception-messages). For more information, check [ENABLE*UNHANDLED*EXCEPTIONS_REPORTING docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unhandled-exceptions-reporting).
|
|
193
|
+
*/
|
|
194
|
+
readonly enableUnhandledExceptionsReporting: pulumi.Output<boolean>;
|
|
195
|
+
/**
|
|
196
|
+
* Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE*UNLOAD*PHYSICAL*TYPE*OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization).
|
|
197
|
+
*/
|
|
198
|
+
readonly enableUnloadPhysicalTypeOptimization: pulumi.Output<boolean>;
|
|
199
|
+
/**
|
|
200
|
+
* Controls whether query text is redacted if a SQL query fails due to a syntax or parsing error. If FALSE, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE*UNREDACTED*QUERY*SYNTAX*ERROR parameter. When using the ALTER USER command to set the parameter to TRUE for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE*UNREDACTED*QUERY*SYNTAX*ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error).
|
|
201
|
+
*/
|
|
202
|
+
readonly enableUnredactedQuerySyntaxError: pulumi.Output<boolean>;
|
|
203
|
+
/**
|
|
204
|
+
* Controls whether error messages related to secure objects are redacted in metadata. For more information, see [Secure objects: Redaction of information in error messages](https://docs.snowflake.com/en/release-notes/bcr-bundles/un-bundled/bcr-1858). Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE*UNREDACTED*SECURE*OBJECT*ERROR parameter. When using the ALTER USER command to set the parameter to TRUE for a particular user, modify the user that you want to see the redacted error messages in metadata, not the user who caused the error. For more information, check [ENABLE*UNREDACTED*SECURE*OBJECT*ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-secure-object-error).
|
|
205
|
+
*/
|
|
206
|
+
readonly enableUnredactedSecureObjectError: pulumi.Output<boolean>;
|
|
207
|
+
/**
|
|
208
|
+
* Specifies whether a network policy that uses network rules can restrict access to AWS internal stages. This parameter has no effect on network policies that do not use network rules. This account-level parameter affects both account-level and user-level network policies. For details about using network policies and network rules to restrict access to AWS internal stages, including the use of this parameter, see [Protecting internal stages on AWS](https://docs.snowflake.com/en/user-guide/network-policies.html#label-network-policies-rules-stages). For more information, check [ENFORCE*NETWORK*RULES*FOR*INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#enforce-network-rules-for-internal-stages).
|
|
209
|
+
*/
|
|
210
|
+
readonly enforceNetworkRulesForInternalStages: pulumi.Output<boolean>;
|
|
211
|
+
/**
|
|
212
|
+
* Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR*ON*NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge).
|
|
213
|
+
*/
|
|
214
|
+
readonly errorOnNondeterministicMerge: pulumi.Output<boolean>;
|
|
215
|
+
/**
|
|
216
|
+
* Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR*ON*NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update).
|
|
217
|
+
*/
|
|
218
|
+
readonly errorOnNondeterministicUpdate: pulumi.Output<boolean>;
|
|
219
|
+
/**
|
|
220
|
+
* Specifies the name of the event table for logging messages from stored procedures and UDFs contained by the object with which the event table is associated. Associating an event table with a database is available in [Enterprise Edition or higher](https://docs.snowflake.com/en/user-guide/intro-editions). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [EVENT_TABLE docs](https://docs.snowflake.com/en/sql-reference/parameters#event-table).
|
|
221
|
+
*/
|
|
222
|
+
readonly eventTable: pulumi.Output<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Determines whether the ACCOUNTADMIN, ORGADMIN, GLOBALORGADMIN, and SECURITYADMIN roles can be used as the primary role when creating a Snowflake session based on the access token from the External OAuth authorization server. For more information, check [EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED_LIST docs](https://docs.snowflake.com/en/sql-reference/parameters#external-oauth-add-privileged-roles-to-blocked-list).
|
|
225
|
+
*/
|
|
226
|
+
readonly externalOauthAddPrivilegedRolesToBlockedList: pulumi.Output<boolean>;
|
|
227
|
+
/**
|
|
228
|
+
* Specifies the external volume for Apache Iceberg™ tables. For more information, see the [Iceberg table documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg.html#label-tables-iceberg-external-volume-def). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [EXTERNAL_VOLUME docs](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
|
|
229
|
+
*/
|
|
230
|
+
readonly externalVolume: pulumi.Output<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). Valid values are (case-insensitive): `GeoJSON` | `WKT` | `WKB` | `EWKT` | `EWKB`. For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
|
|
233
|
+
*/
|
|
234
|
+
readonly geographyOutputFormat: pulumi.Output<string>;
|
|
235
|
+
/**
|
|
236
|
+
* Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). Valid values are (case-insensitive): `GeoJSON` | `WKT` | `WKB` | `EWKT` | `EWKB`. For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
|
|
237
|
+
*/
|
|
238
|
+
readonly geometryOutputFormat: pulumi.Output<string>;
|
|
239
|
+
/**
|
|
240
|
+
* Number of seconds to wait while trying to acquire row-level locks on a hybrid table, before timing out and aborting the statement. For more information, check [HYBRID*TABLE*LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#hybrid-table-lock-timeout).
|
|
241
|
+
*/
|
|
242
|
+
readonly hybridTableLockTimeout: pulumi.Output<number>;
|
|
243
|
+
/**
|
|
244
|
+
* Sets the maximum estimated size limit for the initial replication of a primary database to a secondary database (in TB). Set this parameter on any account that stores a secondary database. This size limit helps prevent accounts from accidentally incurring large database replication charges. To remove the size limit, set the value to 0.0. It is required to pass numbers with scale of at least 1 (e.g. 20.5, 32.25, 33.333, etc.). For more information, check [INITIAL*REPLICATION*SIZE*LIMIT*IN_TB docs](https://docs.snowflake.com/en/sql-reference/parameters#initial-replication-size-limit-in-tb).
|
|
245
|
+
*/
|
|
246
|
+
readonly initialReplicationSizeLimitInTb: pulumi.Output<string>;
|
|
247
|
+
/**
|
|
248
|
+
* Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC*TREAT*DECIMAL*AS*INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int).
|
|
249
|
+
*/
|
|
250
|
+
readonly jdbcTreatDecimalAsInt: pulumi.Output<boolean>;
|
|
251
|
+
/**
|
|
252
|
+
* Specifies how JDBC processes TIMESTAMP*NTZ values ([more details](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc)). For more information, check [JDBC*TREAT*TIMESTAMP*NTZ*AS*UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc).
|
|
253
|
+
*/
|
|
254
|
+
readonly jdbcTreatTimestampNtzAsUtc: pulumi.Output<boolean>;
|
|
255
|
+
/**
|
|
256
|
+
* Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC*USE*SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone).
|
|
257
|
+
*/
|
|
258
|
+
readonly jdbcUseSessionTimezone: pulumi.Output<boolean>;
|
|
259
|
+
/**
|
|
260
|
+
* Specifies how the Snowflake Node.js Driver processes numeric columns that have a scale of zero (0), for example INTEGER or NUMBER(p, 0). For more information, check [JS*TREAT*INTEGER*AS*BIGINT docs](https://docs.snowflake.com/en/sql-reference/parameters#js-treat-integer-as-bigint).
|
|
261
|
+
*/
|
|
262
|
+
readonly jsTreatIntegerAsBigint: pulumi.Output<boolean>;
|
|
263
|
+
/**
|
|
264
|
+
* Specifies the number of blank spaces to indent each new element in JSON output in the session. Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent).
|
|
265
|
+
*/
|
|
266
|
+
readonly jsonIndent: pulumi.Output<number>;
|
|
267
|
+
/**
|
|
268
|
+
* Sets the time interval used to refresh the application package based data products to other regions. For more information, check [LISTING*AUTO*FULFILLMENT*REPLICATION*REFRESH_SCHEDULE docs](https://docs.snowflake.com/en/sql-reference/parameters#listing-auto-fulfillment-replication-refresh-schedule).
|
|
269
|
+
*/
|
|
270
|
+
readonly listingAutoFulfillmentReplicationRefreshSchedule: pulumi.Output<string>;
|
|
271
|
+
/**
|
|
272
|
+
* Number of seconds to wait while trying to lock a resource, before timing out and aborting the statement. For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout).
|
|
273
|
+
*/
|
|
274
|
+
readonly lockTimeout: pulumi.Output<number>;
|
|
275
|
+
/**
|
|
276
|
+
* Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting levels for logging, metrics, and tracing](https://docs.snowflake.com/en/developer-guide/logging-tracing/telemetry-levels). Valid values are (case-insensitive): `TRACE` | `DEBUG` | `INFO` | `WARN` | `ERROR` | `FATAL` | `OFF`. For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
|
|
277
|
+
*/
|
|
278
|
+
readonly logLevel: pulumi.Output<string>;
|
|
279
|
+
/**
|
|
280
|
+
* Specifies the concurrency level for SQL statements (that is, queries and DML) executed by a warehouse ([more details](https://docs.snowflake.com/en/sql-reference/parameters#max-concurrency-level)). For more information, check [MAX*CONCURRENCY*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#max-concurrency-level).
|
|
281
|
+
*/
|
|
282
|
+
readonly maxConcurrencyLevel: pulumi.Output<number>;
|
|
283
|
+
/**
|
|
284
|
+
* Maximum number of days Snowflake can extend the data retention period for tables to prevent streams on the tables from becoming stale. By default, if the [DATA*RETENTION*TIME*IN*DAYS](https://docs.snowflake.com/en/sql-reference/parameters#data-retention-time-in-days) setting for a source table is less than 14 days, and a stream has not been consumed, Snowflake temporarily extends this period to the stream’s offset, up to a maximum of 14 days, regardless of the [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions) for your account. The MAX*DATA*EXTENSION*TIME*IN*DAYS parameter enables you to limit this automatic extension period to control storage costs for data retention or for compliance reasons. For more information, check [MAX*DATA*EXTENSION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#max-data-extension-time-in-days).
|
|
285
|
+
*/
|
|
286
|
+
readonly maxDataExtensionTimeInDays: pulumi.Output<number>;
|
|
287
|
+
/**
|
|
288
|
+
* Controls how metrics data is ingested into the event table. For more information about metric levels, see [Setting levels for logging, metrics, and tracing](https://docs.snowflake.com/en/developer-guide/logging-tracing/telemetry-levels). Valid values are (case-insensitive): `ALL` | `NONE`. For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
|
|
289
|
+
*/
|
|
290
|
+
readonly metricLevel: pulumi.Output<string>;
|
|
291
|
+
/**
|
|
292
|
+
* Minimum number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on an object. If a minimum number of days for data retention is set on an account, the data retention period for an object is determined by MAX([DATA*RETENTION*TIME*IN*DAYS](https://docs.snowflake.com/en/sql-reference/parameters#label-data-retention-time-in-days), MIN*DATA*RETENTION*TIME*IN*DAYS). For more information, check [MIN*DATA*RETENTION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#min-data-retention-time-in-days).
|
|
293
|
+
*/
|
|
294
|
+
readonly minDataRetentionTimeInDays: pulumi.Output<number>;
|
|
295
|
+
/**
|
|
296
|
+
* Number of statements to execute when using the multi-statement capability. For more information, check [MULTI*STATEMENT*COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count).
|
|
297
|
+
*/
|
|
298
|
+
readonly multiStatementCount: pulumi.Output<number>;
|
|
299
|
+
/**
|
|
300
|
+
* The identifier (i.e. name) for the organization account within currently used organization. The field name is validated during import and create operations to ensure that it matches the current organization account name.
|
|
301
|
+
*/
|
|
302
|
+
readonly name: pulumi.Output<string>;
|
|
303
|
+
/**
|
|
304
|
+
* Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
|
|
305
|
+
*/
|
|
306
|
+
readonly networkPolicy: pulumi.Output<string>;
|
|
307
|
+
/**
|
|
308
|
+
* Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER*SEQUENCE*AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default).
|
|
309
|
+
*/
|
|
310
|
+
readonly noorderSequenceAsDefault: pulumi.Output<boolean>;
|
|
311
|
+
/**
|
|
312
|
+
* Determines whether the ACCOUNTADMIN, ORGADMIN, GLOBALORGADMIN, and SECURITYADMIN roles can be used as the primary role when creating a Snowflake session based on the access token from Snowflake’s authorization server. For more information, check [OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST docs](https://docs.snowflake.com/en/sql-reference/parameters#oauth-add-privileged-roles-to-blocked-list).
|
|
313
|
+
*/
|
|
314
|
+
readonly oauthAddPrivilegedRolesToBlockedList: pulumi.Output<boolean>;
|
|
315
|
+
/**
|
|
316
|
+
* Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC*TREAT*DECIMAL*AS*INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int).
|
|
317
|
+
*/
|
|
318
|
+
readonly odbcTreatDecimalAsInt: pulumi.Output<boolean>;
|
|
319
|
+
/**
|
|
320
|
+
* Specifies [password policy](https://docs.snowflake.com/en/user-guide/password-authentication#label-using-password-policies) for the current account. For more information about this resource, see docs.
|
|
321
|
+
*/
|
|
322
|
+
readonly passwordPolicy: pulumi.Output<string | undefined>;
|
|
323
|
+
/**
|
|
324
|
+
* It enables/disables re-encryption of table data with new keys on a yearly basis to provide additional levels of data protection ([more details](https://docs.snowflake.com/en/sql-reference/parameters#periodic-data-rekeying)). For more information, check [PERIODIC*DATA*REKEYING docs](https://docs.snowflake.com/en/sql-reference/parameters#periodic-data-rekeying).
|
|
325
|
+
*/
|
|
326
|
+
readonly periodicDataRekeying: pulumi.Output<boolean>;
|
|
327
|
+
/**
|
|
328
|
+
* Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role ([more details](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused)). For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
|
|
329
|
+
*/
|
|
330
|
+
readonly pipeExecutionPaused: pulumi.Output<boolean>;
|
|
331
|
+
/**
|
|
332
|
+
* Specifies whether to prevent ad hoc data unload operations to external cloud storage locations (that is, [COPY INTO location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements that specify the cloud storage URL and access settings directly in the statement). For an example, see [Unloading data from a table directly to files in an external location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html#label-copy-into-location-ad-hoc). For more information, check [PREVENT*UNLOAD*TO*INLINE*URL docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-inline-url).
|
|
333
|
+
*/
|
|
334
|
+
readonly preventUnloadToInlineUrl: pulumi.Output<boolean>;
|
|
335
|
+
/**
|
|
336
|
+
* Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT*UNLOAD*TO*INTERNAL*STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages).
|
|
337
|
+
*/
|
|
338
|
+
readonly preventUnloadToInternalStages: pulumi.Output<boolean>;
|
|
339
|
+
/**
|
|
340
|
+
* Specifies the list of Python modules to include in a report when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). For more information, check [PYTHON*PROFILER*MODULES docs](https://docs.snowflake.com/en/sql-reference/parameters#python-profiler-modules).
|
|
341
|
+
*/
|
|
342
|
+
readonly pythonProfilerModules: pulumi.Output<string>;
|
|
343
|
+
/**
|
|
344
|
+
* Specifies the fully-qualified name of the stage in which to save a report when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). For more information, check [PYTHON*PROFILER*TARGET_STAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#python-profiler-target-stage).
|
|
345
|
+
*/
|
|
346
|
+
readonly pythonProfilerTargetStage: pulumi.Output<string>;
|
|
347
|
+
/**
|
|
348
|
+
* Optional string that can be used to tag queries and other SQL statements executed within a session. The tags are displayed in the output of the [QUERY*HISTORY, QUERY*HISTORY*BY**](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag).
|
|
349
|
+
*/
|
|
350
|
+
readonly queryTag: pulumi.Output<string>;
|
|
351
|
+
/**
|
|
352
|
+
* Specifies whether letters in double-quoted object identifiers are stored and resolved as uppercase letters. By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED*IDENTIFIERS*IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
|
|
353
|
+
*/
|
|
354
|
+
readonly quotedIdentifiersIgnoreCase: pulumi.Output<boolean>;
|
|
355
|
+
/**
|
|
356
|
+
* Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for [Apache Iceberg™ tables](https://docs.snowflake.com/en/sql-reference/sql/create-iceberg-table) that use an external catalog. For more information, check [REPLACE*INVALID*CHARACTERS docs](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
|
|
357
|
+
*/
|
|
358
|
+
readonly replaceInvalidCharacters: pulumi.Output<boolean>;
|
|
359
|
+
/**
|
|
360
|
+
* Specifies whether to require a storage integration object as cloud credentials when creating a named external stage (using [CREATE STAGE](https://docs.snowflake.com/en/sql-reference/sql/create-stage)) to access a private cloud storage location. For more information, check [REQUIRE*STORAGE*INTEGRATION*FOR*STAGE_CREATION docs](https://docs.snowflake.com/en/sql-reference/parameters#require-storage-integration-for-stage-creation).
|
|
361
|
+
*/
|
|
362
|
+
readonly requireStorageIntegrationForStageCreation: pulumi.Output<boolean>;
|
|
363
|
+
/**
|
|
364
|
+
* Specifies whether to require using a named external stage that references a storage integration object as cloud credentials when loading data from or unloading data to a private cloud storage location. For more information, check [REQUIRE*STORAGE*INTEGRATION*FOR*STAGE_OPERATION docs](https://docs.snowflake.com/en/sql-reference/parameters#require-storage-integration-for-stage-operation).
|
|
365
|
+
*/
|
|
366
|
+
readonly requireStorageIntegrationForStageOperation: pulumi.Output<boolean>;
|
|
367
|
+
readonly resourceMonitor: pulumi.Output<string | undefined>;
|
|
368
|
+
/**
|
|
369
|
+
* Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS*PER*RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset).
|
|
370
|
+
*/
|
|
371
|
+
readonly rowsPerResultset: pulumi.Output<number>;
|
|
372
|
+
/**
|
|
373
|
+
* Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3*STAGE*VPCE*DNS*NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name).
|
|
374
|
+
*/
|
|
375
|
+
readonly s3StageVpceDnsName: pulumi.Output<string>;
|
|
376
|
+
/**
|
|
377
|
+
* Enables federated authentication. This deprecated parameter enables federated authentication ([more details](https://docs.snowflake.com/en/sql-reference/parameters#saml-identity-provider)). For more information, check [SAML*IDENTITY*PROVIDER docs](https://docs.snowflake.com/en/sql-reference/parameters#saml-identity-provider).
|
|
378
|
+
*/
|
|
379
|
+
readonly samlIdentityProvider: pulumi.Output<string>;
|
|
380
|
+
/**
|
|
381
|
+
* Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path).
|
|
382
|
+
*/
|
|
383
|
+
readonly searchPath: pulumi.Output<string>;
|
|
384
|
+
/**
|
|
385
|
+
* Specifies the maximum allowed warehouse size for [Serverless tasks](https://docs.snowflake.com/en/user-guide/tasks-intro.html#label-tasks-compute-resources-serverless). Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [SERVERLESS*TASK*MAX*STATEMENT*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#serverless-task-max-statement-size).
|
|
386
|
+
*/
|
|
387
|
+
readonly serverlessTaskMaxStatementSize: pulumi.Output<string>;
|
|
388
|
+
/**
|
|
389
|
+
* Specifies the minimum allowed warehouse size for [Serverless tasks](https://docs.snowflake.com/en/user-guide/tasks-intro.html#label-tasks-compute-resources-serverless). Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [SERVERLESS*TASK*MIN*STATEMENT*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#serverless-task-min-statement-size).
|
|
390
|
+
*/
|
|
391
|
+
readonly serverlessTaskMinStatementSize: pulumi.Output<string>;
|
|
392
|
+
/**
|
|
393
|
+
* Specifies [session policy](https://docs.snowflake.com/en/user-guide/session-policies-using) for the current account.
|
|
394
|
+
*/
|
|
395
|
+
readonly sessionPolicy: pulumi.Output<string | undefined>;
|
|
396
|
+
/**
|
|
397
|
+
* Saved output for the result of `SHOW ORGANIZATION ACCOUNTS`
|
|
398
|
+
*/
|
|
399
|
+
readonly showOutputs: pulumi.Output<outputs.CurrentOrganizationAccountShowOutput[]>;
|
|
400
|
+
/**
|
|
401
|
+
* Specifies the name of a consumer account to simulate for testing/validating shared data, particularly shared secure views. When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
|
|
402
|
+
*/
|
|
403
|
+
readonly simulatedDataSharingConsumer: pulumi.Output<string>;
|
|
404
|
+
/**
|
|
405
|
+
* This deprecated parameter disables preview mode for testing SSO (after enabling federated authentication) before rolling it out to users. For more information, check [SSO*LOGIN*PAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#sso-login-page).
|
|
406
|
+
*/
|
|
407
|
+
readonly ssoLoginPage: pulumi.Output<boolean>;
|
|
408
|
+
/**
|
|
409
|
+
* Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX*CONCURRENCY*LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT*QUEUED*TIMEOUT*IN*SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds).
|
|
410
|
+
*/
|
|
411
|
+
readonly statementQueuedTimeoutInSeconds: pulumi.Output<number>;
|
|
412
|
+
/**
|
|
413
|
+
* Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT*TIMEOUT*IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds).
|
|
414
|
+
*/
|
|
415
|
+
readonly statementTimeoutInSeconds: pulumi.Output<number>;
|
|
416
|
+
/**
|
|
417
|
+
* Specifies the storage serialization policy for Snowflake-managed [Apache Iceberg™ tables](https://docs.snowflake.com/en/user-guide/tables-iceberg). Valid values are (case-insensitive): `COMPATIBLE` | `OPTIMIZED`. For more information, check [STORAGE*SERIALIZATION*POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
|
|
418
|
+
*/
|
|
419
|
+
readonly storageSerializationPolicy: pulumi.Output<string>;
|
|
420
|
+
/**
|
|
421
|
+
* This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT*JSON*OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output).
|
|
422
|
+
*/
|
|
423
|
+
readonly strictJsonOutput: pulumi.Output<boolean>;
|
|
424
|
+
/**
|
|
425
|
+
* Specifies the number of consecutive failed task runs after which the current task is suspended automatically. The default is 0 (no automatic suspension). For more information, check [SUSPEND*TASK*AFTER*NUM*FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures).
|
|
426
|
+
*/
|
|
427
|
+
readonly suspendTaskAfterNumFailures: pulumi.Output<number>;
|
|
428
|
+
/**
|
|
429
|
+
* Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK*AUTO*RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts).
|
|
430
|
+
*/
|
|
431
|
+
readonly taskAutoRetryAttempts: pulumi.Output<number>;
|
|
432
|
+
/**
|
|
433
|
+
* Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format).
|
|
434
|
+
*/
|
|
435
|
+
readonly timeInputFormat: pulumi.Output<string>;
|
|
436
|
+
/**
|
|
437
|
+
* Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format).
|
|
438
|
+
*/
|
|
439
|
+
readonly timeOutputFormat: pulumi.Output<string>;
|
|
440
|
+
/**
|
|
441
|
+
* Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP*DAY*IS*ALWAYS*24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h).
|
|
442
|
+
*/
|
|
443
|
+
readonly timestampDayIsAlways24h: pulumi.Output<boolean>;
|
|
444
|
+
/**
|
|
445
|
+
* Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format).
|
|
446
|
+
*/
|
|
447
|
+
readonly timestampInputFormat: pulumi.Output<string>;
|
|
448
|
+
/**
|
|
449
|
+
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to [TIMESTAMP*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*LTZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format).
|
|
450
|
+
*/
|
|
451
|
+
readonly timestampLtzOutputFormat: pulumi.Output<string>;
|
|
452
|
+
/**
|
|
453
|
+
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check [TIMESTAMP*NTZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format).
|
|
454
|
+
*/
|
|
455
|
+
readonly timestampNtzOutputFormat: pulumi.Output<string>;
|
|
456
|
+
/**
|
|
457
|
+
* Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format).
|
|
458
|
+
*/
|
|
459
|
+
readonly timestampOutputFormat: pulumi.Output<string>;
|
|
460
|
+
/**
|
|
461
|
+
* Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. Valid values are (case-insensitive): `TIMESTAMP_LTZ` | `TIMESTAMP_NTZ` | `TIMESTAMP_TZ`. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
|
|
462
|
+
*/
|
|
463
|
+
readonly timestampTypeMapping: pulumi.Output<string>;
|
|
464
|
+
/**
|
|
465
|
+
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to [TIMESTAMP*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*TZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format).
|
|
466
|
+
*/
|
|
467
|
+
readonly timestampTzOutputFormat: pulumi.Output<string>;
|
|
468
|
+
/**
|
|
469
|
+
* Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone).
|
|
470
|
+
*/
|
|
471
|
+
readonly timezone: pulumi.Output<string>;
|
|
472
|
+
/**
|
|
473
|
+
* Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). Valid values are (case-insensitive): `ALWAYS` | `ON_EVENT` | `PROPAGATE` | `OFF`. For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
|
|
474
|
+
*/
|
|
475
|
+
readonly traceLevel: pulumi.Output<string>;
|
|
476
|
+
/**
|
|
477
|
+
* Specifies the action to perform when a statement issued within a non-autocommit transaction returns with an error. For more information, check [TRANSACTION*ABORT*ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error).
|
|
478
|
+
*/
|
|
479
|
+
readonly transactionAbortOnError: pulumi.Output<boolean>;
|
|
480
|
+
/**
|
|
481
|
+
* Specifies the isolation level for transactions in the user session. Valid values are (case-insensitive): `READ COMMITTED`. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
|
|
482
|
+
*/
|
|
483
|
+
readonly transactionDefaultIsolationLevel: pulumi.Output<string>;
|
|
484
|
+
/**
|
|
485
|
+
* Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO*DIGIT*CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start).
|
|
486
|
+
*/
|
|
487
|
+
readonly twoDigitCenturyStart: pulumi.Output<number>;
|
|
488
|
+
/**
|
|
489
|
+
* Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED*DDL*ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action).
|
|
490
|
+
*/
|
|
491
|
+
readonly unsupportedDdlAction: pulumi.Output<string>;
|
|
492
|
+
/**
|
|
493
|
+
* Specifies whether to reuse persisted query results, if available, when a matching query is submitted. For more information, check [USE*CACHED*RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result).
|
|
494
|
+
*/
|
|
495
|
+
readonly useCachedResult: pulumi.Output<boolean>;
|
|
496
|
+
/**
|
|
497
|
+
* Specifies the size of the compute resources to provision for the first run of the task, before a task history is available for Snowflake to determine an ideal size. Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [USER*TASK*MANAGED*INITIAL*WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size).
|
|
498
|
+
*/
|
|
499
|
+
readonly userTaskManagedInitialWarehouseSize: pulumi.Output<string>;
|
|
500
|
+
/**
|
|
501
|
+
* Minimum amount of time between Triggered Task executions in seconds For more information, check [USER*TASK*MINIMUM*TRIGGER*INTERVAL*IN*SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds).
|
|
502
|
+
*/
|
|
503
|
+
readonly userTaskMinimumTriggerIntervalInSeconds: pulumi.Output<number>;
|
|
504
|
+
/**
|
|
505
|
+
* Specifies the time limit on a single run of the task before it times out (in milliseconds). For more information, check [USER*TASK*TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms).
|
|
506
|
+
*/
|
|
507
|
+
readonly userTaskTimeoutMs: pulumi.Output<number>;
|
|
508
|
+
/**
|
|
509
|
+
* Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK*OF*YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy).
|
|
510
|
+
*/
|
|
511
|
+
readonly weekOfYearPolicy: pulumi.Output<number>;
|
|
512
|
+
/**
|
|
513
|
+
* Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start).
|
|
514
|
+
*/
|
|
515
|
+
readonly weekStart: pulumi.Output<number>;
|
|
516
|
+
/**
|
|
517
|
+
* Create a CurrentOrganizationAccount resource with the given unique name, arguments, and options.
|
|
518
|
+
*
|
|
519
|
+
* @param name The _unique_ name of the resource.
|
|
520
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
521
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
522
|
+
*/
|
|
523
|
+
constructor(name: string, args?: CurrentOrganizationAccountArgs, opts?: pulumi.CustomResourceOptions);
|
|
524
|
+
}
|
|
525
|
+
/**
|
|
526
|
+
* Input properties used for looking up and filtering CurrentOrganizationAccount resources.
|
|
527
|
+
*/
|
|
528
|
+
export interface CurrentOrganizationAccountState {
|
|
529
|
+
/**
|
|
530
|
+
* Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT*DETACHED*QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query).
|
|
531
|
+
*/
|
|
532
|
+
abortDetachedQuery?: pulumi.Input<boolean>;
|
|
533
|
+
/**
|
|
534
|
+
* Sets the profiler to use for the session when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). Valid values are (case-insensitive): `LINE` | `MEMORY`. For more information, check [ACTIVE*PYTHON*PROFILER docs](https://docs.snowflake.com/en/sql-reference/parameters#active-python-profiler).
|
|
535
|
+
*/
|
|
536
|
+
activePythonProfiler?: pulumi.Input<string>;
|
|
537
|
+
/**
|
|
538
|
+
* Specifies whether an MFA token can be saved in the client-side operating system keystore to promote continuous, secure connectivity without users needing to respond to an MFA prompt at the start of each connection attempt to Snowflake. For details and the list of supported Snowflake-provided clients, see [Using MFA token caching to minimize the number of prompts during authentication — optional.](https://docs.snowflake.com/en/user-guide/security-mfa.html#label-mfa-token-caching) For more information, check [ALLOW*CLIENT*MFA_CACHING docs](https://docs.snowflake.com/en/sql-reference/parameters#allow-client-mfa-caching).
|
|
539
|
+
*/
|
|
540
|
+
allowClientMfaCaching?: pulumi.Input<boolean>;
|
|
541
|
+
/**
|
|
542
|
+
* Specifies whether a connection token can be saved in the client-side operating system keystore to promote continuous, secure connectivity without users needing to enter login credentials at the start of each connection attempt to Snowflake. For details and the list of supported Snowflake-provided clients, see [Using connection caching to minimize the number of prompts for authentication — optional.](https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use.html#label-browser-based-sso-connection-caching) For more information, check [ALLOW*ID*TOKEN docs](https://docs.snowflake.com/en/sql-reference/parameters#allow-id-token).
|
|
543
|
+
*/
|
|
544
|
+
allowIdToken?: pulumi.Input<boolean>;
|
|
545
|
+
/**
|
|
546
|
+
* Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit).
|
|
547
|
+
*/
|
|
548
|
+
autocommit?: pulumi.Input<boolean>;
|
|
549
|
+
/**
|
|
550
|
+
* Specifies a prefix for Snowflake to use in the write path for Snowflake-managed Apache Iceberg™ tables. For more information, see [data and metadata directories for Iceberg tables](https://docs.snowflake.com/en/user-guide/tables-iceberg-storage.html#label-tables-iceberg-configure-external-volume-base-location). For more information, check [BASE*LOCATION*PREFIX docs](https://docs.snowflake.com/en/sql-reference/parameters#base-location-prefix).
|
|
551
|
+
*/
|
|
552
|
+
baseLocationPrefix?: pulumi.Input<string>;
|
|
553
|
+
/**
|
|
554
|
+
* The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). Valid values are (case-insensitive): `HEX` | `BASE64` | `UTF8`. For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
|
|
555
|
+
*/
|
|
556
|
+
binaryInputFormat?: pulumi.Input<string>;
|
|
557
|
+
/**
|
|
558
|
+
* The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). Valid values are (case-insensitive): `HEX` | `BASE64`. For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
|
|
559
|
+
*/
|
|
560
|
+
binaryOutputFormat?: pulumi.Input<string>;
|
|
561
|
+
/**
|
|
562
|
+
* Specifies the catalog for Apache Iceberg™ tables. For more information, see the [Iceberg table documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg.html#label-tables-iceberg-catalog-def). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [CATALOG docs](https://docs.snowflake.com/en/sql-reference/parameters#catalog).
|
|
563
|
+
*/
|
|
564
|
+
catalog?: pulumi.Input<string>;
|
|
565
|
+
/**
|
|
566
|
+
* Specifies the name of your catalog integration for [Snowflake Open Catalog](https://other-docs.snowflake.com/en/opencatalog/overview). Snowflake syncs tables that use the specified catalog integration with your Snowflake Open Catalog account. For more information, see [Sync a Snowflake-managed table with Snowflake Open Catalog](https://docs.snowflake.com/en/user-guide/tables-iceberg-open-catalog-sync). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [CATALOG_SYNC docs](https://docs.snowflake.com/en/sql-reference/parameters#catalog-sync).
|
|
567
|
+
*/
|
|
568
|
+
catalogSync?: pulumi.Input<string>;
|
|
569
|
+
/**
|
|
570
|
+
* Enables users to log the data values bound to [PreparedStatements](https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-api.html#label-jdbc-api-preparedstatement) ([more details](https://docs.snowflake.com/en/sql-reference/parameters#client-enable-log-info-statement-parameters)). For more information, check [CLIENT*ENABLE*LOG*INFO*STATEMENT_PARAMETERS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-enable-log-info-statement-parameters).
|
|
571
|
+
*/
|
|
572
|
+
clientEnableLogInfoStatementParameters?: pulumi.Input<boolean>;
|
|
573
|
+
/**
|
|
574
|
+
* Specifies the AES encryption key size, in bits, used by Snowflake to encrypt/decrypt files stored on internal stages (for loading/unloading data) when you use the SNOWFLAKE*FULL encryption type. For more information, check [CLIENT*ENCRYPTION*KEY*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-encryption-key-size).
|
|
575
|
+
*/
|
|
576
|
+
clientEncryptionKeySize?: pulumi.Input<number>;
|
|
577
|
+
/**
|
|
578
|
+
* Parameter that specifies the maximum amount of memory the JDBC driver or ODBC driver should use for the result set from queries (in MB). For more information, check [CLIENT*MEMORY*LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit).
|
|
579
|
+
*/
|
|
580
|
+
clientMemoryLimit?: pulumi.Input<number>;
|
|
581
|
+
/**
|
|
582
|
+
* For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases/schemas to the current database/schema. The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT*METADATA*REQUEST*USE*CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx).
|
|
583
|
+
*/
|
|
584
|
+
clientMetadataRequestUseConnectionCtx?: pulumi.Input<boolean>;
|
|
585
|
+
/**
|
|
586
|
+
* For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases to the current database. The narrower search typically returns fewer rows and executes more quickly ([more details on the usage](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-use-session-database)). For more information, check [CLIENT*METADATA*USE*SESSION*DATABASE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-use-session-database).
|
|
587
|
+
*/
|
|
588
|
+
clientMetadataUseSessionDatabase?: pulumi.Input<boolean>;
|
|
589
|
+
/**
|
|
590
|
+
* Parameter that specifies the number of threads used by the client to pre-fetch large result sets. The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT*PREFETCH*THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads).
|
|
591
|
+
*/
|
|
592
|
+
clientPrefetchThreads?: pulumi.Input<number>;
|
|
593
|
+
/**
|
|
594
|
+
* Parameter that specifies the maximum size of each set (or chunk) of query results to download (in MB). The JDBC driver downloads query results in chunks. For more information, check [CLIENT*RESULT*CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size).
|
|
595
|
+
*/
|
|
596
|
+
clientResultChunkSize?: pulumi.Input<number>;
|
|
597
|
+
/**
|
|
598
|
+
* Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT*RESULT*COLUMN*CASE*INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive).
|
|
599
|
+
*/
|
|
600
|
+
clientResultColumnCaseInsensitive?: pulumi.Input<boolean>;
|
|
601
|
+
/**
|
|
602
|
+
* Parameter that indicates whether to force a user to log in again after a period of inactivity in the session. For more information, check [CLIENT*SESSION*KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive).
|
|
603
|
+
*/
|
|
604
|
+
clientSessionKeepAlive?: pulumi.Input<boolean>;
|
|
605
|
+
/**
|
|
606
|
+
* Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT*SESSION*KEEP*ALIVE*HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency).
|
|
607
|
+
*/
|
|
608
|
+
clientSessionKeepAliveHeartbeatFrequency?: pulumi.Input<number>;
|
|
609
|
+
/**
|
|
610
|
+
* Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. Valid values are (case-insensitive): `TIMESTAMP_LTZ` | `TIMESTAMP_NTZ`. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
|
|
611
|
+
*/
|
|
612
|
+
clientTimestampTypeMapping?: pulumi.Input<string>;
|
|
613
|
+
/**
|
|
614
|
+
* Specifies a comment for the organization account.
|
|
615
|
+
*/
|
|
616
|
+
comment?: pulumi.Input<string>;
|
|
617
|
+
/**
|
|
618
|
+
* Specifies the regions where an inference request may be processed in case the request cannot be processed in the region where request is originally placed. Specifying DISABLED disables cross-region inferencing. For examples and details, see [Cross-region inference](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cross-region-inference). For more information, check [CORTEX*ENABLED*CROSS_REGION docs](https://docs.snowflake.com/en/sql-reference/parameters#cortex-enabled-cross-region).
|
|
619
|
+
*/
|
|
620
|
+
cortexEnabledCrossRegion?: pulumi.Input<string>;
|
|
621
|
+
/**
|
|
622
|
+
* Specifies the models that users in the account can access. Use this parameter to allowlist models for all users in the account. If you need to provide specific users with access beyond what you’ve specified in the allowlist, use role-based access control instead. For more information, see [Model allowlist](https://docs.snowflake.com/en/user-guide/snowflake-cortex/aisql.html#label-cortex-llm-allowlist). For more information, check [CORTEX*MODELS*ALLOWLIST docs](https://docs.snowflake.com/en/sql-reference/parameters#cortex-models-allowlist).
|
|
623
|
+
*/
|
|
624
|
+
cortexModelsAllowlist?: pulumi.Input<string>;
|
|
625
|
+
/**
|
|
626
|
+
* Specifies the format for TIMESTAMP values in CSV files downloaded from Snowsight. If this parameter is not set, [TIMESTAMP*LTZ*OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-ltz-output-format) will be used for TIMESTAMP*LTZ values, [TIMESTAMP*TZ*OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-tz-output-format) will be used for TIMESTAMP*TZ and [TIMESTAMP*NTZ*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-ntz-output-format) for TIMESTAMP*NTZ values. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output) or [Download your query results](https://docs.snowflake.com/en/user-guide/ui-snowsight-query.html#label-snowsight-download-query-results). For more information, check [CSV*TIMESTAMP*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#csv-timestamp-format).
|
|
627
|
+
*/
|
|
628
|
+
csvTimestampFormat?: pulumi.Input<string>;
|
|
629
|
+
/**
|
|
630
|
+
* Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see [Understanding & using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). For more information, check [DATA*RETENTION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#data-retention-time-in-days).
|
|
631
|
+
*/
|
|
632
|
+
dataRetentionTimeInDays?: pulumi.Input<number>;
|
|
633
|
+
/**
|
|
634
|
+
* Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format).
|
|
635
|
+
*/
|
|
636
|
+
dateInputFormat?: pulumi.Input<string>;
|
|
637
|
+
/**
|
|
638
|
+
* Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format).
|
|
639
|
+
*/
|
|
640
|
+
dateOutputFormat?: pulumi.Input<string>;
|
|
641
|
+
/**
|
|
642
|
+
* Sets the default collation used for the following DDL operations: [CREATE TABLE](https://docs.snowflake.com/en/sql-reference/sql/create-table), [ALTER TABLE](https://docs.snowflake.com/en/sql-reference/sql/alter-table) … ADD COLUMN. Setting this parameter forces all subsequently-created columns in the affected objects (table, schema, database, or account) to have the specified collation as the default, unless the collation for the column is explicitly defined in the DDL. For more information, check [DEFAULT*DDL*COLLATION docs](https://docs.snowflake.com/en/sql-reference/parameters#default-ddl-collation).
|
|
643
|
+
*/
|
|
644
|
+
defaultDdlCollation?: pulumi.Input<string>;
|
|
645
|
+
/**
|
|
646
|
+
* Sets the preferred CPU compute pool used for [Notebooks on CPU Container Runtime](https://docs.snowflake.com/en/developer-guide/snowflake-ml/notebooks-on-spcs). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*NOTEBOOK*COMPUTE*POOL*CPU docs](https://docs.snowflake.com/en/sql-reference/parameters#default-notebook-compute-pool-cpu).
|
|
647
|
+
*/
|
|
648
|
+
defaultNotebookComputePoolCpu?: pulumi.Input<string>;
|
|
649
|
+
/**
|
|
650
|
+
* Sets the preferred GPU compute pool used for [Notebooks on GPU Container Runtime](https://docs.snowflake.com/en/developer-guide/snowflake-ml/notebooks-on-spcs). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*NOTEBOOK*COMPUTE*POOL*GPU docs](https://docs.snowflake.com/en/sql-reference/parameters#default-notebook-compute-pool-gpu).
|
|
651
|
+
*/
|
|
652
|
+
defaultNotebookComputePoolGpu?: pulumi.Input<string>;
|
|
653
|
+
/**
|
|
654
|
+
* Specifies the default ordering of NULL values in a result set ([more details](https://docs.snowflake.com/en/sql-reference/parameters#default-null-ordering)). Valid values are (case-insensitive): `FIRST` | `LAST`. For more information, check [DEFAULT*NULL*ORDERING docs](https://docs.snowflake.com/en/sql-reference/parameters#default-null-ordering).
|
|
655
|
+
*/
|
|
656
|
+
defaultNullOrdering?: pulumi.Input<string>;
|
|
657
|
+
/**
|
|
658
|
+
* Specifies the name of the default warehouse to use when creating a notebook. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*STREAMLIT*NOTEBOOK_WAREHOUSE docs](https://docs.snowflake.com/en/sql-reference/parameters#default-streamlit-notebook-warehouse).
|
|
659
|
+
*/
|
|
660
|
+
defaultStreamlitNotebookWarehouse?: pulumi.Input<string>;
|
|
661
|
+
/**
|
|
662
|
+
* Controls whether users in an account see a button to download data in Snowsight or the Classic Console, such as a table returned from running a query in a worksheet. If the button to download is hidden in Snowsight or the Classic Console, users can still download or export data using [third-party software](https://docs.snowflake.com/en/user-guide/ecosystem). For more information, check [DISABLE*UI*DOWNLOAD_BUTTON docs](https://docs.snowflake.com/en/sql-reference/parameters#disable-ui-download-button).
|
|
663
|
+
*/
|
|
664
|
+
disableUiDownloadButton?: pulumi.Input<boolean>;
|
|
665
|
+
/**
|
|
666
|
+
* Controls whether users in an account can grant privileges directly to other users. Disabling user privilege grants (that is, setting DISABLE*USER*PRIVILEGE*GRANTS to TRUE) does not affect existing grants to users. Existing grants to users continue to confer privileges to those users. For more information, see [GRANT \n\n … TO USER](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-user). For more information, check [DISABLE*USER*PRIVILEGE*GRANTS docs](https://docs.snowflake.com/en/sql-reference/parameters#disable-user-privilege-grants).
|
|
667
|
+
*/
|
|
668
|
+
disableUserPrivilegeGrants?: pulumi.Input<boolean>;
|
|
669
|
+
/**
|
|
670
|
+
* Controls whether events from [automatic sensitive data classification](https://docs.snowflake.com/en/user-guide/classify-auto) are logged in the user event table. For more information, check [ENABLE*AUTOMATIC*SENSITIVE*DATA*CLASSIFICATION_LOG docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-automatic-sensitive-data-classification-log).
|
|
671
|
+
*/
|
|
672
|
+
enableAutomaticSensitiveDataClassificationLog?: pulumi.Input<boolean>;
|
|
673
|
+
/**
|
|
674
|
+
* Enables or disables the Listing Cross-cloud auto-fulfillment Egress cost optimizer. For more information, check [ENABLE*EGRESS*COST_OPTIMIZER docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-egress-cost-optimizer).
|
|
675
|
+
*/
|
|
676
|
+
enableEgressCostOptimizer?: pulumi.Input<boolean>;
|
|
677
|
+
/**
|
|
678
|
+
* Determines the login flow for users. When enabled, Snowflake prompts users for their username or email address before presenting authentication methods. For details, see [Identifier-first login](https://docs.snowflake.com/en/user-guide/identifier-first-login). For more information, check [ENABLE*IDENTIFIER*FIRST_LOGIN docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-identifier-first-login).
|
|
679
|
+
*/
|
|
680
|
+
enableIdentifierFirstLogin?: pulumi.Input<boolean>;
|
|
681
|
+
/**
|
|
682
|
+
* Specifies whether the [SYSTEM$GET*PRIVATELINK*CONFIG](https://docs.snowflake.com/en/sql-reference/functions/system_get_privatelink_config) function returns the private-internal-stages key in the query result. The corresponding value in the query result is used during the configuration process for private connectivity to internal stages. For more information, check [ENABLE*INTERNAL*STAGES_PRIVATELINK docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-internal-stages-privatelink).
|
|
683
|
+
*/
|
|
684
|
+
enableInternalStagesPrivatelink?: pulumi.Input<boolean>;
|
|
685
|
+
/**
|
|
686
|
+
* Specifies choice for the [image repository](https://docs.snowflake.com/en/developer-guide/snowpark-container-services/working-with-registry-repository.html#label-registry-and-repository-image-repository) to opt out of Tri-Secret Secure and [Periodic rekeying](https://docs.snowflake.com/en/user-guide/security-encryption-manage.html#label-periodic-rekeying). For more information, check [ENABLE*TRI*SECRET*AND*REKEY*OPT*OUT*FOR*IMAGE_REPOSITORY docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-tri-secret-and-rekey-opt-out-for-image-repository).
|
|
687
|
+
*/
|
|
688
|
+
enableTriSecretAndRekeyOptOutForImageRepository?: pulumi.Input<boolean>;
|
|
689
|
+
/**
|
|
690
|
+
* Specifies the choice for the [Snowpark Container Services block storage volume](https://docs.snowflake.com/en/developer-guide/snowpark-container-services/block-storage-volume) to opt out of Tri-Secret Secure and [Periodic rekeying](https://docs.snowflake.com/en/user-guide/security-encryption-manage.html#label-periodic-rekeying). For more information, check [ENABLE*TRI*SECRET*AND*REKEY*OPT*OUT*FOR*SPCS*BLOCK*STORAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-tri-secret-and-rekey-opt-out-for-spcs-block-storage).
|
|
691
|
+
*/
|
|
692
|
+
enableTriSecretAndRekeyOptOutForSpcsBlockStorage?: pulumi.Input<boolean>;
|
|
693
|
+
/**
|
|
694
|
+
* Specifies whether Snowflake may capture – in an event table – log messages or trace event data for unhandled exceptions in procedure or UDF handler code. For more information, see [Capturing messages from unhandled exceptions](https://docs.snowflake.com/en/developer-guide/logging-tracing/unhandled-exception-messages). For more information, check [ENABLE*UNHANDLED*EXCEPTIONS_REPORTING docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unhandled-exceptions-reporting).
|
|
695
|
+
*/
|
|
696
|
+
enableUnhandledExceptionsReporting?: pulumi.Input<boolean>;
|
|
697
|
+
/**
|
|
698
|
+
* Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE*UNLOAD*PHYSICAL*TYPE*OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization).
|
|
699
|
+
*/
|
|
700
|
+
enableUnloadPhysicalTypeOptimization?: pulumi.Input<boolean>;
|
|
701
|
+
/**
|
|
702
|
+
* Controls whether query text is redacted if a SQL query fails due to a syntax or parsing error. If FALSE, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE*UNREDACTED*QUERY*SYNTAX*ERROR parameter. When using the ALTER USER command to set the parameter to TRUE for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE*UNREDACTED*QUERY*SYNTAX*ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error).
|
|
703
|
+
*/
|
|
704
|
+
enableUnredactedQuerySyntaxError?: pulumi.Input<boolean>;
|
|
705
|
+
/**
|
|
706
|
+
* Controls whether error messages related to secure objects are redacted in metadata. For more information, see [Secure objects: Redaction of information in error messages](https://docs.snowflake.com/en/release-notes/bcr-bundles/un-bundled/bcr-1858). Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE*UNREDACTED*SECURE*OBJECT*ERROR parameter. When using the ALTER USER command to set the parameter to TRUE for a particular user, modify the user that you want to see the redacted error messages in metadata, not the user who caused the error. For more information, check [ENABLE*UNREDACTED*SECURE*OBJECT*ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-secure-object-error).
|
|
707
|
+
*/
|
|
708
|
+
enableUnredactedSecureObjectError?: pulumi.Input<boolean>;
|
|
709
|
+
/**
|
|
710
|
+
* Specifies whether a network policy that uses network rules can restrict access to AWS internal stages. This parameter has no effect on network policies that do not use network rules. This account-level parameter affects both account-level and user-level network policies. For details about using network policies and network rules to restrict access to AWS internal stages, including the use of this parameter, see [Protecting internal stages on AWS](https://docs.snowflake.com/en/user-guide/network-policies.html#label-network-policies-rules-stages). For more information, check [ENFORCE*NETWORK*RULES*FOR*INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#enforce-network-rules-for-internal-stages).
|
|
711
|
+
*/
|
|
712
|
+
enforceNetworkRulesForInternalStages?: pulumi.Input<boolean>;
|
|
713
|
+
/**
|
|
714
|
+
* Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR*ON*NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge).
|
|
715
|
+
*/
|
|
716
|
+
errorOnNondeterministicMerge?: pulumi.Input<boolean>;
|
|
717
|
+
/**
|
|
718
|
+
* Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR*ON*NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update).
|
|
719
|
+
*/
|
|
720
|
+
errorOnNondeterministicUpdate?: pulumi.Input<boolean>;
|
|
721
|
+
/**
|
|
722
|
+
* Specifies the name of the event table for logging messages from stored procedures and UDFs contained by the object with which the event table is associated. Associating an event table with a database is available in [Enterprise Edition or higher](https://docs.snowflake.com/en/user-guide/intro-editions). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [EVENT_TABLE docs](https://docs.snowflake.com/en/sql-reference/parameters#event-table).
|
|
723
|
+
*/
|
|
724
|
+
eventTable?: pulumi.Input<string>;
|
|
725
|
+
/**
|
|
726
|
+
* Determines whether the ACCOUNTADMIN, ORGADMIN, GLOBALORGADMIN, and SECURITYADMIN roles can be used as the primary role when creating a Snowflake session based on the access token from the External OAuth authorization server. For more information, check [EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED_LIST docs](https://docs.snowflake.com/en/sql-reference/parameters#external-oauth-add-privileged-roles-to-blocked-list).
|
|
727
|
+
*/
|
|
728
|
+
externalOauthAddPrivilegedRolesToBlockedList?: pulumi.Input<boolean>;
|
|
729
|
+
/**
|
|
730
|
+
* Specifies the external volume for Apache Iceberg™ tables. For more information, see the [Iceberg table documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg.html#label-tables-iceberg-external-volume-def). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [EXTERNAL_VOLUME docs](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
|
|
731
|
+
*/
|
|
732
|
+
externalVolume?: pulumi.Input<string>;
|
|
733
|
+
/**
|
|
734
|
+
* Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). Valid values are (case-insensitive): `GeoJSON` | `WKT` | `WKB` | `EWKT` | `EWKB`. For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
|
|
735
|
+
*/
|
|
736
|
+
geographyOutputFormat?: pulumi.Input<string>;
|
|
737
|
+
/**
|
|
738
|
+
* Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). Valid values are (case-insensitive): `GeoJSON` | `WKT` | `WKB` | `EWKT` | `EWKB`. For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
|
|
739
|
+
*/
|
|
740
|
+
geometryOutputFormat?: pulumi.Input<string>;
|
|
741
|
+
/**
|
|
742
|
+
* Number of seconds to wait while trying to acquire row-level locks on a hybrid table, before timing out and aborting the statement. For more information, check [HYBRID*TABLE*LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#hybrid-table-lock-timeout).
|
|
743
|
+
*/
|
|
744
|
+
hybridTableLockTimeout?: pulumi.Input<number>;
|
|
745
|
+
/**
|
|
746
|
+
* Sets the maximum estimated size limit for the initial replication of a primary database to a secondary database (in TB). Set this parameter on any account that stores a secondary database. This size limit helps prevent accounts from accidentally incurring large database replication charges. To remove the size limit, set the value to 0.0. It is required to pass numbers with scale of at least 1 (e.g. 20.5, 32.25, 33.333, etc.). For more information, check [INITIAL*REPLICATION*SIZE*LIMIT*IN_TB docs](https://docs.snowflake.com/en/sql-reference/parameters#initial-replication-size-limit-in-tb).
|
|
747
|
+
*/
|
|
748
|
+
initialReplicationSizeLimitInTb?: pulumi.Input<string>;
|
|
749
|
+
/**
|
|
750
|
+
* Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC*TREAT*DECIMAL*AS*INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int).
|
|
751
|
+
*/
|
|
752
|
+
jdbcTreatDecimalAsInt?: pulumi.Input<boolean>;
|
|
753
|
+
/**
|
|
754
|
+
* Specifies how JDBC processes TIMESTAMP*NTZ values ([more details](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc)). For more information, check [JDBC*TREAT*TIMESTAMP*NTZ*AS*UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc).
|
|
755
|
+
*/
|
|
756
|
+
jdbcTreatTimestampNtzAsUtc?: pulumi.Input<boolean>;
|
|
757
|
+
/**
|
|
758
|
+
* Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC*USE*SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone).
|
|
759
|
+
*/
|
|
760
|
+
jdbcUseSessionTimezone?: pulumi.Input<boolean>;
|
|
761
|
+
/**
|
|
762
|
+
* Specifies how the Snowflake Node.js Driver processes numeric columns that have a scale of zero (0), for example INTEGER or NUMBER(p, 0). For more information, check [JS*TREAT*INTEGER*AS*BIGINT docs](https://docs.snowflake.com/en/sql-reference/parameters#js-treat-integer-as-bigint).
|
|
763
|
+
*/
|
|
764
|
+
jsTreatIntegerAsBigint?: pulumi.Input<boolean>;
|
|
765
|
+
/**
|
|
766
|
+
* Specifies the number of blank spaces to indent each new element in JSON output in the session. Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent).
|
|
767
|
+
*/
|
|
768
|
+
jsonIndent?: pulumi.Input<number>;
|
|
769
|
+
/**
|
|
770
|
+
* Sets the time interval used to refresh the application package based data products to other regions. For more information, check [LISTING*AUTO*FULFILLMENT*REPLICATION*REFRESH_SCHEDULE docs](https://docs.snowflake.com/en/sql-reference/parameters#listing-auto-fulfillment-replication-refresh-schedule).
|
|
771
|
+
*/
|
|
772
|
+
listingAutoFulfillmentReplicationRefreshSchedule?: pulumi.Input<string>;
|
|
773
|
+
/**
|
|
774
|
+
* Number of seconds to wait while trying to lock a resource, before timing out and aborting the statement. For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout).
|
|
775
|
+
*/
|
|
776
|
+
lockTimeout?: pulumi.Input<number>;
|
|
777
|
+
/**
|
|
778
|
+
* Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting levels for logging, metrics, and tracing](https://docs.snowflake.com/en/developer-guide/logging-tracing/telemetry-levels). Valid values are (case-insensitive): `TRACE` | `DEBUG` | `INFO` | `WARN` | `ERROR` | `FATAL` | `OFF`. For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
|
|
779
|
+
*/
|
|
780
|
+
logLevel?: pulumi.Input<string>;
|
|
781
|
+
/**
|
|
782
|
+
* Specifies the concurrency level for SQL statements (that is, queries and DML) executed by a warehouse ([more details](https://docs.snowflake.com/en/sql-reference/parameters#max-concurrency-level)). For more information, check [MAX*CONCURRENCY*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#max-concurrency-level).
|
|
783
|
+
*/
|
|
784
|
+
maxConcurrencyLevel?: pulumi.Input<number>;
|
|
785
|
+
/**
|
|
786
|
+
* Maximum number of days Snowflake can extend the data retention period for tables to prevent streams on the tables from becoming stale. By default, if the [DATA*RETENTION*TIME*IN*DAYS](https://docs.snowflake.com/en/sql-reference/parameters#data-retention-time-in-days) setting for a source table is less than 14 days, and a stream has not been consumed, Snowflake temporarily extends this period to the stream’s offset, up to a maximum of 14 days, regardless of the [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions) for your account. The MAX*DATA*EXTENSION*TIME*IN*DAYS parameter enables you to limit this automatic extension period to control storage costs for data retention or for compliance reasons. For more information, check [MAX*DATA*EXTENSION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#max-data-extension-time-in-days).
|
|
787
|
+
*/
|
|
788
|
+
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
789
|
+
/**
|
|
790
|
+
* Controls how metrics data is ingested into the event table. For more information about metric levels, see [Setting levels for logging, metrics, and tracing](https://docs.snowflake.com/en/developer-guide/logging-tracing/telemetry-levels). Valid values are (case-insensitive): `ALL` | `NONE`. For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
|
|
791
|
+
*/
|
|
792
|
+
metricLevel?: pulumi.Input<string>;
|
|
793
|
+
/**
|
|
794
|
+
* Minimum number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on an object. If a minimum number of days for data retention is set on an account, the data retention period for an object is determined by MAX([DATA*RETENTION*TIME*IN*DAYS](https://docs.snowflake.com/en/sql-reference/parameters#label-data-retention-time-in-days), MIN*DATA*RETENTION*TIME*IN*DAYS). For more information, check [MIN*DATA*RETENTION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#min-data-retention-time-in-days).
|
|
795
|
+
*/
|
|
796
|
+
minDataRetentionTimeInDays?: pulumi.Input<number>;
|
|
797
|
+
/**
|
|
798
|
+
* Number of statements to execute when using the multi-statement capability. For more information, check [MULTI*STATEMENT*COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count).
|
|
799
|
+
*/
|
|
800
|
+
multiStatementCount?: pulumi.Input<number>;
|
|
801
|
+
/**
|
|
802
|
+
* The identifier (i.e. name) for the organization account within currently used organization. The field name is validated during import and create operations to ensure that it matches the current organization account name.
|
|
803
|
+
*/
|
|
804
|
+
name?: pulumi.Input<string>;
|
|
805
|
+
/**
|
|
806
|
+
* Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
|
|
807
|
+
*/
|
|
808
|
+
networkPolicy?: pulumi.Input<string>;
|
|
809
|
+
/**
|
|
810
|
+
* Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER*SEQUENCE*AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default).
|
|
811
|
+
*/
|
|
812
|
+
noorderSequenceAsDefault?: pulumi.Input<boolean>;
|
|
813
|
+
/**
|
|
814
|
+
* Determines whether the ACCOUNTADMIN, ORGADMIN, GLOBALORGADMIN, and SECURITYADMIN roles can be used as the primary role when creating a Snowflake session based on the access token from Snowflake’s authorization server. For more information, check [OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST docs](https://docs.snowflake.com/en/sql-reference/parameters#oauth-add-privileged-roles-to-blocked-list).
|
|
815
|
+
*/
|
|
816
|
+
oauthAddPrivilegedRolesToBlockedList?: pulumi.Input<boolean>;
|
|
817
|
+
/**
|
|
818
|
+
* Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC*TREAT*DECIMAL*AS*INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int).
|
|
819
|
+
*/
|
|
820
|
+
odbcTreatDecimalAsInt?: pulumi.Input<boolean>;
|
|
821
|
+
/**
|
|
822
|
+
* Specifies [password policy](https://docs.snowflake.com/en/user-guide/password-authentication#label-using-password-policies) for the current account. For more information about this resource, see docs.
|
|
823
|
+
*/
|
|
824
|
+
passwordPolicy?: pulumi.Input<string>;
|
|
825
|
+
/**
|
|
826
|
+
* It enables/disables re-encryption of table data with new keys on a yearly basis to provide additional levels of data protection ([more details](https://docs.snowflake.com/en/sql-reference/parameters#periodic-data-rekeying)). For more information, check [PERIODIC*DATA*REKEYING docs](https://docs.snowflake.com/en/sql-reference/parameters#periodic-data-rekeying).
|
|
827
|
+
*/
|
|
828
|
+
periodicDataRekeying?: pulumi.Input<boolean>;
|
|
829
|
+
/**
|
|
830
|
+
* Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role ([more details](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused)). For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
|
|
831
|
+
*/
|
|
832
|
+
pipeExecutionPaused?: pulumi.Input<boolean>;
|
|
833
|
+
/**
|
|
834
|
+
* Specifies whether to prevent ad hoc data unload operations to external cloud storage locations (that is, [COPY INTO location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements that specify the cloud storage URL and access settings directly in the statement). For an example, see [Unloading data from a table directly to files in an external location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html#label-copy-into-location-ad-hoc). For more information, check [PREVENT*UNLOAD*TO*INLINE*URL docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-inline-url).
|
|
835
|
+
*/
|
|
836
|
+
preventUnloadToInlineUrl?: pulumi.Input<boolean>;
|
|
837
|
+
/**
|
|
838
|
+
* Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT*UNLOAD*TO*INTERNAL*STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages).
|
|
839
|
+
*/
|
|
840
|
+
preventUnloadToInternalStages?: pulumi.Input<boolean>;
|
|
841
|
+
/**
|
|
842
|
+
* Specifies the list of Python modules to include in a report when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). For more information, check [PYTHON*PROFILER*MODULES docs](https://docs.snowflake.com/en/sql-reference/parameters#python-profiler-modules).
|
|
843
|
+
*/
|
|
844
|
+
pythonProfilerModules?: pulumi.Input<string>;
|
|
845
|
+
/**
|
|
846
|
+
* Specifies the fully-qualified name of the stage in which to save a report when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). For more information, check [PYTHON*PROFILER*TARGET_STAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#python-profiler-target-stage).
|
|
847
|
+
*/
|
|
848
|
+
pythonProfilerTargetStage?: pulumi.Input<string>;
|
|
849
|
+
/**
|
|
850
|
+
* Optional string that can be used to tag queries and other SQL statements executed within a session. The tags are displayed in the output of the [QUERY*HISTORY, QUERY*HISTORY*BY**](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag).
|
|
851
|
+
*/
|
|
852
|
+
queryTag?: pulumi.Input<string>;
|
|
853
|
+
/**
|
|
854
|
+
* Specifies whether letters in double-quoted object identifiers are stored and resolved as uppercase letters. By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED*IDENTIFIERS*IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
|
|
855
|
+
*/
|
|
856
|
+
quotedIdentifiersIgnoreCase?: pulumi.Input<boolean>;
|
|
857
|
+
/**
|
|
858
|
+
* Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for [Apache Iceberg™ tables](https://docs.snowflake.com/en/sql-reference/sql/create-iceberg-table) that use an external catalog. For more information, check [REPLACE*INVALID*CHARACTERS docs](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
|
|
859
|
+
*/
|
|
860
|
+
replaceInvalidCharacters?: pulumi.Input<boolean>;
|
|
861
|
+
/**
|
|
862
|
+
* Specifies whether to require a storage integration object as cloud credentials when creating a named external stage (using [CREATE STAGE](https://docs.snowflake.com/en/sql-reference/sql/create-stage)) to access a private cloud storage location. For more information, check [REQUIRE*STORAGE*INTEGRATION*FOR*STAGE_CREATION docs](https://docs.snowflake.com/en/sql-reference/parameters#require-storage-integration-for-stage-creation).
|
|
863
|
+
*/
|
|
864
|
+
requireStorageIntegrationForStageCreation?: pulumi.Input<boolean>;
|
|
865
|
+
/**
|
|
866
|
+
* Specifies whether to require using a named external stage that references a storage integration object as cloud credentials when loading data from or unloading data to a private cloud storage location. For more information, check [REQUIRE*STORAGE*INTEGRATION*FOR*STAGE_OPERATION docs](https://docs.snowflake.com/en/sql-reference/parameters#require-storage-integration-for-stage-operation).
|
|
867
|
+
*/
|
|
868
|
+
requireStorageIntegrationForStageOperation?: pulumi.Input<boolean>;
|
|
869
|
+
resourceMonitor?: pulumi.Input<string>;
|
|
870
|
+
/**
|
|
871
|
+
* Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS*PER*RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset).
|
|
872
|
+
*/
|
|
873
|
+
rowsPerResultset?: pulumi.Input<number>;
|
|
874
|
+
/**
|
|
875
|
+
* Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3*STAGE*VPCE*DNS*NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name).
|
|
876
|
+
*/
|
|
877
|
+
s3StageVpceDnsName?: pulumi.Input<string>;
|
|
878
|
+
/**
|
|
879
|
+
* Enables federated authentication. This deprecated parameter enables federated authentication ([more details](https://docs.snowflake.com/en/sql-reference/parameters#saml-identity-provider)). For more information, check [SAML*IDENTITY*PROVIDER docs](https://docs.snowflake.com/en/sql-reference/parameters#saml-identity-provider).
|
|
880
|
+
*/
|
|
881
|
+
samlIdentityProvider?: pulumi.Input<string>;
|
|
882
|
+
/**
|
|
883
|
+
* Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path).
|
|
884
|
+
*/
|
|
885
|
+
searchPath?: pulumi.Input<string>;
|
|
886
|
+
/**
|
|
887
|
+
* Specifies the maximum allowed warehouse size for [Serverless tasks](https://docs.snowflake.com/en/user-guide/tasks-intro.html#label-tasks-compute-resources-serverless). Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [SERVERLESS*TASK*MAX*STATEMENT*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#serverless-task-max-statement-size).
|
|
888
|
+
*/
|
|
889
|
+
serverlessTaskMaxStatementSize?: pulumi.Input<string>;
|
|
890
|
+
/**
|
|
891
|
+
* Specifies the minimum allowed warehouse size for [Serverless tasks](https://docs.snowflake.com/en/user-guide/tasks-intro.html#label-tasks-compute-resources-serverless). Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [SERVERLESS*TASK*MIN*STATEMENT*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#serverless-task-min-statement-size).
|
|
892
|
+
*/
|
|
893
|
+
serverlessTaskMinStatementSize?: pulumi.Input<string>;
|
|
894
|
+
/**
|
|
895
|
+
* Specifies [session policy](https://docs.snowflake.com/en/user-guide/session-policies-using) for the current account.
|
|
896
|
+
*/
|
|
897
|
+
sessionPolicy?: pulumi.Input<string>;
|
|
898
|
+
/**
|
|
899
|
+
* Saved output for the result of `SHOW ORGANIZATION ACCOUNTS`
|
|
900
|
+
*/
|
|
901
|
+
showOutputs?: pulumi.Input<pulumi.Input<inputs.CurrentOrganizationAccountShowOutput>[]>;
|
|
902
|
+
/**
|
|
903
|
+
* Specifies the name of a consumer account to simulate for testing/validating shared data, particularly shared secure views. When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
|
|
904
|
+
*/
|
|
905
|
+
simulatedDataSharingConsumer?: pulumi.Input<string>;
|
|
906
|
+
/**
|
|
907
|
+
* This deprecated parameter disables preview mode for testing SSO (after enabling federated authentication) before rolling it out to users. For more information, check [SSO*LOGIN*PAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#sso-login-page).
|
|
908
|
+
*/
|
|
909
|
+
ssoLoginPage?: pulumi.Input<boolean>;
|
|
910
|
+
/**
|
|
911
|
+
* Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX*CONCURRENCY*LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT*QUEUED*TIMEOUT*IN*SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds).
|
|
912
|
+
*/
|
|
913
|
+
statementQueuedTimeoutInSeconds?: pulumi.Input<number>;
|
|
914
|
+
/**
|
|
915
|
+
* Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT*TIMEOUT*IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds).
|
|
916
|
+
*/
|
|
917
|
+
statementTimeoutInSeconds?: pulumi.Input<number>;
|
|
918
|
+
/**
|
|
919
|
+
* Specifies the storage serialization policy for Snowflake-managed [Apache Iceberg™ tables](https://docs.snowflake.com/en/user-guide/tables-iceberg). Valid values are (case-insensitive): `COMPATIBLE` | `OPTIMIZED`. For more information, check [STORAGE*SERIALIZATION*POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
|
|
920
|
+
*/
|
|
921
|
+
storageSerializationPolicy?: pulumi.Input<string>;
|
|
922
|
+
/**
|
|
923
|
+
* This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT*JSON*OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output).
|
|
924
|
+
*/
|
|
925
|
+
strictJsonOutput?: pulumi.Input<boolean>;
|
|
926
|
+
/**
|
|
927
|
+
* Specifies the number of consecutive failed task runs after which the current task is suspended automatically. The default is 0 (no automatic suspension). For more information, check [SUSPEND*TASK*AFTER*NUM*FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures).
|
|
928
|
+
*/
|
|
929
|
+
suspendTaskAfterNumFailures?: pulumi.Input<number>;
|
|
930
|
+
/**
|
|
931
|
+
* Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK*AUTO*RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts).
|
|
932
|
+
*/
|
|
933
|
+
taskAutoRetryAttempts?: pulumi.Input<number>;
|
|
934
|
+
/**
|
|
935
|
+
* Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format).
|
|
936
|
+
*/
|
|
937
|
+
timeInputFormat?: pulumi.Input<string>;
|
|
938
|
+
/**
|
|
939
|
+
* Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format).
|
|
940
|
+
*/
|
|
941
|
+
timeOutputFormat?: pulumi.Input<string>;
|
|
942
|
+
/**
|
|
943
|
+
* Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP*DAY*IS*ALWAYS*24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h).
|
|
944
|
+
*/
|
|
945
|
+
timestampDayIsAlways24h?: pulumi.Input<boolean>;
|
|
946
|
+
/**
|
|
947
|
+
* Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format).
|
|
948
|
+
*/
|
|
949
|
+
timestampInputFormat?: pulumi.Input<string>;
|
|
950
|
+
/**
|
|
951
|
+
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to [TIMESTAMP*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*LTZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format).
|
|
952
|
+
*/
|
|
953
|
+
timestampLtzOutputFormat?: pulumi.Input<string>;
|
|
954
|
+
/**
|
|
955
|
+
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check [TIMESTAMP*NTZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format).
|
|
956
|
+
*/
|
|
957
|
+
timestampNtzOutputFormat?: pulumi.Input<string>;
|
|
958
|
+
/**
|
|
959
|
+
* Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format).
|
|
960
|
+
*/
|
|
961
|
+
timestampOutputFormat?: pulumi.Input<string>;
|
|
962
|
+
/**
|
|
963
|
+
* Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. Valid values are (case-insensitive): `TIMESTAMP_LTZ` | `TIMESTAMP_NTZ` | `TIMESTAMP_TZ`. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
|
|
964
|
+
*/
|
|
965
|
+
timestampTypeMapping?: pulumi.Input<string>;
|
|
966
|
+
/**
|
|
967
|
+
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to [TIMESTAMP*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*TZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format).
|
|
968
|
+
*/
|
|
969
|
+
timestampTzOutputFormat?: pulumi.Input<string>;
|
|
970
|
+
/**
|
|
971
|
+
* Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone).
|
|
972
|
+
*/
|
|
973
|
+
timezone?: pulumi.Input<string>;
|
|
974
|
+
/**
|
|
975
|
+
* Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). Valid values are (case-insensitive): `ALWAYS` | `ON_EVENT` | `PROPAGATE` | `OFF`. For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
|
|
976
|
+
*/
|
|
977
|
+
traceLevel?: pulumi.Input<string>;
|
|
978
|
+
/**
|
|
979
|
+
* Specifies the action to perform when a statement issued within a non-autocommit transaction returns with an error. For more information, check [TRANSACTION*ABORT*ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error).
|
|
980
|
+
*/
|
|
981
|
+
transactionAbortOnError?: pulumi.Input<boolean>;
|
|
982
|
+
/**
|
|
983
|
+
* Specifies the isolation level for transactions in the user session. Valid values are (case-insensitive): `READ COMMITTED`. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
|
|
984
|
+
*/
|
|
985
|
+
transactionDefaultIsolationLevel?: pulumi.Input<string>;
|
|
986
|
+
/**
|
|
987
|
+
* Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO*DIGIT*CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start).
|
|
988
|
+
*/
|
|
989
|
+
twoDigitCenturyStart?: pulumi.Input<number>;
|
|
990
|
+
/**
|
|
991
|
+
* Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED*DDL*ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action).
|
|
992
|
+
*/
|
|
993
|
+
unsupportedDdlAction?: pulumi.Input<string>;
|
|
994
|
+
/**
|
|
995
|
+
* Specifies whether to reuse persisted query results, if available, when a matching query is submitted. For more information, check [USE*CACHED*RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result).
|
|
996
|
+
*/
|
|
997
|
+
useCachedResult?: pulumi.Input<boolean>;
|
|
998
|
+
/**
|
|
999
|
+
* Specifies the size of the compute resources to provision for the first run of the task, before a task history is available for Snowflake to determine an ideal size. Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [USER*TASK*MANAGED*INITIAL*WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size).
|
|
1000
|
+
*/
|
|
1001
|
+
userTaskManagedInitialWarehouseSize?: pulumi.Input<string>;
|
|
1002
|
+
/**
|
|
1003
|
+
* Minimum amount of time between Triggered Task executions in seconds For more information, check [USER*TASK*MINIMUM*TRIGGER*INTERVAL*IN*SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds).
|
|
1004
|
+
*/
|
|
1005
|
+
userTaskMinimumTriggerIntervalInSeconds?: pulumi.Input<number>;
|
|
1006
|
+
/**
|
|
1007
|
+
* Specifies the time limit on a single run of the task before it times out (in milliseconds). For more information, check [USER*TASK*TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms).
|
|
1008
|
+
*/
|
|
1009
|
+
userTaskTimeoutMs?: pulumi.Input<number>;
|
|
1010
|
+
/**
|
|
1011
|
+
* Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK*OF*YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy).
|
|
1012
|
+
*/
|
|
1013
|
+
weekOfYearPolicy?: pulumi.Input<number>;
|
|
1014
|
+
/**
|
|
1015
|
+
* Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start).
|
|
1016
|
+
*/
|
|
1017
|
+
weekStart?: pulumi.Input<number>;
|
|
1018
|
+
}
|
|
1019
|
+
/**
|
|
1020
|
+
* The set of arguments for constructing a CurrentOrganizationAccount resource.
|
|
1021
|
+
*/
|
|
1022
|
+
export interface CurrentOrganizationAccountArgs {
|
|
1023
|
+
/**
|
|
1024
|
+
* Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT*DETACHED*QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query).
|
|
1025
|
+
*/
|
|
1026
|
+
abortDetachedQuery?: pulumi.Input<boolean>;
|
|
1027
|
+
/**
|
|
1028
|
+
* Sets the profiler to use for the session when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). Valid values are (case-insensitive): `LINE` | `MEMORY`. For more information, check [ACTIVE*PYTHON*PROFILER docs](https://docs.snowflake.com/en/sql-reference/parameters#active-python-profiler).
|
|
1029
|
+
*/
|
|
1030
|
+
activePythonProfiler?: pulumi.Input<string>;
|
|
1031
|
+
/**
|
|
1032
|
+
* Specifies whether an MFA token can be saved in the client-side operating system keystore to promote continuous, secure connectivity without users needing to respond to an MFA prompt at the start of each connection attempt to Snowflake. For details and the list of supported Snowflake-provided clients, see [Using MFA token caching to minimize the number of prompts during authentication — optional.](https://docs.snowflake.com/en/user-guide/security-mfa.html#label-mfa-token-caching) For more information, check [ALLOW*CLIENT*MFA_CACHING docs](https://docs.snowflake.com/en/sql-reference/parameters#allow-client-mfa-caching).
|
|
1033
|
+
*/
|
|
1034
|
+
allowClientMfaCaching?: pulumi.Input<boolean>;
|
|
1035
|
+
/**
|
|
1036
|
+
* Specifies whether a connection token can be saved in the client-side operating system keystore to promote continuous, secure connectivity without users needing to enter login credentials at the start of each connection attempt to Snowflake. For details and the list of supported Snowflake-provided clients, see [Using connection caching to minimize the number of prompts for authentication — optional.](https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-use.html#label-browser-based-sso-connection-caching) For more information, check [ALLOW*ID*TOKEN docs](https://docs.snowflake.com/en/sql-reference/parameters#allow-id-token).
|
|
1037
|
+
*/
|
|
1038
|
+
allowIdToken?: pulumi.Input<boolean>;
|
|
1039
|
+
/**
|
|
1040
|
+
* Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit).
|
|
1041
|
+
*/
|
|
1042
|
+
autocommit?: pulumi.Input<boolean>;
|
|
1043
|
+
/**
|
|
1044
|
+
* Specifies a prefix for Snowflake to use in the write path for Snowflake-managed Apache Iceberg™ tables. For more information, see [data and metadata directories for Iceberg tables](https://docs.snowflake.com/en/user-guide/tables-iceberg-storage.html#label-tables-iceberg-configure-external-volume-base-location). For more information, check [BASE*LOCATION*PREFIX docs](https://docs.snowflake.com/en/sql-reference/parameters#base-location-prefix).
|
|
1045
|
+
*/
|
|
1046
|
+
baseLocationPrefix?: pulumi.Input<string>;
|
|
1047
|
+
/**
|
|
1048
|
+
* The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). Valid values are (case-insensitive): `HEX` | `BASE64` | `UTF8`. For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
|
|
1049
|
+
*/
|
|
1050
|
+
binaryInputFormat?: pulumi.Input<string>;
|
|
1051
|
+
/**
|
|
1052
|
+
* The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). Valid values are (case-insensitive): `HEX` | `BASE64`. For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
|
|
1053
|
+
*/
|
|
1054
|
+
binaryOutputFormat?: pulumi.Input<string>;
|
|
1055
|
+
/**
|
|
1056
|
+
* Specifies the catalog for Apache Iceberg™ tables. For more information, see the [Iceberg table documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg.html#label-tables-iceberg-catalog-def). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [CATALOG docs](https://docs.snowflake.com/en/sql-reference/parameters#catalog).
|
|
1057
|
+
*/
|
|
1058
|
+
catalog?: pulumi.Input<string>;
|
|
1059
|
+
/**
|
|
1060
|
+
* Specifies the name of your catalog integration for [Snowflake Open Catalog](https://other-docs.snowflake.com/en/opencatalog/overview). Snowflake syncs tables that use the specified catalog integration with your Snowflake Open Catalog account. For more information, see [Sync a Snowflake-managed table with Snowflake Open Catalog](https://docs.snowflake.com/en/user-guide/tables-iceberg-open-catalog-sync). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [CATALOG_SYNC docs](https://docs.snowflake.com/en/sql-reference/parameters#catalog-sync).
|
|
1061
|
+
*/
|
|
1062
|
+
catalogSync?: pulumi.Input<string>;
|
|
1063
|
+
/**
|
|
1064
|
+
* Enables users to log the data values bound to [PreparedStatements](https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-api.html#label-jdbc-api-preparedstatement) ([more details](https://docs.snowflake.com/en/sql-reference/parameters#client-enable-log-info-statement-parameters)). For more information, check [CLIENT*ENABLE*LOG*INFO*STATEMENT_PARAMETERS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-enable-log-info-statement-parameters).
|
|
1065
|
+
*/
|
|
1066
|
+
clientEnableLogInfoStatementParameters?: pulumi.Input<boolean>;
|
|
1067
|
+
/**
|
|
1068
|
+
* Specifies the AES encryption key size, in bits, used by Snowflake to encrypt/decrypt files stored on internal stages (for loading/unloading data) when you use the SNOWFLAKE*FULL encryption type. For more information, check [CLIENT*ENCRYPTION*KEY*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-encryption-key-size).
|
|
1069
|
+
*/
|
|
1070
|
+
clientEncryptionKeySize?: pulumi.Input<number>;
|
|
1071
|
+
/**
|
|
1072
|
+
* Parameter that specifies the maximum amount of memory the JDBC driver or ODBC driver should use for the result set from queries (in MB). For more information, check [CLIENT*MEMORY*LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit).
|
|
1073
|
+
*/
|
|
1074
|
+
clientMemoryLimit?: pulumi.Input<number>;
|
|
1075
|
+
/**
|
|
1076
|
+
* For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases/schemas to the current database/schema. The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT*METADATA*REQUEST*USE*CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx).
|
|
1077
|
+
*/
|
|
1078
|
+
clientMetadataRequestUseConnectionCtx?: pulumi.Input<boolean>;
|
|
1079
|
+
/**
|
|
1080
|
+
* For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases to the current database. The narrower search typically returns fewer rows and executes more quickly ([more details on the usage](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-use-session-database)). For more information, check [CLIENT*METADATA*USE*SESSION*DATABASE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-use-session-database).
|
|
1081
|
+
*/
|
|
1082
|
+
clientMetadataUseSessionDatabase?: pulumi.Input<boolean>;
|
|
1083
|
+
/**
|
|
1084
|
+
* Parameter that specifies the number of threads used by the client to pre-fetch large result sets. The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT*PREFETCH*THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads).
|
|
1085
|
+
*/
|
|
1086
|
+
clientPrefetchThreads?: pulumi.Input<number>;
|
|
1087
|
+
/**
|
|
1088
|
+
* Parameter that specifies the maximum size of each set (or chunk) of query results to download (in MB). The JDBC driver downloads query results in chunks. For more information, check [CLIENT*RESULT*CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size).
|
|
1089
|
+
*/
|
|
1090
|
+
clientResultChunkSize?: pulumi.Input<number>;
|
|
1091
|
+
/**
|
|
1092
|
+
* Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT*RESULT*COLUMN*CASE*INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive).
|
|
1093
|
+
*/
|
|
1094
|
+
clientResultColumnCaseInsensitive?: pulumi.Input<boolean>;
|
|
1095
|
+
/**
|
|
1096
|
+
* Parameter that indicates whether to force a user to log in again after a period of inactivity in the session. For more information, check [CLIENT*SESSION*KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive).
|
|
1097
|
+
*/
|
|
1098
|
+
clientSessionKeepAlive?: pulumi.Input<boolean>;
|
|
1099
|
+
/**
|
|
1100
|
+
* Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT*SESSION*KEEP*ALIVE*HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency).
|
|
1101
|
+
*/
|
|
1102
|
+
clientSessionKeepAliveHeartbeatFrequency?: pulumi.Input<number>;
|
|
1103
|
+
/**
|
|
1104
|
+
* Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. Valid values are (case-insensitive): `TIMESTAMP_LTZ` | `TIMESTAMP_NTZ`. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
|
|
1105
|
+
*/
|
|
1106
|
+
clientTimestampTypeMapping?: pulumi.Input<string>;
|
|
1107
|
+
/**
|
|
1108
|
+
* Specifies a comment for the organization account.
|
|
1109
|
+
*/
|
|
1110
|
+
comment?: pulumi.Input<string>;
|
|
1111
|
+
/**
|
|
1112
|
+
* Specifies the regions where an inference request may be processed in case the request cannot be processed in the region where request is originally placed. Specifying DISABLED disables cross-region inferencing. For examples and details, see [Cross-region inference](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cross-region-inference). For more information, check [CORTEX*ENABLED*CROSS_REGION docs](https://docs.snowflake.com/en/sql-reference/parameters#cortex-enabled-cross-region).
|
|
1113
|
+
*/
|
|
1114
|
+
cortexEnabledCrossRegion?: pulumi.Input<string>;
|
|
1115
|
+
/**
|
|
1116
|
+
* Specifies the models that users in the account can access. Use this parameter to allowlist models for all users in the account. If you need to provide specific users with access beyond what you’ve specified in the allowlist, use role-based access control instead. For more information, see [Model allowlist](https://docs.snowflake.com/en/user-guide/snowflake-cortex/aisql.html#label-cortex-llm-allowlist). For more information, check [CORTEX*MODELS*ALLOWLIST docs](https://docs.snowflake.com/en/sql-reference/parameters#cortex-models-allowlist).
|
|
1117
|
+
*/
|
|
1118
|
+
cortexModelsAllowlist?: pulumi.Input<string>;
|
|
1119
|
+
/**
|
|
1120
|
+
* Specifies the format for TIMESTAMP values in CSV files downloaded from Snowsight. If this parameter is not set, [TIMESTAMP*LTZ*OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-ltz-output-format) will be used for TIMESTAMP*LTZ values, [TIMESTAMP*TZ*OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-tz-output-format) will be used for TIMESTAMP*TZ and [TIMESTAMP*NTZ*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-ntz-output-format) for TIMESTAMP*NTZ values. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output) or [Download your query results](https://docs.snowflake.com/en/user-guide/ui-snowsight-query.html#label-snowsight-download-query-results). For more information, check [CSV*TIMESTAMP*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#csv-timestamp-format).
|
|
1121
|
+
*/
|
|
1122
|
+
csvTimestampFormat?: pulumi.Input<string>;
|
|
1123
|
+
/**
|
|
1124
|
+
* Number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on the object. A value of 0 effectively disables Time Travel for the specified database, schema, or table. For more information, see [Understanding & using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). For more information, check [DATA*RETENTION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#data-retention-time-in-days).
|
|
1125
|
+
*/
|
|
1126
|
+
dataRetentionTimeInDays?: pulumi.Input<number>;
|
|
1127
|
+
/**
|
|
1128
|
+
* Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format).
|
|
1129
|
+
*/
|
|
1130
|
+
dateInputFormat?: pulumi.Input<string>;
|
|
1131
|
+
/**
|
|
1132
|
+
* Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format).
|
|
1133
|
+
*/
|
|
1134
|
+
dateOutputFormat?: pulumi.Input<string>;
|
|
1135
|
+
/**
|
|
1136
|
+
* Sets the default collation used for the following DDL operations: [CREATE TABLE](https://docs.snowflake.com/en/sql-reference/sql/create-table), [ALTER TABLE](https://docs.snowflake.com/en/sql-reference/sql/alter-table) … ADD COLUMN. Setting this parameter forces all subsequently-created columns in the affected objects (table, schema, database, or account) to have the specified collation as the default, unless the collation for the column is explicitly defined in the DDL. For more information, check [DEFAULT*DDL*COLLATION docs](https://docs.snowflake.com/en/sql-reference/parameters#default-ddl-collation).
|
|
1137
|
+
*/
|
|
1138
|
+
defaultDdlCollation?: pulumi.Input<string>;
|
|
1139
|
+
/**
|
|
1140
|
+
* Sets the preferred CPU compute pool used for [Notebooks on CPU Container Runtime](https://docs.snowflake.com/en/developer-guide/snowflake-ml/notebooks-on-spcs). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*NOTEBOOK*COMPUTE*POOL*CPU docs](https://docs.snowflake.com/en/sql-reference/parameters#default-notebook-compute-pool-cpu).
|
|
1141
|
+
*/
|
|
1142
|
+
defaultNotebookComputePoolCpu?: pulumi.Input<string>;
|
|
1143
|
+
/**
|
|
1144
|
+
* Sets the preferred GPU compute pool used for [Notebooks on GPU Container Runtime](https://docs.snowflake.com/en/developer-guide/snowflake-ml/notebooks-on-spcs). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*NOTEBOOK*COMPUTE*POOL*GPU docs](https://docs.snowflake.com/en/sql-reference/parameters#default-notebook-compute-pool-gpu).
|
|
1145
|
+
*/
|
|
1146
|
+
defaultNotebookComputePoolGpu?: pulumi.Input<string>;
|
|
1147
|
+
/**
|
|
1148
|
+
* Specifies the default ordering of NULL values in a result set ([more details](https://docs.snowflake.com/en/sql-reference/parameters#default-null-ordering)). Valid values are (case-insensitive): `FIRST` | `LAST`. For more information, check [DEFAULT*NULL*ORDERING docs](https://docs.snowflake.com/en/sql-reference/parameters#default-null-ordering).
|
|
1149
|
+
*/
|
|
1150
|
+
defaultNullOrdering?: pulumi.Input<string>;
|
|
1151
|
+
/**
|
|
1152
|
+
* Specifies the name of the default warehouse to use when creating a notebook. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [DEFAULT*STREAMLIT*NOTEBOOK_WAREHOUSE docs](https://docs.snowflake.com/en/sql-reference/parameters#default-streamlit-notebook-warehouse).
|
|
1153
|
+
*/
|
|
1154
|
+
defaultStreamlitNotebookWarehouse?: pulumi.Input<string>;
|
|
1155
|
+
/**
|
|
1156
|
+
* Controls whether users in an account see a button to download data in Snowsight or the Classic Console, such as a table returned from running a query in a worksheet. If the button to download is hidden in Snowsight or the Classic Console, users can still download or export data using [third-party software](https://docs.snowflake.com/en/user-guide/ecosystem). For more information, check [DISABLE*UI*DOWNLOAD_BUTTON docs](https://docs.snowflake.com/en/sql-reference/parameters#disable-ui-download-button).
|
|
1157
|
+
*/
|
|
1158
|
+
disableUiDownloadButton?: pulumi.Input<boolean>;
|
|
1159
|
+
/**
|
|
1160
|
+
* Controls whether users in an account can grant privileges directly to other users. Disabling user privilege grants (that is, setting DISABLE*USER*PRIVILEGE*GRANTS to TRUE) does not affect existing grants to users. Existing grants to users continue to confer privileges to those users. For more information, see [GRANT \n\n … TO USER](https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-user). For more information, check [DISABLE*USER*PRIVILEGE*GRANTS docs](https://docs.snowflake.com/en/sql-reference/parameters#disable-user-privilege-grants).
|
|
1161
|
+
*/
|
|
1162
|
+
disableUserPrivilegeGrants?: pulumi.Input<boolean>;
|
|
1163
|
+
/**
|
|
1164
|
+
* Controls whether events from [automatic sensitive data classification](https://docs.snowflake.com/en/user-guide/classify-auto) are logged in the user event table. For more information, check [ENABLE*AUTOMATIC*SENSITIVE*DATA*CLASSIFICATION_LOG docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-automatic-sensitive-data-classification-log).
|
|
1165
|
+
*/
|
|
1166
|
+
enableAutomaticSensitiveDataClassificationLog?: pulumi.Input<boolean>;
|
|
1167
|
+
/**
|
|
1168
|
+
* Enables or disables the Listing Cross-cloud auto-fulfillment Egress cost optimizer. For more information, check [ENABLE*EGRESS*COST_OPTIMIZER docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-egress-cost-optimizer).
|
|
1169
|
+
*/
|
|
1170
|
+
enableEgressCostOptimizer?: pulumi.Input<boolean>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Determines the login flow for users. When enabled, Snowflake prompts users for their username or email address before presenting authentication methods. For details, see [Identifier-first login](https://docs.snowflake.com/en/user-guide/identifier-first-login). For more information, check [ENABLE*IDENTIFIER*FIRST_LOGIN docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-identifier-first-login).
|
|
1173
|
+
*/
|
|
1174
|
+
enableIdentifierFirstLogin?: pulumi.Input<boolean>;
|
|
1175
|
+
/**
|
|
1176
|
+
* Specifies whether the [SYSTEM$GET*PRIVATELINK*CONFIG](https://docs.snowflake.com/en/sql-reference/functions/system_get_privatelink_config) function returns the private-internal-stages key in the query result. The corresponding value in the query result is used during the configuration process for private connectivity to internal stages. For more information, check [ENABLE*INTERNAL*STAGES_PRIVATELINK docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-internal-stages-privatelink).
|
|
1177
|
+
*/
|
|
1178
|
+
enableInternalStagesPrivatelink?: pulumi.Input<boolean>;
|
|
1179
|
+
/**
|
|
1180
|
+
* Specifies choice for the [image repository](https://docs.snowflake.com/en/developer-guide/snowpark-container-services/working-with-registry-repository.html#label-registry-and-repository-image-repository) to opt out of Tri-Secret Secure and [Periodic rekeying](https://docs.snowflake.com/en/user-guide/security-encryption-manage.html#label-periodic-rekeying). For more information, check [ENABLE*TRI*SECRET*AND*REKEY*OPT*OUT*FOR*IMAGE_REPOSITORY docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-tri-secret-and-rekey-opt-out-for-image-repository).
|
|
1181
|
+
*/
|
|
1182
|
+
enableTriSecretAndRekeyOptOutForImageRepository?: pulumi.Input<boolean>;
|
|
1183
|
+
/**
|
|
1184
|
+
* Specifies the choice for the [Snowpark Container Services block storage volume](https://docs.snowflake.com/en/developer-guide/snowpark-container-services/block-storage-volume) to opt out of Tri-Secret Secure and [Periodic rekeying](https://docs.snowflake.com/en/user-guide/security-encryption-manage.html#label-periodic-rekeying). For more information, check [ENABLE*TRI*SECRET*AND*REKEY*OPT*OUT*FOR*SPCS*BLOCK*STORAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-tri-secret-and-rekey-opt-out-for-spcs-block-storage).
|
|
1185
|
+
*/
|
|
1186
|
+
enableTriSecretAndRekeyOptOutForSpcsBlockStorage?: pulumi.Input<boolean>;
|
|
1187
|
+
/**
|
|
1188
|
+
* Specifies whether Snowflake may capture – in an event table – log messages or trace event data for unhandled exceptions in procedure or UDF handler code. For more information, see [Capturing messages from unhandled exceptions](https://docs.snowflake.com/en/developer-guide/logging-tracing/unhandled-exception-messages). For more information, check [ENABLE*UNHANDLED*EXCEPTIONS_REPORTING docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unhandled-exceptions-reporting).
|
|
1189
|
+
*/
|
|
1190
|
+
enableUnhandledExceptionsReporting?: pulumi.Input<boolean>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE*UNLOAD*PHYSICAL*TYPE*OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization).
|
|
1193
|
+
*/
|
|
1194
|
+
enableUnloadPhysicalTypeOptimization?: pulumi.Input<boolean>;
|
|
1195
|
+
/**
|
|
1196
|
+
* Controls whether query text is redacted if a SQL query fails due to a syntax or parsing error. If FALSE, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE*UNREDACTED*QUERY*SYNTAX*ERROR parameter. When using the ALTER USER command to set the parameter to TRUE for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE*UNREDACTED*QUERY*SYNTAX*ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error).
|
|
1197
|
+
*/
|
|
1198
|
+
enableUnredactedQuerySyntaxError?: pulumi.Input<boolean>;
|
|
1199
|
+
/**
|
|
1200
|
+
* Controls whether error messages related to secure objects are redacted in metadata. For more information, see [Secure objects: Redaction of information in error messages](https://docs.snowflake.com/en/release-notes/bcr-bundles/un-bundled/bcr-1858). Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE*UNREDACTED*SECURE*OBJECT*ERROR parameter. When using the ALTER USER command to set the parameter to TRUE for a particular user, modify the user that you want to see the redacted error messages in metadata, not the user who caused the error. For more information, check [ENABLE*UNREDACTED*SECURE*OBJECT*ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-secure-object-error).
|
|
1201
|
+
*/
|
|
1202
|
+
enableUnredactedSecureObjectError?: pulumi.Input<boolean>;
|
|
1203
|
+
/**
|
|
1204
|
+
* Specifies whether a network policy that uses network rules can restrict access to AWS internal stages. This parameter has no effect on network policies that do not use network rules. This account-level parameter affects both account-level and user-level network policies. For details about using network policies and network rules to restrict access to AWS internal stages, including the use of this parameter, see [Protecting internal stages on AWS](https://docs.snowflake.com/en/user-guide/network-policies.html#label-network-policies-rules-stages). For more information, check [ENFORCE*NETWORK*RULES*FOR*INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#enforce-network-rules-for-internal-stages).
|
|
1205
|
+
*/
|
|
1206
|
+
enforceNetworkRulesForInternalStages?: pulumi.Input<boolean>;
|
|
1207
|
+
/**
|
|
1208
|
+
* Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR*ON*NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge).
|
|
1209
|
+
*/
|
|
1210
|
+
errorOnNondeterministicMerge?: pulumi.Input<boolean>;
|
|
1211
|
+
/**
|
|
1212
|
+
* Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR*ON*NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update).
|
|
1213
|
+
*/
|
|
1214
|
+
errorOnNondeterministicUpdate?: pulumi.Input<boolean>;
|
|
1215
|
+
/**
|
|
1216
|
+
* Specifies the name of the event table for logging messages from stored procedures and UDFs contained by the object with which the event table is associated. Associating an event table with a database is available in [Enterprise Edition or higher](https://docs.snowflake.com/en/user-guide/intro-editions). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [EVENT_TABLE docs](https://docs.snowflake.com/en/sql-reference/parameters#event-table).
|
|
1217
|
+
*/
|
|
1218
|
+
eventTable?: pulumi.Input<string>;
|
|
1219
|
+
/**
|
|
1220
|
+
* Determines whether the ACCOUNTADMIN, ORGADMIN, GLOBALORGADMIN, and SECURITYADMIN roles can be used as the primary role when creating a Snowflake session based on the access token from the External OAuth authorization server. For more information, check [EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED_LIST docs](https://docs.snowflake.com/en/sql-reference/parameters#external-oauth-add-privileged-roles-to-blocked-list).
|
|
1221
|
+
*/
|
|
1222
|
+
externalOauthAddPrivilegedRolesToBlockedList?: pulumi.Input<boolean>;
|
|
1223
|
+
/**
|
|
1224
|
+
* Specifies the external volume for Apache Iceberg™ tables. For more information, see the [Iceberg table documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg.html#label-tables-iceberg-external-volume-def). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [EXTERNAL_VOLUME docs](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
|
|
1225
|
+
*/
|
|
1226
|
+
externalVolume?: pulumi.Input<string>;
|
|
1227
|
+
/**
|
|
1228
|
+
* Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). Valid values are (case-insensitive): `GeoJSON` | `WKT` | `WKB` | `EWKT` | `EWKB`. For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
|
|
1229
|
+
*/
|
|
1230
|
+
geographyOutputFormat?: pulumi.Input<string>;
|
|
1231
|
+
/**
|
|
1232
|
+
* Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). Valid values are (case-insensitive): `GeoJSON` | `WKT` | `WKB` | `EWKT` | `EWKB`. For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
|
|
1233
|
+
*/
|
|
1234
|
+
geometryOutputFormat?: pulumi.Input<string>;
|
|
1235
|
+
/**
|
|
1236
|
+
* Number of seconds to wait while trying to acquire row-level locks on a hybrid table, before timing out and aborting the statement. For more information, check [HYBRID*TABLE*LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#hybrid-table-lock-timeout).
|
|
1237
|
+
*/
|
|
1238
|
+
hybridTableLockTimeout?: pulumi.Input<number>;
|
|
1239
|
+
/**
|
|
1240
|
+
* Sets the maximum estimated size limit for the initial replication of a primary database to a secondary database (in TB). Set this parameter on any account that stores a secondary database. This size limit helps prevent accounts from accidentally incurring large database replication charges. To remove the size limit, set the value to 0.0. It is required to pass numbers with scale of at least 1 (e.g. 20.5, 32.25, 33.333, etc.). For more information, check [INITIAL*REPLICATION*SIZE*LIMIT*IN_TB docs](https://docs.snowflake.com/en/sql-reference/parameters#initial-replication-size-limit-in-tb).
|
|
1241
|
+
*/
|
|
1242
|
+
initialReplicationSizeLimitInTb?: pulumi.Input<string>;
|
|
1243
|
+
/**
|
|
1244
|
+
* Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC*TREAT*DECIMAL*AS*INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int).
|
|
1245
|
+
*/
|
|
1246
|
+
jdbcTreatDecimalAsInt?: pulumi.Input<boolean>;
|
|
1247
|
+
/**
|
|
1248
|
+
* Specifies how JDBC processes TIMESTAMP*NTZ values ([more details](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc)). For more information, check [JDBC*TREAT*TIMESTAMP*NTZ*AS*UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc).
|
|
1249
|
+
*/
|
|
1250
|
+
jdbcTreatTimestampNtzAsUtc?: pulumi.Input<boolean>;
|
|
1251
|
+
/**
|
|
1252
|
+
* Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC*USE*SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone).
|
|
1253
|
+
*/
|
|
1254
|
+
jdbcUseSessionTimezone?: pulumi.Input<boolean>;
|
|
1255
|
+
/**
|
|
1256
|
+
* Specifies how the Snowflake Node.js Driver processes numeric columns that have a scale of zero (0), for example INTEGER or NUMBER(p, 0). For more information, check [JS*TREAT*INTEGER*AS*BIGINT docs](https://docs.snowflake.com/en/sql-reference/parameters#js-treat-integer-as-bigint).
|
|
1257
|
+
*/
|
|
1258
|
+
jsTreatIntegerAsBigint?: pulumi.Input<boolean>;
|
|
1259
|
+
/**
|
|
1260
|
+
* Specifies the number of blank spaces to indent each new element in JSON output in the session. Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent).
|
|
1261
|
+
*/
|
|
1262
|
+
jsonIndent?: pulumi.Input<number>;
|
|
1263
|
+
/**
|
|
1264
|
+
* Sets the time interval used to refresh the application package based data products to other regions. For more information, check [LISTING*AUTO*FULFILLMENT*REPLICATION*REFRESH_SCHEDULE docs](https://docs.snowflake.com/en/sql-reference/parameters#listing-auto-fulfillment-replication-refresh-schedule).
|
|
1265
|
+
*/
|
|
1266
|
+
listingAutoFulfillmentReplicationRefreshSchedule?: pulumi.Input<string>;
|
|
1267
|
+
/**
|
|
1268
|
+
* Number of seconds to wait while trying to lock a resource, before timing out and aborting the statement. For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout).
|
|
1269
|
+
*/
|
|
1270
|
+
lockTimeout?: pulumi.Input<number>;
|
|
1271
|
+
/**
|
|
1272
|
+
* Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting levels for logging, metrics, and tracing](https://docs.snowflake.com/en/developer-guide/logging-tracing/telemetry-levels). Valid values are (case-insensitive): `TRACE` | `DEBUG` | `INFO` | `WARN` | `ERROR` | `FATAL` | `OFF`. For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
|
|
1273
|
+
*/
|
|
1274
|
+
logLevel?: pulumi.Input<string>;
|
|
1275
|
+
/**
|
|
1276
|
+
* Specifies the concurrency level for SQL statements (that is, queries and DML) executed by a warehouse ([more details](https://docs.snowflake.com/en/sql-reference/parameters#max-concurrency-level)). For more information, check [MAX*CONCURRENCY*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#max-concurrency-level).
|
|
1277
|
+
*/
|
|
1278
|
+
maxConcurrencyLevel?: pulumi.Input<number>;
|
|
1279
|
+
/**
|
|
1280
|
+
* Maximum number of days Snowflake can extend the data retention period for tables to prevent streams on the tables from becoming stale. By default, if the [DATA*RETENTION*TIME*IN*DAYS](https://docs.snowflake.com/en/sql-reference/parameters#data-retention-time-in-days) setting for a source table is less than 14 days, and a stream has not been consumed, Snowflake temporarily extends this period to the stream’s offset, up to a maximum of 14 days, regardless of the [Snowflake Edition](https://docs.snowflake.com/en/user-guide/intro-editions) for your account. The MAX*DATA*EXTENSION*TIME*IN*DAYS parameter enables you to limit this automatic extension period to control storage costs for data retention or for compliance reasons. For more information, check [MAX*DATA*EXTENSION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#max-data-extension-time-in-days).
|
|
1281
|
+
*/
|
|
1282
|
+
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
1283
|
+
/**
|
|
1284
|
+
* Controls how metrics data is ingested into the event table. For more information about metric levels, see [Setting levels for logging, metrics, and tracing](https://docs.snowflake.com/en/developer-guide/logging-tracing/telemetry-levels). Valid values are (case-insensitive): `ALL` | `NONE`. For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
|
|
1285
|
+
*/
|
|
1286
|
+
metricLevel?: pulumi.Input<string>;
|
|
1287
|
+
/**
|
|
1288
|
+
* Minimum number of days for which Snowflake retains historical data for performing Time Travel actions (SELECT, CLONE, UNDROP) on an object. If a minimum number of days for data retention is set on an account, the data retention period for an object is determined by MAX([DATA*RETENTION*TIME*IN*DAYS](https://docs.snowflake.com/en/sql-reference/parameters#label-data-retention-time-in-days), MIN*DATA*RETENTION*TIME*IN*DAYS). For more information, check [MIN*DATA*RETENTION*TIME*IN*DAYS docs](https://docs.snowflake.com/en/sql-reference/parameters#min-data-retention-time-in-days).
|
|
1289
|
+
*/
|
|
1290
|
+
minDataRetentionTimeInDays?: pulumi.Input<number>;
|
|
1291
|
+
/**
|
|
1292
|
+
* Number of statements to execute when using the multi-statement capability. For more information, check [MULTI*STATEMENT*COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count).
|
|
1293
|
+
*/
|
|
1294
|
+
multiStatementCount?: pulumi.Input<number>;
|
|
1295
|
+
/**
|
|
1296
|
+
* The identifier (i.e. name) for the organization account within currently used organization. The field name is validated during import and create operations to ensure that it matches the current organization account name.
|
|
1297
|
+
*/
|
|
1298
|
+
name?: pulumi.Input<string>;
|
|
1299
|
+
/**
|
|
1300
|
+
* Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
|
|
1301
|
+
*/
|
|
1302
|
+
networkPolicy?: pulumi.Input<string>;
|
|
1303
|
+
/**
|
|
1304
|
+
* Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER*SEQUENCE*AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default).
|
|
1305
|
+
*/
|
|
1306
|
+
noorderSequenceAsDefault?: pulumi.Input<boolean>;
|
|
1307
|
+
/**
|
|
1308
|
+
* Determines whether the ACCOUNTADMIN, ORGADMIN, GLOBALORGADMIN, and SECURITYADMIN roles can be used as the primary role when creating a Snowflake session based on the access token from Snowflake’s authorization server. For more information, check [OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST docs](https://docs.snowflake.com/en/sql-reference/parameters#oauth-add-privileged-roles-to-blocked-list).
|
|
1309
|
+
*/
|
|
1310
|
+
oauthAddPrivilegedRolesToBlockedList?: pulumi.Input<boolean>;
|
|
1311
|
+
/**
|
|
1312
|
+
* Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC*TREAT*DECIMAL*AS*INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int).
|
|
1313
|
+
*/
|
|
1314
|
+
odbcTreatDecimalAsInt?: pulumi.Input<boolean>;
|
|
1315
|
+
/**
|
|
1316
|
+
* Specifies [password policy](https://docs.snowflake.com/en/user-guide/password-authentication#label-using-password-policies) for the current account. For more information about this resource, see docs.
|
|
1317
|
+
*/
|
|
1318
|
+
passwordPolicy?: pulumi.Input<string>;
|
|
1319
|
+
/**
|
|
1320
|
+
* It enables/disables re-encryption of table data with new keys on a yearly basis to provide additional levels of data protection ([more details](https://docs.snowflake.com/en/sql-reference/parameters#periodic-data-rekeying)). For more information, check [PERIODIC*DATA*REKEYING docs](https://docs.snowflake.com/en/sql-reference/parameters#periodic-data-rekeying).
|
|
1321
|
+
*/
|
|
1322
|
+
periodicDataRekeying?: pulumi.Input<boolean>;
|
|
1323
|
+
/**
|
|
1324
|
+
* Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role ([more details](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused)). For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
|
|
1325
|
+
*/
|
|
1326
|
+
pipeExecutionPaused?: pulumi.Input<boolean>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Specifies whether to prevent ad hoc data unload operations to external cloud storage locations (that is, [COPY INTO location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements that specify the cloud storage URL and access settings directly in the statement). For an example, see [Unloading data from a table directly to files in an external location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html#label-copy-into-location-ad-hoc). For more information, check [PREVENT*UNLOAD*TO*INLINE*URL docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-inline-url).
|
|
1329
|
+
*/
|
|
1330
|
+
preventUnloadToInlineUrl?: pulumi.Input<boolean>;
|
|
1331
|
+
/**
|
|
1332
|
+
* Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO location](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT*UNLOAD*TO*INTERNAL*STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages).
|
|
1333
|
+
*/
|
|
1334
|
+
preventUnloadToInternalStages?: pulumi.Input<boolean>;
|
|
1335
|
+
/**
|
|
1336
|
+
* Specifies the list of Python modules to include in a report when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). For more information, check [PYTHON*PROFILER*MODULES docs](https://docs.snowflake.com/en/sql-reference/parameters#python-profiler-modules).
|
|
1337
|
+
*/
|
|
1338
|
+
pythonProfilerModules?: pulumi.Input<string>;
|
|
1339
|
+
/**
|
|
1340
|
+
* Specifies the fully-qualified name of the stage in which to save a report when [profiling Python handler code](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-profiler). For more information, check [PYTHON*PROFILER*TARGET_STAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#python-profiler-target-stage).
|
|
1341
|
+
*/
|
|
1342
|
+
pythonProfilerTargetStage?: pulumi.Input<string>;
|
|
1343
|
+
/**
|
|
1344
|
+
* Optional string that can be used to tag queries and other SQL statements executed within a session. The tags are displayed in the output of the [QUERY*HISTORY, QUERY*HISTORY*BY**](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag).
|
|
1345
|
+
*/
|
|
1346
|
+
queryTag?: pulumi.Input<string>;
|
|
1347
|
+
/**
|
|
1348
|
+
* Specifies whether letters in double-quoted object identifiers are stored and resolved as uppercase letters. By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED*IDENTIFIERS*IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
|
|
1349
|
+
*/
|
|
1350
|
+
quotedIdentifiersIgnoreCase?: pulumi.Input<boolean>;
|
|
1351
|
+
/**
|
|
1352
|
+
* Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for [Apache Iceberg™ tables](https://docs.snowflake.com/en/sql-reference/sql/create-iceberg-table) that use an external catalog. For more information, check [REPLACE*INVALID*CHARACTERS docs](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
|
|
1353
|
+
*/
|
|
1354
|
+
replaceInvalidCharacters?: pulumi.Input<boolean>;
|
|
1355
|
+
/**
|
|
1356
|
+
* Specifies whether to require a storage integration object as cloud credentials when creating a named external stage (using [CREATE STAGE](https://docs.snowflake.com/en/sql-reference/sql/create-stage)) to access a private cloud storage location. For more information, check [REQUIRE*STORAGE*INTEGRATION*FOR*STAGE_CREATION docs](https://docs.snowflake.com/en/sql-reference/parameters#require-storage-integration-for-stage-creation).
|
|
1357
|
+
*/
|
|
1358
|
+
requireStorageIntegrationForStageCreation?: pulumi.Input<boolean>;
|
|
1359
|
+
/**
|
|
1360
|
+
* Specifies whether to require using a named external stage that references a storage integration object as cloud credentials when loading data from or unloading data to a private cloud storage location. For more information, check [REQUIRE*STORAGE*INTEGRATION*FOR*STAGE_OPERATION docs](https://docs.snowflake.com/en/sql-reference/parameters#require-storage-integration-for-stage-operation).
|
|
1361
|
+
*/
|
|
1362
|
+
requireStorageIntegrationForStageOperation?: pulumi.Input<boolean>;
|
|
1363
|
+
resourceMonitor?: pulumi.Input<string>;
|
|
1364
|
+
/**
|
|
1365
|
+
* Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS*PER*RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset).
|
|
1366
|
+
*/
|
|
1367
|
+
rowsPerResultset?: pulumi.Input<number>;
|
|
1368
|
+
/**
|
|
1369
|
+
* Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3*STAGE*VPCE*DNS*NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name).
|
|
1370
|
+
*/
|
|
1371
|
+
s3StageVpceDnsName?: pulumi.Input<string>;
|
|
1372
|
+
/**
|
|
1373
|
+
* Enables federated authentication. This deprecated parameter enables federated authentication ([more details](https://docs.snowflake.com/en/sql-reference/parameters#saml-identity-provider)). For more information, check [SAML*IDENTITY*PROVIDER docs](https://docs.snowflake.com/en/sql-reference/parameters#saml-identity-provider).
|
|
1374
|
+
*/
|
|
1375
|
+
samlIdentityProvider?: pulumi.Input<string>;
|
|
1376
|
+
/**
|
|
1377
|
+
* Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path).
|
|
1378
|
+
*/
|
|
1379
|
+
searchPath?: pulumi.Input<string>;
|
|
1380
|
+
/**
|
|
1381
|
+
* Specifies the maximum allowed warehouse size for [Serverless tasks](https://docs.snowflake.com/en/user-guide/tasks-intro.html#label-tasks-compute-resources-serverless). Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [SERVERLESS*TASK*MAX*STATEMENT*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#serverless-task-max-statement-size).
|
|
1382
|
+
*/
|
|
1383
|
+
serverlessTaskMaxStatementSize?: pulumi.Input<string>;
|
|
1384
|
+
/**
|
|
1385
|
+
* Specifies the minimum allowed warehouse size for [Serverless tasks](https://docs.snowflake.com/en/user-guide/tasks-intro.html#label-tasks-compute-resources-serverless). Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [SERVERLESS*TASK*MIN*STATEMENT*SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#serverless-task-min-statement-size).
|
|
1386
|
+
*/
|
|
1387
|
+
serverlessTaskMinStatementSize?: pulumi.Input<string>;
|
|
1388
|
+
/**
|
|
1389
|
+
* Specifies [session policy](https://docs.snowflake.com/en/user-guide/session-policies-using) for the current account.
|
|
1390
|
+
*/
|
|
1391
|
+
sessionPolicy?: pulumi.Input<string>;
|
|
1392
|
+
/**
|
|
1393
|
+
* Specifies the name of a consumer account to simulate for testing/validating shared data, particularly shared secure views. When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
|
|
1394
|
+
*/
|
|
1395
|
+
simulatedDataSharingConsumer?: pulumi.Input<string>;
|
|
1396
|
+
/**
|
|
1397
|
+
* This deprecated parameter disables preview mode for testing SSO (after enabling federated authentication) before rolling it out to users. For more information, check [SSO*LOGIN*PAGE docs](https://docs.snowflake.com/en/sql-reference/parameters#sso-login-page).
|
|
1398
|
+
*/
|
|
1399
|
+
ssoLoginPage?: pulumi.Input<boolean>;
|
|
1400
|
+
/**
|
|
1401
|
+
* Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX*CONCURRENCY*LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT*QUEUED*TIMEOUT*IN*SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds).
|
|
1402
|
+
*/
|
|
1403
|
+
statementQueuedTimeoutInSeconds?: pulumi.Input<number>;
|
|
1404
|
+
/**
|
|
1405
|
+
* Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT*TIMEOUT*IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds).
|
|
1406
|
+
*/
|
|
1407
|
+
statementTimeoutInSeconds?: pulumi.Input<number>;
|
|
1408
|
+
/**
|
|
1409
|
+
* Specifies the storage serialization policy for Snowflake-managed [Apache Iceberg™ tables](https://docs.snowflake.com/en/user-guide/tables-iceberg). Valid values are (case-insensitive): `COMPATIBLE` | `OPTIMIZED`. For more information, check [STORAGE*SERIALIZATION*POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
|
|
1410
|
+
*/
|
|
1411
|
+
storageSerializationPolicy?: pulumi.Input<string>;
|
|
1412
|
+
/**
|
|
1413
|
+
* This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT*JSON*OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output).
|
|
1414
|
+
*/
|
|
1415
|
+
strictJsonOutput?: pulumi.Input<boolean>;
|
|
1416
|
+
/**
|
|
1417
|
+
* Specifies the number of consecutive failed task runs after which the current task is suspended automatically. The default is 0 (no automatic suspension). For more information, check [SUSPEND*TASK*AFTER*NUM*FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures).
|
|
1418
|
+
*/
|
|
1419
|
+
suspendTaskAfterNumFailures?: pulumi.Input<number>;
|
|
1420
|
+
/**
|
|
1421
|
+
* Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK*AUTO*RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts).
|
|
1422
|
+
*/
|
|
1423
|
+
taskAutoRetryAttempts?: pulumi.Input<number>;
|
|
1424
|
+
/**
|
|
1425
|
+
* Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format).
|
|
1426
|
+
*/
|
|
1427
|
+
timeInputFormat?: pulumi.Input<string>;
|
|
1428
|
+
/**
|
|
1429
|
+
* Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format).
|
|
1430
|
+
*/
|
|
1431
|
+
timeOutputFormat?: pulumi.Input<string>;
|
|
1432
|
+
/**
|
|
1433
|
+
* Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP*DAY*IS*ALWAYS*24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h).
|
|
1434
|
+
*/
|
|
1435
|
+
timestampDayIsAlways24h?: pulumi.Input<boolean>;
|
|
1436
|
+
/**
|
|
1437
|
+
* Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format).
|
|
1438
|
+
*/
|
|
1439
|
+
timestampInputFormat?: pulumi.Input<string>;
|
|
1440
|
+
/**
|
|
1441
|
+
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to [TIMESTAMP*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*LTZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format).
|
|
1442
|
+
*/
|
|
1443
|
+
timestampLtzOutputFormat?: pulumi.Input<string>;
|
|
1444
|
+
/**
|
|
1445
|
+
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check [TIMESTAMP*NTZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format).
|
|
1446
|
+
*/
|
|
1447
|
+
timestampNtzOutputFormat?: pulumi.Input<string>;
|
|
1448
|
+
/**
|
|
1449
|
+
* Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format).
|
|
1450
|
+
*/
|
|
1451
|
+
timestampOutputFormat?: pulumi.Input<string>;
|
|
1452
|
+
/**
|
|
1453
|
+
* Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. Valid values are (case-insensitive): `TIMESTAMP_LTZ` | `TIMESTAMP_NTZ` | `TIMESTAMP_TZ`. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
|
|
1454
|
+
*/
|
|
1455
|
+
timestampTypeMapping?: pulumi.Input<string>;
|
|
1456
|
+
/**
|
|
1457
|
+
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to [TIMESTAMP*OUTPUT*FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP*TZ*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format).
|
|
1458
|
+
*/
|
|
1459
|
+
timestampTzOutputFormat?: pulumi.Input<string>;
|
|
1460
|
+
/**
|
|
1461
|
+
* Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone).
|
|
1462
|
+
*/
|
|
1463
|
+
timezone?: pulumi.Input<string>;
|
|
1464
|
+
/**
|
|
1465
|
+
* Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). Valid values are (case-insensitive): `ALWAYS` | `ON_EVENT` | `PROPAGATE` | `OFF`. For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
|
|
1466
|
+
*/
|
|
1467
|
+
traceLevel?: pulumi.Input<string>;
|
|
1468
|
+
/**
|
|
1469
|
+
* Specifies the action to perform when a statement issued within a non-autocommit transaction returns with an error. For more information, check [TRANSACTION*ABORT*ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error).
|
|
1470
|
+
*/
|
|
1471
|
+
transactionAbortOnError?: pulumi.Input<boolean>;
|
|
1472
|
+
/**
|
|
1473
|
+
* Specifies the isolation level for transactions in the user session. Valid values are (case-insensitive): `READ COMMITTED`. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
|
|
1474
|
+
*/
|
|
1475
|
+
transactionDefaultIsolationLevel?: pulumi.Input<string>;
|
|
1476
|
+
/**
|
|
1477
|
+
* Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO*DIGIT*CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start).
|
|
1478
|
+
*/
|
|
1479
|
+
twoDigitCenturyStart?: pulumi.Input<number>;
|
|
1480
|
+
/**
|
|
1481
|
+
* Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED*DDL*ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action).
|
|
1482
|
+
*/
|
|
1483
|
+
unsupportedDdlAction?: pulumi.Input<string>;
|
|
1484
|
+
/**
|
|
1485
|
+
* Specifies whether to reuse persisted query results, if available, when a matching query is submitted. For more information, check [USE*CACHED*RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result).
|
|
1486
|
+
*/
|
|
1487
|
+
useCachedResult?: pulumi.Input<boolean>;
|
|
1488
|
+
/**
|
|
1489
|
+
* Specifies the size of the compute resources to provision for the first run of the task, before a task history is available for Snowflake to determine an ideal size. Once a task has successfully completed a few runs, Snowflake ignores this parameter setting. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. For more information, check [USER*TASK*MANAGED*INITIAL*WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size).
|
|
1490
|
+
*/
|
|
1491
|
+
userTaskManagedInitialWarehouseSize?: pulumi.Input<string>;
|
|
1492
|
+
/**
|
|
1493
|
+
* Minimum amount of time between Triggered Task executions in seconds For more information, check [USER*TASK*MINIMUM*TRIGGER*INTERVAL*IN*SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds).
|
|
1494
|
+
*/
|
|
1495
|
+
userTaskMinimumTriggerIntervalInSeconds?: pulumi.Input<number>;
|
|
1496
|
+
/**
|
|
1497
|
+
* Specifies the time limit on a single run of the task before it times out (in milliseconds). For more information, check [USER*TASK*TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms).
|
|
1498
|
+
*/
|
|
1499
|
+
userTaskTimeoutMs?: pulumi.Input<number>;
|
|
1500
|
+
/**
|
|
1501
|
+
* Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK*OF*YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy).
|
|
1502
|
+
*/
|
|
1503
|
+
weekOfYearPolicy?: pulumi.Input<number>;
|
|
1504
|
+
/**
|
|
1505
|
+
* Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start).
|
|
1506
|
+
*/
|
|
1507
|
+
weekStart?: pulumi.Input<number>;
|
|
1508
|
+
}
|