pulumi-snowflake 1.2.0a1743575514__py3-none-any.whl → 1.2.0a1744266763__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-snowflake might be problematic. Click here for more details.

Files changed (147) hide show
  1. pulumi_snowflake/__init__.py +1 -0
  2. pulumi_snowflake/_inputs.py +12288 -12287
  3. pulumi_snowflake/account.py +186 -185
  4. pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
  5. pulumi_snowflake/account_parameter.py +29 -28
  6. pulumi_snowflake/account_password_policy_attachment.py +15 -14
  7. pulumi_snowflake/account_role.py +32 -31
  8. pulumi_snowflake/alert.py +120 -119
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
  12. pulumi_snowflake/api_integration.py +203 -202
  13. pulumi_snowflake/authentication_policy.py +134 -133
  14. pulumi_snowflake/config/__init__.py +1 -0
  15. pulumi_snowflake/config/__init__.pyi +1 -0
  16. pulumi_snowflake/config/outputs.py +16 -15
  17. pulumi_snowflake/config/vars.py +1 -0
  18. pulumi_snowflake/cortex_search_service.py +141 -140
  19. pulumi_snowflake/database.py +288 -287
  20. pulumi_snowflake/database_role.py +50 -49
  21. pulumi_snowflake/dynamic_table.py +218 -217
  22. pulumi_snowflake/email_notification_integration.py +56 -55
  23. pulumi_snowflake/execute.py +50 -49
  24. pulumi_snowflake/external_function.py +225 -224
  25. pulumi_snowflake/external_oauth_integration.py +232 -231
  26. pulumi_snowflake/external_table.py +197 -196
  27. pulumi_snowflake/external_volume.py +50 -49
  28. pulumi_snowflake/failover_group.py +106 -105
  29. pulumi_snowflake/file_format.py +512 -511
  30. pulumi_snowflake/function_java.py +249 -248
  31. pulumi_snowflake/function_javascript.py +193 -192
  32. pulumi_snowflake/function_python.py +263 -262
  33. pulumi_snowflake/function_scala.py +249 -248
  34. pulumi_snowflake/function_sql.py +179 -178
  35. pulumi_snowflake/get_account_roles.py +12 -11
  36. pulumi_snowflake/get_accounts.py +12 -11
  37. pulumi_snowflake/get_alerts.py +17 -16
  38. pulumi_snowflake/get_connections.py +7 -6
  39. pulumi_snowflake/get_cortex_search_services.py +12 -11
  40. pulumi_snowflake/get_current_account.py +5 -4
  41. pulumi_snowflake/get_current_role.py +3 -2
  42. pulumi_snowflake/get_database.py +15 -14
  43. pulumi_snowflake/get_database_role.py +14 -13
  44. pulumi_snowflake/get_database_roles.py +12 -11
  45. pulumi_snowflake/get_databases.py +22 -21
  46. pulumi_snowflake/get_dynamic_tables.py +7 -6
  47. pulumi_snowflake/get_external_functions.py +12 -11
  48. pulumi_snowflake/get_external_tables.py +12 -11
  49. pulumi_snowflake/get_failover_groups.py +7 -6
  50. pulumi_snowflake/get_file_formats.py +12 -11
  51. pulumi_snowflake/get_functions.py +12 -11
  52. pulumi_snowflake/get_grants.py +2 -1
  53. pulumi_snowflake/get_masking_policies.py +12 -11
  54. pulumi_snowflake/get_materialized_views.py +12 -11
  55. pulumi_snowflake/get_network_policies.py +12 -11
  56. pulumi_snowflake/get_parameters.py +27 -26
  57. pulumi_snowflake/get_pipes.py +12 -11
  58. pulumi_snowflake/get_procedures.py +12 -11
  59. pulumi_snowflake/get_resource_monitors.py +7 -6
  60. pulumi_snowflake/get_row_access_policies.py +12 -11
  61. pulumi_snowflake/get_schemas.py +22 -21
  62. pulumi_snowflake/get_secrets.py +12 -11
  63. pulumi_snowflake/get_security_integrations.py +12 -11
  64. pulumi_snowflake/get_sequences.py +12 -11
  65. pulumi_snowflake/get_shares.py +7 -6
  66. pulumi_snowflake/get_stages.py +12 -11
  67. pulumi_snowflake/get_storage_integrations.py +2 -1
  68. pulumi_snowflake/get_streamlits.py +12 -11
  69. pulumi_snowflake/get_streams.py +17 -16
  70. pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
  71. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
  72. pulumi_snowflake/get_system_get_private_link_config.py +11 -10
  73. pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
  74. pulumi_snowflake/get_tables.py +12 -11
  75. pulumi_snowflake/get_tags.py +7 -6
  76. pulumi_snowflake/get_tasks.py +22 -21
  77. pulumi_snowflake/get_users.py +22 -21
  78. pulumi_snowflake/get_views.py +17 -16
  79. pulumi_snowflake/get_warehouses.py +17 -16
  80. pulumi_snowflake/grant_account_role.py +43 -42
  81. pulumi_snowflake/grant_application_role.py +43 -42
  82. pulumi_snowflake/grant_database_role.py +57 -56
  83. pulumi_snowflake/grant_ownership.py +43 -42
  84. pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
  85. pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
  86. pulumi_snowflake/grant_privileges_to_share.py +127 -126
  87. pulumi_snowflake/legacy_service_user.py +1039 -1038
  88. pulumi_snowflake/managed_account.py +113 -112
  89. pulumi_snowflake/masking_policy.py +106 -105
  90. pulumi_snowflake/materialized_view.py +120 -119
  91. pulumi_snowflake/network_policy.py +92 -91
  92. pulumi_snowflake/network_policy_attachment.py +43 -42
  93. pulumi_snowflake/network_rule.py +106 -105
  94. pulumi_snowflake/notification_integration.py +238 -237
  95. pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
  96. pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
  97. pulumi_snowflake/object_parameter.py +57 -56
  98. pulumi_snowflake/outputs.py +9273 -9272
  99. pulumi_snowflake/password_policy.py +246 -245
  100. pulumi_snowflake/pipe.py +148 -147
  101. pulumi_snowflake/primary_connection.py +55 -54
  102. pulumi_snowflake/procedure_java.py +267 -266
  103. pulumi_snowflake/procedure_javascript.py +197 -196
  104. pulumi_snowflake/procedure_python.py +267 -266
  105. pulumi_snowflake/procedure_scala.py +267 -266
  106. pulumi_snowflake/procedure_sql.py +197 -196
  107. pulumi_snowflake/provider.py +303 -302
  108. pulumi_snowflake/pulumi-plugin.json +1 -1
  109. pulumi_snowflake/resource_monitor.py +134 -133
  110. pulumi_snowflake/row_access_policy.py +78 -77
  111. pulumi_snowflake/saml2_integration.py +246 -245
  112. pulumi_snowflake/schema.py +316 -315
  113. pulumi_snowflake/scim_integration.py +106 -105
  114. pulumi_snowflake/secondary_connection.py +57 -56
  115. pulumi_snowflake/secondary_database.py +288 -287
  116. pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
  117. pulumi_snowflake/secret_with_basic_authentication.py +95 -94
  118. pulumi_snowflake/secret_with_client_credentials.py +99 -98
  119. pulumi_snowflake/secret_with_generic_string.py +81 -80
  120. pulumi_snowflake/sequence.py +99 -98
  121. pulumi_snowflake/service_user.py +1015 -1014
  122. pulumi_snowflake/share.py +50 -49
  123. pulumi_snowflake/shared_database.py +246 -245
  124. pulumi_snowflake/stage.py +190 -189
  125. pulumi_snowflake/storage_integration.py +166 -165
  126. pulumi_snowflake/stream_on_directory_table.py +100 -99
  127. pulumi_snowflake/stream_on_external_table.py +114 -113
  128. pulumi_snowflake/stream_on_table.py +124 -123
  129. pulumi_snowflake/stream_on_view.py +124 -123
  130. pulumi_snowflake/streamlit.py +148 -147
  131. pulumi_snowflake/table.py +113 -112
  132. pulumi_snowflake/table_column_masking_policy_application.py +43 -42
  133. pulumi_snowflake/table_constraint.py +155 -154
  134. pulumi_snowflake/tag.py +92 -91
  135. pulumi_snowflake/tag_association.py +71 -70
  136. pulumi_snowflake/task.py +1002 -1001
  137. pulumi_snowflake/user.py +1101 -1100
  138. pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
  139. pulumi_snowflake/user_password_policy_attachment.py +29 -28
  140. pulumi_snowflake/user_public_keys.py +43 -42
  141. pulumi_snowflake/view.py +136 -135
  142. pulumi_snowflake/warehouse.py +232 -231
  143. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/METADATA +1 -1
  144. pulumi_snowflake-1.2.0a1744266763.dist-info/RECORD +148 -0
  145. pulumi_snowflake-1.2.0a1743575514.dist-info/RECORD +0 -148
  146. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/WHEEL +0 -0
  147. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -21,153 +22,153 @@ __all__ = ['LegacyServiceUserArgs', 'LegacyServiceUser']
21
22
  @pulumi.input_type
22
23
  class LegacyServiceUserArgs:
23
24
  def __init__(__self__, *,
24
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
25
- autocommit: Optional[pulumi.Input[bool]] = None,
26
- binary_input_format: Optional[pulumi.Input[str]] = None,
27
- binary_output_format: Optional[pulumi.Input[str]] = None,
28
- client_memory_limit: Optional[pulumi.Input[int]] = None,
29
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
30
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
31
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
32
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
33
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
34
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
35
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
36
- comment: Optional[pulumi.Input[str]] = None,
37
- date_input_format: Optional[pulumi.Input[str]] = None,
38
- date_output_format: Optional[pulumi.Input[str]] = None,
39
- days_to_expiry: Optional[pulumi.Input[int]] = None,
40
- default_namespace: Optional[pulumi.Input[str]] = None,
41
- default_role: Optional[pulumi.Input[str]] = None,
42
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
43
- default_warehouse: Optional[pulumi.Input[str]] = None,
44
- disabled: Optional[pulumi.Input[str]] = None,
45
- display_name: Optional[pulumi.Input[str]] = None,
46
- email: Optional[pulumi.Input[str]] = None,
47
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
48
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
49
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
50
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
51
- geography_output_format: Optional[pulumi.Input[str]] = None,
52
- geometry_output_format: Optional[pulumi.Input[str]] = None,
53
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
54
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
55
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
56
- json_indent: Optional[pulumi.Input[int]] = None,
57
- lock_timeout: Optional[pulumi.Input[int]] = None,
58
- log_level: Optional[pulumi.Input[str]] = None,
59
- login_name: Optional[pulumi.Input[str]] = None,
60
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
61
- multi_statement_count: Optional[pulumi.Input[int]] = None,
62
- must_change_password: Optional[pulumi.Input[str]] = None,
63
- name: Optional[pulumi.Input[str]] = None,
64
- network_policy: Optional[pulumi.Input[str]] = None,
65
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
66
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
67
- password: Optional[pulumi.Input[str]] = None,
68
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
69
- query_tag: Optional[pulumi.Input[str]] = None,
70
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
71
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
72
- rsa_public_key: Optional[pulumi.Input[str]] = None,
73
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
74
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
75
- search_path: Optional[pulumi.Input[str]] = None,
76
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
77
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
78
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
79
- strict_json_output: Optional[pulumi.Input[bool]] = None,
80
- time_input_format: Optional[pulumi.Input[str]] = None,
81
- time_output_format: Optional[pulumi.Input[str]] = None,
82
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
83
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
84
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
85
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
86
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
87
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
88
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
89
- timezone: Optional[pulumi.Input[str]] = None,
90
- trace_level: Optional[pulumi.Input[str]] = None,
91
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
92
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
93
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
94
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
95
- use_cached_result: Optional[pulumi.Input[bool]] = None,
96
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
97
- week_start: Optional[pulumi.Input[int]] = None):
25
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
26
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
27
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
28
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
29
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
30
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
31
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
32
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
33
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
34
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
35
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
36
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
37
+ comment: Optional[pulumi.Input[builtins.str]] = None,
38
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
39
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
40
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
41
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
42
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
43
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
44
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
45
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
46
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
47
+ email: Optional[pulumi.Input[builtins.str]] = None,
48
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
49
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
50
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
51
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
52
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
53
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
54
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
55
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
56
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
57
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
58
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
59
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
60
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
61
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
62
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
63
+ must_change_password: Optional[pulumi.Input[builtins.str]] = None,
64
+ name: Optional[pulumi.Input[builtins.str]] = None,
65
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
66
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
67
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
68
+ password: Optional[pulumi.Input[builtins.str]] = None,
69
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
70
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
71
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
72
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
73
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
74
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
75
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
76
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
77
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
78
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
79
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
80
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
81
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
82
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
83
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
84
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
85
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
86
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
87
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
88
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
89
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
90
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
91
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
92
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
93
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
94
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
95
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
96
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
97
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
98
+ week_start: Optional[pulumi.Input[builtins.int]] = None):
98
99
  """
99
100
  The set of arguments for constructing a LegacyServiceUser resource.
100
- :param pulumi.Input[bool] abort_detached_query: 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).
101
- :param pulumi.Input[bool] autocommit: 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).
102
- :param pulumi.Input[str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
103
- :param pulumi.Input[str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
104
- :param pulumi.Input[int] client_memory_limit: 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).
105
- :param pulumi.Input[bool] client_metadata_request_use_connection_ctx: 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).
106
- :param pulumi.Input[int] client_prefetch_threads: 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).
107
- :param pulumi.Input[int] client_result_chunk_size: 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).
108
- :param pulumi.Input[bool] client_result_column_case_insensitive: 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).
109
- :param pulumi.Input[bool] client_session_keep_alive: 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).
110
- :param pulumi.Input[int] client_session_keep_alive_heartbeat_frequency: 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).
111
- :param pulumi.Input[str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
112
- :param pulumi.Input[str] comment: Specifies a comment for the user.
113
- :param pulumi.Input[str] date_input_format: 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).
114
- :param pulumi.Input[str] date_output_format: 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).
115
- :param pulumi.Input[str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
116
- :param pulumi.Input[str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
117
- :param pulumi.Input[str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
118
- :param pulumi.Input[str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
119
- :param pulumi.Input[str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
120
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
121
- :param pulumi.Input[str] email: Email address for the user.
122
- :param pulumi.Input[bool] enable_unload_physical_type_optimization: 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).
123
- :param pulumi.Input[bool] enable_unredacted_query_syntax_error: 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).
124
- :param pulumi.Input[bool] error_on_nondeterministic_merge: 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).
125
- :param pulumi.Input[bool] error_on_nondeterministic_update: 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).
126
- :param pulumi.Input[str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
127
- :param pulumi.Input[str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
128
- :param pulumi.Input[bool] jdbc_treat_decimal_as_int: 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).
129
- :param pulumi.Input[bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
130
- :param pulumi.Input[bool] jdbc_use_session_timezone: 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).
131
- :param pulumi.Input[int] json_indent: 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).
132
- :param pulumi.Input[int] lock_timeout: 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).
133
- :param pulumi.Input[str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
134
- :param pulumi.Input[str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
135
- :param pulumi.Input[int] multi_statement_count: 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).
136
- :param pulumi.Input[str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
137
- :param pulumi.Input[str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
138
- :param pulumi.Input[str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
139
- :param pulumi.Input[bool] noorder_sequence_as_default: 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).
140
- :param pulumi.Input[bool] odbc_treat_decimal_as_int: 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).
141
- :param pulumi.Input[bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
142
- :param pulumi.Input[str] query_tag: 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).
143
- :param pulumi.Input[bool] quoted_identifiers_ignore_case: 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).
144
- :param pulumi.Input[int] rows_per_resultset: 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).
145
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
146
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
147
- :param pulumi.Input[str] s3_stage_vpce_dns_name: 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).
148
- :param pulumi.Input[str] search_path: 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).
149
- :param pulumi.Input[str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
150
- :param pulumi.Input[int] statement_queued_timeout_in_seconds: 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).
151
- :param pulumi.Input[int] statement_timeout_in_seconds: 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).
152
- :param pulumi.Input[bool] strict_json_output: 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).
153
- :param pulumi.Input[str] time_input_format: 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).
154
- :param pulumi.Input[str] time_output_format: 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).
155
- :param pulumi.Input[bool] timestamp_day_is_always24h: 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).
156
- :param pulumi.Input[str] timestamp_input_format: 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).
157
- :param pulumi.Input[str] timestamp_ltz_output_format: 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).
158
- :param pulumi.Input[str] timestamp_ntz_output_format: 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).
159
- :param pulumi.Input[str] timestamp_output_format: 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).
160
- :param pulumi.Input[str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
161
- :param pulumi.Input[str] timestamp_tz_output_format: 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).
162
- :param pulumi.Input[str] timezone: 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).
163
- :param pulumi.Input[str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
164
- :param pulumi.Input[bool] transaction_abort_on_error: 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).
165
- :param pulumi.Input[str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
166
- :param pulumi.Input[int] two_digit_century_start: 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).
167
- :param pulumi.Input[str] unsupported_ddl_action: 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).
168
- :param pulumi.Input[bool] use_cached_result: 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).
169
- :param pulumi.Input[int] week_of_year_policy: 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).
170
- :param pulumi.Input[int] week_start: 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).
101
+ :param pulumi.Input[builtins.bool] abort_detached_query: 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).
102
+ :param pulumi.Input[builtins.bool] autocommit: 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).
103
+ :param pulumi.Input[builtins.str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
104
+ :param pulumi.Input[builtins.str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
105
+ :param pulumi.Input[builtins.int] client_memory_limit: 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).
106
+ :param pulumi.Input[builtins.bool] client_metadata_request_use_connection_ctx: 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).
107
+ :param pulumi.Input[builtins.int] client_prefetch_threads: 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).
108
+ :param pulumi.Input[builtins.int] client_result_chunk_size: 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).
109
+ :param pulumi.Input[builtins.bool] client_result_column_case_insensitive: 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).
110
+ :param pulumi.Input[builtins.bool] client_session_keep_alive: 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).
111
+ :param pulumi.Input[builtins.int] client_session_keep_alive_heartbeat_frequency: 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).
112
+ :param pulumi.Input[builtins.str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
113
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
114
+ :param pulumi.Input[builtins.str] date_input_format: 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).
115
+ :param pulumi.Input[builtins.str] date_output_format: 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).
116
+ :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
117
+ :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
118
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
119
+ :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
120
+ :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
121
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
122
+ :param pulumi.Input[builtins.str] email: Email address for the user.
123
+ :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: 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).
124
+ :param pulumi.Input[builtins.bool] enable_unredacted_query_syntax_error: 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).
125
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_merge: 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).
126
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_update: 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).
127
+ :param pulumi.Input[builtins.str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
128
+ :param pulumi.Input[builtins.str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
129
+ :param pulumi.Input[builtins.bool] jdbc_treat_decimal_as_int: 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).
130
+ :param pulumi.Input[builtins.bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
131
+ :param pulumi.Input[builtins.bool] jdbc_use_session_timezone: 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).
132
+ :param pulumi.Input[builtins.int] json_indent: 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).
133
+ :param pulumi.Input[builtins.int] lock_timeout: 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).
134
+ :param pulumi.Input[builtins.str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
135
+ :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
136
+ :param pulumi.Input[builtins.int] multi_statement_count: 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).
137
+ :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
138
+ :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
139
+ :param pulumi.Input[builtins.str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
140
+ :param pulumi.Input[builtins.bool] noorder_sequence_as_default: 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).
141
+ :param pulumi.Input[builtins.bool] odbc_treat_decimal_as_int: 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).
142
+ :param pulumi.Input[builtins.bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
143
+ :param pulumi.Input[builtins.str] query_tag: 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).
144
+ :param pulumi.Input[builtins.bool] quoted_identifiers_ignore_case: 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).
145
+ :param pulumi.Input[builtins.int] rows_per_resultset: 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).
146
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
147
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
148
+ :param pulumi.Input[builtins.str] s3_stage_vpce_dns_name: 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).
149
+ :param pulumi.Input[builtins.str] search_path: 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).
150
+ :param pulumi.Input[builtins.str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
151
+ :param pulumi.Input[builtins.int] statement_queued_timeout_in_seconds: 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).
152
+ :param pulumi.Input[builtins.int] statement_timeout_in_seconds: 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).
153
+ :param pulumi.Input[builtins.bool] strict_json_output: 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).
154
+ :param pulumi.Input[builtins.str] time_input_format: 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).
155
+ :param pulumi.Input[builtins.str] time_output_format: 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).
156
+ :param pulumi.Input[builtins.bool] timestamp_day_is_always24h: 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).
157
+ :param pulumi.Input[builtins.str] timestamp_input_format: 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).
158
+ :param pulumi.Input[builtins.str] timestamp_ltz_output_format: 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).
159
+ :param pulumi.Input[builtins.str] timestamp_ntz_output_format: 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).
160
+ :param pulumi.Input[builtins.str] timestamp_output_format: 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).
161
+ :param pulumi.Input[builtins.str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
162
+ :param pulumi.Input[builtins.str] timestamp_tz_output_format: 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).
163
+ :param pulumi.Input[builtins.str] timezone: 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).
164
+ :param pulumi.Input[builtins.str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
165
+ :param pulumi.Input[builtins.bool] transaction_abort_on_error: 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).
166
+ :param pulumi.Input[builtins.str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
167
+ :param pulumi.Input[builtins.int] two_digit_century_start: 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).
168
+ :param pulumi.Input[builtins.str] unsupported_ddl_action: 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).
169
+ :param pulumi.Input[builtins.bool] use_cached_result: 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).
170
+ :param pulumi.Input[builtins.int] week_of_year_policy: 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).
171
+ :param pulumi.Input[builtins.int] week_start: 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).
171
172
  """
172
173
  if abort_detached_query is not None:
173
174
  pulumi.set(__self__, "abort_detached_query", abort_detached_query)
@@ -320,1042 +321,1042 @@ class LegacyServiceUserArgs:
320
321
 
321
322
  @property
322
323
  @pulumi.getter(name="abortDetachedQuery")
323
- def abort_detached_query(self) -> Optional[pulumi.Input[bool]]:
324
+ def abort_detached_query(self) -> Optional[pulumi.Input[builtins.bool]]:
324
325
  """
325
326
  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).
326
327
  """
327
328
  return pulumi.get(self, "abort_detached_query")
328
329
 
329
330
  @abort_detached_query.setter
330
- def abort_detached_query(self, value: Optional[pulumi.Input[bool]]):
331
+ def abort_detached_query(self, value: Optional[pulumi.Input[builtins.bool]]):
331
332
  pulumi.set(self, "abort_detached_query", value)
332
333
 
333
334
  @property
334
335
  @pulumi.getter
335
- def autocommit(self) -> Optional[pulumi.Input[bool]]:
336
+ def autocommit(self) -> Optional[pulumi.Input[builtins.bool]]:
336
337
  """
337
338
  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).
338
339
  """
339
340
  return pulumi.get(self, "autocommit")
340
341
 
341
342
  @autocommit.setter
342
- def autocommit(self, value: Optional[pulumi.Input[bool]]):
343
+ def autocommit(self, value: Optional[pulumi.Input[builtins.bool]]):
343
344
  pulumi.set(self, "autocommit", value)
344
345
 
345
346
  @property
346
347
  @pulumi.getter(name="binaryInputFormat")
347
- def binary_input_format(self) -> Optional[pulumi.Input[str]]:
348
+ def binary_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
348
349
  """
349
350
  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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
350
351
  """
351
352
  return pulumi.get(self, "binary_input_format")
352
353
 
353
354
  @binary_input_format.setter
354
- def binary_input_format(self, value: Optional[pulumi.Input[str]]):
355
+ def binary_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
355
356
  pulumi.set(self, "binary_input_format", value)
356
357
 
357
358
  @property
358
359
  @pulumi.getter(name="binaryOutputFormat")
359
- def binary_output_format(self) -> Optional[pulumi.Input[str]]:
360
+ def binary_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
360
361
  """
361
362
  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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
362
363
  """
363
364
  return pulumi.get(self, "binary_output_format")
364
365
 
