@pulumi/snowflake 2.19.0-alpha.1783584873 → 2.19.0-alpha.1783684764
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 +33 -33
- package/currentOrganizationAccount.d.ts +33 -33
- package/functionJava.d.ts +3 -3
- package/functionJavascript.d.ts +3 -3
- package/functionPython.d.ts +3 -3
- package/functionScala.d.ts +3 -3
- package/functionSql.d.ts +3 -3
- package/legacyServiceUser.d.ts +15 -15
- package/package.json +2 -2
- package/procedureJava.d.ts +3 -3
- package/procedureJavascript.d.ts +3 -3
- package/procedurePython.d.ts +3 -3
- package/procedureScala.d.ts +3 -3
- package/procedureSql.d.ts +3 -3
- package/serviceUser.d.ts +15 -15
- package/task.d.ts +12 -12
- package/user.d.ts +15 -15
package/currentAccount.d.ts
CHANGED
|
@@ -223,7 +223,7 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
223
223
|
*/
|
|
224
224
|
readonly clientEnableLogInfoStatementParameters: pulumi.Output<boolean>;
|
|
225
225
|
/**
|
|
226
|
-
* 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
|
|
226
|
+
* 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 *ENCRYPTION*KEY*SIZE docs[CLIENT](https://docs.snowflake.com/en/sql-reference/parameters#client-encryption-key-size).
|
|
227
227
|
*/
|
|
228
228
|
readonly clientEncryptionKeySize: pulumi.Output<number>;
|
|
229
229
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
283
283
|
*/
|
|
284
284
|
readonly cortexModelsAllowlist: pulumi.Output<string>;
|
|
285
285
|
/**
|
|
286
|
-
* 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,
|
|
286
|
+
* 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, *TZ*OUTPUT_FORMAT[TIMESTAMP](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-tz-output-format) will be used for TIMESTAMP*TZ and *NTZ*OUTPUT*FORMAT[TIMESTAMP](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 *TIMESTAMP*FORMAT docs[CSV](https://docs.snowflake.com/en/sql-reference/parameters#csv-timestamp-format).
|
|
287
287
|
*/
|
|
288
288
|
readonly csvTimestampFormat: pulumi.Output<string>;
|
|
289
289
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
323
323
|
*/
|
|
324
324
|
readonly disableUiDownloadButton: pulumi.Output<boolean>;
|
|
325
325
|
/**
|
|
326
|
-
* 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
|
|
326
|
+
* 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 *USER*PRIVILEGE*GRANTS docs[DISABLE](https://docs.snowflake.com/en/sql-reference/parameters#disable-user-privilege-grants).
|
|
327
327
|
*/
|
|
328
328
|
readonly disableUserPrivilegeGrants: pulumi.Output<boolean>;
|
|
329
329
|
/**
|
|
@@ -363,11 +363,11 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
363
363
|
*/
|
|
364
364
|
readonly enableUnloadPhysicalTypeOptimization: pulumi.Output<boolean>;
|
|
365
365
|
/**
|
|
366
|
-
* 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
|
|
366
|
+
* 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 *UNREDACTED*QUERY*SYNTAX*ERROR docs[ENABLE](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error).
|
|
367
367
|
*/
|
|
368
368
|
readonly enableUnredactedQuerySyntaxError: pulumi.Output<boolean>;
|
|
369
369
|
/**
|
|
370
|
-
* 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
|
|
370
|
+
* 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 *UNREDACTED*SECURE*OBJECT*ERROR docs[ENABLE](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-secure-object-error).
|
|
371
371
|
*/
|
|
372
372
|
readonly enableUnredactedSecureObjectError: pulumi.Output<boolean>;
|
|
373
373
|
/**
|
|
@@ -419,7 +419,7 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
419
419
|
*/
|
|
420
420
|
readonly jdbcTreatDecimalAsInt: pulumi.Output<boolean>;
|
|
421
421
|
/**
|
|
422
|
-
* 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
|
|
422
|
+
* 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 *TREAT*TIMESTAMP*NTZ*AS*UTC docs[JDBC](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc).
|
|
423
423
|
*/
|
|
424
424
|
readonly jdbcTreatTimestampNtzAsUtc: pulumi.Output<boolean>;
|
|
425
425
|
/**
|
|
@@ -455,7 +455,7 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
455
455
|
*/
|
|
456
456
|
readonly maxConcurrencyLevel: pulumi.Output<number>;
|
|
457
457
|
/**
|
|
458
|
-
* 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
|
|
458
|
+
* 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 *DATA*EXTENSION*TIME*IN*DAYS docs[MAX](https://docs.snowflake.com/en/sql-reference/parameters#max-data-extension-time-in-days).
|
|
459
459
|
*/
|
|
460
460
|
readonly maxDataExtensionTimeInDays: pulumi.Output<number>;
|
|
461
461
|
/**
|
|
@@ -463,7 +463,7 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
463
463
|
*/
|
|
464
464
|
readonly metricLevel: pulumi.Output<string>;
|
|
465
465
|
/**
|
|
466
|
-
* 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
|
|
466
|
+
* 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 *DATA*RETENTION*TIME*IN*DAYS docs[MIN](https://docs.snowflake.com/en/sql-reference/parameters#min-data-retention-time-in-days).
|
|
467
467
|
*/
|
|
468
468
|
readonly minDataRetentionTimeInDays: pulumi.Output<number>;
|
|
469
469
|
/**
|
|
@@ -615,11 +615,11 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
615
615
|
*/
|
|
616
616
|
readonly timestampInputFormat: pulumi.Output<string>;
|
|
617
617
|
/**
|
|
618
|
-
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to
|
|
618
|
+
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to *OUTPUT*FORMAT[TIMESTAMP](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).
|
|
619
619
|
*/
|
|
620
620
|
readonly timestampLtzOutputFormat: pulumi.Output<string>;
|
|
621
621
|
/**
|
|
622
|
-
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check
|
|
622
|
+
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check *NTZ*OUTPUT*FORMAT docs[TIMESTAMP](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format).
|
|
623
623
|
*/
|
|
624
624
|
readonly timestampNtzOutputFormat: pulumi.Output<string>;
|
|
625
625
|
/**
|
|
@@ -631,7 +631,7 @@ export declare class CurrentAccount extends pulumi.CustomResource {
|
|
|
631
631
|
*/
|
|
632
632
|
readonly timestampTypeMapping: pulumi.Output<string>;
|
|
633
633
|
/**
|
|
634
|
-
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to
|
|
634
|
+
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to *OUTPUT*FORMAT[TIMESTAMP](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).
|
|
635
635
|
*/
|
|
636
636
|
readonly timestampTzOutputFormat: pulumi.Output<string>;
|
|
637
637
|
/**
|
|
@@ -744,7 +744,7 @@ export interface CurrentAccountState {
|
|
|
744
744
|
*/
|
|
745
745
|
clientEnableLogInfoStatementParameters?: pulumi.Input<boolean | undefined>;
|
|
746
746
|
/**
|
|
747
|
-
* 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
|
|
747
|
+
* 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 *ENCRYPTION*KEY*SIZE docs[CLIENT](https://docs.snowflake.com/en/sql-reference/parameters#client-encryption-key-size).
|
|
748
748
|
*/
|
|
749
749
|
clientEncryptionKeySize?: pulumi.Input<number | undefined>;
|
|
750
750
|
/**
|
|
@@ -804,7 +804,7 @@ export interface CurrentAccountState {
|
|
|
804
804
|
*/
|
|
805
805
|
cortexModelsAllowlist?: pulumi.Input<string | undefined>;
|
|
806
806
|
/**
|
|
807
|
-
* 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,
|
|
807
|
+
* 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, *TZ*OUTPUT_FORMAT[TIMESTAMP](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-tz-output-format) will be used for TIMESTAMP*TZ and *NTZ*OUTPUT*FORMAT[TIMESTAMP](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 *TIMESTAMP*FORMAT docs[CSV](https://docs.snowflake.com/en/sql-reference/parameters#csv-timestamp-format).
|
|
808
808
|
*/
|
|
809
809
|
csvTimestampFormat?: pulumi.Input<string | undefined>;
|
|
810
810
|
/**
|
|
@@ -844,7 +844,7 @@ export interface CurrentAccountState {
|
|
|
844
844
|
*/
|
|
845
845
|
disableUiDownloadButton?: pulumi.Input<boolean | undefined>;
|
|
846
846
|
/**
|
|
847
|
-
* 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
|
|
847
|
+
* 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 *USER*PRIVILEGE*GRANTS docs[DISABLE](https://docs.snowflake.com/en/sql-reference/parameters#disable-user-privilege-grants).
|
|
848
848
|
*/
|
|
849
849
|
disableUserPrivilegeGrants?: pulumi.Input<boolean | undefined>;
|
|
850
850
|
/**
|
|
@@ -884,11 +884,11 @@ export interface CurrentAccountState {
|
|
|
884
884
|
*/
|
|
885
885
|
enableUnloadPhysicalTypeOptimization?: pulumi.Input<boolean | undefined>;
|
|
886
886
|
/**
|
|
887
|
-
* 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
|
|
887
|
+
* 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 *UNREDACTED*QUERY*SYNTAX*ERROR docs[ENABLE](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error).
|
|
888
888
|
*/
|
|
889
889
|
enableUnredactedQuerySyntaxError?: pulumi.Input<boolean | undefined>;
|
|
890
890
|
/**
|
|
891
|
-
* 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
|
|
891
|
+
* 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 *UNREDACTED*SECURE*OBJECT*ERROR docs[ENABLE](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-secure-object-error).
|
|
892
892
|
*/
|
|
893
893
|
enableUnredactedSecureObjectError?: pulumi.Input<boolean | undefined>;
|
|
894
894
|
/**
|
|
@@ -940,7 +940,7 @@ export interface CurrentAccountState {
|
|
|
940
940
|
*/
|
|
941
941
|
jdbcTreatDecimalAsInt?: pulumi.Input<boolean | undefined>;
|
|
942
942
|
/**
|
|
943
|
-
* 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
|
|
943
|
+
* 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 *TREAT*TIMESTAMP*NTZ*AS*UTC docs[JDBC](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc).
|
|
944
944
|
*/
|
|
945
945
|
jdbcTreatTimestampNtzAsUtc?: pulumi.Input<boolean | undefined>;
|
|
946
946
|
/**
|
|
@@ -976,7 +976,7 @@ export interface CurrentAccountState {
|
|
|
976
976
|
*/
|
|
977
977
|
maxConcurrencyLevel?: pulumi.Input<number | undefined>;
|
|
978
978
|
/**
|
|
979
|
-
* 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
|
|
979
|
+
* 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 *DATA*EXTENSION*TIME*IN*DAYS docs[MAX](https://docs.snowflake.com/en/sql-reference/parameters#max-data-extension-time-in-days).
|
|
980
980
|
*/
|
|
981
981
|
maxDataExtensionTimeInDays?: pulumi.Input<number | undefined>;
|
|
982
982
|
/**
|
|
@@ -984,7 +984,7 @@ export interface CurrentAccountState {
|
|
|
984
984
|
*/
|
|
985
985
|
metricLevel?: pulumi.Input<string | undefined>;
|
|
986
986
|
/**
|
|
987
|
-
* 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
|
|
987
|
+
* 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 *DATA*RETENTION*TIME*IN*DAYS docs[MIN](https://docs.snowflake.com/en/sql-reference/parameters#min-data-retention-time-in-days).
|
|
988
988
|
*/
|
|
989
989
|
minDataRetentionTimeInDays?: pulumi.Input<number | undefined>;
|
|
990
990
|
/**
|
|
@@ -1136,11 +1136,11 @@ export interface CurrentAccountState {
|
|
|
1136
1136
|
*/
|
|
1137
1137
|
timestampInputFormat?: pulumi.Input<string | undefined>;
|
|
1138
1138
|
/**
|
|
1139
|
-
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to
|
|
1139
|
+
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to *OUTPUT*FORMAT[TIMESTAMP](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).
|
|
1140
1140
|
*/
|
|
1141
1141
|
timestampLtzOutputFormat?: pulumi.Input<string | undefined>;
|
|
1142
1142
|
/**
|
|
1143
|
-
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check
|
|
1143
|
+
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check *NTZ*OUTPUT*FORMAT docs[TIMESTAMP](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format).
|
|
1144
1144
|
*/
|
|
1145
1145
|
timestampNtzOutputFormat?: pulumi.Input<string | undefined>;
|
|
1146
1146
|
/**
|
|
@@ -1152,7 +1152,7 @@ export interface CurrentAccountState {
|
|
|
1152
1152
|
*/
|
|
1153
1153
|
timestampTypeMapping?: pulumi.Input<string | undefined>;
|
|
1154
1154
|
/**
|
|
1155
|
-
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to
|
|
1155
|
+
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to *OUTPUT*FORMAT[TIMESTAMP](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).
|
|
1156
1156
|
*/
|
|
1157
1157
|
timestampTzOutputFormat?: pulumi.Input<string | undefined>;
|
|
1158
1158
|
/**
|
|
@@ -1257,7 +1257,7 @@ export interface CurrentAccountArgs {
|
|
|
1257
1257
|
*/
|
|
1258
1258
|
clientEnableLogInfoStatementParameters?: pulumi.Input<boolean | undefined>;
|
|
1259
1259
|
/**
|
|
1260
|
-
* 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
|
|
1260
|
+
* 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 *ENCRYPTION*KEY*SIZE docs[CLIENT](https://docs.snowflake.com/en/sql-reference/parameters#client-encryption-key-size).
|
|
1261
1261
|
*/
|
|
1262
1262
|
clientEncryptionKeySize?: pulumi.Input<number | undefined>;
|
|
1263
1263
|
/**
|
|
@@ -1317,7 +1317,7 @@ export interface CurrentAccountArgs {
|
|
|
1317
1317
|
*/
|
|
1318
1318
|
cortexModelsAllowlist?: pulumi.Input<string | undefined>;
|
|
1319
1319
|
/**
|
|
1320
|
-
* 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,
|
|
1320
|
+
* 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, *TZ*OUTPUT_FORMAT[TIMESTAMP](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-tz-output-format) will be used for TIMESTAMP*TZ and *NTZ*OUTPUT*FORMAT[TIMESTAMP](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 *TIMESTAMP*FORMAT docs[CSV](https://docs.snowflake.com/en/sql-reference/parameters#csv-timestamp-format).
|
|
1321
1321
|
*/
|
|
1322
1322
|
csvTimestampFormat?: pulumi.Input<string | undefined>;
|
|
1323
1323
|
/**
|
|
@@ -1357,7 +1357,7 @@ export interface CurrentAccountArgs {
|
|
|
1357
1357
|
*/
|
|
1358
1358
|
disableUiDownloadButton?: pulumi.Input<boolean | undefined>;
|
|
1359
1359
|
/**
|
|
1360
|
-
* 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
|
|
1360
|
+
* 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 *USER*PRIVILEGE*GRANTS docs[DISABLE](https://docs.snowflake.com/en/sql-reference/parameters#disable-user-privilege-grants).
|
|
1361
1361
|
*/
|
|
1362
1362
|
disableUserPrivilegeGrants?: pulumi.Input<boolean | undefined>;
|
|
1363
1363
|
/**
|
|
@@ -1397,11 +1397,11 @@ export interface CurrentAccountArgs {
|
|
|
1397
1397
|
*/
|
|
1398
1398
|
enableUnloadPhysicalTypeOptimization?: pulumi.Input<boolean | undefined>;
|
|
1399
1399
|
/**
|
|
1400
|
-
* 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
|
|
1400
|
+
* 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 *UNREDACTED*QUERY*SYNTAX*ERROR docs[ENABLE](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error).
|
|
1401
1401
|
*/
|
|
1402
1402
|
enableUnredactedQuerySyntaxError?: pulumi.Input<boolean | undefined>;
|
|
1403
1403
|
/**
|
|
1404
|
-
* 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
|
|
1404
|
+
* 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 *UNREDACTED*SECURE*OBJECT*ERROR docs[ENABLE](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-secure-object-error).
|
|
1405
1405
|
*/
|
|
1406
1406
|
enableUnredactedSecureObjectError?: pulumi.Input<boolean | undefined>;
|
|
1407
1407
|
/**
|
|
@@ -1453,7 +1453,7 @@ export interface CurrentAccountArgs {
|
|
|
1453
1453
|
*/
|
|
1454
1454
|
jdbcTreatDecimalAsInt?: pulumi.Input<boolean | undefined>;
|
|
1455
1455
|
/**
|
|
1456
|
-
* 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
|
|
1456
|
+
* 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 *TREAT*TIMESTAMP*NTZ*AS*UTC docs[JDBC](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc).
|
|
1457
1457
|
*/
|
|
1458
1458
|
jdbcTreatTimestampNtzAsUtc?: pulumi.Input<boolean | undefined>;
|
|
1459
1459
|
/**
|
|
@@ -1489,7 +1489,7 @@ export interface CurrentAccountArgs {
|
|
|
1489
1489
|
*/
|
|
1490
1490
|
maxConcurrencyLevel?: pulumi.Input<number | undefined>;
|
|
1491
1491
|
/**
|
|
1492
|
-
* 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
|
|
1492
|
+
* 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 *DATA*EXTENSION*TIME*IN*DAYS docs[MAX](https://docs.snowflake.com/en/sql-reference/parameters#max-data-extension-time-in-days).
|
|
1493
1493
|
*/
|
|
1494
1494
|
maxDataExtensionTimeInDays?: pulumi.Input<number | undefined>;
|
|
1495
1495
|
/**
|
|
@@ -1497,7 +1497,7 @@ export interface CurrentAccountArgs {
|
|
|
1497
1497
|
*/
|
|
1498
1498
|
metricLevel?: pulumi.Input<string | undefined>;
|
|
1499
1499
|
/**
|
|
1500
|
-
* 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
|
|
1500
|
+
* 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 *DATA*RETENTION*TIME*IN*DAYS docs[MIN](https://docs.snowflake.com/en/sql-reference/parameters#min-data-retention-time-in-days).
|
|
1501
1501
|
*/
|
|
1502
1502
|
minDataRetentionTimeInDays?: pulumi.Input<number | undefined>;
|
|
1503
1503
|
/**
|
|
@@ -1649,11 +1649,11 @@ export interface CurrentAccountArgs {
|
|
|
1649
1649
|
*/
|
|
1650
1650
|
timestampInputFormat?: pulumi.Input<string | undefined>;
|
|
1651
1651
|
/**
|
|
1652
|
-
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to
|
|
1652
|
+
* Specifies the display format for the TIMESTAMP*LTZ data type. If no format is specified, defaults to *OUTPUT*FORMAT[TIMESTAMP](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).
|
|
1653
1653
|
*/
|
|
1654
1654
|
timestampLtzOutputFormat?: pulumi.Input<string | undefined>;
|
|
1655
1655
|
/**
|
|
1656
|
-
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check
|
|
1656
|
+
* Specifies the display format for the TIMESTAMP*NTZ data type. For more information, check *NTZ*OUTPUT*FORMAT docs[TIMESTAMP](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format).
|
|
1657
1657
|
*/
|
|
1658
1658
|
timestampNtzOutputFormat?: pulumi.Input<string | undefined>;
|
|
1659
1659
|
/**
|
|
@@ -1665,7 +1665,7 @@ export interface CurrentAccountArgs {
|
|
|
1665
1665
|
*/
|
|
1666
1666
|
timestampTypeMapping?: pulumi.Input<string | undefined>;
|
|
1667
1667
|
/**
|
|
1668
|
-
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to
|
|
1668
|
+
* Specifies the display format for the TIMESTAMP*TZ data type. If no format is specified, defaults to *OUTPUT*FORMAT[TIMESTAMP](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).
|
|
1669
1669
|
*/
|
|
1670
1670
|
timestampTzOutputFormat?: pulumi.Input<string | undefined>;
|
|
1671
1671
|
/**
|