365
366
  @binary_output_format.setter
366
- def binary_output_format(self, value: Optional[pulumi.Input[str]]):
367
+ def binary_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
367
368
  pulumi.set(self, "binary_output_format", value)
368
369
 
369
370
  @property
370
371
  @pulumi.getter(name="clientMemoryLimit")
371
- def client_memory_limit(self) -> Optional[pulumi.Input[int]]:
372
+ def client_memory_limit(self) -> Optional[pulumi.Input[builtins.int]]:
372
373
  """
373
374
  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).
374
375
  """
375
376
  return pulumi.get(self, "client_memory_limit")
376
377
 
377
378
  @client_memory_limit.setter
378
- def client_memory_limit(self, value: Optional[pulumi.Input[int]]):
379
+ def client_memory_limit(self, value: Optional[pulumi.Input[builtins.int]]):
379
380
  pulumi.set(self, "client_memory_limit", value)
380
381
 
381
382
  @property
382
383
  @pulumi.getter(name="clientMetadataRequestUseConnectionCtx")
383
- def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[bool]]:
384
+ def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[builtins.bool]]:
384
385
  """
385
386
  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).
386
387
  """
387
388
  return pulumi.get(self, "client_metadata_request_use_connection_ctx")
388
389
 
389
390
  @client_metadata_request_use_connection_ctx.setter
390
- def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[bool]]):
391
+ def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[builtins.bool]]):
391
392
  pulumi.set(self, "client_metadata_request_use_connection_ctx", value)
392
393
 
393
394
  @property
394
395
  @pulumi.getter(name="clientPrefetchThreads")
395
- def client_prefetch_threads(self) -> Optional[pulumi.Input[int]]:
396
+ def client_prefetch_threads(self) -> Optional[pulumi.Input[builtins.int]]:
396
397
  """
397
398
  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).
398
399
  """
399
400
  return pulumi.get(self, "client_prefetch_threads")
400
401
 
401
402
  @client_prefetch_threads.setter
402
- def client_prefetch_threads(self, value: Optional[pulumi.Input[int]]):
403
+ def client_prefetch_threads(self, value: Optional[pulumi.Input[builtins.int]]):
403
404
  pulumi.set(self, "client_prefetch_threads", value)
404
405
 
405
406
  @property
406
407
  @pulumi.getter(name="clientResultChunkSize")
407
- def client_result_chunk_size(self) -> Optional[pulumi.Input[int]]:
408
+ def client_result_chunk_size(self) -> Optional[pulumi.Input[builtins.int]]:
408
409
  """
409
410
  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).
410
411
  """
411
412
  return pulumi.get(self, "client_result_chunk_size")
412
413
 
413
414
  @client_result_chunk_size.setter
414
- def client_result_chunk_size(self, value: Optional[pulumi.Input[int]]):
415
+ def client_result_chunk_size(self, value: Optional[pulumi.Input[builtins.int]]):
415
416
  pulumi.set(self, "client_result_chunk_size", value)
416
417
 
417
418
  @property
418
419
  @pulumi.getter(name="clientResultColumnCaseInsensitive")
419
- def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[bool]]:
420
+ def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[builtins.bool]]:
420
421
  """
421
422
  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).
422
423
  """
423
424
  return pulumi.get(self, "client_result_column_case_insensitive")
424
425
 
425
426
  @client_result_column_case_insensitive.setter
426
- def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[bool]]):
427
+ def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[builtins.bool]]):
427
428
  pulumi.set(self, "client_result_column_case_insensitive", value)
428
429
 
429
430
  @property
430
431
  @pulumi.getter(name="clientSessionKeepAlive")
431
- def client_session_keep_alive(self) -> Optional[pulumi.Input[bool]]:
432
+ def client_session_keep_alive(self) -> Optional[pulumi.Input[builtins.bool]]:
432
433
  """
433
434
  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).
434
435
  """
435
436
  return pulumi.get(self, "client_session_keep_alive")
436
437
 
437
438
  @client_session_keep_alive.setter
438
- def client_session_keep_alive(self, value: Optional[pulumi.Input[bool]]):
439
+ def client_session_keep_alive(self, value: Optional[pulumi.Input[builtins.bool]]):
439
440
  pulumi.set(self, "client_session_keep_alive", value)
440
441
 
441
442
  @property
442
443
  @pulumi.getter(name="clientSessionKeepAliveHeartbeatFrequency")
443
- def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[int]]:
444
+ def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[builtins.int]]:
444
445
  """
445
446
  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).
446
447
  """
447
448
  return pulumi.get(self, "client_session_keep_alive_heartbeat_frequency")
448
449
 
449
450
  @client_session_keep_alive_heartbeat_frequency.setter
450
- def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[int]]):
451
+ def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[builtins.int]]):
451
452
  pulumi.set(self, "client_session_keep_alive_heartbeat_frequency", value)
452
453
 
453
454
  @property
454
455
  @pulumi.getter(name="clientTimestampTypeMapping")
455
- def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
456
+ def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
456
457
  """
457
458
  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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
458
459
  """
459
460
  return pulumi.get(self, "client_timestamp_type_mapping")
460
461
 
461
462
  @client_timestamp_type_mapping.setter
462
- def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
463
+ def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
463
464
  pulumi.set(self, "client_timestamp_type_mapping", value)
464
465
 
465
466
  @property
466
467
  @pulumi.getter
467
- def comment(self) -> Optional[pulumi.Input[str]]:
468
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
468
469
  """
469
470
  Specifies a comment for the user.
470
471
  """
471
472
  return pulumi.get(self, "comment")
472
473
 
473
474
  @comment.setter
474
- def comment(self, value: Optional[pulumi.Input[str]]):
475
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
475
476
  pulumi.set(self, "comment", value)
476
477
 
477
478
  @property
478
479
  @pulumi.getter(name="dateInputFormat")
479
- def date_input_format(self) -> Optional[pulumi.Input[str]]:
480
+ def date_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
480
481
  """
481
482
  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).
482
483
  """
483
484
  return pulumi.get(self, "date_input_format")
484
485
 
485
486
  @date_input_format.setter
486
- def date_input_format(self, value: Optional[pulumi.Input[str]]):
487
+ def date_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
487
488
  pulumi.set(self, "date_input_format", value)
488
489
 
489
490
  @property
490
491
  @pulumi.getter(name="dateOutputFormat")
491
- def date_output_format(self) -> Optional[pulumi.Input[str]]:
492
+ def date_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
492
493
  """
493
494
  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).
494
495
  """
495
496
  return pulumi.get(self, "date_output_format")
496
497
 
497
498
  @date_output_format.setter
498
- def date_output_format(self, value: Optional[pulumi.Input[str]]):
499
+ def date_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
499
500
  pulumi.set(self, "date_output_format", value)
500
501
 
501
502
  @property
502
503
  @pulumi.getter(name="daysToExpiry")
503
- def days_to_expiry(self) -> Optional[pulumi.Input[int]]:
504
+ def days_to_expiry(self) -> Optional[pulumi.Input[builtins.int]]:
504
505
  return pulumi.get(self, "days_to_expiry")
505
506
 
506
507
  @days_to_expiry.setter
507
- def days_to_expiry(self, value: Optional[pulumi.Input[int]]):
508
+ def days_to_expiry(self, value: Optional[pulumi.Input[builtins.int]]):
508
509
  pulumi.set(self, "days_to_expiry", value)
509
510
 
510
511
  @property
511
512
  @pulumi.getter(name="defaultNamespace")
512
- def default_namespace(self) -> Optional[pulumi.Input[str]]:
513
+ def default_namespace(self) -> Optional[pulumi.Input[builtins.str]]:
513
514
  """
514
515
  Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
515
516
  """
516
517
  return pulumi.get(self, "default_namespace")
517
518
 
518
519
  @default_namespace.setter
519
- def default_namespace(self, value: Optional[pulumi.Input[str]]):
520
+ def default_namespace(self, value: Optional[pulumi.Input[builtins.str]]):
520
521
  pulumi.set(self, "default_namespace", value)
521
522
 
522
523
  @property
523
524
  @pulumi.getter(name="defaultRole")
524
- def default_role(self) -> Optional[pulumi.Input[str]]:
525
+ def default_role(self) -> Optional[pulumi.Input[builtins.str]]:
525
526
  """
526
527
  Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
527
528
  """
528
529
  return pulumi.get(self, "default_role")
529
530
 
530
531
  @default_role.setter
531
- def default_role(self, value: Optional[pulumi.Input[str]]):
532
+ def default_role(self, value: Optional[pulumi.Input[builtins.str]]):
532
533
  pulumi.set(self, "default_role", value)
533
534
 
534
535
  @property
535
536
  @pulumi.getter(name="defaultSecondaryRolesOption")
536
- def default_secondary_roles_option(self) -> Optional[pulumi.Input[str]]:
537
+ def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
537
538
  """
538
539
  Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
539
540
  """
540
541
  return pulumi.get(self, "default_secondary_roles_option")
541
542
 
542
543
  @default_secondary_roles_option.setter
543
- def default_secondary_roles_option(self, value: Optional[pulumi.Input[str]]):
544
+ def default_secondary_roles_option(self, value: Optional[pulumi.Input[builtins.str]]):
544
545
  pulumi.set(self, "default_secondary_roles_option", value)
545
546
 
546
547
  @property
547
548
  @pulumi.getter(name="defaultWarehouse")
548
- def default_warehouse(self) -> Optional[pulumi.Input[str]]:
549
+ def default_warehouse(self) -> Optional[pulumi.Input[builtins.str]]:
549
550
  """
550
551
  Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
551
552
  """
552
553
  return pulumi.get(self, "default_warehouse")
553
554
 
554
555
  @default_warehouse.setter
555
- def default_warehouse(self, value: Optional[pulumi.Input[str]]):
556
+ def default_warehouse(self, value: Optional[pulumi.Input[builtins.str]]):
556
557
  pulumi.set(self, "default_warehouse", value)
557
558
 
558
559
  @property
559
560
  @pulumi.getter
560
- def disabled(self) -> Optional[pulumi.Input[str]]:
561
+ def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
561
562
  """
562
563
  Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
563
564
  """
564
565
  return pulumi.get(self, "disabled")
565
566
 
566
567
  @disabled.setter
567
- def disabled(self, value: Optional[pulumi.Input[str]]):
568
+ def disabled(self, value: Optional[pulumi.Input[builtins.str]]):
568
569
  pulumi.set(self, "disabled", value)
569
570
 
570
571
  @property
571
572
  @pulumi.getter(name="displayName")
572
- def display_name(self) -> Optional[pulumi.Input[str]]:
573
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
573
574
  """
574
575
  Name displayed for the user in the Snowflake web interface.
575
576
  """
576
577
  return pulumi.get(self, "display_name")
577
578
 
578
579
  @display_name.setter
579
- def display_name(self, value: Optional[pulumi.Input[str]]):
580
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
580
581
  pulumi.set(self, "display_name", value)
581
582
 
582
583
  @property
583
584
  @pulumi.getter
584
- def email(self) -> Optional[pulumi.Input[str]]:
585
+ def email(self) -> Optional[pulumi.Input[builtins.str]]:
585
586
  """
586
587
  Email address for the user.
587
588
  """
588
589
  return pulumi.get(self, "email")
589
590
 
590
591
  @email.setter
591
- def email(self, value: Optional[pulumi.Input[str]]):
592
+ def email(self, value: Optional[pulumi.Input[builtins.str]]):
592
593
  pulumi.set(self, "email", value)
593
594
 
594
595
  @property
595
596
  @pulumi.getter(name="enableUnloadPhysicalTypeOptimization")
596
- def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[bool]]:
597
+ def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[builtins.bool]]:
597
598
  """
598
599
  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).
599
600
  """
600
601
  return pulumi.get(self, "enable_unload_physical_type_optimization")
601
602
 
602
603
  @enable_unload_physical_type_optimization.setter
603
- def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[bool]]):
604
+ def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[builtins.bool]]):
604
605
  pulumi.set(self, "enable_unload_physical_type_optimization", value)
605
606
 
606
607
  @property
607
608
  @pulumi.getter(name="enableUnredactedQuerySyntaxError")
608
- def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[bool]]:
609
+ def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[builtins.bool]]:
609
610
  """
610
611
  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).
611
612
  """
612
613
  return pulumi.get(self, "enable_unredacted_query_syntax_error")
613
614
 
614
615
  @enable_unredacted_query_syntax_error.setter
615
- def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[bool]]):
616
+ def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[builtins.bool]]):
616
617
  pulumi.set(self, "enable_unredacted_query_syntax_error", value)
617
618
 
618
619
  @property
619
620
  @pulumi.getter(name="errorOnNondeterministicMerge")
620
- def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[bool]]:
621
+ def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[builtins.bool]]:
621
622
  """
622
623
  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).
623
624
  """
624
625
  return pulumi.get(self, "error_on_nondeterministic_merge")
625
626
 
626
627
  @error_on_nondeterministic_merge.setter
627
- def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[bool]]):
628
+ def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[builtins.bool]]):
628
629
  pulumi.set(self, "error_on_nondeterministic_merge", value)
629
630
 
630
631
  @property
631
632
  @pulumi.getter(name="errorOnNondeterministicUpdate")
632
- def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[bool]]:
633
+ def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[builtins.bool]]:
633
634
  """
634
635
  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).
635
636
  """
636
637
  return pulumi.get(self, "error_on_nondeterministic_update")
637
638
 
638
639
  @error_on_nondeterministic_update.setter
639
- def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[bool]]):
640
+ def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[builtins.bool]]):
640
641
  pulumi.set(self, "error_on_nondeterministic_update", value)
641
642
 
642
643
  @property
643
644
  @pulumi.getter(name="geographyOutputFormat")
644
- def geography_output_format(self) -> Optional[pulumi.Input[str]]:
645
+ def geography_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
645
646
  """
646
647
  Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
647
648
  """
648
649
  return pulumi.get(self, "geography_output_format")
649
650
 
650
651
  @geography_output_format.setter
651
- def geography_output_format(self, value: Optional[pulumi.Input[str]]):
652
+ def geography_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
652
653
  pulumi.set(self, "geography_output_format", value)
653
654
 
654
655
  @property
655
656
  @pulumi.getter(name="geometryOutputFormat")
656
- def geometry_output_format(self) -> Optional[pulumi.Input[str]]:
657
+ def geometry_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
657
658
  """
658
659
  Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
659
660
  """
660
661
  return pulumi.get(self, "geometry_output_format")
661
662
 
662
663
  @geometry_output_format.setter
663
- def geometry_output_format(self, value: Optional[pulumi.Input[str]]):
664
+ def geometry_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
664
665
  pulumi.set(self, "geometry_output_format", value)
665
666
 
666
667
  @property
667
668
  @pulumi.getter(name="jdbcTreatDecimalAsInt")
668
- def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
669
+ def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
669
670
  """
670
671
  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).
671
672
  """
672
673
  return pulumi.get(self, "jdbc_treat_decimal_as_int")
673
674
 
674
675
  @jdbc_treat_decimal_as_int.setter
675
- def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
676
+ def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
676
677
  pulumi.set(self, "jdbc_treat_decimal_as_int", value)
677
678
 
678
679
  @property
679
680
  @pulumi.getter(name="jdbcTreatTimestampNtzAsUtc")
680
- def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[bool]]:
681
+ def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[builtins.bool]]:
681
682
  """
682
683
  Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
683
684
  """
684
685
  return pulumi.get(self, "jdbc_treat_timestamp_ntz_as_utc")
685
686
 
686
687
  @jdbc_treat_timestamp_ntz_as_utc.setter
687
- def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[bool]]):
688
+ def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[builtins.bool]]):
688
689
  pulumi.set(self, "jdbc_treat_timestamp_ntz_as_utc", value)
689
690
 
690
691
  @property
691
692
  @pulumi.getter(name="jdbcUseSessionTimezone")
692
- def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[bool]]:
693
+ def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[builtins.bool]]:
693
694
  """
694
695
  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).
695
696
  """
696
697
  return pulumi.get(self, "jdbc_use_session_timezone")
697
698
 
698
699
  @jdbc_use_session_timezone.setter
699
- def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[bool]]):
700
+ def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[builtins.bool]]):
700
701
  pulumi.set(self, "jdbc_use_session_timezone", value)
701
702
 
702
703
  @property
703
704
  @pulumi.getter(name="jsonIndent")
704
- def json_indent(self) -> Optional[pulumi.Input[int]]:
705
+ def json_indent(self) -> Optional[pulumi.Input[builtins.int]]:
705
706
  """
706
707
  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).
707
708
  """
708
709
  return pulumi.get(self, "json_indent")
709
710
 
710
711
  @json_indent.setter
711
- def json_indent(self, value: Optional[pulumi.Input[int]]):
712
+ def json_indent(self, value: Optional[pulumi.Input[builtins.int]]):
712
713
  pulumi.set(self, "json_indent", value)
713
714
 
714
715
  @property
715
716
  @pulumi.getter(name="lockTimeout")
716
- def lock_timeout(self) -> Optional[pulumi.Input[int]]:
717
+ def lock_timeout(self) -> Optional[pulumi.Input[builtins.int]]:
717
718
  """
718
719
  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).
719
720
  """
720
721
  return pulumi.get(self, "lock_timeout")
721
722
 
722
723
  @lock_timeout.setter
723
- def lock_timeout(self, value: Optional[pulumi.Input[int]]):
724
+ def lock_timeout(self, value: Optional[pulumi.Input[builtins.int]]):
724
725
  pulumi.set(self, "lock_timeout", value)
725
726
 
726
727
  @property
727
728
  @pulumi.getter(name="logLevel")
728
- def log_level(self) -> Optional[pulumi.Input[str]]:
729
+ def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
729
730
  """
730
731
  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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
731
732
  """
732
733
  return pulumi.get(self, "log_level")
733
734
 
734
735
  @log_level.setter
735
- def log_level(self, value: Optional[pulumi.Input[str]]):
736
+ def log_level(self, value: Optional[pulumi.Input[builtins.str]]):
736
737
  pulumi.set(self, "log_level", value)
737
738
 
738
739
  @property
739
740
  @pulumi.getter(name="loginName")
740
- def login_name(self) -> Optional[pulumi.Input[str]]:
741
+ def login_name(self) -> Optional[pulumi.Input[builtins.str]]:
741
742
  """
742
743
  The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
743
744
  """
744
745
  return pulumi.get(self, "login_name")
745
746
 
746
747
  @login_name.setter
747
- def login_name(self, value: Optional[pulumi.Input[str]]):
748
+ def login_name(self, value: Optional[pulumi.Input[builtins.str]]):
748
749
  pulumi.set(self, "login_name", value)
749
750
 
750
751
  @property
751
752
  @pulumi.getter(name="minsToUnlock")
752
- def mins_to_unlock(self) -> Optional[pulumi.Input[int]]:
753
+ def mins_to_unlock(self) -> Optional[pulumi.Input[builtins.int]]:
753
754
  return pulumi.get(self, "mins_to_unlock")
754
755
 
755
756
  @mins_to_unlock.setter
756
- def mins_to_unlock(self, value: Optional[pulumi.Input[int]]):
757
+ def mins_to_unlock(self, value: Optional[pulumi.Input[builtins.int]]):
757
758
  pulumi.set(self, "mins_to_unlock", value)
758
759
 
759
760
  @property
760
761
  @pulumi.getter(name="multiStatementCount")
761
- def multi_statement_count(self) -> Optional[pulumi.Input[int]]:
762
+ def multi_statement_count(self) -> Optional[pulumi.Input[builtins.int]]:
762
763
  """
763
764
  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).
764
765
  """
765
766
  return pulumi.get(self, "multi_statement_count")
766
767
 
767
768
  @multi_statement_count.setter
768
- def multi_statement_count(self, value: Optional[pulumi.Input[int]]):
769
+ def multi_statement_count(self, value: Optional[pulumi.Input[builtins.int]]):
769
770
  pulumi.set(self, "multi_statement_count", value)
770
771
 
771
772
  @property
772
773
  @pulumi.getter(name="mustChangePassword")
773
- def must_change_password(self) -> Optional[pulumi.Input[str]]:
774
+ def must_change_password(self) -> Optional[pulumi.Input[builtins.str]]:
774
775
  """
775
776
  Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
776
777
  """
777
778
  return pulumi.get(self, "must_change_password")
778
779
 
779
780
  @must_change_password.setter
780
- def must_change_password(self, value: Optional[pulumi.Input[str]]):
781
+ def must_change_password(self, value: Optional[pulumi.Input[builtins.str]]):
781
782
  pulumi.set(self, "must_change_password", value)
782
783
 
783
784
  @property
784
785
  @pulumi.getter
785
- def name(self) -> Optional[pulumi.Input[str]]:
786
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
786
787
  """
787
788
  Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
788
789
  """
789
790
  return pulumi.get(self, "name")
790
791
 
791
792
  @name.setter
792
- def name(self, value: Optional[pulumi.Input[str]]):
793
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
793
794
  pulumi.set(self, "name", value)
794
795
 
795
796
  @property
796
797
  @pulumi.getter(name="networkPolicy")
797
- def network_policy(self) -> Optional[pulumi.Input[str]]:
798
+ def network_policy(self) -> Optional[pulumi.Input[builtins.str]]:
798
799
  """
799
800
  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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
800
801
  """
801
802
  return pulumi.get(self, "network_policy")
802
803
 
803
804
  @network_policy.setter
804
- def network_policy(self, value: Optional[pulumi.Input[str]]):
805
+ def network_policy(self, value: Optional[pulumi.Input[builtins.str]]):
805
806
  pulumi.set(self, "network_policy", value)
806
807
 
807
808
  @property
808
809
  @pulumi.getter(name="noorderSequenceAsDefault")
809
- def noorder_sequence_as_default(self) -> Optional[pulumi.Input[bool]]:
810
+ def noorder_sequence_as_default(self) -> Optional[pulumi.Input[builtins.bool]]:
810
811
  """
811
812
  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).
812
813
  """
813
814
  return pulumi.get(self, "noorder_sequence_as_default")
814
815
 
815
816
  @noorder_sequence_as_default.setter
816
- def noorder_sequence_as_default(self, value: Optional[pulumi.Input[bool]]):
817
+ def noorder_sequence_as_default(self, value: Optional[pulumi.Input[builtins.bool]]):
817
818
  pulumi.set(self, "noorder_sequence_as_default", value)
818
819
 
819
820
  @property
820
821
  @pulumi.getter(name="odbcTreatDecimalAsInt")
821
- def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
822
+ def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
822
823
  """
823
824
  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).
824
825
  """
825
826
  return pulumi.get(self, "odbc_treat_decimal_as_int")
826
827
 
827
828
  @odbc_treat_decimal_as_int.setter
828
- def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
829
+ def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
829
830
  pulumi.set(self, "odbc_treat_decimal_as_int", value)
830
831
 
831
832
  @property
832
833
  @pulumi.getter
833
- def password(self) -> Optional[pulumi.Input[str]]:
834
+ def password(self) -> Optional[pulumi.Input[builtins.str]]:
834
835
  return pulumi.get(self, "password")
835
836
 
836
837
  @password.setter
837
- def password(self, value: Optional[pulumi.Input[str]]):
838
+ def password(self, value: Optional[pulumi.Input[builtins.str]]):
838
839
  pulumi.set(self, "password", value)
839
840
 
840
841
  @property
841
842
  @pulumi.getter(name="preventUnloadToInternalStages")
842
- def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[bool]]:
843
+ def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[builtins.bool]]:
843
844
  """
844
845
  Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
845
846
  """
846
847
  return pulumi.get(self, "prevent_unload_to_internal_stages")
847
848
 
848
849
  @prevent_unload_to_internal_stages.setter
849
- def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[bool]]):
850
+ def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[builtins.bool]]):
850
851
  pulumi.set(self, "prevent_unload_to_internal_stages", value)
851
852
 
852
853
  @property
853
854
  @pulumi.getter(name="queryTag")
854
- def query_tag(self) -> Optional[pulumi.Input[str]]:
855
+ def query_tag(self) -> Optional[pulumi.Input[builtins.str]]:
855
856
  """
856
857
  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).
857
858
  """
858
859
  return pulumi.get(self, "query_tag")
859
860
 
860
861
  @query_tag.setter
861
- def query_tag(self, value: Optional[pulumi.Input[str]]):
862
+ def query_tag(self, value: Optional[pulumi.Input[builtins.str]]):
862
863
  pulumi.set(self, "query_tag", value)
863
864
 
864
865
  @property
865
866
  @pulumi.getter(name="quotedIdentifiersIgnoreCase")
866
- def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[bool]]:
867
+ def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[builtins.bool]]:
867
868
  """
868
869
  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).
869
870
  """
870
871
  return pulumi.get(self, "quoted_identifiers_ignore_case")
871
872
 
872
873
  @quoted_identifiers_ignore_case.setter
873
- def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[bool]]):
874
+ def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[builtins.bool]]):
874
875
  pulumi.set(self, "quoted_identifiers_ignore_case", value)
875
876
 
876
877
  @property
877
878
  @pulumi.getter(name="rowsPerResultset")
878
- def rows_per_resultset(self) -> Optional[pulumi.Input[int]]:
879
+ def rows_per_resultset(self) -> Optional[pulumi.Input[builtins.int]]:
879
880
  """
880
881
  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).
881
882
  """
882
883
  return pulumi.get(self, "rows_per_resultset")
883
884
 
884
885
  @rows_per_resultset.setter
885
- def rows_per_resultset(self, value: Optional[pulumi.Input[int]]):
886
+ def rows_per_resultset(self, value: Optional[pulumi.Input[builtins.int]]):
886
887
  pulumi.set(self, "rows_per_resultset", value)
887
888
 
888
889
  @property
889
890
  @pulumi.getter(name="rsaPublicKey")
890
- def rsa_public_key(self) -> Optional[pulumi.Input[str]]:
891
+ def rsa_public_key(self) -> Optional[pulumi.Input[builtins.str]]:
891
892
  """
892
893
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
893
894
  """
894
895
  return pulumi.get(self, "rsa_public_key")
895
896
 
896
897
  @rsa_public_key.setter
897
- def rsa_public_key(self, value: Optional[pulumi.Input[str]]):
898
+ def rsa_public_key(self, value: Optional[pulumi.Input[builtins.str]]):
898
899
  pulumi.set(self, "rsa_public_key", value)
899
900
 
900
901
  @property
901
902
  @pulumi.getter(name="rsaPublicKey2")
902
- def rsa_public_key2(self) -> Optional[pulumi.Input[str]]:
903
+ def rsa_public_key2(self) -> Optional[pulumi.Input[builtins.str]]:
903
904
  """
904
905
  Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
905
906
  """
906
907
  return pulumi.get(self, "rsa_public_key2")
907
908
 
908
909
  @rsa_public_key2.setter
909
- def rsa_public_key2(self, value: Optional[pulumi.Input[str]]):
910
+ def rsa_public_key2(self, value: Optional[pulumi.Input[builtins.str]]):
910
911
  pulumi.set(self, "rsa_public_key2", value)
911
912
 
912
913
  @property
913
914
  @pulumi.getter(name="s3StageVpceDnsName")
914
- def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[str]]:
915
+ def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[builtins.str]]:
915
916
  """
916
917
  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).
917
918
  """
918
919
  return pulumi.get(self, "s3_stage_vpce_dns_name")
919
920
 
920
921
  @s3_stage_vpce_dns_name.setter
921
- def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[str]]):
922
+ def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[builtins.str]]):
922
923
  pulumi.set(self, "s3_stage_vpce_dns_name", value)
923
924
 
924
925
  @property
925
926
  @pulumi.getter(name="searchPath")
926
- def search_path(self) -> Optional[pulumi.Input[str]]:
927
+ def search_path(self) -> Optional[pulumi.Input[builtins.str]]:
927
928
  """
928
929
  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).
929
930
  """
930
931
  return pulumi.get(self, "search_path")
931
932
 
932
933
  @search_path.setter
933
- def search_path(self, value: Optional[pulumi.Input[str]]):
934
+ def search_path(self, value: Optional[pulumi.Input[builtins.str]]):
934
935
  pulumi.set(self, "search_path", value)
935
936
 
936
937
  @property
937
938
  @pulumi.getter(name="simulatedDataSharingConsumer")
938
- def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[str]]:
939
+ def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[builtins.str]]:
939
940
  """
940
941
  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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
941
942
  """
942
943
  return pulumi.get(self, "simulated_data_sharing_consumer")
943
944
 
944
945
  @simulated_data_sharing_consumer.setter
945
- def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[str]]):
946
+ def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[builtins.str]]):
946
947
  pulumi.set(self, "simulated_data_sharing_consumer", value)
947
948
 
948
949
  @property
949
950
  @pulumi.getter(name="statementQueuedTimeoutInSeconds")
950
- def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
951
+ def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
951
952
  """
952
953
  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).
953
954
  """
954
955
  return pulumi.get(self, "statement_queued_timeout_in_seconds")
955
956
 
956
957
  @statement_queued_timeout_in_seconds.setter
957
- def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
958
+ def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
958
959
  pulumi.set(self, "statement_queued_timeout_in_seconds", value)
959
960
 
960
961
  @property
961
962
  @pulumi.getter(name="statementTimeoutInSeconds")
962
- def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
963
+ def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
963
964
  """
964
965
  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).
965
966
  """
966
967
  return pulumi.get(self, "statement_timeout_in_seconds")
967
968
 
968
969
  @statement_timeout_in_seconds.setter
969
- def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
970
+ def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
970
971
  pulumi.set(self, "statement_timeout_in_seconds", value)
971
972
 
972
973
  @property
973
974
  @pulumi.getter(name="strictJsonOutput")
974
- def strict_json_output(self) -> Optional[pulumi.Input[bool]]:
975
+ def strict_json_output(self) -> Optional[pulumi.Input[builtins.bool]]:
975
976
  """
976
977
  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).
977
978
  """
978
979
  return pulumi.get(self, "strict_json_output")
979
980
 
980
981
  @strict_json_output.setter
981
- def strict_json_output(self, value: Optional[pulumi.Input[bool]]):
982
+ def strict_json_output(self, value: Optional[pulumi.Input[builtins.bool]]):
982
983
  pulumi.set(self, "strict_json_output", value)
983
984
 
984
985
  @property
985
986
  @pulumi.getter(name="timeInputFormat")
986
- def time_input_format(self) -> Optional[pulumi.Input[str]]:
987
+ def time_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
987
988
  """
988
989
  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).
989
990
  """
990
991
  return pulumi.get(self, "time_input_format")
991
992
 
992
993
  @time_input_format.setter
993
- def time_input_format(self, value: Optional[pulumi.Input[str]]):
994
+ def time_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
994
995
  pulumi.set(self, "time_input_format", value)
995
996
 
996
997
  @property
997
998
  @pulumi.getter(name="timeOutputFormat")
998
- def time_output_format(self) -> Optional[pulumi.Input[str]]:
999
+ def time_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
999
1000
  """
1000
1001
  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).
1001
1002
  """
1002
1003
  return pulumi.get(self, "time_output_format")
1003
1004
 
1004
1005
  @time_output_format.setter
1005
- def time_output_format(self, value: Optional[pulumi.Input[str]]):
1006
+ def time_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1006
1007
  pulumi.set(self, "time_output_format", value)
1007
1008
 
1008
1009
  @property
1009
1010
  @pulumi.getter(name="timestampDayIsAlways24h")
1010
- def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[bool]]:
1011
+ def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[builtins.bool]]:
1011
1012
  """
1012
1013
  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).
1013
1014
  """
1014
1015
  return pulumi.get(self, "timestamp_day_is_always24h")
1015
1016
 
1016
1017
  @timestamp_day_is_always24h.setter
1017
- def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[bool]]):
1018
+ def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[builtins.bool]]):
1018
1019
  pulumi.set(self, "timestamp_day_is_always24h", value)
1019
1020
 
1020
1021
  @property
1021
1022
  @pulumi.getter(name="timestampInputFormat")
1022
- def timestamp_input_format(self) -> Optional[pulumi.Input[str]]:
1023
+ def timestamp_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
1023
1024
  """
1024
1025
  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).
1025
1026
  """
1026
1027
  return pulumi.get(self, "timestamp_input_format")
1027
1028
 
1028
1029
  @timestamp_input_format.setter
1029
- def timestamp_input_format(self, value: Optional[pulumi.Input[str]]):
1030
+ def timestamp_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
1030
1031
  pulumi.set(self, "timestamp_input_format", value)
1031
1032
 
1032
1033
  @property
1033
1034
  @pulumi.getter(name="timestampLtzOutputFormat")
1034
- def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[str]]:
1035
+ def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1035
1036
  """
1036
1037
  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).
1037
1038
  """
1038
1039
  return pulumi.get(self, "timestamp_ltz_output_format")
1039
1040
 
1040
1041
  @timestamp_ltz_output_format.setter
1041
- def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[str]]):
1042
+ def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1042
1043
  pulumi.set(self, "timestamp_ltz_output_format", value)
1043
1044
 
1044
1045
  @property
1045
1046
  @pulumi.getter(name="timestampNtzOutputFormat")
1046
- def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[str]]:
1047
+ def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1047
1048
  """
1048
1049
  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).
1049
1050
  """
1050
1051
  return pulumi.get(self, "timestamp_ntz_output_format")
1051
1052
 
1052
1053
  @timestamp_ntz_output_format.setter
1053
- def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[str]]):
1054
+ def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1054
1055
  pulumi.set(self, "timestamp_ntz_output_format", value)
1055
1056
 
1056
1057
  @property
1057
1058
  @pulumi.getter(name="timestampOutputFormat")
1058
- def timestamp_output_format(self) -> Optional[pulumi.Input[str]]:
1059
+ def timestamp_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1059
1060
  """
1060
1061
  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).
1061
1062
  """
1062
1063
  return pulumi.get(self, "timestamp_output_format")
1063
1064
 
1064
1065
  @timestamp_output_format.setter
1065
- def timestamp_output_format(self, value: Optional[pulumi.Input[str]]):
1066
+ def timestamp_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1066
1067
  pulumi.set(self, "timestamp_output_format", value)
1067
1068
 
1068
1069
  @property
1069
1070
  @pulumi.getter(name="timestampTypeMapping")
1070
- def timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
1071
+ def timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
1071
1072
  """
1072
1073
  Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
1073
1074
  """
1074
1075
  return pulumi.get(self, "timestamp_type_mapping")
1075
1076
 
1076
1077
  @timestamp_type_mapping.setter
1077
- def timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
1078
+ def timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
1078
1079
  pulumi.set(self, "timestamp_type_mapping", value)
1079
1080
 
1080
1081
  @property
1081
1082
  @pulumi.getter(name="timestampTzOutputFormat")
1082
- def timestamp_tz_output_format(self) -> Optional[pulumi.Input[str]]:
1083
+ def timestamp_tz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1083
1084
  """
1084
1085
  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).
1085
1086
  """
1086
1087
  return pulumi.get(self, "timestamp_tz_output_format")
1087
1088
 
1088
1089
  @timestamp_tz_output_format.setter
1089
- def timestamp_tz_output_format(self, value: Optional[pulumi.Input[str]]):
1090
+ def timestamp_tz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1090
1091
  pulumi.set(self, "timestamp_tz_output_format", value)
1091
1092
 
1092
1093
  @property
1093
1094
  @pulumi.getter
1094
- def timezone(self) -> Optional[pulumi.Input[str]]:
1095
+ def timezone(self) -> Optional[pulumi.Input[builtins.str]]:
1095
1096
  """
1096
1097
  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).
1097
1098
  """
1098
1099
  return pulumi.get(self, "timezone")
1099
1100
 
1100
1101
  @timezone.setter
1101
- def timezone(self, value: Optional[pulumi.Input[str]]):
1102
+ def timezone(self, value: Optional[pulumi.Input[builtins.str]]):
1102
1103
  pulumi.set(self, "timezone", value)
1103
1104
 
1104
1105
  @property
1105
1106
  @pulumi.getter(name="traceLevel")
1106
- def trace_level(self) -> Optional[pulumi.Input[str]]:
1107
+ def trace_level(self) -> Optional[pulumi.Input[builtins.str]]:
1107
1108
  """
1108
1109
  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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
1109
1110
  """
1110
1111
  return pulumi.get(self, "trace_level")
1111
1112
 
1112
1113
  @trace_level.setter
1113
- def trace_level(self, value: Optional[pulumi.Input[str]]):
1114
+ def trace_level(self, value: Optional[pulumi.Input[builtins.str]]):
1114
1115
  pulumi.set(self, "trace_level", value)
1115
1116
 
1116
1117
  @property
1117
1118
  @pulumi.getter(name="transactionAbortOnError")
1118
- def transaction_abort_on_error(self) -> Optional[pulumi.Input[bool]]:
1119
+ def transaction_abort_on_error(self) -> Optional[pulumi.Input[builtins.bool]]:
1119
1120
  """
1120
1121
  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).
1121
1122
  """
1122
1123
  return pulumi.get(self, "transaction_abort_on_error")
1123
1124
 
1124
1125
  @transaction_abort_on_error.setter
1125
- def transaction_abort_on_error(self, value: Optional[pulumi.Input[bool]]):
1126
+ def transaction_abort_on_error(self, value: Optional[pulumi.Input[builtins.bool]]):
1126
1127
  pulumi.set(self, "transaction_abort_on_error", value)
1127
1128
 
1128
1129
  @property
1129
1130
  @pulumi.getter(name="transactionDefaultIsolationLevel")
1130
- def transaction_default_isolation_level(self) -> Optional[pulumi.Input[str]]:
1131
+ def transaction_default_isolation_level(self) -> Optional[pulumi.Input[builtins.str]]:
1131
1132
  """
1132
1133
  Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
1133
1134
  """
1134
1135
  return pulumi.get(self, "transaction_default_isolation_level")
1135
1136
 
1136
1137
  @transaction_default_isolation_level.setter
1137
- def transaction_default_isolation_level(self, value: Optional[pulumi.Input[str]]):
1138
+ def transaction_default_isolation_level(self, value: Optional[pulumi.Input[builtins.str]]):
1138
1139
  pulumi.set(self, "transaction_default_isolation_level", value)
1139
1140
 
1140
1141
  @property
1141
1142
  @pulumi.getter(name="twoDigitCenturyStart")
1142
- def two_digit_century_start(self) -> Optional[pulumi.Input[int]]:
1143
+ def two_digit_century_start(self) -> Optional[pulumi.Input[builtins.int]]:
1143
1144
  """
1144
1145
  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).
1145
1146
  """
1146
1147
  return pulumi.get(self, "two_digit_century_start")
1147
1148
 
1148
1149
  @two_digit_century_start.setter
1149
- def two_digit_century_start(self, value: Optional[pulumi.Input[int]]):
1150
+ def two_digit_century_start(self, value: Optional[pulumi.Input[builtins.int]]):
1150
1151
  pulumi.set(self, "two_digit_century_start", value)
1151
1152
 
1152
1153
  @property
1153
1154
  @pulumi.getter(name="unsupportedDdlAction")
1154
- def unsupported_ddl_action(self) -> Optional[pulumi.Input[str]]:
1155
+ def unsupported_ddl_action(self) -> Optional[pulumi.Input[builtins.str]]:
1155
1156
  """
1156
1157
  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).
1157
1158
  """
1158
1159
  return pulumi.get(self, "unsupported_ddl_action")
1159
1160
 
1160
1161
  @unsupported_ddl_action.setter
1161
- def unsupported_ddl_action(self, value: Optional[pulumi.Input[str]]):
1162
+ def unsupported_ddl_action(self, value: Optional[pulumi.Input[builtins.str]]):
1162
1163
  pulumi.set(self, "unsupported_ddl_action", value)
1163
1164
 
1164
1165
  @property
1165
1166
  @pulumi.getter(name="useCachedResult")
1166
- def use_cached_result(self) -> Optional[pulumi.Input[bool]]:
1167
+ def use_cached_result(self) -> Optional[pulumi.Input[builtins.bool]]:
1167
1168
  """
1168
1169
  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).
1169
1170
  """
1170
1171
  return pulumi.get(self, "use_cached_result")
1171
1172
 
1172
1173
  @use_cached_result.setter
1173
- def use_cached_result(self, value: Optional[pulumi.Input[bool]]):
1174
+ def use_cached_result(self, value: Optional[pulumi.Input[builtins.bool]]):
1174
1175
  pulumi.set(self, "use_cached_result", value)
1175
1176
 
1176
1177
  @property
1177
1178
  @pulumi.getter(name="weekOfYearPolicy")
1178
- def week_of_year_policy(self) -> Optional[pulumi.Input[int]]:
1179
+ def week_of_year_policy(self) -> Optional[pulumi.Input[builtins.int]]:
1179
1180
  """
1180
1181
  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).
1181
1182
  """
1182
1183
  return pulumi.get(self, "week_of_year_policy")
1183
1184
 
1184
1185
  @week_of_year_policy.setter
1185
- def week_of_year_policy(self, value: Optional[pulumi.Input[int]]):
1186
+ def week_of_year_policy(self, value: Optional[pulumi.Input[builtins.int]]):
1186
1187
  pulumi.set(self, "week_of_year_policy", value)
1187
1188
 
1188
1189
  @property
1189
1190
  @pulumi.getter(name="weekStart")
1190
- def week_start(self) -> Optional[pulumi.Input[int]]:
1191
+ def week_start(self) -> Optional[pulumi.Input[builtins.int]]:
1191
1192
  """
1192
1193
  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).
1193
1194
  """
1194
1195
  return pulumi.get(self, "week_start")
1195
1196
 
1196
1197
  @week_start.setter
1197
- def week_start(self, value: Optional[pulumi.Input[int]]):
1198
+ def week_start(self, value: Optional[pulumi.Input[builtins.int]]):
1198
1199
  pulumi.set(self, "week_start", value)
1199
1200
 
1200
1201
 
1201
1202
  @pulumi.input_type
1202
1203
  class _LegacyServiceUserState:
1203
1204
  def __init__(__self__, *,
1204
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
1205
- autocommit: Optional[pulumi.Input[bool]] = None,
1206
- binary_input_format: Optional[pulumi.Input[str]] = None,
1207
- binary_output_format: Optional[pulumi.Input[str]] = None,
1208
- client_memory_limit: Optional[pulumi.Input[int]] = None,
1209
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
1210
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
1211
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
1212
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
1213
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
1214
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
1215
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
1216
- comment: Optional[pulumi.Input[str]] = None,
1217
- date_input_format: Optional[pulumi.Input[str]] = None,
1218
- date_output_format: Optional[pulumi.Input[str]] = None,
1219
- days_to_expiry: Optional[pulumi.Input[int]] = None,
1220
- default_namespace: Optional[pulumi.Input[str]] = None,
1221
- default_role: Optional[pulumi.Input[str]] = None,
1222
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
1223
- default_warehouse: Optional[pulumi.Input[str]] = None,
1224
- disabled: Optional[pulumi.Input[str]] = None,
1225
- display_name: Optional[pulumi.Input[str]] = None,
1226
- email: Optional[pulumi.Input[str]] = None,
1227
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
1228
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
1229
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
1230
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
1231
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
1232
- geography_output_format: Optional[pulumi.Input[str]] = None,
1233
- geometry_output_format: Optional[pulumi.Input[str]] = None,
1234
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
1235
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
1236
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
1237
- json_indent: Optional[pulumi.Input[int]] = None,
1238
- lock_timeout: Optional[pulumi.Input[int]] = None,
1239
- log_level: Optional[pulumi.Input[str]] = None,
1240
- login_name: Optional[pulumi.Input[str]] = None,
1241
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
1242
- multi_statement_count: Optional[pulumi.Input[int]] = None,
1243
- must_change_password: Optional[pulumi.Input[str]] = None,
1244
- name: Optional[pulumi.Input[str]] = None,
1245
- network_policy: Optional[pulumi.Input[str]] = None,
1246
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
1247
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
1205
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
1206
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
1207
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
1208
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
1209
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
1210
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
1211
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
1212
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
1213
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
1214
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
1215
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
1216
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
1217
+ comment: Optional[pulumi.Input[builtins.str]] = None,
1218
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
1219
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
1220
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
1221
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
1222
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
1223
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
1224
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
1225
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
1226
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
1227
+ email: Optional[pulumi.Input[builtins.str]] = None,
1228
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
1229
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
1230
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
1231
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
1232
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
1233
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
1234
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
1235
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
1236
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
1237
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
1238
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
1239
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
1240
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
1241
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
1242
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
1243
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
1244
+ must_change_password: Optional[pulumi.Input[builtins.str]] = None,
1245
+ name: Optional[pulumi.Input[builtins.str]] = None,
1246
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
1247
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
1248
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
1248
1249
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input['LegacyServiceUserParameterArgs']]]] = None,
1249
- password: Optional[pulumi.Input[str]] = None,
1250
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
1251
- query_tag: Optional[pulumi.Input[str]] = None,
1252
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
1253
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
1254
- rsa_public_key: Optional[pulumi.Input[str]] = None,
1255
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
1256
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
1257
- search_path: Optional[pulumi.Input[str]] = None,
1250
+ password: Optional[pulumi.Input[builtins.str]] = None,
1251
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
1252
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
1253
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
1254
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
1255
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
1256
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
1257
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
1258
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
1258
1259
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['LegacyServiceUserShowOutputArgs']]]] = None,
1259
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
1260
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
1261
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
1262
- strict_json_output: Optional[pulumi.Input[bool]] = None,
1263
- time_input_format: Optional[pulumi.Input[str]] = None,
1264
- time_output_format: Optional[pulumi.Input[str]] = None,
1265
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
1266
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
1267
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
1268
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
1269
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
1270
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
1271
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
1272
- timezone: Optional[pulumi.Input[str]] = None,
1273
- trace_level: Optional[pulumi.Input[str]] = None,
1274
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
1275
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
1276
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
1277
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
1278
- use_cached_result: Optional[pulumi.Input[bool]] = None,
1279
- user_type: Optional[pulumi.Input[str]] = None,
1280
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
1281
- week_start: Optional[pulumi.Input[int]] = None):
1260
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
1261
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
1262
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
1263
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
1264
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
1265
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
1266
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
1267
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
1268
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
1269
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
1270
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
1271
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
1272
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
1273
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
1274
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
1275
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
1276
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
1277
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
1278
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
1279
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
1280
+ user_type: Optional[pulumi.Input[builtins.str]] = None,
1281
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
1282
+ week_start: Optional[pulumi.Input[builtins.int]] = None):
1282
1283
  """
1283
1284
  Input properties used for looking up and filtering LegacyServiceUser resources.
1284
- :param pulumi.Input[bool] abort_detached_query: 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).
1285
- :param pulumi.Input[bool] autocommit: 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).
1286
- :param pulumi.Input[str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
1287
- :param pulumi.Input[str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
1288
- :param pulumi.Input[int] client_memory_limit: 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).
1289
- :param pulumi.Input[bool] client_metadata_request_use_connection_ctx: 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).
1290
- :param pulumi.Input[int] client_prefetch_threads: 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).
1291
- :param pulumi.Input[int] client_result_chunk_size: 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).
1292
- :param pulumi.Input[bool] client_result_column_case_insensitive: 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).
1293
- :param pulumi.Input[bool] client_session_keep_alive: 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).
1294
- :param pulumi.Input[int] client_session_keep_alive_heartbeat_frequency: 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).
1295
- :param pulumi.Input[str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
1296
- :param pulumi.Input[str] comment: Specifies a comment for the user.
1297
- :param pulumi.Input[str] date_input_format: 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).
1298
- :param pulumi.Input[str] date_output_format: 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).
1299
- :param pulumi.Input[str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
1300
- :param pulumi.Input[str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
1301
- :param pulumi.Input[str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
1302
- :param pulumi.Input[str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
1303
- :param pulumi.Input[str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1304
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
1305
- :param pulumi.Input[str] email: Email address for the user.
1306
- :param pulumi.Input[bool] enable_unload_physical_type_optimization: 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).
1307
- :param pulumi.Input[bool] enable_unredacted_query_syntax_error: 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).
1308
- :param pulumi.Input[bool] error_on_nondeterministic_merge: 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).
1309
- :param pulumi.Input[bool] error_on_nondeterministic_update: 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).
1310
- :param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
1311
- :param pulumi.Input[str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
1312
- :param pulumi.Input[str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
1313
- :param pulumi.Input[bool] jdbc_treat_decimal_as_int: 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).
1314
- :param pulumi.Input[bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
1315
- :param pulumi.Input[bool] jdbc_use_session_timezone: 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).
1316
- :param pulumi.Input[int] json_indent: 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).
1317
- :param pulumi.Input[int] lock_timeout: 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).
1318
- :param pulumi.Input[str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
1319
- :param pulumi.Input[str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
1320
- :param pulumi.Input[int] multi_statement_count: 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).
1321
- :param pulumi.Input[str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1322
- :param pulumi.Input[str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
1323
- :param pulumi.Input[str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
1324
- :param pulumi.Input[bool] noorder_sequence_as_default: 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).
1325
- :param pulumi.Input[bool] odbc_treat_decimal_as_int: 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).
1285
+ :param pulumi.Input[builtins.bool] abort_detached_query: 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).
1286
+ :param pulumi.Input[builtins.bool] autocommit: 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).
1287
+ :param pulumi.Input[builtins.str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
1288
+ :param pulumi.Input[builtins.str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
1289
+ :param pulumi.Input[builtins.int] client_memory_limit: 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).
1290
+ :param pulumi.Input[builtins.bool] client_metadata_request_use_connection_ctx: 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).
1291
+ :param pulumi.Input[builtins.int] client_prefetch_threads: 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).
1292
+ :param pulumi.Input[builtins.int] client_result_chunk_size: 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).
1293
+ :param pulumi.Input[builtins.bool] client_result_column_case_insensitive: 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).
1294
+ :param pulumi.Input[builtins.bool] client_session_keep_alive: 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).
1295
+ :param pulumi.Input[builtins.int] client_session_keep_alive_heartbeat_frequency: 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).
1296
+ :param pulumi.Input[builtins.str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
1297
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
1298
+ :param pulumi.Input[builtins.str] date_input_format: 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).
1299
+ :param pulumi.Input[builtins.str] date_output_format: 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).
1300
+ :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
1301
+ :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
1302
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
1303
+ :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
1304
+ :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1305
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
1306
+ :param pulumi.Input[builtins.str] email: Email address for the user.
1307
+ :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: 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).
1308
+ :param pulumi.Input[builtins.bool] enable_unredacted_query_syntax_error: 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).
1309
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_merge: 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).
1310
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_update: 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).
1311
+ :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
1312
+ :param pulumi.Input[builtins.str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
1313
+ :param pulumi.Input[builtins.str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
1314
+ :param pulumi.Input[builtins.bool] jdbc_treat_decimal_as_int: 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).
1315
+ :param pulumi.Input[builtins.bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
1316
+ :param pulumi.Input[builtins.bool] jdbc_use_session_timezone: 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).
1317
+ :param pulumi.Input[builtins.int] json_indent: 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).
1318
+ :param pulumi.Input[builtins.int] lock_timeout: 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).
1319
+ :param pulumi.Input[builtins.str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
1320
+ :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
1321
+ :param pulumi.Input[builtins.int] multi_statement_count: 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).
1322
+ :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1323
+ :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
1324
+ :param pulumi.Input[builtins.str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
1325
+ :param pulumi.Input[builtins.bool] noorder_sequence_as_default: 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).
1326
+ :param pulumi.Input[builtins.bool] odbc_treat_decimal_as_int: 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).
1326
1327
  :param pulumi.Input[Sequence[pulumi.Input['LegacyServiceUserParameterArgs']]] parameters: Outputs the result of `SHOW PARAMETERS IN USER` for the given user.
1327
- :param pulumi.Input[bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
1328
- :param pulumi.Input[str] query_tag: 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).
1329
- :param pulumi.Input[bool] quoted_identifiers_ignore_case: 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).
1330
- :param pulumi.Input[int] rows_per_resultset: 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).
1331
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
1332
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
1333
- :param pulumi.Input[str] s3_stage_vpce_dns_name: 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).
1334
- :param pulumi.Input[str] search_path: 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).
1328
+ :param pulumi.Input[builtins.bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
1329
+ :param pulumi.Input[builtins.str] query_tag: 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).
1330
+ :param pulumi.Input[builtins.bool] quoted_identifiers_ignore_case: 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).
1331
+ :param pulumi.Input[builtins.int] rows_per_resultset: 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).
1332
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
1333
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
1334
+ :param pulumi.Input[builtins.str] s3_stage_vpce_dns_name: 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).
1335
+ :param pulumi.Input[builtins.str] search_path: 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).
1335
1336
  :param pulumi.Input[Sequence[pulumi.Input['LegacyServiceUserShowOutputArgs']]] show_outputs: Outputs the result of `SHOW USER` for the given user.
1336
- :param pulumi.Input[str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
1337
- :param pulumi.Input[int] statement_queued_timeout_in_seconds: 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).
1338
- :param pulumi.Input[int] statement_timeout_in_seconds: 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).
1339
- :param pulumi.Input[bool] strict_json_output: 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).
1340
- :param pulumi.Input[str] time_input_format: 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).
1341
- :param pulumi.Input[str] time_output_format: 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).
1342
- :param pulumi.Input[bool] timestamp_day_is_always24h: 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).
1343
- :param pulumi.Input[str] timestamp_input_format: 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).
1344
- :param pulumi.Input[str] timestamp_ltz_output_format: 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).
1345
- :param pulumi.Input[str] timestamp_ntz_output_format: 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).
1346
- :param pulumi.Input[str] timestamp_output_format: 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).
1347
- :param pulumi.Input[str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
1348
- :param pulumi.Input[str] timestamp_tz_output_format: 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).
1349
- :param pulumi.Input[str] timezone: 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).
1350
- :param pulumi.Input[str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
1351
- :param pulumi.Input[bool] transaction_abort_on_error: 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).
1352
- :param pulumi.Input[str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
1353
- :param pulumi.Input[int] two_digit_century_start: 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).
1354
- :param pulumi.Input[str] unsupported_ddl_action: 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).
1355
- :param pulumi.Input[bool] use_cached_result: 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).
1356
- :param pulumi.Input[str] user_type: Specifies a type for the user.
1357
- :param pulumi.Input[int] week_of_year_policy: 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).
1358
- :param pulumi.Input[int] week_start: 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).
1337
+ :param pulumi.Input[builtins.str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
1338
+ :param pulumi.Input[builtins.int] statement_queued_timeout_in_seconds: 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).
1339
+ :param pulumi.Input[builtins.int] statement_timeout_in_seconds: 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).
1340
+ :param pulumi.Input[builtins.bool] strict_json_output: 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).
1341
+ :param pulumi.Input[builtins.str] time_input_format: 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).
1342
+ :param pulumi.Input[builtins.str] time_output_format: 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).
1343
+ :param pulumi.Input[builtins.bool] timestamp_day_is_always24h: 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).
1344
+ :param pulumi.Input[builtins.str] timestamp_input_format: 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).
1345
+ :param pulumi.Input[builtins.str] timestamp_ltz_output_format: 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).
1346
+ :param pulumi.Input[builtins.str] timestamp_ntz_output_format: 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).
1347
+ :param pulumi.Input[builtins.str] timestamp_output_format: 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).
1348
+ :param pulumi.Input[builtins.str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
1349
+ :param pulumi.Input[builtins.str] timestamp_tz_output_format: 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).
1350
+ :param pulumi.Input[builtins.str] timezone: 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).
1351
+ :param pulumi.Input[builtins.str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
1352
+ :param pulumi.Input[builtins.bool] transaction_abort_on_error: 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).
1353
+ :param pulumi.Input[builtins.str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
1354
+ :param pulumi.Input[builtins.int] two_digit_century_start: 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).
1355
+ :param pulumi.Input[builtins.str] unsupported_ddl_action: 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).
1356
+ :param pulumi.Input[builtins.bool] use_cached_result: 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).
1357
+ :param pulumi.Input[builtins.str] user_type: Specifies a type for the user.
1358
+ :param pulumi.Input[builtins.int] week_of_year_policy: 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).
1359
+ :param pulumi.Input[builtins.int] week_start: 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).
1359
1360
  """
1360
1361
  if abort_detached_query is not None:
1361
1362
  pulumi.set(__self__, "abort_detached_query", abort_detached_query)
@@ -1516,524 +1517,524 @@ class _LegacyServiceUserState:
1516
1517
 
1517
1518
  @property
1518
1519
  @pulumi.getter(name="abortDetachedQuery")
1519
- def abort_detached_query(self) -> Optional[pulumi.Input[bool]]:
1520
+ def abort_detached_query(self) -> Optional[pulumi.Input[builtins.bool]]:
1520
1521
  """
1521
1522
  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).
1522
1523
  """
1523
1524
  return pulumi.get(self, "abort_detached_query")
1524
1525
 
1525
1526
  @abort_detached_query.setter
1526
- def abort_detached_query(self, value: Optional[pulumi.Input[bool]]):
1527
+ def abort_detached_query(self, value: Optional[pulumi.Input[builtins.bool]]):
1527
1528
  pulumi.set(self, "abort_detached_query", value)
1528
1529
 
1529
1530
  @property
1530
1531
  @pulumi.getter
1531
- def autocommit(self) -> Optional[pulumi.Input[bool]]:
1532
+ def autocommit(self) -> Optional[pulumi.Input[builtins.bool]]:
1532
1533
  """
1533
1534
  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).
1534
1535
  """
1535
1536
  return pulumi.get(self, "autocommit")
1536
1537
 
1537
1538
  @autocommit.setter
1538
- def autocommit(self, value: Optional[pulumi.Input[bool]]):
1539
+ def autocommit(self, value: Optional[pulumi.Input[builtins.bool]]):
1539
1540
  pulumi.set(self, "autocommit", value)
1540
1541
 
1541
1542
  @property
1542
1543
  @pulumi.getter(name="binaryInputFormat")
1543
- def binary_input_format(self) -> Optional[pulumi.Input[str]]:
1544
+ def binary_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
1544
1545
  """
1545
1546
  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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
1546
1547
  """
1547
1548
  return pulumi.get(self, "binary_input_format")
1548
1549
 
1549
1550
  @binary_input_format.setter
1550
- def binary_input_format(self, value: Optional[pulumi.Input[str]]):
1551
+ def binary_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
1551
1552
  pulumi.set(self, "binary_input_format", value)
1552
1553
 
1553
1554
  @property
1554
1555
  @pulumi.getter(name="binaryOutputFormat")
1555
- def binary_output_format(self) -> Optional[pulumi.Input[str]]:
1556
+ def binary_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1556
1557
  """
1557
1558
  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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
1558
1559
  """
1559
1560
  return pulumi.get(self, "binary_output_format")
1560
1561
 
1561
1562
  @binary_output_format.setter
1562
- def binary_output_format(self, value: Optional[pulumi.Input[str]]):
1563
+ def binary_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1563
1564
  pulumi.set(self, "binary_output_format", value)
1564
1565
 
1565
1566
  @property
1566
1567
  @pulumi.getter(name="clientMemoryLimit")
1567
- def client_memory_limit(self) -> Optional[pulumi.Input[int]]:
1568
+ def client_memory_limit(self) -> Optional[pulumi.Input[builtins.int]]:
1568
1569
  """
1569
1570
  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).
1570
1571
  """
1571
1572
  return pulumi.get(self, "client_memory_limit")
1572
1573
 
1573
1574
  @client_memory_limit.setter
1574
- def client_memory_limit(self, value: Optional[pulumi.Input[int]]):
1575
+ def client_memory_limit(self, value: Optional[pulumi.Input[builtins.int]]):
1575
1576
  pulumi.set(self, "client_memory_limit", value)
1576
1577
 
1577
1578
  @property
1578
1579
  @pulumi.getter(name="clientMetadataRequestUseConnectionCtx")
1579
- def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[bool]]:
1580
+ def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[builtins.bool]]:
1580
1581
  """
1581
1582
  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).
1582
1583
  """
1583
1584
  return pulumi.get(self, "client_metadata_request_use_connection_ctx")
1584
1585
 
1585
1586
  @client_metadata_request_use_connection_ctx.setter
1586
- def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[bool]]):
1587
+ def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[builtins.bool]]):
1587
1588
  pulumi.set(self, "client_metadata_request_use_connection_ctx", value)
1588
1589
 
1589
1590
  @property
1590
1591
  @pulumi.getter(name="clientPrefetchThreads")
1591
- def client_prefetch_threads(self) -> Optional[pulumi.Input[int]]:
1592
+ def client_prefetch_threads(self) -> Optional[pulumi.Input[builtins.int]]:
1592
1593
  """
1593
1594
  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).
1594
1595
  """
1595
1596
  return pulumi.get(self, "client_prefetch_threads")
1596
1597
 
1597
1598
  @client_prefetch_threads.setter
1598
- def client_prefetch_threads(self, value: Optional[pulumi.Input[int]]):
1599
+ def client_prefetch_threads(self, value: Optional[pulumi.Input[builtins.int]]):
1599
1600
  pulumi.set(self, "client_prefetch_threads", value)
1600
1601
 
1601
1602
  @property
1602
1603
  @pulumi.getter(name="clientResultChunkSize")
1603
- def client_result_chunk_size(self) -> Optional[pulumi.Input[int]]:
1604
+ def client_result_chunk_size(self) -> Optional[pulumi.Input[builtins.int]]:
1604
1605
  """
1605
1606
  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).
1606
1607
  """
1607
1608
  return pulumi.get(self, "client_result_chunk_size")
1608
1609
 
1609
1610
  @client_result_chunk_size.setter
1610
- def client_result_chunk_size(self, value: Optional[pulumi.Input[int]]):
1611
+ def client_result_chunk_size(self, value: Optional[pulumi.Input[builtins.int]]):
1611
1612
  pulumi.set(self, "client_result_chunk_size", value)
1612
1613
 
1613
1614
  @property
1614
1615
  @pulumi.getter(name="clientResultColumnCaseInsensitive")
1615
- def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[bool]]:
1616
+ def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[builtins.bool]]:
1616
1617
  """
1617
1618
  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).
1618
1619
  """
1619
1620
  return pulumi.get(self, "client_result_column_case_insensitive")
1620
1621
 
1621
1622
  @client_result_column_case_insensitive.setter
1622
- def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[bool]]):
1623
+ def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[builtins.bool]]):
1623
1624
  pulumi.set(self, "client_result_column_case_insensitive", value)
1624
1625
 
1625
1626
  @property
1626
1627
  @pulumi.getter(name="clientSessionKeepAlive")
1627
- def client_session_keep_alive(self) -> Optional[pulumi.Input[bool]]:
1628
+ def client_session_keep_alive(self) -> Optional[pulumi.Input[builtins.bool]]:
1628
1629
  """
1629
1630
  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).
1630
1631
  """
1631
1632
  return pulumi.get(self, "client_session_keep_alive")
1632
1633
 
1633
1634
  @client_session_keep_alive.setter
1634
- def client_session_keep_alive(self, value: Optional[pulumi.Input[bool]]):
1635
+ def client_session_keep_alive(self, value: Optional[pulumi.Input[builtins.bool]]):
1635
1636
  pulumi.set(self, "client_session_keep_alive", value)
1636
1637
 
1637
1638
  @property
1638
1639
  @pulumi.getter(name="clientSessionKeepAliveHeartbeatFrequency")
1639
- def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[int]]:
1640
+ def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[builtins.int]]:
1640
1641
  """
1641
1642
  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).
1642
1643
  """
1643
1644
  return pulumi.get(self, "client_session_keep_alive_heartbeat_frequency")
1644
1645
 
1645
1646
  @client_session_keep_alive_heartbeat_frequency.setter
1646
- def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[int]]):
1647
+ def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[builtins.int]]):
1647
1648
  pulumi.set(self, "client_session_keep_alive_heartbeat_frequency", value)
1648
1649
 
1649
1650
  @property
1650
1651
  @pulumi.getter(name="clientTimestampTypeMapping")
1651
- def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
1652
+ def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
1652
1653
  """
1653
1654
  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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
1654
1655
  """
1655
1656
  return pulumi.get(self, "client_timestamp_type_mapping")
1656
1657
 
1657
1658
  @client_timestamp_type_mapping.setter
1658
- def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
1659
+ def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
1659
1660
  pulumi.set(self, "client_timestamp_type_mapping", value)
1660
1661
 
1661
1662
  @property
1662
1663
  @pulumi.getter
1663
- def comment(self) -> Optional[pulumi.Input[str]]:
1664
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
1664
1665
  """
1665
1666
  Specifies a comment for the user.
1666
1667
  """
1667
1668
  return pulumi.get(self, "comment")
1668
1669
 
1669
1670
  @comment.setter
1670
- def comment(self, value: Optional[pulumi.Input[str]]):
1671
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
1671
1672
  pulumi.set(self, "comment", value)
1672
1673
 
1673
1674
  @property
1674
1675
  @pulumi.getter(name="dateInputFormat")
1675
- def date_input_format(self) -> Optional[pulumi.Input[str]]:
1676
+ def date_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
1676
1677
  """
1677
1678
  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).
1678
1679
  """
1679
1680
  return pulumi.get(self, "date_input_format")
1680
1681
 
1681
1682
  @date_input_format.setter
1682
- def date_input_format(self, value: Optional[pulumi.Input[str]]):
1683
+ def date_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
1683
1684
  pulumi.set(self, "date_input_format", value)
1684
1685
 
1685
1686
  @property
1686
1687
  @pulumi.getter(name="dateOutputFormat")
1687
- def date_output_format(self) -> Optional[pulumi.Input[str]]:
1688
+ def date_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1688
1689
  """
1689
1690
  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).
1690
1691
  """
1691
1692
  return pulumi.get(self, "date_output_format")
1692
1693
 
1693
1694
  @date_output_format.setter
1694
- def date_output_format(self, value: Optional[pulumi.Input[str]]):
1695
+ def date_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1695
1696
  pulumi.set(self, "date_output_format", value)
1696
1697
 
1697
1698
  @property
1698
1699
  @pulumi.getter(name="daysToExpiry")
1699
- def days_to_expiry(self) -> Optional[pulumi.Input[int]]:
1700
+ def days_to_expiry(self) -> Optional[pulumi.Input[builtins.int]]:
1700
1701
  return pulumi.get(self, "days_to_expiry")
1701
1702
 
1702
1703
  @days_to_expiry.setter
1703
- def days_to_expiry(self, value: Optional[pulumi.Input[int]]):
1704
+ def days_to_expiry(self, value: Optional[pulumi.Input[builtins.int]]):
1704
1705
  pulumi.set(self, "days_to_expiry", value)
1705
1706
 
1706
1707
  @property
1707
1708
  @pulumi.getter(name="defaultNamespace")
1708
- def default_namespace(self) -> Optional[pulumi.Input[str]]:
1709
+ def default_namespace(self) -> Optional[pulumi.Input[builtins.str]]:
1709
1710
  """
1710
1711
  Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
1711
1712
  """
1712
1713
  return pulumi.get(self, "default_namespace")
1713
1714
 
1714
1715
  @default_namespace.setter
1715
- def default_namespace(self, value: Optional[pulumi.Input[str]]):
1716
+ def default_namespace(self, value: Optional[pulumi.Input[builtins.str]]):
1716
1717
  pulumi.set(self, "default_namespace", value)
1717
1718
 
1718
1719
  @property
1719
1720
  @pulumi.getter(name="defaultRole")
1720
- def default_role(self) -> Optional[pulumi.Input[str]]:
1721
+ def default_role(self) -> Optional[pulumi.Input[builtins.str]]:
1721
1722
  """
1722
1723
  Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
1723
1724
  """
1724
1725
  return pulumi.get(self, "default_role")
1725
1726
 
1726
1727
  @default_role.setter
1727
- def default_role(self, value: Optional[pulumi.Input[str]]):
1728
+ def default_role(self, value: Optional[pulumi.Input[builtins.str]]):
1728
1729
  pulumi.set(self, "default_role", value)
1729
1730
 
1730
1731
  @property
1731
1732
  @pulumi.getter(name="defaultSecondaryRolesOption")
1732
- def default_secondary_roles_option(self) -> Optional[pulumi.Input[str]]:
1733
+ def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
1733
1734
  """
1734
1735
  Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
1735
1736
  """
1736
1737
  return pulumi.get(self, "default_secondary_roles_option")
1737
1738
 
1738
1739
  @default_secondary_roles_option.setter
1739
- def default_secondary_roles_option(self, value: Optional[pulumi.Input[str]]):
1740
+ def default_secondary_roles_option(self, value: Optional[pulumi.Input[builtins.str]]):
1740
1741
  pulumi.set(self, "default_secondary_roles_option", value)
1741
1742
 
1742
1743
  @property
1743
1744
  @pulumi.getter(name="defaultWarehouse")
1744
- def default_warehouse(self) -> Optional[pulumi.Input[str]]:
1745
+ def default_warehouse(self) -> Optional[pulumi.Input[builtins.str]]:
1745
1746
  """
1746
1747
  Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
1747
1748
  """
1748
1749
  return pulumi.get(self, "default_warehouse")
1749
1750
 
1750
1751
  @default_warehouse.setter
1751
- def default_warehouse(self, value: Optional[pulumi.Input[str]]):
1752
+ def default_warehouse(self, value: Optional[pulumi.Input[builtins.str]]):
1752
1753
  pulumi.set(self, "default_warehouse", value)
1753
1754
 
1754
1755
  @property
1755
1756
  @pulumi.getter
1756
- def disabled(self) -> Optional[pulumi.Input[str]]:
1757
+ def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
1757
1758
  """
1758
1759
  Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1759
1760
  """
1760
1761
  return pulumi.get(self, "disabled")
1761
1762
 
1762
1763
  @disabled.setter
1763
- def disabled(self, value: Optional[pulumi.Input[str]]):
1764
+ def disabled(self, value: Optional[pulumi.Input[builtins.str]]):
1764
1765
  pulumi.set(self, "disabled", value)
1765
1766
 
1766
1767
  @property
1767
1768
  @pulumi.getter(name="displayName")
1768
- def display_name(self) -> Optional[pulumi.Input[str]]:
1769
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
1769
1770
  """
1770
1771
  Name displayed for the user in the Snowflake web interface.
1771
1772
  """
1772
1773
  return pulumi.get(self, "display_name")
1773
1774
 
1774
1775
  @display_name.setter
1775
- def display_name(self, value: Optional[pulumi.Input[str]]):
1776
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
1776
1777
  pulumi.set(self, "display_name", value)
1777
1778
 
1778
1779
  @property
1779
1780
  @pulumi.getter
1780
- def email(self) -> Optional[pulumi.Input[str]]:
1781
+ def email(self) -> Optional[pulumi.Input[builtins.str]]:
1781
1782
  """
1782
1783
  Email address for the user.
1783
1784
  """
1784
1785
  return pulumi.get(self, "email")
1785
1786
 
1786
1787
  @email.setter
1787
- def email(self, value: Optional[pulumi.Input[str]]):
1788
+ def email(self, value: Optional[pulumi.Input[builtins.str]]):
1788
1789
  pulumi.set(self, "email", value)
1789
1790
 
1790
1791
  @property
1791
1792
  @pulumi.getter(name="enableUnloadPhysicalTypeOptimization")
1792
- def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[bool]]:
1793
+ def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[builtins.bool]]:
1793
1794
  """
1794
1795
  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).
1795
1796
  """
1796
1797
  return pulumi.get(self, "enable_unload_physical_type_optimization")
1797
1798
 
1798
1799
  @enable_unload_physical_type_optimization.setter
1799
- def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[bool]]):
1800
+ def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[builtins.bool]]):
1800
1801
  pulumi.set(self, "enable_unload_physical_type_optimization", value)
1801
1802
 
1802
1803
  @property
1803
1804
  @pulumi.getter(name="enableUnredactedQuerySyntaxError")
1804
- def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[bool]]:
1805
+ def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[builtins.bool]]:
1805
1806
  """
1806
1807
  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).
1807
1808
  """
1808
1809
  return pulumi.get(self, "enable_unredacted_query_syntax_error")
1809
1810
 
1810
1811
  @enable_unredacted_query_syntax_error.setter
1811
- def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[bool]]):
1812
+ def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[builtins.bool]]):
1812
1813
  pulumi.set(self, "enable_unredacted_query_syntax_error", value)
1813
1814
 
1814
1815
  @property
1815
1816
  @pulumi.getter(name="errorOnNondeterministicMerge")
1816
- def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[bool]]:
1817
+ def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[builtins.bool]]:
1817
1818
  """
1818
1819
  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).
1819
1820
  """
1820
1821
  return pulumi.get(self, "error_on_nondeterministic_merge")
1821
1822
 
1822
1823
  @error_on_nondeterministic_merge.setter
1823
- def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[bool]]):
1824
+ def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[builtins.bool]]):
1824
1825
  pulumi.set(self, "error_on_nondeterministic_merge", value)
1825
1826
 
1826
1827
  @property
1827
1828
  @pulumi.getter(name="errorOnNondeterministicUpdate")
1828
- def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[bool]]:
1829
+ def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[builtins.bool]]:
1829
1830
  """
1830
1831
  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).
1831
1832
  """
1832
1833
  return pulumi.get(self, "error_on_nondeterministic_update")
1833
1834
 
1834
1835
  @error_on_nondeterministic_update.setter
1835
- def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[bool]]):
1836
+ def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[builtins.bool]]):
1836
1837
  pulumi.set(self, "error_on_nondeterministic_update", value)
1837
1838
 
1838
1839
  @property
1839
1840
  @pulumi.getter(name="fullyQualifiedName")
1840
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
1841
+ def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
1841
1842
  """
1842
1843
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
1843
1844
  """
1844
1845
  return pulumi.get(self, "fully_qualified_name")
1845
1846
 
1846
1847
  @fully_qualified_name.setter
1847
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
1848
+ def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
1848
1849
  pulumi.set(self, "fully_qualified_name", value)
1849
1850
 
1850
1851
  @property
1851
1852
  @pulumi.getter(name="geographyOutputFormat")
1852
- def geography_output_format(self) -> Optional[pulumi.Input[str]]:
1853
+ def geography_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1853
1854
  """
1854
1855
  Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
1855
1856
  """
1856
1857
  return pulumi.get(self, "geography_output_format")
1857
1858
 
1858
1859
  @geography_output_format.setter
1859
- def geography_output_format(self, value: Optional[pulumi.Input[str]]):
1860
+ def geography_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1860
1861
  pulumi.set(self, "geography_output_format", value)
1861
1862
 
1862
1863
  @property
1863
1864
  @pulumi.getter(name="geometryOutputFormat")
1864
- def geometry_output_format(self) -> Optional[pulumi.Input[str]]:
1865
+ def geometry_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1865
1866
  """
1866
1867
  Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
1867
1868
  """
1868
1869
  return pulumi.get(self, "geometry_output_format")
1869
1870
 
1870
1871
  @geometry_output_format.setter
1871
- def geometry_output_format(self, value: Optional[pulumi.Input[str]]):
1872
+ def geometry_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1872
1873
  pulumi.set(self, "geometry_output_format", value)
1873
1874
 
1874
1875
  @property
1875
1876
  @pulumi.getter(name="jdbcTreatDecimalAsInt")
1876
- def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
1877
+ def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
1877
1878
  """
1878
1879
  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).
1879
1880
  """
1880
1881
  return pulumi.get(self, "jdbc_treat_decimal_as_int")
1881
1882
 
1882
1883
  @jdbc_treat_decimal_as_int.setter
1883
- def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
1884
+ def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
1884
1885
  pulumi.set(self, "jdbc_treat_decimal_as_int", value)
1885
1886
 
1886
1887
  @property
1887
1888
  @pulumi.getter(name="jdbcTreatTimestampNtzAsUtc")
1888
- def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[bool]]:
1889
+ def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[builtins.bool]]:
1889
1890
  """
1890
1891
  Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
1891
1892
  """
1892
1893
  return pulumi.get(self, "jdbc_treat_timestamp_ntz_as_utc")
1893
1894
 
1894
1895
  @jdbc_treat_timestamp_ntz_as_utc.setter
1895
- def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[bool]]):
1896
+ def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[builtins.bool]]):
1896
1897
  pulumi.set(self, "jdbc_treat_timestamp_ntz_as_utc", value)
1897
1898
 
1898
1899
  @property
1899
1900
  @pulumi.getter(name="jdbcUseSessionTimezone")
1900
- def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[bool]]:
1901
+ def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[builtins.bool]]:
1901
1902
  """
1902
1903
  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).
1903
1904
  """
1904
1905
  return pulumi.get(self, "jdbc_use_session_timezone")
1905
1906
 
1906
1907
  @jdbc_use_session_timezone.setter
1907
- def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[bool]]):
1908
+ def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[builtins.bool]]):
1908
1909
  pulumi.set(self, "jdbc_use_session_timezone", value)
1909
1910
 
1910
1911
  @property
1911
1912
  @pulumi.getter(name="jsonIndent")
1912
- def json_indent(self) -> Optional[pulumi.Input[int]]:
1913
+ def json_indent(self) -> Optional[pulumi.Input[builtins.int]]:
1913
1914
  """
1914
1915
  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).
1915
1916
  """
1916
1917
  return pulumi.get(self, "json_indent")
1917
1918
 
1918
1919
  @json_indent.setter
1919
- def json_indent(self, value: Optional[pulumi.Input[int]]):
1920
+ def json_indent(self, value: Optional[pulumi.Input[builtins.int]]):
1920
1921
  pulumi.set(self, "json_indent", value)
1921
1922
 
1922
1923
  @property
1923
1924
  @pulumi.getter(name="lockTimeout")
1924
- def lock_timeout(self) -> Optional[pulumi.Input[int]]:
1925
+ def lock_timeout(self) -> Optional[pulumi.Input[builtins.int]]:
1925
1926
  """
1926
1927
  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).
1927
1928
  """
1928
1929
  return pulumi.get(self, "lock_timeout")
1929
1930
 
1930
1931
  @lock_timeout.setter
1931
- def lock_timeout(self, value: Optional[pulumi.Input[int]]):
1932
+ def lock_timeout(self, value: Optional[pulumi.Input[builtins.int]]):
1932
1933
  pulumi.set(self, "lock_timeout", value)
1933
1934
 
1934
1935
  @property
1935
1936
  @pulumi.getter(name="logLevel")
1936
- def log_level(self) -> Optional[pulumi.Input[str]]:
1937
+ def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
1937
1938
  """
1938
1939
  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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
1939
1940
  """
1940
1941
  return pulumi.get(self, "log_level")
1941
1942
 
1942
1943
  @log_level.setter
1943
- def log_level(self, value: Optional[pulumi.Input[str]]):
1944
+ def log_level(self, value: Optional[pulumi.Input[builtins.str]]):
1944
1945
  pulumi.set(self, "log_level", value)
1945
1946
 
1946
1947
  @property
1947
1948
  @pulumi.getter(name="loginName")
1948
- def login_name(self) -> Optional[pulumi.Input[str]]:
1949
+ def login_name(self) -> Optional[pulumi.Input[builtins.str]]:
1949
1950
  """
1950
1951
  The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
1951
1952
  """
1952
1953
  return pulumi.get(self, "login_name")
1953
1954
 
1954
1955
  @login_name.setter
1955
- def login_name(self, value: Optional[pulumi.Input[str]]):
1956
+ def login_name(self, value: Optional[pulumi.Input[builtins.str]]):
1956
1957
  pulumi.set(self, "login_name", value)
1957
1958
 
1958
1959
  @property
1959
1960
  @pulumi.getter(name="minsToUnlock")
1960
- def mins_to_unlock(self) -> Optional[pulumi.Input[int]]:
1961
+ def mins_to_unlock(self) -> Optional[pulumi.Input[builtins.int]]:
1961
1962
  return pulumi.get(self, "mins_to_unlock")
1962
1963
 
1963
1964
  @mins_to_unlock.setter
1964
- def mins_to_unlock(self, value: Optional[pulumi.Input[int]]):
1965
+ def mins_to_unlock(self, value: Optional[pulumi.Input[builtins.int]]):
1965
1966
  pulumi.set(self, "mins_to_unlock", value)
1966
1967
 
1967
1968
  @property
1968
1969
  @pulumi.getter(name="multiStatementCount")
1969
- def multi_statement_count(self) -> Optional[pulumi.Input[int]]:
1970
+ def multi_statement_count(self) -> Optional[pulumi.Input[builtins.int]]:
1970
1971
  """
1971
1972
  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).
1972
1973
  """
1973
1974
  return pulumi.get(self, "multi_statement_count")
1974
1975
 
1975
1976
  @multi_statement_count.setter
1976
- def multi_statement_count(self, value: Optional[pulumi.Input[int]]):
1977
+ def multi_statement_count(self, value: Optional[pulumi.Input[builtins.int]]):
1977
1978
  pulumi.set(self, "multi_statement_count", value)
1978
1979
 
1979
1980
  @property
1980
1981
  @pulumi.getter(name="mustChangePassword")
1981
- def must_change_password(self) -> Optional[pulumi.Input[str]]:
1982
+ def must_change_password(self) -> Optional[pulumi.Input[builtins.str]]:
1982
1983
  """
1983
1984
  Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1984
1985
  """
1985
1986
  return pulumi.get(self, "must_change_password")
1986
1987
 
1987
1988
  @must_change_password.setter
1988
- def must_change_password(self, value: Optional[pulumi.Input[str]]):
1989
+ def must_change_password(self, value: Optional[pulumi.Input[builtins.str]]):
1989
1990
  pulumi.set(self, "must_change_password", value)
1990
1991
 
1991
1992
  @property
1992
1993
  @pulumi.getter
1993
- def name(self) -> Optional[pulumi.Input[str]]:
1994
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
1994
1995
  """
1995
1996
  Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
1996
1997
  """
1997
1998
  return pulumi.get(self, "name")
1998
1999
 
1999
2000
  @name.setter
2000
- def name(self, value: Optional[pulumi.Input[str]]):
2001
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
2001
2002
  pulumi.set(self, "name", value)
2002
2003
 
2003
2004
  @property
2004
2005
  @pulumi.getter(name="networkPolicy")
2005
- def network_policy(self) -> Optional[pulumi.Input[str]]:
2006
+ def network_policy(self) -> Optional[pulumi.Input[builtins.str]]:
2006
2007
  """
2007
2008
  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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
2008
2009
  """
2009
2010
  return pulumi.get(self, "network_policy")
2010
2011
 
2011
2012
  @network_policy.setter
2012
- def network_policy(self, value: Optional[pulumi.Input[str]]):
2013
+ def network_policy(self, value: Optional[pulumi.Input[builtins.str]]):
2013
2014
  pulumi.set(self, "network_policy", value)
2014
2015
 
2015
2016
  @property
2016
2017
  @pulumi.getter(name="noorderSequenceAsDefault")
2017
- def noorder_sequence_as_default(self) -> Optional[pulumi.Input[bool]]:
2018
+ def noorder_sequence_as_default(self) -> Optional[pulumi.Input[builtins.bool]]:
2018
2019
  """
2019
2020
  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).
2020
2021
  """
2021
2022
  return pulumi.get(self, "noorder_sequence_as_default")
2022
2023
 
2023
2024
  @noorder_sequence_as_default.setter
2024
- def noorder_sequence_as_default(self, value: Optional[pulumi.Input[bool]]):
2025
+ def noorder_sequence_as_default(self, value: Optional[pulumi.Input[builtins.bool]]):
2025
2026
  pulumi.set(self, "noorder_sequence_as_default", value)
2026
2027
 
2027
2028
  @property
2028
2029
  @pulumi.getter(name="odbcTreatDecimalAsInt")
2029
- def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
2030
+ def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
2030
2031
  """
2031
2032
  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).
2032
2033
  """
2033
2034
  return pulumi.get(self, "odbc_treat_decimal_as_int")
2034
2035
 
2035
2036
  @odbc_treat_decimal_as_int.setter
2036
- def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
2037
+ def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
2037
2038
  pulumi.set(self, "odbc_treat_decimal_as_int", value)
2038
2039
 
2039
2040
  @property
@@ -2050,107 +2051,107 @@ class _LegacyServiceUserState:
2050
2051
 
2051
2052
  @property
2052
2053
  @pulumi.getter
2053
- def password(self) -> Optional[pulumi.Input[str]]:
2054
+ def password(self) -> Optional[pulumi.Input[builtins.str]]:
2054
2055
  return pulumi.get(self, "password")
2055
2056
 
2056
2057
  @password.setter
2057
- def password(self, value: Optional[pulumi.Input[str]]):
2058
+ def password(self, value: Optional[pulumi.Input[builtins.str]]):
2058
2059
  pulumi.set(self, "password", value)
2059
2060
 
2060
2061
  @property
2061
2062
  @pulumi.getter(name="preventUnloadToInternalStages")
2062
- def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[bool]]:
2063
+ def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[builtins.bool]]:
2063
2064
  """
2064
2065
  Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
2065
2066
  """
2066
2067
  return pulumi.get(self, "prevent_unload_to_internal_stages")
2067
2068
 
2068
2069
  @prevent_unload_to_internal_stages.setter
2069
- def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[bool]]):
2070
+ def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[builtins.bool]]):
2070
2071
  pulumi.set(self, "prevent_unload_to_internal_stages", value)
2071
2072
 
2072
2073
  @property
2073
2074
  @pulumi.getter(name="queryTag")
2074
- def query_tag(self) -> Optional[pulumi.Input[str]]:
2075
+ def query_tag(self) -> Optional[pulumi.Input[builtins.str]]:
2075
2076
  """
2076
2077
  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).
2077
2078
  """
2078
2079
  return pulumi.get(self, "query_tag")
2079
2080
 
2080
2081
  @query_tag.setter
2081
- def query_tag(self, value: Optional[pulumi.Input[str]]):
2082
+ def query_tag(self, value: Optional[pulumi.Input[builtins.str]]):
2082
2083
  pulumi.set(self, "query_tag", value)
2083
2084
 
2084
2085
  @property
2085
2086
  @pulumi.getter(name="quotedIdentifiersIgnoreCase")
2086
- def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[bool]]:
2087
+ def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[builtins.bool]]:
2087
2088
  """
2088
2089
  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).
2089
2090
  """
2090
2091
  return pulumi.get(self, "quoted_identifiers_ignore_case")
2091
2092
 
2092
2093
  @quoted_identifiers_ignore_case.setter
2093
- def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[bool]]):
2094
+ def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[builtins.bool]]):
2094
2095
  pulumi.set(self, "quoted_identifiers_ignore_case", value)
2095
2096
 
2096
2097
  @property
2097
2098
  @pulumi.getter(name="rowsPerResultset")
2098
- def rows_per_resultset(self) -> Optional[pulumi.Input[int]]:
2099
+ def rows_per_resultset(self) -> Optional[pulumi.Input[builtins.int]]:
2099
2100
  """
2100
2101
  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).
2101
2102
  """
2102
2103
  return pulumi.get(self, "rows_per_resultset")
2103
2104
 
2104
2105
  @rows_per_resultset.setter
2105
- def rows_per_resultset(self, value: Optional[pulumi.Input[int]]):
2106
+ def rows_per_resultset(self, value: Optional[pulumi.Input[builtins.int]]):
2106
2107
  pulumi.set(self, "rows_per_resultset", value)
2107
2108
 
2108
2109
  @property
2109
2110
  @pulumi.getter(name="rsaPublicKey")
2110
- def rsa_public_key(self) -> Optional[pulumi.Input[str]]:
2111
+ def rsa_public_key(self) -> Optional[pulumi.Input[builtins.str]]:
2111
2112
  """
2112
2113
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
2113
2114
  """
2114
2115
  return pulumi.get(self, "rsa_public_key")
2115
2116
 
2116
2117
  @rsa_public_key.setter
2117
- def rsa_public_key(self, value: Optional[pulumi.Input[str]]):
2118
+ def rsa_public_key(self, value: Optional[pulumi.Input[builtins.str]]):
2118
2119
  pulumi.set(self, "rsa_public_key", value)
2119
2120
 
2120
2121
  @property
2121
2122
  @pulumi.getter(name="rsaPublicKey2")
2122
- def rsa_public_key2(self) -> Optional[pulumi.Input[str]]:
2123
+ def rsa_public_key2(self) -> Optional[pulumi.Input[builtins.str]]:
2123
2124
  """
2124
2125
  Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
2125
2126
  """
2126
2127
  return pulumi.get(self, "rsa_public_key2")
2127
2128
 
2128
2129
  @rsa_public_key2.setter
2129
- def rsa_public_key2(self, value: Optional[pulumi.Input[str]]):
2130
+ def rsa_public_key2(self, value: Optional[pulumi.Input[builtins.str]]):
2130
2131
  pulumi.set(self, "rsa_public_key2", value)
2131
2132
 
2132
2133
  @property
2133
2134
  @pulumi.getter(name="s3StageVpceDnsName")
2134
- def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[str]]:
2135
+ def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[builtins.str]]:
2135
2136
  """
2136
2137
  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).
2137
2138
  """
2138
2139
  return pulumi.get(self, "s3_stage_vpce_dns_name")
2139
2140
 
2140
2141
  @s3_stage_vpce_dns_name.setter
2141
- def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[str]]):
2142
+ def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[builtins.str]]):
2142
2143
  pulumi.set(self, "s3_stage_vpce_dns_name", value)
2143
2144
 
2144
2145
  @property
2145
2146
  @pulumi.getter(name="searchPath")
2146
- def search_path(self) -> Optional[pulumi.Input[str]]:
2147
+ def search_path(self) -> Optional[pulumi.Input[builtins.str]]:
2147
2148
  """
2148
2149
  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).
2149
2150
  """
2150
2151
  return pulumi.get(self, "search_path")
2151
2152
 
2152
2153
  @search_path.setter
2153
- def search_path(self, value: Optional[pulumi.Input[str]]):
2154
+ def search_path(self, value: Optional[pulumi.Input[builtins.str]]):
2154
2155
  pulumi.set(self, "search_path", value)
2155
2156
 
2156
2157
  @property
@@ -2167,278 +2168,278 @@ class _LegacyServiceUserState:
2167
2168
 
2168
2169
  @property
2169
2170
  @pulumi.getter(name="simulatedDataSharingConsumer")
2170
- def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[str]]:
2171
+ def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[builtins.str]]:
2171
2172
  """
2172
2173
  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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
2173
2174
  """
2174
2175
  return pulumi.get(self, "simulated_data_sharing_consumer")
2175
2176
 
2176
2177
  @simulated_data_sharing_consumer.setter
2177
- def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[str]]):
2178
+ def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[builtins.str]]):
2178
2179
  pulumi.set(self, "simulated_data_sharing_consumer", value)
2179
2180
 
2180
2181
  @property
2181
2182
  @pulumi.getter(name="statementQueuedTimeoutInSeconds")
2182
- def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
2183
+ def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
2183
2184
  """
2184
2185
  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).
2185
2186
  """
2186
2187
  return pulumi.get(self, "statement_queued_timeout_in_seconds")
2187
2188
 
2188
2189
  @statement_queued_timeout_in_seconds.setter
2189
- def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
2190
+ def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
2190
2191
  pulumi.set(self, "statement_queued_timeout_in_seconds", value)
2191
2192
 
2192
2193
  @property
2193
2194
  @pulumi.getter(name="statementTimeoutInSeconds")
2194
- def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
2195
+ def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
2195
2196
  """
2196
2197
  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).
2197
2198
  """
2198
2199
  return pulumi.get(self, "statement_timeout_in_seconds")
2199
2200
 
2200
2201
  @statement_timeout_in_seconds.setter
2201
- def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
2202
+ def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
2202
2203
  pulumi.set(self, "statement_timeout_in_seconds", value)
2203
2204
 
2204
2205
  @property
2205
2206
  @pulumi.getter(name="strictJsonOutput")
2206
- def strict_json_output(self) -> Optional[pulumi.Input[bool]]:
2207
+ def strict_json_output(self) -> Optional[pulumi.Input[builtins.bool]]:
2207
2208
  """
2208
2209
  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).
2209
2210
  """
2210
2211
  return pulumi.get(self, "strict_json_output")
2211
2212
 
2212
2213
  @strict_json_output.setter
2213
- def strict_json_output(self, value: Optional[pulumi.Input[bool]]):
2214
+ def strict_json_output(self, value: Optional[pulumi.Input[builtins.bool]]):
2214
2215
  pulumi.set(self, "strict_json_output", value)
2215
2216
 
2216
2217
  @property
2217
2218
  @pulumi.getter(name="timeInputFormat")
2218
- def time_input_format(self) -> Optional[pulumi.Input[str]]:
2219
+ def time_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
2219
2220
  """
2220
2221
  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).
2221
2222
  """
2222
2223
  return pulumi.get(self, "time_input_format")
2223
2224
 
2224
2225
  @time_input_format.setter
2225
- def time_input_format(self, value: Optional[pulumi.Input[str]]):
2226
+ def time_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
2226
2227
  pulumi.set(self, "time_input_format", value)
2227
2228
 
2228
2229
  @property
2229
2230
  @pulumi.getter(name="timeOutputFormat")
2230
- def time_output_format(self) -> Optional[pulumi.Input[str]]:
2231
+ def time_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2231
2232
  """
2232
2233
  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).
2233
2234
  """
2234
2235
  return pulumi.get(self, "time_output_format")
2235
2236
 
2236
2237
  @time_output_format.setter
2237
- def time_output_format(self, value: Optional[pulumi.Input[str]]):
2238
+ def time_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2238
2239
  pulumi.set(self, "time_output_format", value)
2239
2240
 
2240
2241
  @property
2241
2242
  @pulumi.getter(name="timestampDayIsAlways24h")
2242
- def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[bool]]:
2243
+ def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[builtins.bool]]:
2243
2244
  """
2244
2245
  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).
2245
2246
  """
2246
2247
  return pulumi.get(self, "timestamp_day_is_always24h")
2247
2248
 
2248
2249
  @timestamp_day_is_always24h.setter
2249
- def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[bool]]):
2250
+ def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[builtins.bool]]):
2250
2251
  pulumi.set(self, "timestamp_day_is_always24h", value)
2251
2252
 
2252
2253
  @property
2253
2254
  @pulumi.getter(name="timestampInputFormat")
2254
- def timestamp_input_format(self) -> Optional[pulumi.Input[str]]:
2255
+ def timestamp_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
2255
2256
  """
2256
2257
  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).
2257
2258
  """
2258
2259
  return pulumi.get(self, "timestamp_input_format")
2259
2260
 
2260
2261
  @timestamp_input_format.setter
2261
- def timestamp_input_format(self, value: Optional[pulumi.Input[str]]):
2262
+ def timestamp_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
2262
2263
  pulumi.set(self, "timestamp_input_format", value)
2263
2264
 
2264
2265
  @property
2265
2266
  @pulumi.getter(name="timestampLtzOutputFormat")
2266
- def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[str]]:
2267
+ def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2267
2268
  """
2268
2269
  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).
2269
2270
  """
2270
2271
  return pulumi.get(self, "timestamp_ltz_output_format")
2271
2272
 
2272
2273
  @timestamp_ltz_output_format.setter
2273
- def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[str]]):
2274
+ def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2274
2275
  pulumi.set(self, "timestamp_ltz_output_format", value)
2275
2276
 
2276
2277
  @property
2277
2278
  @pulumi.getter(name="timestampNtzOutputFormat")
2278
- def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[str]]:
2279
+ def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2279
2280
  """
2280
2281
  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).
2281
2282
  """
2282
2283
  return pulumi.get(self, "timestamp_ntz_output_format")
2283
2284
 
2284
2285
  @timestamp_ntz_output_format.setter
2285
- def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[str]]):
2286
+ def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2286
2287
  pulumi.set(self, "timestamp_ntz_output_format", value)
2287
2288
 
2288
2289
  @property
2289
2290
  @pulumi.getter(name="timestampOutputFormat")
2290
- def timestamp_output_format(self) -> Optional[pulumi.Input[str]]:
2291
+ def timestamp_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2291
2292
  """
2292
2293
  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).
2293
2294
  """
2294
2295
  return pulumi.get(self, "timestamp_output_format")
2295
2296
 
2296
2297
  @timestamp_output_format.setter
2297
- def timestamp_output_format(self, value: Optional[pulumi.Input[str]]):
2298
+ def timestamp_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2298
2299
  pulumi.set(self, "timestamp_output_format", value)
2299
2300
 
2300
2301
  @property
2301
2302
  @pulumi.getter(name="timestampTypeMapping")
2302
- def timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
2303
+ def timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
2303
2304
  """
2304
2305
  Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
2305
2306
  """
2306
2307
  return pulumi.get(self, "timestamp_type_mapping")
2307
2308
 
2308
2309
  @timestamp_type_mapping.setter
2309
- def timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
2310
+ def timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
2310
2311
  pulumi.set(self, "timestamp_type_mapping", value)
2311
2312
 
2312
2313
  @property
2313
2314
  @pulumi.getter(name="timestampTzOutputFormat")
2314
- def timestamp_tz_output_format(self) -> Optional[pulumi.Input[str]]:
2315
+ def timestamp_tz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2315
2316
  """
2316
2317
  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).
2317
2318
  """
2318
2319
  return pulumi.get(self, "timestamp_tz_output_format")
2319
2320
 
2320
2321
  @timestamp_tz_output_format.setter
2321
- def timestamp_tz_output_format(self, value: Optional[pulumi.Input[str]]):
2322
+ def timestamp_tz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2322
2323
  pulumi.set(self, "timestamp_tz_output_format", value)
2323
2324
 
2324
2325
  @property
2325
2326
  @pulumi.getter
2326
- def timezone(self) -> Optional[pulumi.Input[str]]:
2327
+ def timezone(self) -> Optional[pulumi.Input[builtins.str]]:
2327
2328
  """
2328
2329
  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).
2329
2330
  """
2330
2331
  return pulumi.get(self, "timezone")
2331
2332
 
2332
2333
  @timezone.setter
2333
- def timezone(self, value: Optional[pulumi.Input[str]]):
2334
+ def timezone(self, value: Optional[pulumi.Input[builtins.str]]):
2334
2335
  pulumi.set(self, "timezone", value)
2335
2336
 
2336
2337
  @property
2337
2338
  @pulumi.getter(name="traceLevel")
2338
- def trace_level(self) -> Optional[pulumi.Input[str]]:
2339
+ def trace_level(self) -> Optional[pulumi.Input[builtins.str]]:
2339
2340
  """
2340
2341
  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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
2341
2342
  """
2342
2343
  return pulumi.get(self, "trace_level")
2343
2344
 
2344
2345
  @trace_level.setter
2345
- def trace_level(self, value: Optional[pulumi.Input[str]]):
2346
+ def trace_level(self, value: Optional[pulumi.Input[builtins.str]]):
2346
2347
  pulumi.set(self, "trace_level", value)
2347
2348
 
2348
2349
  @property
2349
2350
  @pulumi.getter(name="transactionAbortOnError")
2350
- def transaction_abort_on_error(self) -> Optional[pulumi.Input[bool]]:
2351
+ def transaction_abort_on_error(self) -> Optional[pulumi.Input[builtins.bool]]:
2351
2352
  """
2352
2353
  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).
2353
2354
  """
2354
2355
  return pulumi.get(self, "transaction_abort_on_error")
2355
2356
 
2356
2357
  @transaction_abort_on_error.setter
2357
- def transaction_abort_on_error(self, value: Optional[pulumi.Input[bool]]):
2358
+ def transaction_abort_on_error(self, value: Optional[pulumi.Input[builtins.bool]]):
2358
2359
  pulumi.set(self, "transaction_abort_on_error", value)
2359
2360
 
2360
2361
  @property
2361
2362
  @pulumi.getter(name="transactionDefaultIsolationLevel")
2362
- def transaction_default_isolation_level(self) -> Optional[pulumi.Input[str]]:
2363
+ def transaction_default_isolation_level(self) -> Optional[pulumi.Input[builtins.str]]:
2363
2364
  """
2364
2365
  Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
2365
2366
  """
2366
2367
  return pulumi.get(self, "transaction_default_isolation_level")
2367
2368
 
2368
2369
  @transaction_default_isolation_level.setter
2369
- def transaction_default_isolation_level(self, value: Optional[pulumi.Input[str]]):
2370
+ def transaction_default_isolation_level(self, value: Optional[pulumi.Input[builtins.str]]):
2370
2371
  pulumi.set(self, "transaction_default_isolation_level", value)
2371
2372
 
2372
2373
  @property
2373
2374
  @pulumi.getter(name="twoDigitCenturyStart")
2374
- def two_digit_century_start(self) -> Optional[pulumi.Input[int]]:
2375
+ def two_digit_century_start(self) -> Optional[pulumi.Input[builtins.int]]:
2375
2376
  """
2376
2377
  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).
2377
2378
  """
2378
2379
  return pulumi.get(self, "two_digit_century_start")
2379
2380
 
2380
2381
  @two_digit_century_start.setter
2381
- def two_digit_century_start(self, value: Optional[pulumi.Input[int]]):
2382
+ def two_digit_century_start(self, value: Optional[pulumi.Input[builtins.int]]):
2382
2383
  pulumi.set(self, "two_digit_century_start", value)
2383
2384
 
2384
2385
  @property
2385
2386
  @pulumi.getter(name="unsupportedDdlAction")
2386
- def unsupported_ddl_action(self) -> Optional[pulumi.Input[str]]:
2387
+ def unsupported_ddl_action(self) -> Optional[pulumi.Input[builtins.str]]:
2387
2388
  """
2388
2389
  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).
2389
2390
  """
2390
2391
  return pulumi.get(self, "unsupported_ddl_action")
2391
2392
 
2392
2393
  @unsupported_ddl_action.setter
2393
- def unsupported_ddl_action(self, value: Optional[pulumi.Input[str]]):
2394
+ def unsupported_ddl_action(self, value: Optional[pulumi.Input[builtins.str]]):
2394
2395
  pulumi.set(self, "unsupported_ddl_action", value)
2395
2396
 
2396
2397
  @property
2397
2398
  @pulumi.getter(name="useCachedResult")
2398
- def use_cached_result(self) -> Optional[pulumi.Input[bool]]:
2399
+ def use_cached_result(self) -> Optional[pulumi.Input[builtins.bool]]:
2399
2400
  """
2400
2401
  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).
2401
2402
  """
2402
2403
  return pulumi.get(self, "use_cached_result")
2403
2404
 
2404
2405
  @use_cached_result.setter
2405
- def use_cached_result(self, value: Optional[pulumi.Input[bool]]):
2406
+ def use_cached_result(self, value: Optional[pulumi.Input[builtins.bool]]):
2406
2407
  pulumi.set(self, "use_cached_result", value)
2407
2408
 
2408
2409
  @property
2409
2410
  @pulumi.getter(name="userType")
2410
- def user_type(self) -> Optional[pulumi.Input[str]]:
2411
+ def user_type(self) -> Optional[pulumi.Input[builtins.str]]:
2411
2412
  """
2412
2413
  Specifies a type for the user.
2413
2414
  """
2414
2415
  return pulumi.get(self, "user_type")
2415
2416
 
2416
2417
  @user_type.setter
2417
- def user_type(self, value: Optional[pulumi.Input[str]]):
2418
+ def user_type(self, value: Optional[pulumi.Input[builtins.str]]):
2418
2419
  pulumi.set(self, "user_type", value)
2419
2420
 
2420
2421
  @property
2421
2422
  @pulumi.getter(name="weekOfYearPolicy")
2422
- def week_of_year_policy(self) -> Optional[pulumi.Input[int]]:
2423
+ def week_of_year_policy(self) -> Optional[pulumi.Input[builtins.int]]:
2423
2424
  """
2424
2425
  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).
2425
2426
  """
2426
2427
  return pulumi.get(self, "week_of_year_policy")
2427
2428
 
2428
2429
  @week_of_year_policy.setter
2429
- def week_of_year_policy(self, value: Optional[pulumi.Input[int]]):
2430
+ def week_of_year_policy(self, value: Optional[pulumi.Input[builtins.int]]):
2430
2431
  pulumi.set(self, "week_of_year_policy", value)
2431
2432
 
2432
2433
  @property
2433
2434
  @pulumi.getter(name="weekStart")
2434
- def week_start(self) -> Optional[pulumi.Input[int]]:
2435
+ def week_start(self) -> Optional[pulumi.Input[builtins.int]]:
2435
2436
  """
2436
2437
  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).
2437
2438
  """
2438
2439
  return pulumi.get(self, "week_start")
2439
2440
 
2440
2441
  @week_start.setter
2441
- def week_start(self, value: Optional[pulumi.Input[int]]):
2442
+ def week_start(self, value: Optional[pulumi.Input[builtins.int]]):
2442
2443
  pulumi.set(self, "week_start", value)
2443
2444
 
2444
2445
 
@@ -2447,80 +2448,80 @@ class LegacyServiceUser(pulumi.CustomResource):
2447
2448
  def __init__(__self__,
2448
2449
  resource_name: str,
2449
2450
  opts: Optional[pulumi.ResourceOptions] = None,
2450
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
2451
- autocommit: Optional[pulumi.Input[bool]] = None,
2452
- binary_input_format: Optional[pulumi.Input[str]] = None,
2453
- binary_output_format: Optional[pulumi.Input[str]] = None,
2454
- client_memory_limit: Optional[pulumi.Input[int]] = None,
2455
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
2456
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
2457
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
2458
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
2459
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
2460
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
2461
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2462
- comment: Optional[pulumi.Input[str]] = None,
2463
- date_input_format: Optional[pulumi.Input[str]] = None,
2464
- date_output_format: Optional[pulumi.Input[str]] = None,
2465
- days_to_expiry: Optional[pulumi.Input[int]] = None,
2466
- default_namespace: Optional[pulumi.Input[str]] = None,
2467
- default_role: Optional[pulumi.Input[str]] = None,
2468
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
2469
- default_warehouse: Optional[pulumi.Input[str]] = None,
2470
- disabled: Optional[pulumi.Input[str]] = None,
2471
- display_name: Optional[pulumi.Input[str]] = None,
2472
- email: Optional[pulumi.Input[str]] = None,
2473
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
2474
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
2475
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
2476
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
2477
- geography_output_format: Optional[pulumi.Input[str]] = None,
2478
- geometry_output_format: Optional[pulumi.Input[str]] = None,
2479
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2480
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
2481
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
2482
- json_indent: Optional[pulumi.Input[int]] = None,
2483
- lock_timeout: Optional[pulumi.Input[int]] = None,
2484
- log_level: Optional[pulumi.Input[str]] = None,
2485
- login_name: Optional[pulumi.Input[str]] = None,
2486
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
2487
- multi_statement_count: Optional[pulumi.Input[int]] = None,
2488
- must_change_password: Optional[pulumi.Input[str]] = None,
2489
- name: Optional[pulumi.Input[str]] = None,
2490
- network_policy: Optional[pulumi.Input[str]] = None,
2491
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
2492
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2493
- password: Optional[pulumi.Input[str]] = None,
2494
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
2495
- query_tag: Optional[pulumi.Input[str]] = None,
2496
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
2497
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
2498
- rsa_public_key: Optional[pulumi.Input[str]] = None,
2499
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
2500
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
2501
- search_path: Optional[pulumi.Input[str]] = None,
2502
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
2503
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2504
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2505
- strict_json_output: Optional[pulumi.Input[bool]] = None,
2506
- time_input_format: Optional[pulumi.Input[str]] = None,
2507
- time_output_format: Optional[pulumi.Input[str]] = None,
2508
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
2509
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
2510
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
2511
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
2512
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
2513
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2514
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
2515
- timezone: Optional[pulumi.Input[str]] = None,
2516
- trace_level: Optional[pulumi.Input[str]] = None,
2517
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
2518
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
2519
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
2520
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
2521
- use_cached_result: Optional[pulumi.Input[bool]] = None,
2522
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
2523
- week_start: Optional[pulumi.Input[int]] = None,
2451
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
2452
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
2453
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
2454
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
2455
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
2456
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
2457
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
2458
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
2459
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
2460
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
2461
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
2462
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2463
+ comment: Optional[pulumi.Input[builtins.str]] = None,
2464
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
2465
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
2466
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
2467
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
2468
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
2469
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
2470
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
2471
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
2472
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
2473
+ email: Optional[pulumi.Input[builtins.str]] = None,
2474
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
2475
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
2476
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
2477
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
2478
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
2479
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
2480
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2481
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
2482
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
2483
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
2484
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
2485
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
2486
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
2487
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
2488
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
2489
+ must_change_password: Optional[pulumi.Input[builtins.str]] = None,
2490
+ name: Optional[pulumi.Input[builtins.str]] = None,
2491
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
2492
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
2493
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2494
+ password: Optional[pulumi.Input[builtins.str]] = None,
2495
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
2496
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
2497
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
2498
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
2499
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
2500
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
2501
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
2502
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
2503
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
2504
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2505
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2506
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
2507
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
2508
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
2509
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
2510
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
2511
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2512
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2513
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
2514
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2515
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2516
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
2517
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
2518
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
2519
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
2520
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
2521
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
2522
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
2523
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
2524
+ week_start: Optional[pulumi.Input[builtins.int]] = None,
2524
2525
  __props__=None):
2525
2526
  """
2526
2527
  ## Import
@@ -2533,77 +2534,77 @@ class LegacyServiceUser(pulumi.CustomResource):
2533
2534
 
2534
2535
  :param str resource_name: The name of the resource.
2535
2536
  :param pulumi.ResourceOptions opts: Options for the resource.
2536
- :param pulumi.Input[bool] abort_detached_query: 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).
2537
- :param pulumi.Input[bool] autocommit: 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).
2538
- :param pulumi.Input[str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
2539
- :param pulumi.Input[str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
2540
- :param pulumi.Input[int] client_memory_limit: 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).
2541
- :param pulumi.Input[bool] client_metadata_request_use_connection_ctx: 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).
2542
- :param pulumi.Input[int] client_prefetch_threads: 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).
2543
- :param pulumi.Input[int] client_result_chunk_size: 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).
2544
- :param pulumi.Input[bool] client_result_column_case_insensitive: 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).
2545
- :param pulumi.Input[bool] client_session_keep_alive: 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).
2546
- :param pulumi.Input[int] client_session_keep_alive_heartbeat_frequency: 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).
2547
- :param pulumi.Input[str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
2548
- :param pulumi.Input[str] comment: Specifies a comment for the user.
2549
- :param pulumi.Input[str] date_input_format: 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).
2550
- :param pulumi.Input[str] date_output_format: 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).
2551
- :param pulumi.Input[str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
2552
- :param pulumi.Input[str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
2553
- :param pulumi.Input[str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2554
- :param pulumi.Input[str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
2555
- :param pulumi.Input[str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2556
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
2557
- :param pulumi.Input[str] email: Email address for the user.
2558
- :param pulumi.Input[bool] enable_unload_physical_type_optimization: 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).
2559
- :param pulumi.Input[bool] enable_unredacted_query_syntax_error: 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).
2560
- :param pulumi.Input[bool] error_on_nondeterministic_merge: 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).
2561
- :param pulumi.Input[bool] error_on_nondeterministic_update: 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).
2562
- :param pulumi.Input[str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
2563
- :param pulumi.Input[str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
2564
- :param pulumi.Input[bool] jdbc_treat_decimal_as_int: 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).
2565
- :param pulumi.Input[bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
2566
- :param pulumi.Input[bool] jdbc_use_session_timezone: 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).
2567
- :param pulumi.Input[int] json_indent: 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).
2568
- :param pulumi.Input[int] lock_timeout: 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).
2569
- :param pulumi.Input[str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
2570
- :param pulumi.Input[str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
2571
- :param pulumi.Input[int] multi_statement_count: 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).
2572
- :param pulumi.Input[str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2573
- :param pulumi.Input[str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2574
- :param pulumi.Input[str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
2575
- :param pulumi.Input[bool] noorder_sequence_as_default: 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).
2576
- :param pulumi.Input[bool] odbc_treat_decimal_as_int: 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).
2577
- :param pulumi.Input[bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
2578
- :param pulumi.Input[str] query_tag: 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).
2579
- :param pulumi.Input[bool] quoted_identifiers_ignore_case: 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).
2580
- :param pulumi.Input[int] rows_per_resultset: 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).
2581
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
2582
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
2583
- :param pulumi.Input[str] s3_stage_vpce_dns_name: 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).
2584
- :param pulumi.Input[str] search_path: 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).
2585
- :param pulumi.Input[str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
2586
- :param pulumi.Input[int] statement_queued_timeout_in_seconds: 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).
2587
- :param pulumi.Input[int] statement_timeout_in_seconds: 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).
2588
- :param pulumi.Input[bool] strict_json_output: 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).
2589
- :param pulumi.Input[str] time_input_format: 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).
2590
- :param pulumi.Input[str] time_output_format: 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).
2591
- :param pulumi.Input[bool] timestamp_day_is_always24h: 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).
2592
- :param pulumi.Input[str] timestamp_input_format: 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).
2593
- :param pulumi.Input[str] timestamp_ltz_output_format: 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).
2594
- :param pulumi.Input[str] timestamp_ntz_output_format: 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).
2595
- :param pulumi.Input[str] timestamp_output_format: 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).
2596
- :param pulumi.Input[str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
2597
- :param pulumi.Input[str] timestamp_tz_output_format: 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).
2598
- :param pulumi.Input[str] timezone: 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).
2599
- :param pulumi.Input[str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
2600
- :param pulumi.Input[bool] transaction_abort_on_error: 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).
2601
- :param pulumi.Input[str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
2602
- :param pulumi.Input[int] two_digit_century_start: 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).
2603
- :param pulumi.Input[str] unsupported_ddl_action: 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).
2604
- :param pulumi.Input[bool] use_cached_result: 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).
2605
- :param pulumi.Input[int] week_of_year_policy: 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).
2606
- :param pulumi.Input[int] week_start: 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).
2537
+ :param pulumi.Input[builtins.bool] abort_detached_query: 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).
2538
+ :param pulumi.Input[builtins.bool] autocommit: 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).
2539
+ :param pulumi.Input[builtins.str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
2540
+ :param pulumi.Input[builtins.str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
2541
+ :param pulumi.Input[builtins.int] client_memory_limit: 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).
2542
+ :param pulumi.Input[builtins.bool] client_metadata_request_use_connection_ctx: 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).
2543
+ :param pulumi.Input[builtins.int] client_prefetch_threads: 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).
2544
+ :param pulumi.Input[builtins.int] client_result_chunk_size: 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).
2545
+ :param pulumi.Input[builtins.bool] client_result_column_case_insensitive: 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).
2546
+ :param pulumi.Input[builtins.bool] client_session_keep_alive: 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).
2547
+ :param pulumi.Input[builtins.int] client_session_keep_alive_heartbeat_frequency: 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).
2548
+ :param pulumi.Input[builtins.str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
2549
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
2550
+ :param pulumi.Input[builtins.str] date_input_format: 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).
2551
+ :param pulumi.Input[builtins.str] date_output_format: 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).
2552
+ :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
2553
+ :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
2554
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2555
+ :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
2556
+ :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2557
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2558
+ :param pulumi.Input[builtins.str] email: Email address for the user.
2559
+ :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: 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).
2560
+ :param pulumi.Input[builtins.bool] enable_unredacted_query_syntax_error: 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).
2561
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_merge: 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).
2562
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_update: 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).
2563
+ :param pulumi.Input[builtins.str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
2564
+ :param pulumi.Input[builtins.str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
2565
+ :param pulumi.Input[builtins.bool] jdbc_treat_decimal_as_int: 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).
2566
+ :param pulumi.Input[builtins.bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
2567
+ :param pulumi.Input[builtins.bool] jdbc_use_session_timezone: 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).
2568
+ :param pulumi.Input[builtins.int] json_indent: 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).
2569
+ :param pulumi.Input[builtins.int] lock_timeout: 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).
2570
+ :param pulumi.Input[builtins.str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
2571
+ :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
2572
+ :param pulumi.Input[builtins.int] multi_statement_count: 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).
2573
+ :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2574
+ :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2575
+ :param pulumi.Input[builtins.str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
2576
+ :param pulumi.Input[builtins.bool] noorder_sequence_as_default: 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).
2577
+ :param pulumi.Input[builtins.bool] odbc_treat_decimal_as_int: 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).
2578
+ :param pulumi.Input[builtins.bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
2579
+ :param pulumi.Input[builtins.str] query_tag: 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).
2580
+ :param pulumi.Input[builtins.bool] quoted_identifiers_ignore_case: 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).
2581
+ :param pulumi.Input[builtins.int] rows_per_resultset: 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).
2582
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
2583
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
2584
+ :param pulumi.Input[builtins.str] s3_stage_vpce_dns_name: 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).
2585
+ :param pulumi.Input[builtins.str] search_path: 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).
2586
+ :param pulumi.Input[builtins.str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
2587
+ :param pulumi.Input[builtins.int] statement_queued_timeout_in_seconds: 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).
2588
+ :param pulumi.Input[builtins.int] statement_timeout_in_seconds: 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).
2589
+ :param pulumi.Input[builtins.bool] strict_json_output: 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).
2590
+ :param pulumi.Input[builtins.str] time_input_format: 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).
2591
+ :param pulumi.Input[builtins.str] time_output_format: 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).
2592
+ :param pulumi.Input[builtins.bool] timestamp_day_is_always24h: 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).
2593
+ :param pulumi.Input[builtins.str] timestamp_input_format: 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).
2594
+ :param pulumi.Input[builtins.str] timestamp_ltz_output_format: 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).
2595
+ :param pulumi.Input[builtins.str] timestamp_ntz_output_format: 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).
2596
+ :param pulumi.Input[builtins.str] timestamp_output_format: 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).
2597
+ :param pulumi.Input[builtins.str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
2598
+ :param pulumi.Input[builtins.str] timestamp_tz_output_format: 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).
2599
+ :param pulumi.Input[builtins.str] timezone: 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).
2600
+ :param pulumi.Input[builtins.str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
2601
+ :param pulumi.Input[builtins.bool] transaction_abort_on_error: 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).
2602
+ :param pulumi.Input[builtins.str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
2603
+ :param pulumi.Input[builtins.int] two_digit_century_start: 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).
2604
+ :param pulumi.Input[builtins.str] unsupported_ddl_action: 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).
2605
+ :param pulumi.Input[builtins.bool] use_cached_result: 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).
2606
+ :param pulumi.Input[builtins.int] week_of_year_policy: 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).
2607
+ :param pulumi.Input[builtins.int] week_start: 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).
2607
2608
  """
2608
2609
  ...
2609
2610
  @overload
@@ -2635,80 +2636,80 @@ class LegacyServiceUser(pulumi.CustomResource):
2635
2636
  def _internal_init(__self__,
2636
2637
  resource_name: str,
2637
2638
  opts: Optional[pulumi.ResourceOptions] = None,
2638
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
2639
- autocommit: Optional[pulumi.Input[bool]] = None,
2640
- binary_input_format: Optional[pulumi.Input[str]] = None,
2641
- binary_output_format: Optional[pulumi.Input[str]] = None,
2642
- client_memory_limit: Optional[pulumi.Input[int]] = None,
2643
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
2644
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
2645
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
2646
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
2647
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
2648
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
2649
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2650
- comment: Optional[pulumi.Input[str]] = None,
2651
- date_input_format: Optional[pulumi.Input[str]] = None,
2652
- date_output_format: Optional[pulumi.Input[str]] = None,
2653
- days_to_expiry: Optional[pulumi.Input[int]] = None,
2654
- default_namespace: Optional[pulumi.Input[str]] = None,
2655
- default_role: Optional[pulumi.Input[str]] = None,
2656
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
2657
- default_warehouse: Optional[pulumi.Input[str]] = None,
2658
- disabled: Optional[pulumi.Input[str]] = None,
2659
- display_name: Optional[pulumi.Input[str]] = None,
2660
- email: Optional[pulumi.Input[str]] = None,
2661
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
2662
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
2663
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
2664
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
2665
- geography_output_format: Optional[pulumi.Input[str]] = None,
2666
- geometry_output_format: Optional[pulumi.Input[str]] = None,
2667
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2668
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
2669
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
2670
- json_indent: Optional[pulumi.Input[int]] = None,
2671
- lock_timeout: Optional[pulumi.Input[int]] = None,
2672
- log_level: Optional[pulumi.Input[str]] = None,
2673
- login_name: Optional[pulumi.Input[str]] = None,
2674
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
2675
- multi_statement_count: Optional[pulumi.Input[int]] = None,
2676
- must_change_password: Optional[pulumi.Input[str]] = None,
2677
- name: Optional[pulumi.Input[str]] = None,
2678
- network_policy: Optional[pulumi.Input[str]] = None,
2679
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
2680
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2681
- password: Optional[pulumi.Input[str]] = None,
2682
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
2683
- query_tag: Optional[pulumi.Input[str]] = None,
2684
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
2685
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
2686
- rsa_public_key: Optional[pulumi.Input[str]] = None,
2687
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
2688
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
2689
- search_path: Optional[pulumi.Input[str]] = None,
2690
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
2691
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2692
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2693
- strict_json_output: Optional[pulumi.Input[bool]] = None,
2694
- time_input_format: Optional[pulumi.Input[str]] = None,
2695
- time_output_format: Optional[pulumi.Input[str]] = None,
2696
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
2697
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
2698
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
2699
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
2700
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
2701
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2702
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
2703
- timezone: Optional[pulumi.Input[str]] = None,
2704
- trace_level: Optional[pulumi.Input[str]] = None,
2705
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
2706
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
2707
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
2708
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
2709
- use_cached_result: Optional[pulumi.Input[bool]] = None,
2710
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
2711
- week_start: Optional[pulumi.Input[int]] = None,
2639
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
2640
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
2641
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
2642
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
2643
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
2644
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
2645
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
2646
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
2647
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
2648
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
2649
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
2650
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2651
+ comment: Optional[pulumi.Input[builtins.str]] = None,
2652
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
2653
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
2654
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
2655
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
2656
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
2657
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
2658
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
2659
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
2660
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
2661
+ email: Optional[pulumi.Input[builtins.str]] = None,
2662
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
2663
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
2664
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
2665
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
2666
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
2667
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
2668
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2669
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
2670
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
2671
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
2672
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
2673
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
2674
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
2675
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
2676
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
2677
+ must_change_password: Optional[pulumi.Input[builtins.str]] = None,
2678
+ name: Optional[pulumi.Input[builtins.str]] = None,
2679
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
2680
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
2681
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2682
+ password: Optional[pulumi.Input[builtins.str]] = None,
2683
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
2684
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
2685
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
2686
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
2687
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
2688
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
2689
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
2690
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
2691
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
2692
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2693
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2694
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
2695
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
2696
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
2697
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
2698
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
2699
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2700
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2701
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
2702
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2703
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2704
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
2705
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
2706
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
2707
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
2708
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
2709
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
2710
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
2711
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
2712
+ week_start: Optional[pulumi.Input[builtins.int]] = None,
2712
2713
  __props__=None):
2713
2714
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
2714
2715
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -2808,84 +2809,84 @@ class LegacyServiceUser(pulumi.CustomResource):
2808
2809
  def get(resource_name: str,
2809
2810
  id: pulumi.Input[str],
2810
2811
  opts: Optional[pulumi.ResourceOptions] = None,
2811
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
2812
- autocommit: Optional[pulumi.Input[bool]] = None,
2813
- binary_input_format: Optional[pulumi.Input[str]] = None,
2814
- binary_output_format: Optional[pulumi.Input[str]] = None,
2815
- client_memory_limit: Optional[pulumi.Input[int]] = None,
2816
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
2817
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
2818
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
2819
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
2820
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
2821
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
2822
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2823
- comment: Optional[pulumi.Input[str]] = None,
2824
- date_input_format: Optional[pulumi.Input[str]] = None,
2825
- date_output_format: Optional[pulumi.Input[str]] = None,
2826
- days_to_expiry: Optional[pulumi.Input[int]] = None,
2827
- default_namespace: Optional[pulumi.Input[str]] = None,
2828
- default_role: Optional[pulumi.Input[str]] = None,
2829
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
2830
- default_warehouse: Optional[pulumi.Input[str]] = None,
2831
- disabled: Optional[pulumi.Input[str]] = None,
2832
- display_name: Optional[pulumi.Input[str]] = None,
2833
- email: Optional[pulumi.Input[str]] = None,
2834
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
2835
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
2836
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
2837
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
2838
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
2839
- geography_output_format: Optional[pulumi.Input[str]] = None,
2840
- geometry_output_format: Optional[pulumi.Input[str]] = None,
2841
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2842
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
2843
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
2844
- json_indent: Optional[pulumi.Input[int]] = None,
2845
- lock_timeout: Optional[pulumi.Input[int]] = None,
2846
- log_level: Optional[pulumi.Input[str]] = None,
2847
- login_name: Optional[pulumi.Input[str]] = None,
2848
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
2849
- multi_statement_count: Optional[pulumi.Input[int]] = None,
2850
- must_change_password: Optional[pulumi.Input[str]] = None,
2851
- name: Optional[pulumi.Input[str]] = None,
2852
- network_policy: Optional[pulumi.Input[str]] = None,
2853
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
2854
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2812
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
2813
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
2814
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
2815
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
2816
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
2817
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
2818
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
2819
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
2820
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
2821
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
2822
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
2823
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2824
+ comment: Optional[pulumi.Input[builtins.str]] = None,
2825
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
2826
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
2827
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
2828
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
2829
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
2830
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
2831
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
2832
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
2833
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
2834
+ email: Optional[pulumi.Input[builtins.str]] = None,
2835
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
2836
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
2837
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
2838
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
2839
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
2840
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
2841
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
2842
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2843
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
2844
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
2845
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
2846
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
2847
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
2848
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
2849
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
2850
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
2851
+ must_change_password: Optional[pulumi.Input[builtins.str]] = None,
2852
+ name: Optional[pulumi.Input[builtins.str]] = None,
2853
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
2854
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
2855
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2855
2856
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LegacyServiceUserParameterArgs', 'LegacyServiceUserParameterArgsDict']]]]] = None,
2856
- password: Optional[pulumi.Input[str]] = None,
2857
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
2858
- query_tag: Optional[pulumi.Input[str]] = None,
2859
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
2860
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
2861
- rsa_public_key: Optional[pulumi.Input[str]] = None,
2862
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
2863
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
2864
- search_path: Optional[pulumi.Input[str]] = None,
2857
+ password: Optional[pulumi.Input[builtins.str]] = None,
2858
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
2859
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
2860
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
2861
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
2862
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
2863
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
2864
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
2865
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
2865
2866
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LegacyServiceUserShowOutputArgs', 'LegacyServiceUserShowOutputArgsDict']]]]] = None,
2866
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
2867
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2868
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2869
- strict_json_output: Optional[pulumi.Input[bool]] = None,
2870
- time_input_format: Optional[pulumi.Input[str]] = None,
2871
- time_output_format: Optional[pulumi.Input[str]] = None,
2872
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
2873
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
2874
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
2875
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
2876
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
2877
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2878
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
2879
- timezone: Optional[pulumi.Input[str]] = None,
2880
- trace_level: Optional[pulumi.Input[str]] = None,
2881
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
2882
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
2883
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
2884
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
2885
- use_cached_result: Optional[pulumi.Input[bool]] = None,
2886
- user_type: Optional[pulumi.Input[str]] = None,
2887
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
2888
- week_start: Optional[pulumi.Input[int]] = None) -> 'LegacyServiceUser':
2867
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
2868
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2869
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2870
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
2871
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
2872
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
2873
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
2874
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
2875
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2876
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2877
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
2878
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2879
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2880
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
2881
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
2882
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
2883
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
2884
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
2885
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
2886
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
2887
+ user_type: Optional[pulumi.Input[builtins.str]] = None,
2888
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
2889
+ week_start: Optional[pulumi.Input[builtins.int]] = None) -> 'LegacyServiceUser':
2889
2890
  """
2890
2891
  Get an existing LegacyServiceUser resource's state with the given name, id, and optional extra
2891
2892
  properties used to qualify the lookup.
@@ -2893,81 +2894,81 @@ class LegacyServiceUser(pulumi.CustomResource):
2893
2894
  :param str resource_name: The unique name of the resulting resource.
2894
2895
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
2895
2896
  :param pulumi.ResourceOptions opts: Options for the resource.
2896
- :param pulumi.Input[bool] abort_detached_query: 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).
2897
- :param pulumi.Input[bool] autocommit: 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).
2898
- :param pulumi.Input[str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
2899
- :param pulumi.Input[str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
2900
- :param pulumi.Input[int] client_memory_limit: 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).
2901
- :param pulumi.Input[bool] client_metadata_request_use_connection_ctx: 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).
2902
- :param pulumi.Input[int] client_prefetch_threads: 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).
2903
- :param pulumi.Input[int] client_result_chunk_size: 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).
2904
- :param pulumi.Input[bool] client_result_column_case_insensitive: 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).
2905
- :param pulumi.Input[bool] client_session_keep_alive: 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).
2906
- :param pulumi.Input[int] client_session_keep_alive_heartbeat_frequency: 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).
2907
- :param pulumi.Input[str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
2908
- :param pulumi.Input[str] comment: Specifies a comment for the user.
2909
- :param pulumi.Input[str] date_input_format: 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).
2910
- :param pulumi.Input[str] date_output_format: 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).
2911
- :param pulumi.Input[str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
2912
- :param pulumi.Input[str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
2913
- :param pulumi.Input[str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2914
- :param pulumi.Input[str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
2915
- :param pulumi.Input[str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2916
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
2917
- :param pulumi.Input[str] email: Email address for the user.
2918
- :param pulumi.Input[bool] enable_unload_physical_type_optimization: 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).
2919
- :param pulumi.Input[bool] enable_unredacted_query_syntax_error: 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).
2920
- :param pulumi.Input[bool] error_on_nondeterministic_merge: 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).
2921
- :param pulumi.Input[bool] error_on_nondeterministic_update: 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).
2922
- :param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
2923
- :param pulumi.Input[str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
2924
- :param pulumi.Input[str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
2925
- :param pulumi.Input[bool] jdbc_treat_decimal_as_int: 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).
2926
- :param pulumi.Input[bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
2927
- :param pulumi.Input[bool] jdbc_use_session_timezone: 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).
2928
- :param pulumi.Input[int] json_indent: 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).
2929
- :param pulumi.Input[int] lock_timeout: 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).
2930
- :param pulumi.Input[str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
2931
- :param pulumi.Input[str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
2932
- :param pulumi.Input[int] multi_statement_count: 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).
2933
- :param pulumi.Input[str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2934
- :param pulumi.Input[str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2935
- :param pulumi.Input[str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
2936
- :param pulumi.Input[bool] noorder_sequence_as_default: 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).
2937
- :param pulumi.Input[bool] odbc_treat_decimal_as_int: 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).
2897
+ :param pulumi.Input[builtins.bool] abort_detached_query: 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).
2898
+ :param pulumi.Input[builtins.bool] autocommit: 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).
2899
+ :param pulumi.Input[builtins.str] binary_input_format: 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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
2900
+ :param pulumi.Input[builtins.str] binary_output_format: 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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
2901
+ :param pulumi.Input[builtins.int] client_memory_limit: 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).
2902
+ :param pulumi.Input[builtins.bool] client_metadata_request_use_connection_ctx: 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).
2903
+ :param pulumi.Input[builtins.int] client_prefetch_threads: 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).
2904
+ :param pulumi.Input[builtins.int] client_result_chunk_size: 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).
2905
+ :param pulumi.Input[builtins.bool] client_result_column_case_insensitive: 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).
2906
+ :param pulumi.Input[builtins.bool] client_session_keep_alive: 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).
2907
+ :param pulumi.Input[builtins.int] client_session_keep_alive_heartbeat_frequency: 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).
2908
+ :param pulumi.Input[builtins.str] client_timestamp_type_mapping: 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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
2909
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
2910
+ :param pulumi.Input[builtins.str] date_input_format: 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).
2911
+ :param pulumi.Input[builtins.str] date_output_format: 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).
2912
+ :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
2913
+ :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
2914
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2915
+ :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
2916
+ :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2917
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2918
+ :param pulumi.Input[builtins.str] email: Email address for the user.
2919
+ :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: 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).
2920
+ :param pulumi.Input[builtins.bool] enable_unredacted_query_syntax_error: 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).
2921
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_merge: 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).
2922
+ :param pulumi.Input[builtins.bool] error_on_nondeterministic_update: 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).
2923
+ :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
2924
+ :param pulumi.Input[builtins.str] geography_output_format: Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
2925
+ :param pulumi.Input[builtins.str] geometry_output_format: Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
2926
+ :param pulumi.Input[builtins.bool] jdbc_treat_decimal_as_int: 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).
2927
+ :param pulumi.Input[builtins.bool] jdbc_treat_timestamp_ntz_as_utc: Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
2928
+ :param pulumi.Input[builtins.bool] jdbc_use_session_timezone: 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).
2929
+ :param pulumi.Input[builtins.int] json_indent: 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).
2930
+ :param pulumi.Input[builtins.int] lock_timeout: 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).
2931
+ :param pulumi.Input[builtins.str] log_level: 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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
2932
+ :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
2933
+ :param pulumi.Input[builtins.int] multi_statement_count: 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).
2934
+ :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2935
+ :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2936
+ :param pulumi.Input[builtins.str] network_policy: 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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
2937
+ :param pulumi.Input[builtins.bool] noorder_sequence_as_default: 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).
2938
+ :param pulumi.Input[builtins.bool] odbc_treat_decimal_as_int: 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).
2938
2939
  :param pulumi.Input[Sequence[pulumi.Input[Union['LegacyServiceUserParameterArgs', 'LegacyServiceUserParameterArgsDict']]]] parameters: Outputs the result of `SHOW PARAMETERS IN USER` for the given user.
2939
- :param pulumi.Input[bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
2940
- :param pulumi.Input[str] query_tag: 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).
2941
- :param pulumi.Input[bool] quoted_identifiers_ignore_case: 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).
2942
- :param pulumi.Input[int] rows_per_resultset: 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).
2943
- :param pulumi.Input[str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
2944
- :param pulumi.Input[str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
2945
- :param pulumi.Input[str] s3_stage_vpce_dns_name: 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).
2946
- :param pulumi.Input[str] search_path: 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).
2940
+ :param pulumi.Input[builtins.bool] prevent_unload_to_internal_stages: Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
2941
+ :param pulumi.Input[builtins.str] query_tag: 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).
2942
+ :param pulumi.Input[builtins.bool] quoted_identifiers_ignore_case: 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).
2943
+ :param pulumi.Input[builtins.int] rows_per_resultset: 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).
2944
+ :param pulumi.Input[builtins.str] rsa_public_key: Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
2945
+ :param pulumi.Input[builtins.str] rsa_public_key2: Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
2946
+ :param pulumi.Input[builtins.str] s3_stage_vpce_dns_name: 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).
2947
+ :param pulumi.Input[builtins.str] search_path: 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).
2947
2948
  :param pulumi.Input[Sequence[pulumi.Input[Union['LegacyServiceUserShowOutputArgs', 'LegacyServiceUserShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW USER` for the given user.
2948
- :param pulumi.Input[str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
2949
- :param pulumi.Input[int] statement_queued_timeout_in_seconds: 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).
2950
- :param pulumi.Input[int] statement_timeout_in_seconds: 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).
2951
- :param pulumi.Input[bool] strict_json_output: 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).
2952
- :param pulumi.Input[str] time_input_format: 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).
2953
- :param pulumi.Input[str] time_output_format: 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).
2954
- :param pulumi.Input[bool] timestamp_day_is_always24h: 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).
2955
- :param pulumi.Input[str] timestamp_input_format: 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).
2956
- :param pulumi.Input[str] timestamp_ltz_output_format: 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).
2957
- :param pulumi.Input[str] timestamp_ntz_output_format: 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).
2958
- :param pulumi.Input[str] timestamp_output_format: 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).
2959
- :param pulumi.Input[str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
2960
- :param pulumi.Input[str] timestamp_tz_output_format: 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).
2961
- :param pulumi.Input[str] timezone: 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).
2962
- :param pulumi.Input[str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
2963
- :param pulumi.Input[bool] transaction_abort_on_error: 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).
2964
- :param pulumi.Input[str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
2965
- :param pulumi.Input[int] two_digit_century_start: 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).
2966
- :param pulumi.Input[str] unsupported_ddl_action: 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).
2967
- :param pulumi.Input[bool] use_cached_result: 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).
2968
- :param pulumi.Input[str] user_type: Specifies a type for the user.
2969
- :param pulumi.Input[int] week_of_year_policy: 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).
2970
- :param pulumi.Input[int] week_start: 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).
2949
+ :param pulumi.Input[builtins.str] simulated_data_sharing_consumer: 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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
2950
+ :param pulumi.Input[builtins.int] statement_queued_timeout_in_seconds: 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).
2951
+ :param pulumi.Input[builtins.int] statement_timeout_in_seconds: 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).
2952
+ :param pulumi.Input[builtins.bool] strict_json_output: 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).
2953
+ :param pulumi.Input[builtins.str] time_input_format: 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).
2954
+ :param pulumi.Input[builtins.str] time_output_format: 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).
2955
+ :param pulumi.Input[builtins.bool] timestamp_day_is_always24h: 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).
2956
+ :param pulumi.Input[builtins.str] timestamp_input_format: 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).
2957
+ :param pulumi.Input[builtins.str] timestamp_ltz_output_format: 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).
2958
+ :param pulumi.Input[builtins.str] timestamp_ntz_output_format: 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).
2959
+ :param pulumi.Input[builtins.str] timestamp_output_format: 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).
2960
+ :param pulumi.Input[builtins.str] timestamp_type_mapping: Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
2961
+ :param pulumi.Input[builtins.str] timestamp_tz_output_format: 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).
2962
+ :param pulumi.Input[builtins.str] timezone: 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).
2963
+ :param pulumi.Input[builtins.str] trace_level: 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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
2964
+ :param pulumi.Input[builtins.bool] transaction_abort_on_error: 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).
2965
+ :param pulumi.Input[builtins.str] transaction_default_isolation_level: Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
2966
+ :param pulumi.Input[builtins.int] two_digit_century_start: 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).
2967
+ :param pulumi.Input[builtins.str] unsupported_ddl_action: 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).
2968
+ :param pulumi.Input[builtins.bool] use_cached_result: 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).
2969
+ :param pulumi.Input[builtins.str] user_type: Specifies a type for the user.
2970
+ :param pulumi.Input[builtins.int] week_of_year_policy: 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).
2971
+ :param pulumi.Input[builtins.int] week_start: 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).
2971
2972
  """
2972
2973
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
2973
2974
 
@@ -3055,7 +3056,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3055
3056
 
3056
3057
  @property
3057
3058
  @pulumi.getter(name="abortDetachedQuery")
3058
- def abort_detached_query(self) -> pulumi.Output[bool]:
3059
+ def abort_detached_query(self) -> pulumi.Output[builtins.bool]:
3059
3060
  """
3060
3061
  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).
3061
3062
  """
@@ -3063,7 +3064,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3063
3064
 
3064
3065
  @property
3065
3066
  @pulumi.getter
3066
- def autocommit(self) -> pulumi.Output[bool]:
3067
+ def autocommit(self) -> pulumi.Output[builtins.bool]:
3067
3068
  """
3068
3069
  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).
3069
3070
  """
@@ -3071,7 +3072,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3071
3072
 
3072
3073
  @property
3073
3074
  @pulumi.getter(name="binaryInputFormat")
3074
- def binary_input_format(self) -> pulumi.Output[str]:
3075
+ def binary_input_format(self) -> pulumi.Output[builtins.str]:
3075
3076
  """
3076
3077
  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). For more information, check [BINARY*INPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format).
3077
3078
  """
@@ -3079,7 +3080,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3079
3080
 
3080
3081
  @property
3081
3082
  @pulumi.getter(name="binaryOutputFormat")
3082
- def binary_output_format(self) -> pulumi.Output[str]:
3083
+ def binary_output_format(self) -> pulumi.Output[builtins.str]:
3083
3084
  """
3084
3085
  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). For more information, check [BINARY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format).
3085
3086
  """
@@ -3087,7 +3088,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3087
3088
 
3088
3089
  @property
3089
3090
  @pulumi.getter(name="clientMemoryLimit")
3090
- def client_memory_limit(self) -> pulumi.Output[int]:
3091
+ def client_memory_limit(self) -> pulumi.Output[builtins.int]:
3091
3092
  """
3092
3093
  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).
3093
3094
  """
@@ -3095,7 +3096,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3095
3096
 
3096
3097
  @property
3097
3098
  @pulumi.getter(name="clientMetadataRequestUseConnectionCtx")
3098
- def client_metadata_request_use_connection_ctx(self) -> pulumi.Output[bool]:
3099
+ def client_metadata_request_use_connection_ctx(self) -> pulumi.Output[builtins.bool]:
3099
3100
  """
3100
3101
  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).
3101
3102
  """
@@ -3103,7 +3104,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3103
3104
 
3104
3105
  @property
3105
3106
  @pulumi.getter(name="clientPrefetchThreads")
3106
- def client_prefetch_threads(self) -> pulumi.Output[int]:
3107
+ def client_prefetch_threads(self) -> pulumi.Output[builtins.int]:
3107
3108
  """
3108
3109
  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).
3109
3110
  """
@@ -3111,7 +3112,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3111
3112
 
3112
3113
  @property
3113
3114
  @pulumi.getter(name="clientResultChunkSize")
3114
- def client_result_chunk_size(self) -> pulumi.Output[int]:
3115
+ def client_result_chunk_size(self) -> pulumi.Output[builtins.int]:
3115
3116
  """
3116
3117
  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).
3117
3118
  """
@@ -3119,7 +3120,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3119
3120
 
3120
3121
  @property
3121
3122
  @pulumi.getter(name="clientResultColumnCaseInsensitive")
3122
- def client_result_column_case_insensitive(self) -> pulumi.Output[bool]:
3123
+ def client_result_column_case_insensitive(self) -> pulumi.Output[builtins.bool]:
3123
3124
  """
3124
3125
  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).
3125
3126
  """
@@ -3127,7 +3128,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3127
3128
 
3128
3129
  @property
3129
3130
  @pulumi.getter(name="clientSessionKeepAlive")
3130
- def client_session_keep_alive(self) -> pulumi.Output[bool]:
3131
+ def client_session_keep_alive(self) -> pulumi.Output[builtins.bool]:
3131
3132
  """
3132
3133
  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).
3133
3134
  """
@@ -3135,7 +3136,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3135
3136
 
3136
3137
  @property
3137
3138
  @pulumi.getter(name="clientSessionKeepAliveHeartbeatFrequency")
3138
- def client_session_keep_alive_heartbeat_frequency(self) -> pulumi.Output[int]:
3139
+ def client_session_keep_alive_heartbeat_frequency(self) -> pulumi.Output[builtins.int]:
3139
3140
  """
3140
3141
  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).
3141
3142
  """
@@ -3143,7 +3144,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3143
3144
 
3144
3145
  @property
3145
3146
  @pulumi.getter(name="clientTimestampTypeMapping")
3146
- def client_timestamp_type_mapping(self) -> pulumi.Output[str]:
3147
+ def client_timestamp_type_mapping(self) -> pulumi.Output[builtins.str]:
3147
3148
  """
3148
3149
  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. For more information, check [CLIENT*TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping).
3149
3150
  """
@@ -3151,7 +3152,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3151
3152
 
3152
3153
  @property
3153
3154
  @pulumi.getter
3154
- def comment(self) -> pulumi.Output[Optional[str]]:
3155
+ def comment(self) -> pulumi.Output[Optional[builtins.str]]:
3155
3156
  """
3156
3157
  Specifies a comment for the user.
3157
3158
  """
@@ -3159,7 +3160,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3159
3160
 
3160
3161
  @property
3161
3162
  @pulumi.getter(name="dateInputFormat")
3162
- def date_input_format(self) -> pulumi.Output[str]:
3163
+ def date_input_format(self) -> pulumi.Output[builtins.str]:
3163
3164
  """
3164
3165
  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).
3165
3166
  """
@@ -3167,7 +3168,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3167
3168
 
3168
3169
  @property
3169
3170
  @pulumi.getter(name="dateOutputFormat")
3170
- def date_output_format(self) -> pulumi.Output[str]:
3171
+ def date_output_format(self) -> pulumi.Output[builtins.str]:
3171
3172
  """
3172
3173
  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).
3173
3174
  """
@@ -3175,12 +3176,12 @@ class LegacyServiceUser(pulumi.CustomResource):
3175
3176
 
3176
3177
  @property
3177
3178
  @pulumi.getter(name="daysToExpiry")
3178
- def days_to_expiry(self) -> pulumi.Output[Optional[int]]:
3179
+ def days_to_expiry(self) -> pulumi.Output[Optional[builtins.int]]:
3179
3180
  return pulumi.get(self, "days_to_expiry")
3180
3181
 
3181
3182
  @property
3182
3183
  @pulumi.getter(name="defaultNamespace")
3183
- def default_namespace(self) -> pulumi.Output[Optional[str]]:
3184
+ def default_namespace(self) -> pulumi.Output[Optional[builtins.str]]:
3184
3185
  """
3185
3186
  Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
3186
3187
  """
@@ -3188,7 +3189,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3188
3189
 
3189
3190
  @property
3190
3191
  @pulumi.getter(name="defaultRole")
3191
- def default_role(self) -> pulumi.Output[Optional[str]]:
3192
+ def default_role(self) -> pulumi.Output[Optional[builtins.str]]:
3192
3193
  """
3193
3194
  Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
3194
3195
  """
@@ -3196,7 +3197,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3196
3197
 
3197
3198
  @property
3198
3199
  @pulumi.getter(name="defaultSecondaryRolesOption")
3199
- def default_secondary_roles_option(self) -> pulumi.Output[Optional[str]]:
3200
+ def default_secondary_roles_option(self) -> pulumi.Output[Optional[builtins.str]]:
3200
3201
  """
3201
3202
  Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
3202
3203
  """
@@ -3204,7 +3205,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3204
3205
 
3205
3206
  @property
3206
3207
  @pulumi.getter(name="defaultWarehouse")
3207
- def default_warehouse(self) -> pulumi.Output[Optional[str]]:
3208
+ def default_warehouse(self) -> pulumi.Output[Optional[builtins.str]]:
3208
3209
  """
3209
3210
  Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
3210
3211
  """
@@ -3212,7 +3213,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3212
3213
 
3213
3214
  @property
3214
3215
  @pulumi.getter
3215
- def disabled(self) -> pulumi.Output[Optional[str]]:
3216
+ def disabled(self) -> pulumi.Output[Optional[builtins.str]]:
3216
3217
  """
3217
3218
  Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3218
3219
  """
@@ -3220,7 +3221,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3220
3221
 
3221
3222
  @property
3222
3223
  @pulumi.getter(name="displayName")
3223
- def display_name(self) -> pulumi.Output[Optional[str]]:
3224
+ def display_name(self) -> pulumi.Output[Optional[builtins.str]]:
3224
3225
  """
3225
3226
  Name displayed for the user in the Snowflake web interface.
3226
3227
  """
@@ -3228,7 +3229,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3228
3229
 
3229
3230
  @property
3230
3231
  @pulumi.getter
3231
- def email(self) -> pulumi.Output[Optional[str]]:
3232
+ def email(self) -> pulumi.Output[Optional[builtins.str]]:
3232
3233
  """
3233
3234
  Email address for the user.
3234
3235
  """
@@ -3236,7 +3237,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3236
3237
 
3237
3238
  @property
3238
3239
  @pulumi.getter(name="enableUnloadPhysicalTypeOptimization")
3239
- def enable_unload_physical_type_optimization(self) -> pulumi.Output[bool]:
3240
+ def enable_unload_physical_type_optimization(self) -> pulumi.Output[builtins.bool]:
3240
3241
  """
3241
3242
  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).
3242
3243
  """
@@ -3244,7 +3245,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3244
3245
 
3245
3246
  @property
3246
3247
  @pulumi.getter(name="enableUnredactedQuerySyntaxError")
3247
- def enable_unredacted_query_syntax_error(self) -> pulumi.Output[bool]:
3248
+ def enable_unredacted_query_syntax_error(self) -> pulumi.Output[builtins.bool]:
3248
3249
  """
3249
3250
  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).
3250
3251
  """
@@ -3252,7 +3253,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3252
3253
 
3253
3254
  @property
3254
3255
  @pulumi.getter(name="errorOnNondeterministicMerge")
3255
- def error_on_nondeterministic_merge(self) -> pulumi.Output[bool]:
3256
+ def error_on_nondeterministic_merge(self) -> pulumi.Output[builtins.bool]:
3256
3257
  """
3257
3258
  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).
3258
3259
  """
@@ -3260,7 +3261,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3260
3261
 
3261
3262
  @property
3262
3263
  @pulumi.getter(name="errorOnNondeterministicUpdate")
3263
- def error_on_nondeterministic_update(self) -> pulumi.Output[bool]:
3264
+ def error_on_nondeterministic_update(self) -> pulumi.Output[builtins.bool]:
3264
3265
  """
3265
3266
  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).
3266
3267
  """
@@ -3268,7 +3269,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3268
3269
 
3269
3270
  @property
3270
3271
  @pulumi.getter(name="fullyQualifiedName")
3271
- def fully_qualified_name(self) -> pulumi.Output[str]:
3272
+ def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
3272
3273
  """
3273
3274
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
3274
3275
  """
@@ -3276,7 +3277,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3276
3277
 
3277
3278
  @property
3278
3279
  @pulumi.getter(name="geographyOutputFormat")
3279
- def geography_output_format(self) -> pulumi.Output[str]:
3280
+ def geography_output_format(self) -> pulumi.Output[builtins.str]:
3280
3281
  """
3281
3282
  Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format).
3282
3283
  """
@@ -3284,7 +3285,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3284
3285
 
3285
3286
  @property
3286
3287
  @pulumi.getter(name="geometryOutputFormat")
3287
- def geometry_output_format(self) -> pulumi.Output[str]:
3288
+ def geometry_output_format(self) -> pulumi.Output[builtins.str]:
3288
3289
  """
3289
3290
  Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format).
3290
3291
  """
@@ -3292,7 +3293,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3292
3293
 
3293
3294
  @property
3294
3295
  @pulumi.getter(name="jdbcTreatDecimalAsInt")
3295
- def jdbc_treat_decimal_as_int(self) -> pulumi.Output[bool]:
3296
+ def jdbc_treat_decimal_as_int(self) -> pulumi.Output[builtins.bool]:
3296
3297
  """
3297
3298
  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).
3298
3299
  """
@@ -3300,7 +3301,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3300
3301
 
3301
3302
  @property
3302
3303
  @pulumi.getter(name="jdbcTreatTimestampNtzAsUtc")
3303
- def jdbc_treat_timestamp_ntz_as_utc(self) -> pulumi.Output[bool]:
3304
+ def jdbc_treat_timestamp_ntz_as_utc(self) -> pulumi.Output[builtins.bool]:
3304
3305
  """
3305
3306
  Specifies how JDBC processes TIMESTAMP*NTZ values. 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).
3306
3307
  """
@@ -3308,7 +3309,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3308
3309
 
3309
3310
  @property
3310
3311
  @pulumi.getter(name="jdbcUseSessionTimezone")
3311
- def jdbc_use_session_timezone(self) -> pulumi.Output[bool]:
3312
+ def jdbc_use_session_timezone(self) -> pulumi.Output[builtins.bool]:
3312
3313
  """
3313
3314
  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).
3314
3315
  """
@@ -3316,7 +3317,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3316
3317
 
3317
3318
  @property
3318
3319
  @pulumi.getter(name="jsonIndent")
3319
- def json_indent(self) -> pulumi.Output[int]:
3320
+ def json_indent(self) -> pulumi.Output[builtins.int]:
3320
3321
  """
3321
3322
  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).
3322
3323
  """
@@ -3324,7 +3325,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3324
3325
 
3325
3326
  @property
3326
3327
  @pulumi.getter(name="lockTimeout")
3327
- def lock_timeout(self) -> pulumi.Output[int]:
3328
+ def lock_timeout(self) -> pulumi.Output[builtins.int]:
3328
3329
  """
3329
3330
  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).
3330
3331
  """
@@ -3332,7 +3333,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3332
3333
 
3333
3334
  @property
3334
3335
  @pulumi.getter(name="logLevel")
3335
- def log_level(self) -> pulumi.Output[str]:
3336
+ def log_level(self) -> pulumi.Output[builtins.str]:
3336
3337
  """
3337
3338
  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 log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
3338
3339
  """
@@ -3340,7 +3341,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3340
3341
 
3341
3342
  @property
3342
3343
  @pulumi.getter(name="loginName")
3343
- def login_name(self) -> pulumi.Output[Optional[str]]:
3344
+ def login_name(self) -> pulumi.Output[Optional[builtins.str]]:
3344
3345
  """
3345
3346
  The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
3346
3347
  """
@@ -3348,12 +3349,12 @@ class LegacyServiceUser(pulumi.CustomResource):
3348
3349
 
3349
3350
  @property
3350
3351
  @pulumi.getter(name="minsToUnlock")
3351
- def mins_to_unlock(self) -> pulumi.Output[Optional[int]]:
3352
+ def mins_to_unlock(self) -> pulumi.Output[Optional[builtins.int]]:
3352
3353
  return pulumi.get(self, "mins_to_unlock")
3353
3354
 
3354
3355
  @property
3355
3356
  @pulumi.getter(name="multiStatementCount")
3356
- def multi_statement_count(self) -> pulumi.Output[int]:
3357
+ def multi_statement_count(self) -> pulumi.Output[builtins.int]:
3357
3358
  """
3358
3359
  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).
3359
3360
  """
@@ -3361,7 +3362,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3361
3362
 
3362
3363
  @property
3363
3364
  @pulumi.getter(name="mustChangePassword")
3364
- def must_change_password(self) -> pulumi.Output[Optional[str]]:
3365
+ def must_change_password(self) -> pulumi.Output[Optional[builtins.str]]:
3365
3366
  """
3366
3367
  Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3367
3368
  """
@@ -3369,7 +3370,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3369
3370
 
3370
3371
  @property
3371
3372
  @pulumi.getter
3372
- def name(self) -> pulumi.Output[str]:
3373
+ def name(self) -> pulumi.Output[builtins.str]:
3373
3374
  """
3374
3375
  Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
3375
3376
  """
@@ -3377,7 +3378,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3377
3378
 
3378
3379
  @property
3379
3380
  @pulumi.getter(name="networkPolicy")
3380
- def network_policy(self) -> pulumi.Output[str]:
3381
+ def network_policy(self) -> pulumi.Output[builtins.str]:
3381
3382
  """
3382
3383
  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). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
3383
3384
  """
@@ -3385,7 +3386,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3385
3386
 
3386
3387
  @property
3387
3388
  @pulumi.getter(name="noorderSequenceAsDefault")
3388
- def noorder_sequence_as_default(self) -> pulumi.Output[bool]:
3389
+ def noorder_sequence_as_default(self) -> pulumi.Output[builtins.bool]:
3389
3390
  """
3390
3391
  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).
3391
3392
  """
@@ -3393,7 +3394,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3393
3394
 
3394
3395
  @property
3395
3396
  @pulumi.getter(name="odbcTreatDecimalAsInt")
3396
- def odbc_treat_decimal_as_int(self) -> pulumi.Output[bool]:
3397
+ def odbc_treat_decimal_as_int(self) -> pulumi.Output[builtins.bool]:
3397
3398
  """
3398
3399
  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).
3399
3400
  """
@@ -3409,12 +3410,12 @@ class LegacyServiceUser(pulumi.CustomResource):
3409
3410
 
3410
3411
  @property
3411
3412
  @pulumi.getter
3412
- def password(self) -> pulumi.Output[Optional[str]]:
3413
+ def password(self) -> pulumi.Output[Optional[builtins.str]]:
3413
3414
  return pulumi.get(self, "password")
3414
3415
 
3415
3416
  @property
3416
3417
  @pulumi.getter(name="preventUnloadToInternalStages")
3417
- def prevent_unload_to_internal_stages(self) -> pulumi.Output[bool]:
3418
+ def prevent_unload_to_internal_stages(self) -> pulumi.Output[builtins.bool]:
3418
3419
  """
3419
3420
  Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO \\n\\n](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).
3420
3421
  """
@@ -3422,7 +3423,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3422
3423
 
3423
3424
  @property
3424
3425
  @pulumi.getter(name="queryTag")
3425
- def query_tag(self) -> pulumi.Output[str]:
3426
+ def query_tag(self) -> pulumi.Output[builtins.str]:
3426
3427
  """
3427
3428
  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).
3428
3429
  """
@@ -3430,7 +3431,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3430
3431
 
3431
3432
  @property
3432
3433
  @pulumi.getter(name="quotedIdentifiersIgnoreCase")
3433
- def quoted_identifiers_ignore_case(self) -> pulumi.Output[bool]:
3434
+ def quoted_identifiers_ignore_case(self) -> pulumi.Output[builtins.bool]:
3434
3435
  """
3435
3436
  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).
3436
3437
  """
@@ -3438,7 +3439,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3438
3439
 
3439
3440
  @property
3440
3441
  @pulumi.getter(name="rowsPerResultset")
3441
- def rows_per_resultset(self) -> pulumi.Output[int]:
3442
+ def rows_per_resultset(self) -> pulumi.Output[builtins.int]:
3442
3443
  """
3443
3444
  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).
3444
3445
  """
@@ -3446,7 +3447,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3446
3447
 
3447
3448
  @property
3448
3449
  @pulumi.getter(name="rsaPublicKey")
3449
- def rsa_public_key(self) -> pulumi.Output[Optional[str]]:
3450
+ def rsa_public_key(self) -> pulumi.Output[Optional[builtins.str]]:
3450
3451
  """
3451
3452
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
3452
3453
  """
@@ -3454,7 +3455,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3454
3455
 
3455
3456
  @property
3456
3457
  @pulumi.getter(name="rsaPublicKey2")
3457
- def rsa_public_key2(self) -> pulumi.Output[Optional[str]]:
3458
+ def rsa_public_key2(self) -> pulumi.Output[Optional[builtins.str]]:
3458
3459
  """
3459
3460
  Specifies the user’s second RSA public key; used to rotate the public and private keys for key-pair authentication based on an expiration schedule set by your organization. Must be on 1 line without header and trailer.
3460
3461
  """
@@ -3462,7 +3463,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3462
3463
 
3463
3464
  @property
3464
3465
  @pulumi.getter(name="s3StageVpceDnsName")
3465
- def s3_stage_vpce_dns_name(self) -> pulumi.Output[str]:
3466
+ def s3_stage_vpce_dns_name(self) -> pulumi.Output[builtins.str]:
3466
3467
  """
3467
3468
  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).
3468
3469
  """
@@ -3470,7 +3471,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3470
3471
 
3471
3472
  @property
3472
3473
  @pulumi.getter(name="searchPath")
3473
- def search_path(self) -> pulumi.Output[str]:
3474
+ def search_path(self) -> pulumi.Output[builtins.str]:
3474
3475
  """
3475
3476
  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).
3476
3477
  """
@@ -3486,7 +3487,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3486
3487
 
3487
3488
  @property
3488
3489
  @pulumi.getter(name="simulatedDataSharingConsumer")
3489
- def simulated_data_sharing_consumer(self) -> pulumi.Output[str]:
3490
+ def simulated_data_sharing_consumer(self) -> pulumi.Output[builtins.str]:
3490
3491
  """
3491
3492
  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, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED*DATA*SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer).
3492
3493
  """
@@ -3494,7 +3495,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3494
3495
 
3495
3496
  @property
3496
3497
  @pulumi.getter(name="statementQueuedTimeoutInSeconds")
3497
- def statement_queued_timeout_in_seconds(self) -> pulumi.Output[int]:
3498
+ def statement_queued_timeout_in_seconds(self) -> pulumi.Output[builtins.int]:
3498
3499
  """
3499
3500
  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).
3500
3501
  """
@@ -3502,7 +3503,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3502
3503
 
3503
3504
  @property
3504
3505
  @pulumi.getter(name="statementTimeoutInSeconds")
3505
- def statement_timeout_in_seconds(self) -> pulumi.Output[int]:
3506
+ def statement_timeout_in_seconds(self) -> pulumi.Output[builtins.int]:
3506
3507
  """
3507
3508
  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).
3508
3509
  """
@@ -3510,7 +3511,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3510
3511
 
3511
3512
  @property
3512
3513
  @pulumi.getter(name="strictJsonOutput")
3513
- def strict_json_output(self) -> pulumi.Output[bool]:
3514
+ def strict_json_output(self) -> pulumi.Output[builtins.bool]:
3514
3515
  """
3515
3516
  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).
3516
3517
  """
@@ -3518,7 +3519,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3518
3519
 
3519
3520
  @property
3520
3521
  @pulumi.getter(name="timeInputFormat")
3521
- def time_input_format(self) -> pulumi.Output[str]:
3522
+ def time_input_format(self) -> pulumi.Output[builtins.str]:
3522
3523
  """
3523
3524
  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).
3524
3525
  """
@@ -3526,7 +3527,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3526
3527
 
3527
3528
  @property
3528
3529
  @pulumi.getter(name="timeOutputFormat")
3529
- def time_output_format(self) -> pulumi.Output[str]:
3530
+ def time_output_format(self) -> pulumi.Output[builtins.str]:
3530
3531
  """
3531
3532
  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).
3532
3533
  """
@@ -3534,7 +3535,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3534
3535
 
3535
3536
  @property
3536
3537
  @pulumi.getter(name="timestampDayIsAlways24h")
3537
- def timestamp_day_is_always24h(self) -> pulumi.Output[bool]:
3538
+ def timestamp_day_is_always24h(self) -> pulumi.Output[builtins.bool]:
3538
3539
  """
3539
3540
  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).
3540
3541
  """
@@ -3542,7 +3543,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3542
3543
 
3543
3544
  @property
3544
3545
  @pulumi.getter(name="timestampInputFormat")
3545
- def timestamp_input_format(self) -> pulumi.Output[str]:
3546
+ def timestamp_input_format(self) -> pulumi.Output[builtins.str]:
3546
3547
  """
3547
3548
  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).
3548
3549
  """
@@ -3550,7 +3551,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3550
3551
 
3551
3552
  @property
3552
3553
  @pulumi.getter(name="timestampLtzOutputFormat")
3553
- def timestamp_ltz_output_format(self) -> pulumi.Output[str]:
3554
+ def timestamp_ltz_output_format(self) -> pulumi.Output[builtins.str]:
3554
3555
  """
3555
3556
  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).
3556
3557
  """
@@ -3558,7 +3559,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3558
3559
 
3559
3560
  @property
3560
3561
  @pulumi.getter(name="timestampNtzOutputFormat")
3561
- def timestamp_ntz_output_format(self) -> pulumi.Output[str]:
3562
+ def timestamp_ntz_output_format(self) -> pulumi.Output[builtins.str]:
3562
3563
  """
3563
3564
  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).
3564
3565
  """
@@ -3566,7 +3567,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3566
3567
 
3567
3568
  @property
3568
3569
  @pulumi.getter(name="timestampOutputFormat")
3569
- def timestamp_output_format(self) -> pulumi.Output[str]:
3570
+ def timestamp_output_format(self) -> pulumi.Output[builtins.str]:
3570
3571
  """
3571
3572
  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).
3572
3573
  """
@@ -3574,7 +3575,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3574
3575
 
3575
3576
  @property
3576
3577
  @pulumi.getter(name="timestampTypeMapping")
3577
- def timestamp_type_mapping(self) -> pulumi.Output[str]:
3578
+ def timestamp_type_mapping(self) -> pulumi.Output[builtins.str]:
3578
3579
  """
3579
3580
  Specifies the TIMESTAMP** variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP*TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping).
3580
3581
  """
@@ -3582,7 +3583,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3582
3583
 
3583
3584
  @property
3584
3585
  @pulumi.getter(name="timestampTzOutputFormat")
3585
- def timestamp_tz_output_format(self) -> pulumi.Output[str]:
3586
+ def timestamp_tz_output_format(self) -> pulumi.Output[builtins.str]:
3586
3587
  """
3587
3588
  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).
3588
3589
  """
@@ -3590,7 +3591,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3590
3591
 
3591
3592
  @property
3592
3593
  @pulumi.getter
3593
- def timezone(self) -> pulumi.Output[str]:
3594
+ def timezone(self) -> pulumi.Output[builtins.str]:
3594
3595
  """
3595
3596
  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).
3596
3597
  """
@@ -3598,7 +3599,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3598
3599
 
3599
3600
  @property
3600
3601
  @pulumi.getter(name="traceLevel")
3601
- def trace_level(self) -> pulumi.Output[str]:
3602
+ def trace_level(self) -> pulumi.Output[builtins.str]:
3602
3603
  """
3603
3604
  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). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
3604
3605
  """
@@ -3606,7 +3607,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3606
3607
 
3607
3608
  @property
3608
3609
  @pulumi.getter(name="transactionAbortOnError")
3609
- def transaction_abort_on_error(self) -> pulumi.Output[bool]:
3610
+ def transaction_abort_on_error(self) -> pulumi.Output[builtins.bool]:
3610
3611
  """
3611
3612
  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).
3612
3613
  """
@@ -3614,7 +3615,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3614
3615
 
3615
3616
  @property
3616
3617
  @pulumi.getter(name="transactionDefaultIsolationLevel")
3617
- def transaction_default_isolation_level(self) -> pulumi.Output[str]:
3618
+ def transaction_default_isolation_level(self) -> pulumi.Output[builtins.str]:
3618
3619
  """
3619
3620
  Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION*DEFAULT*ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level).
3620
3621
  """
@@ -3622,7 +3623,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3622
3623
 
3623
3624
  @property
3624
3625
  @pulumi.getter(name="twoDigitCenturyStart")
3625
- def two_digit_century_start(self) -> pulumi.Output[int]:
3626
+ def two_digit_century_start(self) -> pulumi.Output[builtins.int]:
3626
3627
  """
3627
3628
  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).
3628
3629
  """
@@ -3630,7 +3631,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3630
3631
 
3631
3632
  @property
3632
3633
  @pulumi.getter(name="unsupportedDdlAction")
3633
- def unsupported_ddl_action(self) -> pulumi.Output[str]:
3634
+ def unsupported_ddl_action(self) -> pulumi.Output[builtins.str]:
3634
3635
  """
3635
3636
  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).
3636
3637
  """
@@ -3638,7 +3639,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3638
3639
 
3639
3640
  @property
3640
3641
  @pulumi.getter(name="useCachedResult")
3641
- def use_cached_result(self) -> pulumi.Output[bool]:
3642
+ def use_cached_result(self) -> pulumi.Output[builtins.bool]:
3642
3643
  """
3643
3644
  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).
3644
3645
  """
@@ -3646,7 +3647,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3646
3647
 
3647
3648
  @property
3648
3649
  @pulumi.getter(name="userType")
3649
- def user_type(self) -> pulumi.Output[str]:
3650
+ def user_type(self) -> pulumi.Output[builtins.str]:
3650
3651
  """
3651
3652
  Specifies a type for the user.
3652
3653
  """
@@ -3654,7 +3655,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3654
3655
 
3655
3656
  @property
3656
3657
  @pulumi.getter(name="weekOfYearPolicy")
3657
- def week_of_year_policy(self) -> pulumi.Output[int]:
3658
+ def week_of_year_policy(self) -> pulumi.Output[builtins.int]:
3658
3659
  """
3659
3660
  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).
3660
3661
  """
@@ -3662,7 +3663,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3662
3663
 
3663
3664
  @property
3664
3665
  @pulumi.getter(name="weekStart")
3665
- def week_start(self) -> pulumi.Output[int]:
3666
+ def week_start(self) -> pulumi.Output[builtins.int]:
3666
3667
  """
3667
3668
  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).
3668
3669
  """