pulumi-snowflake 1.2.0a1743489585__py3-none-any.whl → 1.2.0a1744183688__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.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/METADATA +1 -1
  144. pulumi_snowflake-1.2.0a1744183688.dist-info/RECORD +148 -0
  145. pulumi_snowflake-1.2.0a1743489585.dist-info/RECORD +0 -148
  146. {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
  147. {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.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,150 +22,150 @@ __all__ = ['ServiceUserArgs', 'ServiceUser']
21
22
  @pulumi.input_type
22
23
  class ServiceUserArgs:
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
- name: Optional[pulumi.Input[str]] = None,
63
- network_policy: Optional[pulumi.Input[str]] = None,
64
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
65
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
66
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
67
- query_tag: Optional[pulumi.Input[str]] = None,
68
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
69
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
70
- rsa_public_key: Optional[pulumi.Input[str]] = None,
71
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
72
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
73
- search_path: Optional[pulumi.Input[str]] = None,
74
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
75
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
76
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
77
- strict_json_output: Optional[pulumi.Input[bool]] = None,
78
- time_input_format: Optional[pulumi.Input[str]] = None,
79
- time_output_format: Optional[pulumi.Input[str]] = None,
80
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
81
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
82
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
83
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
84
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
85
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
86
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
87
- timezone: Optional[pulumi.Input[str]] = None,
88
- trace_level: Optional[pulumi.Input[str]] = None,
89
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
90
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
91
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
92
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
93
- use_cached_result: Optional[pulumi.Input[bool]] = None,
94
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
95
- 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
+ name: Optional[pulumi.Input[builtins.str]] = None,
64
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
65
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
66
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
67
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
68
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
69
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
70
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
71
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
72
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
73
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
74
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
75
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
76
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
77
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
78
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
79
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
80
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
81
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
82
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
83
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
84
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
85
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
86
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
87
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
88
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
89
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
90
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
91
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
92
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
93
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
94
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
95
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
96
+ week_start: Optional[pulumi.Input[builtins.int]] = None):
96
97
  """
97
98
  The set of arguments for constructing a ServiceUser resource.
98
- :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).
99
- :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).
100
- :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).
101
- :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).
102
- :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).
103
- :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).
104
- :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).
105
- :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).
106
- :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).
107
- :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).
108
- :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).
109
- :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).
110
- :param pulumi.Input[str] comment: Specifies a comment for the user.
111
- :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).
112
- :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).
113
- :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.
114
- :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.
115
- :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).
116
- :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.
117
- :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.
118
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
119
- :param pulumi.Input[str] email: Email address for the user.
120
- :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).
121
- :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).
122
- :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).
123
- :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).
124
- :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).
125
- :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).
126
- :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).
127
- :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).
128
- :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).
129
- :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).
130
- :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).
131
- :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).
132
- :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.
133
- :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).
134
- :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: `|`, `.`, `"`.
135
- :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).
136
- :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).
137
- :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).
138
- :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).
139
- :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).
140
- :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).
141
- :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).
142
- :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.
143
- :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.
144
- :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).
145
- :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).
146
- :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).
147
- :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).
148
- :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).
149
- :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).
150
- :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).
151
- :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).
152
- :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).
153
- :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).
154
- :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).
155
- :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).
156
- :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).
157
- :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).
158
- :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).
159
- :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).
160
- :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).
161
- :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).
162
- :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).
163
- :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).
164
- :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).
165
- :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).
166
- :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).
167
- :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).
99
+ :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).
100
+ :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).
101
+ :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).
102
+ :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).
103
+ :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).
104
+ :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).
105
+ :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).
106
+ :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).
107
+ :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).
108
+ :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).
109
+ :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).
110
+ :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).
111
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
112
+ :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).
113
+ :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).
114
+ :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.
115
+ :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.
116
+ :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).
117
+ :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.
118
+ :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.
119
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
120
+ :param pulumi.Input[builtins.str] email: Email address for the user.
121
+ :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).
122
+ :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).
123
+ :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).
124
+ :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).
125
+ :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).
126
+ :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).
127
+ :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).
128
+ :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).
129
+ :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).
130
+ :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).
131
+ :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).
132
+ :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).
133
+ :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.
134
+ :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).
135
+ :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: `|`, `.`, `"`.
136
+ :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).
137
+ :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).
138
+ :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).
139
+ :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).
140
+ :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).
141
+ :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).
142
+ :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).
143
+ :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.
144
+ :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.
145
+ :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).
146
+ :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).
147
+ :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).
148
+ :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).
149
+ :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).
150
+ :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).
151
+ :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).
152
+ :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).
153
+ :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).
154
+ :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).
155
+ :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).
156
+ :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).
157
+ :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).
158
+ :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).
159
+ :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).
160
+ :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).
161
+ :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).
162
+ :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).
163
+ :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).
164
+ :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).
165
+ :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).
166
+ :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).
167
+ :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).
168
+ :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).
168
169
  """
169
170
  if abort_detached_query is not None:
170
171
  pulumi.set(__self__, "abort_detached_query", abort_detached_query)
@@ -313,1018 +314,1018 @@ class ServiceUserArgs:
313
314
 
314
315
  @property
315
316
  @pulumi.getter(name="abortDetachedQuery")
316
- def abort_detached_query(self) -> Optional[pulumi.Input[bool]]:
317
+ def abort_detached_query(self) -> Optional[pulumi.Input[builtins.bool]]:
317
318
  """
318
319
  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).
319
320
  """
320
321
  return pulumi.get(self, "abort_detached_query")
321
322
 
322
323
  @abort_detached_query.setter
323
- def abort_detached_query(self, value: Optional[pulumi.Input[bool]]):
324
+ def abort_detached_query(self, value: Optional[pulumi.Input[builtins.bool]]):
324
325
  pulumi.set(self, "abort_detached_query", value)
325
326
 
326
327
  @property
327
328
  @pulumi.getter
328
- def autocommit(self) -> Optional[pulumi.Input[bool]]:
329
+ def autocommit(self) -> Optional[pulumi.Input[builtins.bool]]:
329
330
  """
330
331
  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).
331
332
  """
332
333
  return pulumi.get(self, "autocommit")
333
334
 
334
335
  @autocommit.setter
335
- def autocommit(self, value: Optional[pulumi.Input[bool]]):
336
+ def autocommit(self, value: Optional[pulumi.Input[builtins.bool]]):
336
337
  pulumi.set(self, "autocommit", value)
337
338
 
338
339
  @property
339
340
  @pulumi.getter(name="binaryInputFormat")
340
- def binary_input_format(self) -> Optional[pulumi.Input[str]]:
341
+ def binary_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
341
342
  """
342
343
  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).
343
344
  """
344
345
  return pulumi.get(self, "binary_input_format")
345
346
 
346
347
  @binary_input_format.setter
347
- def binary_input_format(self, value: Optional[pulumi.Input[str]]):
348
+ def binary_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
348
349
  pulumi.set(self, "binary_input_format", value)
349
350
 
350
351
  @property
351
352
  @pulumi.getter(name="binaryOutputFormat")
352
- def binary_output_format(self) -> Optional[pulumi.Input[str]]:
353
+ def binary_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
353
354
  """
354
355
  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).
355
356
  """
356
357
  return pulumi.get(self, "binary_output_format")
357
358
 
358
359
  @binary_output_format.setter
359
- def binary_output_format(self, value: Optional[pulumi.Input[str]]):
360
+ def binary_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
360
361
  pulumi.set(self, "binary_output_format", value)
361
362
 
362
363
  @property
363
364
  @pulumi.getter(name="clientMemoryLimit")
364
- def client_memory_limit(self) -> Optional[pulumi.Input[int]]:
365
+ def client_memory_limit(self) -> Optional[pulumi.Input[builtins.int]]:
365
366
  """
366
367
  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).
367
368
  """
368
369
  return pulumi.get(self, "client_memory_limit")
369
370
 
370
371
  @client_memory_limit.setter
371
- def client_memory_limit(self, value: Optional[pulumi.Input[int]]):
372
+ def client_memory_limit(self, value: Optional[pulumi.Input[builtins.int]]):
372
373
  pulumi.set(self, "client_memory_limit", value)
373
374
 
374
375
  @property
375
376
  @pulumi.getter(name="clientMetadataRequestUseConnectionCtx")
376
- def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[bool]]:
377
+ def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[builtins.bool]]:
377
378
  """
378
379
  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).
379
380
  """
380
381
  return pulumi.get(self, "client_metadata_request_use_connection_ctx")
381
382
 
382
383
  @client_metadata_request_use_connection_ctx.setter
383
- def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[bool]]):
384
+ def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[builtins.bool]]):
384
385
  pulumi.set(self, "client_metadata_request_use_connection_ctx", value)
385
386
 
386
387
  @property
387
388
  @pulumi.getter(name="clientPrefetchThreads")
388
- def client_prefetch_threads(self) -> Optional[pulumi.Input[int]]:
389
+ def client_prefetch_threads(self) -> Optional[pulumi.Input[builtins.int]]:
389
390
  """
390
391
  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).
391
392
  """
392
393
  return pulumi.get(self, "client_prefetch_threads")
393
394
 
394
395
  @client_prefetch_threads.setter
395
- def client_prefetch_threads(self, value: Optional[pulumi.Input[int]]):
396
+ def client_prefetch_threads(self, value: Optional[pulumi.Input[builtins.int]]):
396
397
  pulumi.set(self, "client_prefetch_threads", value)
397
398
 
398
399
  @property
399
400
  @pulumi.getter(name="clientResultChunkSize")
400
- def client_result_chunk_size(self) -> Optional[pulumi.Input[int]]:
401
+ def client_result_chunk_size(self) -> Optional[pulumi.Input[builtins.int]]:
401
402
  """
402
403
  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).
403
404
  """
404
405
  return pulumi.get(self, "client_result_chunk_size")
405
406
 
406
407
  @client_result_chunk_size.setter
407
- def client_result_chunk_size(self, value: Optional[pulumi.Input[int]]):
408
+ def client_result_chunk_size(self, value: Optional[pulumi.Input[builtins.int]]):
408
409
  pulumi.set(self, "client_result_chunk_size", value)
409
410
 
410
411
  @property
411
412
  @pulumi.getter(name="clientResultColumnCaseInsensitive")
412
- def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[bool]]:
413
+ def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[builtins.bool]]:
413
414
  """
414
415
  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).
415
416
  """
416
417
  return pulumi.get(self, "client_result_column_case_insensitive")
417
418
 
418
419
  @client_result_column_case_insensitive.setter
419
- def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[bool]]):
420
+ def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[builtins.bool]]):
420
421
  pulumi.set(self, "client_result_column_case_insensitive", value)
421
422
 
422
423
  @property
423
424
  @pulumi.getter(name="clientSessionKeepAlive")
424
- def client_session_keep_alive(self) -> Optional[pulumi.Input[bool]]:
425
+ def client_session_keep_alive(self) -> Optional[pulumi.Input[builtins.bool]]:
425
426
  """
426
427
  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).
427
428
  """
428
429
  return pulumi.get(self, "client_session_keep_alive")
429
430
 
430
431
  @client_session_keep_alive.setter
431
- def client_session_keep_alive(self, value: Optional[pulumi.Input[bool]]):
432
+ def client_session_keep_alive(self, value: Optional[pulumi.Input[builtins.bool]]):
432
433
  pulumi.set(self, "client_session_keep_alive", value)
433
434
 
434
435
  @property
435
436
  @pulumi.getter(name="clientSessionKeepAliveHeartbeatFrequency")
436
- def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[int]]:
437
+ def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[builtins.int]]:
437
438
  """
438
439
  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).
439
440
  """
440
441
  return pulumi.get(self, "client_session_keep_alive_heartbeat_frequency")
441
442
 
442
443
  @client_session_keep_alive_heartbeat_frequency.setter
443
- def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[int]]):
444
+ def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[builtins.int]]):
444
445
  pulumi.set(self, "client_session_keep_alive_heartbeat_frequency", value)
445
446
 
446
447
  @property
447
448
  @pulumi.getter(name="clientTimestampTypeMapping")
448
- def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
449
+ def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
449
450
  """
450
451
  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).
451
452
  """
452
453
  return pulumi.get(self, "client_timestamp_type_mapping")
453
454
 
454
455
  @client_timestamp_type_mapping.setter
455
- def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
456
+ def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
456
457
  pulumi.set(self, "client_timestamp_type_mapping", value)
457
458
 
458
459
  @property
459
460
  @pulumi.getter
460
- def comment(self) -> Optional[pulumi.Input[str]]:
461
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
461
462
  """
462
463
  Specifies a comment for the user.
463
464
  """
464
465
  return pulumi.get(self, "comment")
465
466
 
466
467
  @comment.setter
467
- def comment(self, value: Optional[pulumi.Input[str]]):
468
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
468
469
  pulumi.set(self, "comment", value)
469
470
 
470
471
  @property
471
472
  @pulumi.getter(name="dateInputFormat")
472
- def date_input_format(self) -> Optional[pulumi.Input[str]]:
473
+ def date_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
473
474
  """
474
475
  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).
475
476
  """
476
477
  return pulumi.get(self, "date_input_format")
477
478
 
478
479
  @date_input_format.setter
479
- def date_input_format(self, value: Optional[pulumi.Input[str]]):
480
+ def date_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
480
481
  pulumi.set(self, "date_input_format", value)
481
482
 
482
483
  @property
483
484
  @pulumi.getter(name="dateOutputFormat")
484
- def date_output_format(self) -> Optional[pulumi.Input[str]]:
485
+ def date_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
485
486
  """
486
487
  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).
487
488
  """
488
489
  return pulumi.get(self, "date_output_format")
489
490
 
490
491
  @date_output_format.setter
491
- def date_output_format(self, value: Optional[pulumi.Input[str]]):
492
+ def date_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
492
493
  pulumi.set(self, "date_output_format", value)
493
494
 
494
495
  @property
495
496
  @pulumi.getter(name="daysToExpiry")
496
- def days_to_expiry(self) -> Optional[pulumi.Input[int]]:
497
+ def days_to_expiry(self) -> Optional[pulumi.Input[builtins.int]]:
497
498
  return pulumi.get(self, "days_to_expiry")
498
499
 
499
500
  @days_to_expiry.setter
500
- def days_to_expiry(self, value: Optional[pulumi.Input[int]]):
501
+ def days_to_expiry(self, value: Optional[pulumi.Input[builtins.int]]):
501
502
  pulumi.set(self, "days_to_expiry", value)
502
503
 
503
504
  @property
504
505
  @pulumi.getter(name="defaultNamespace")
505
- def default_namespace(self) -> Optional[pulumi.Input[str]]:
506
+ def default_namespace(self) -> Optional[pulumi.Input[builtins.str]]:
506
507
  """
507
508
  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.
508
509
  """
509
510
  return pulumi.get(self, "default_namespace")
510
511
 
511
512
  @default_namespace.setter
512
- def default_namespace(self, value: Optional[pulumi.Input[str]]):
513
+ def default_namespace(self, value: Optional[pulumi.Input[builtins.str]]):
513
514
  pulumi.set(self, "default_namespace", value)
514
515
 
515
516
  @property
516
517
  @pulumi.getter(name="defaultRole")
517
- def default_role(self) -> Optional[pulumi.Input[str]]:
518
+ def default_role(self) -> Optional[pulumi.Input[builtins.str]]:
518
519
  """
519
520
  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.
520
521
  """
521
522
  return pulumi.get(self, "default_role")
522
523
 
523
524
  @default_role.setter
524
- def default_role(self, value: Optional[pulumi.Input[str]]):
525
+ def default_role(self, value: Optional[pulumi.Input[builtins.str]]):
525
526
  pulumi.set(self, "default_role", value)
526
527
 
527
528
  @property
528
529
  @pulumi.getter(name="defaultSecondaryRolesOption")
529
- def default_secondary_roles_option(self) -> Optional[pulumi.Input[str]]:
530
+ def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
530
531
  """
531
532
  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).
532
533
  """
533
534
  return pulumi.get(self, "default_secondary_roles_option")
534
535
 
535
536
  @default_secondary_roles_option.setter
536
- def default_secondary_roles_option(self, value: Optional[pulumi.Input[str]]):
537
+ def default_secondary_roles_option(self, value: Optional[pulumi.Input[builtins.str]]):
537
538
  pulumi.set(self, "default_secondary_roles_option", value)
538
539
 
539
540
  @property
540
541
  @pulumi.getter(name="defaultWarehouse")
541
- def default_warehouse(self) -> Optional[pulumi.Input[str]]:
542
+ def default_warehouse(self) -> Optional[pulumi.Input[builtins.str]]:
542
543
  """
543
544
  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.
544
545
  """
545
546
  return pulumi.get(self, "default_warehouse")
546
547
 
547
548
  @default_warehouse.setter
548
- def default_warehouse(self, value: Optional[pulumi.Input[str]]):
549
+ def default_warehouse(self, value: Optional[pulumi.Input[builtins.str]]):
549
550
  pulumi.set(self, "default_warehouse", value)
550
551
 
551
552
  @property
552
553
  @pulumi.getter
553
- def disabled(self) -> Optional[pulumi.Input[str]]:
554
+ def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
554
555
  """
555
556
  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.
556
557
  """
557
558
  return pulumi.get(self, "disabled")
558
559
 
559
560
  @disabled.setter
560
- def disabled(self, value: Optional[pulumi.Input[str]]):
561
+ def disabled(self, value: Optional[pulumi.Input[builtins.str]]):
561
562
  pulumi.set(self, "disabled", value)
562
563
 
563
564
  @property
564
565
  @pulumi.getter(name="displayName")
565
- def display_name(self) -> Optional[pulumi.Input[str]]:
566
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
566
567
  """
567
568
  Name displayed for the user in the Snowflake web interface.
568
569
  """
569
570
  return pulumi.get(self, "display_name")
570
571
 
571
572
  @display_name.setter
572
- def display_name(self, value: Optional[pulumi.Input[str]]):
573
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
573
574
  pulumi.set(self, "display_name", value)
574
575
 
575
576
  @property
576
577
  @pulumi.getter
577
- def email(self) -> Optional[pulumi.Input[str]]:
578
+ def email(self) -> Optional[pulumi.Input[builtins.str]]:
578
579
  """
579
580
  Email address for the user.
580
581
  """
581
582
  return pulumi.get(self, "email")
582
583
 
583
584
  @email.setter
584
- def email(self, value: Optional[pulumi.Input[str]]):
585
+ def email(self, value: Optional[pulumi.Input[builtins.str]]):
585
586
  pulumi.set(self, "email", value)
586
587
 
587
588
  @property
588
589
  @pulumi.getter(name="enableUnloadPhysicalTypeOptimization")
589
- def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[bool]]:
590
+ def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[builtins.bool]]:
590
591
  """
591
592
  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).
592
593
  """
593
594
  return pulumi.get(self, "enable_unload_physical_type_optimization")
594
595
 
595
596
  @enable_unload_physical_type_optimization.setter
596
- def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[bool]]):
597
+ def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[builtins.bool]]):
597
598
  pulumi.set(self, "enable_unload_physical_type_optimization", value)
598
599
 
599
600
  @property
600
601
  @pulumi.getter(name="enableUnredactedQuerySyntaxError")
601
- def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[bool]]:
602
+ def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[builtins.bool]]:
602
603
  """
603
604
  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).
604
605
  """
605
606
  return pulumi.get(self, "enable_unredacted_query_syntax_error")
606
607
 
607
608
  @enable_unredacted_query_syntax_error.setter
608
- def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[bool]]):
609
+ def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[builtins.bool]]):
609
610
  pulumi.set(self, "enable_unredacted_query_syntax_error", value)
610
611
 
611
612
  @property
612
613
  @pulumi.getter(name="errorOnNondeterministicMerge")
613
- def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[bool]]:
614
+ def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[builtins.bool]]:
614
615
  """
615
616
  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).
616
617
  """
617
618
  return pulumi.get(self, "error_on_nondeterministic_merge")
618
619
 
619
620
  @error_on_nondeterministic_merge.setter
620
- def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[bool]]):
621
+ def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[builtins.bool]]):
621
622
  pulumi.set(self, "error_on_nondeterministic_merge", value)
622
623
 
623
624
  @property
624
625
  @pulumi.getter(name="errorOnNondeterministicUpdate")
625
- def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[bool]]:
626
+ def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[builtins.bool]]:
626
627
  """
627
628
  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).
628
629
  """
629
630
  return pulumi.get(self, "error_on_nondeterministic_update")
630
631
 
631
632
  @error_on_nondeterministic_update.setter
632
- def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[bool]]):
633
+ def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[builtins.bool]]):
633
634
  pulumi.set(self, "error_on_nondeterministic_update", value)
634
635
 
635
636
  @property
636
637
  @pulumi.getter(name="geographyOutputFormat")
637
- def geography_output_format(self) -> Optional[pulumi.Input[str]]:
638
+ def geography_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
638
639
  """
639
640
  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).
640
641
  """
641
642
  return pulumi.get(self, "geography_output_format")
642
643
 
643
644
  @geography_output_format.setter
644
- def geography_output_format(self, value: Optional[pulumi.Input[str]]):
645
+ def geography_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
645
646
  pulumi.set(self, "geography_output_format", value)
646
647
 
647
648
  @property
648
649
  @pulumi.getter(name="geometryOutputFormat")
649
- def geometry_output_format(self) -> Optional[pulumi.Input[str]]:
650
+ def geometry_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
650
651
  """
651
652
  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).
652
653
  """
653
654
  return pulumi.get(self, "geometry_output_format")
654
655
 
655
656
  @geometry_output_format.setter
656
- def geometry_output_format(self, value: Optional[pulumi.Input[str]]):
657
+ def geometry_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
657
658
  pulumi.set(self, "geometry_output_format", value)
658
659
 
659
660
  @property
660
661
  @pulumi.getter(name="jdbcTreatDecimalAsInt")
661
- def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
662
+ def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
662
663
  """
663
664
  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).
664
665
  """
665
666
  return pulumi.get(self, "jdbc_treat_decimal_as_int")
666
667
 
667
668
  @jdbc_treat_decimal_as_int.setter
668
- def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
669
+ def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
669
670
  pulumi.set(self, "jdbc_treat_decimal_as_int", value)
670
671
 
671
672
  @property
672
673
  @pulumi.getter(name="jdbcTreatTimestampNtzAsUtc")
673
- def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[bool]]:
674
+ def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[builtins.bool]]:
674
675
  """
675
676
  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).
676
677
  """
677
678
  return pulumi.get(self, "jdbc_treat_timestamp_ntz_as_utc")
678
679
 
679
680
  @jdbc_treat_timestamp_ntz_as_utc.setter
680
- def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[bool]]):
681
+ def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[builtins.bool]]):
681
682
  pulumi.set(self, "jdbc_treat_timestamp_ntz_as_utc", value)
682
683
 
683
684
  @property
684
685
  @pulumi.getter(name="jdbcUseSessionTimezone")
685
- def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[bool]]:
686
+ def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[builtins.bool]]:
686
687
  """
687
688
  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).
688
689
  """
689
690
  return pulumi.get(self, "jdbc_use_session_timezone")
690
691
 
691
692
  @jdbc_use_session_timezone.setter
692
- def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[bool]]):
693
+ def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[builtins.bool]]):
693
694
  pulumi.set(self, "jdbc_use_session_timezone", value)
694
695
 
695
696
  @property
696
697
  @pulumi.getter(name="jsonIndent")
697
- def json_indent(self) -> Optional[pulumi.Input[int]]:
698
+ def json_indent(self) -> Optional[pulumi.Input[builtins.int]]:
698
699
  """
699
700
  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).
700
701
  """
701
702
  return pulumi.get(self, "json_indent")
702
703
 
703
704
  @json_indent.setter
704
- def json_indent(self, value: Optional[pulumi.Input[int]]):
705
+ def json_indent(self, value: Optional[pulumi.Input[builtins.int]]):
705
706
  pulumi.set(self, "json_indent", value)
706
707
 
707
708
  @property
708
709
  @pulumi.getter(name="lockTimeout")
709
- def lock_timeout(self) -> Optional[pulumi.Input[int]]:
710
+ def lock_timeout(self) -> Optional[pulumi.Input[builtins.int]]:
710
711
  """
711
712
  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).
712
713
  """
713
714
  return pulumi.get(self, "lock_timeout")
714
715
 
715
716
  @lock_timeout.setter
716
- def lock_timeout(self, value: Optional[pulumi.Input[int]]):
717
+ def lock_timeout(self, value: Optional[pulumi.Input[builtins.int]]):
717
718
  pulumi.set(self, "lock_timeout", value)
718
719
 
719
720
  @property
720
721
  @pulumi.getter(name="logLevel")
721
- def log_level(self) -> Optional[pulumi.Input[str]]:
722
+ def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
722
723
  """
723
724
  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).
724
725
  """
725
726
  return pulumi.get(self, "log_level")
726
727
 
727
728
  @log_level.setter
728
- def log_level(self, value: Optional[pulumi.Input[str]]):
729
+ def log_level(self, value: Optional[pulumi.Input[builtins.str]]):
729
730
  pulumi.set(self, "log_level", value)
730
731
 
731
732
  @property
732
733
  @pulumi.getter(name="loginName")
733
- def login_name(self) -> Optional[pulumi.Input[str]]:
734
+ def login_name(self) -> Optional[pulumi.Input[builtins.str]]:
734
735
  """
735
736
  The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
736
737
  """
737
738
  return pulumi.get(self, "login_name")
738
739
 
739
740
  @login_name.setter
740
- def login_name(self, value: Optional[pulumi.Input[str]]):
741
+ def login_name(self, value: Optional[pulumi.Input[builtins.str]]):
741
742
  pulumi.set(self, "login_name", value)
742
743
 
743
744
  @property
744
745
  @pulumi.getter(name="minsToUnlock")
745
- def mins_to_unlock(self) -> Optional[pulumi.Input[int]]:
746
+ def mins_to_unlock(self) -> Optional[pulumi.Input[builtins.int]]:
746
747
  return pulumi.get(self, "mins_to_unlock")
747
748
 
748
749
  @mins_to_unlock.setter
749
- def mins_to_unlock(self, value: Optional[pulumi.Input[int]]):
750
+ def mins_to_unlock(self, value: Optional[pulumi.Input[builtins.int]]):
750
751
  pulumi.set(self, "mins_to_unlock", value)
751
752
 
752
753
  @property
753
754
  @pulumi.getter(name="multiStatementCount")
754
- def multi_statement_count(self) -> Optional[pulumi.Input[int]]:
755
+ def multi_statement_count(self) -> Optional[pulumi.Input[builtins.int]]:
755
756
  """
756
757
  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).
757
758
  """
758
759
  return pulumi.get(self, "multi_statement_count")
759
760
 
760
761
  @multi_statement_count.setter
761
- def multi_statement_count(self, value: Optional[pulumi.Input[int]]):
762
+ def multi_statement_count(self, value: Optional[pulumi.Input[builtins.int]]):
762
763
  pulumi.set(self, "multi_statement_count", value)
763
764
 
764
765
  @property
765
766
  @pulumi.getter
766
- def name(self) -> Optional[pulumi.Input[str]]:
767
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
767
768
  """
768
769
  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: `|`, `.`, `"`.
769
770
  """
770
771
  return pulumi.get(self, "name")
771
772
 
772
773
  @name.setter
773
- def name(self, value: Optional[pulumi.Input[str]]):
774
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
774
775
  pulumi.set(self, "name", value)
775
776
 
776
777
  @property
777
778
  @pulumi.getter(name="networkPolicy")
778
- def network_policy(self) -> Optional[pulumi.Input[str]]:
779
+ def network_policy(self) -> Optional[pulumi.Input[builtins.str]]:
779
780
  """
780
781
  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).
781
782
  """
782
783
  return pulumi.get(self, "network_policy")
783
784
 
784
785
  @network_policy.setter
785
- def network_policy(self, value: Optional[pulumi.Input[str]]):
786
+ def network_policy(self, value: Optional[pulumi.Input[builtins.str]]):
786
787
  pulumi.set(self, "network_policy", value)
787
788
 
788
789
  @property
789
790
  @pulumi.getter(name="noorderSequenceAsDefault")
790
- def noorder_sequence_as_default(self) -> Optional[pulumi.Input[bool]]:
791
+ def noorder_sequence_as_default(self) -> Optional[pulumi.Input[builtins.bool]]:
791
792
  """
792
793
  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).
793
794
  """
794
795
  return pulumi.get(self, "noorder_sequence_as_default")
795
796
 
796
797
  @noorder_sequence_as_default.setter
797
- def noorder_sequence_as_default(self, value: Optional[pulumi.Input[bool]]):
798
+ def noorder_sequence_as_default(self, value: Optional[pulumi.Input[builtins.bool]]):
798
799
  pulumi.set(self, "noorder_sequence_as_default", value)
799
800
 
800
801
  @property
801
802
  @pulumi.getter(name="odbcTreatDecimalAsInt")
802
- def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
803
+ def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
803
804
  """
804
805
  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).
805
806
  """
806
807
  return pulumi.get(self, "odbc_treat_decimal_as_int")
807
808
 
808
809
  @odbc_treat_decimal_as_int.setter
809
- def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
810
+ def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
810
811
  pulumi.set(self, "odbc_treat_decimal_as_int", value)
811
812
 
812
813
  @property
813
814
  @pulumi.getter(name="preventUnloadToInternalStages")
814
- def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[bool]]:
815
+ def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[builtins.bool]]:
815
816
  """
816
817
  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).
817
818
  """
818
819
  return pulumi.get(self, "prevent_unload_to_internal_stages")
819
820
 
820
821
  @prevent_unload_to_internal_stages.setter
821
- def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[bool]]):
822
+ def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[builtins.bool]]):
822
823
  pulumi.set(self, "prevent_unload_to_internal_stages", value)
823
824
 
824
825
  @property
825
826
  @pulumi.getter(name="queryTag")
826
- def query_tag(self) -> Optional[pulumi.Input[str]]:
827
+ def query_tag(self) -> Optional[pulumi.Input[builtins.str]]:
827
828
  """
828
829
  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).
829
830
  """
830
831
  return pulumi.get(self, "query_tag")
831
832
 
832
833
  @query_tag.setter
833
- def query_tag(self, value: Optional[pulumi.Input[str]]):
834
+ def query_tag(self, value: Optional[pulumi.Input[builtins.str]]):
834
835
  pulumi.set(self, "query_tag", value)
835
836
 
836
837
  @property
837
838
  @pulumi.getter(name="quotedIdentifiersIgnoreCase")
838
- def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[bool]]:
839
+ def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[builtins.bool]]:
839
840
  """
840
841
  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).
841
842
  """
842
843
  return pulumi.get(self, "quoted_identifiers_ignore_case")
843
844
 
844
845
  @quoted_identifiers_ignore_case.setter
845
- def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[bool]]):
846
+ def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[builtins.bool]]):
846
847
  pulumi.set(self, "quoted_identifiers_ignore_case", value)
847
848
 
848
849
  @property
849
850
  @pulumi.getter(name="rowsPerResultset")
850
- def rows_per_resultset(self) -> Optional[pulumi.Input[int]]:
851
+ def rows_per_resultset(self) -> Optional[pulumi.Input[builtins.int]]:
851
852
  """
852
853
  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).
853
854
  """
854
855
  return pulumi.get(self, "rows_per_resultset")
855
856
 
856
857
  @rows_per_resultset.setter
857
- def rows_per_resultset(self, value: Optional[pulumi.Input[int]]):
858
+ def rows_per_resultset(self, value: Optional[pulumi.Input[builtins.int]]):
858
859
  pulumi.set(self, "rows_per_resultset", value)
859
860
 
860
861
  @property
861
862
  @pulumi.getter(name="rsaPublicKey")
862
- def rsa_public_key(self) -> Optional[pulumi.Input[str]]:
863
+ def rsa_public_key(self) -> Optional[pulumi.Input[builtins.str]]:
863
864
  """
864
865
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
865
866
  """
866
867
  return pulumi.get(self, "rsa_public_key")
867
868
 
868
869
  @rsa_public_key.setter
869
- def rsa_public_key(self, value: Optional[pulumi.Input[str]]):
870
+ def rsa_public_key(self, value: Optional[pulumi.Input[builtins.str]]):
870
871
  pulumi.set(self, "rsa_public_key", value)
871
872
 
872
873
  @property
873
874
  @pulumi.getter(name="rsaPublicKey2")
874
- def rsa_public_key2(self) -> Optional[pulumi.Input[str]]:
875
+ def rsa_public_key2(self) -> Optional[pulumi.Input[builtins.str]]:
875
876
  """
876
877
  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.
877
878
  """
878
879
  return pulumi.get(self, "rsa_public_key2")
879
880
 
880
881
  @rsa_public_key2.setter
881
- def rsa_public_key2(self, value: Optional[pulumi.Input[str]]):
882
+ def rsa_public_key2(self, value: Optional[pulumi.Input[builtins.str]]):
882
883
  pulumi.set(self, "rsa_public_key2", value)
883
884
 
884
885
  @property
885
886
  @pulumi.getter(name="s3StageVpceDnsName")
886
- def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[str]]:
887
+ def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[builtins.str]]:
887
888
  """
888
889
  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).
889
890
  """
890
891
  return pulumi.get(self, "s3_stage_vpce_dns_name")
891
892
 
892
893
  @s3_stage_vpce_dns_name.setter
893
- def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[str]]):
894
+ def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[builtins.str]]):
894
895
  pulumi.set(self, "s3_stage_vpce_dns_name", value)
895
896
 
896
897
  @property
897
898
  @pulumi.getter(name="searchPath")
898
- def search_path(self) -> Optional[pulumi.Input[str]]:
899
+ def search_path(self) -> Optional[pulumi.Input[builtins.str]]:
899
900
  """
900
901
  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).
901
902
  """
902
903
  return pulumi.get(self, "search_path")
903
904
 
904
905
  @search_path.setter
905
- def search_path(self, value: Optional[pulumi.Input[str]]):
906
+ def search_path(self, value: Optional[pulumi.Input[builtins.str]]):
906
907
  pulumi.set(self, "search_path", value)
907
908
 
908
909
  @property
909
910
  @pulumi.getter(name="simulatedDataSharingConsumer")
910
- def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[str]]:
911
+ def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[builtins.str]]:
911
912
  """
912
913
  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).
913
914
  """
914
915
  return pulumi.get(self, "simulated_data_sharing_consumer")
915
916
 
916
917
  @simulated_data_sharing_consumer.setter
917
- def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[str]]):
918
+ def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[builtins.str]]):
918
919
  pulumi.set(self, "simulated_data_sharing_consumer", value)
919
920
 
920
921
  @property
921
922
  @pulumi.getter(name="statementQueuedTimeoutInSeconds")
922
- def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
923
+ def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
923
924
  """
924
925
  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).
925
926
  """
926
927
  return pulumi.get(self, "statement_queued_timeout_in_seconds")
927
928
 
928
929
  @statement_queued_timeout_in_seconds.setter
929
- def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
930
+ def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
930
931
  pulumi.set(self, "statement_queued_timeout_in_seconds", value)
931
932
 
932
933
  @property
933
934
  @pulumi.getter(name="statementTimeoutInSeconds")
934
- def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
935
+ def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
935
936
  """
936
937
  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).
937
938
  """
938
939
  return pulumi.get(self, "statement_timeout_in_seconds")
939
940
 
940
941
  @statement_timeout_in_seconds.setter
941
- def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
942
+ def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
942
943
  pulumi.set(self, "statement_timeout_in_seconds", value)
943
944
 
944
945
  @property
945
946
  @pulumi.getter(name="strictJsonOutput")
946
- def strict_json_output(self) -> Optional[pulumi.Input[bool]]:
947
+ def strict_json_output(self) -> Optional[pulumi.Input[builtins.bool]]:
947
948
  """
948
949
  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).
949
950
  """
950
951
  return pulumi.get(self, "strict_json_output")
951
952
 
952
953
  @strict_json_output.setter
953
- def strict_json_output(self, value: Optional[pulumi.Input[bool]]):
954
+ def strict_json_output(self, value: Optional[pulumi.Input[builtins.bool]]):
954
955
  pulumi.set(self, "strict_json_output", value)
955
956
 
956
957
  @property
957
958
  @pulumi.getter(name="timeInputFormat")
958
- def time_input_format(self) -> Optional[pulumi.Input[str]]:
959
+ def time_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
959
960
  """
960
961
  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).
961
962
  """
962
963
  return pulumi.get(self, "time_input_format")
963
964
 
964
965
  @time_input_format.setter
965
- def time_input_format(self, value: Optional[pulumi.Input[str]]):
966
+ def time_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
966
967
  pulumi.set(self, "time_input_format", value)
967
968
 
968
969
  @property
969
970
  @pulumi.getter(name="timeOutputFormat")
970
- def time_output_format(self) -> Optional[pulumi.Input[str]]:
971
+ def time_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
971
972
  """
972
973
  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).
973
974
  """
974
975
  return pulumi.get(self, "time_output_format")
975
976
 
976
977
  @time_output_format.setter
977
- def time_output_format(self, value: Optional[pulumi.Input[str]]):
978
+ def time_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
978
979
  pulumi.set(self, "time_output_format", value)
979
980
 
980
981
  @property
981
982
  @pulumi.getter(name="timestampDayIsAlways24h")
982
- def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[bool]]:
983
+ def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[builtins.bool]]:
983
984
  """
984
985
  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).
985
986
  """
986
987
  return pulumi.get(self, "timestamp_day_is_always24h")
987
988
 
988
989
  @timestamp_day_is_always24h.setter
989
- def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[bool]]):
990
+ def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[builtins.bool]]):
990
991
  pulumi.set(self, "timestamp_day_is_always24h", value)
991
992
 
992
993
  @property
993
994
  @pulumi.getter(name="timestampInputFormat")
994
- def timestamp_input_format(self) -> Optional[pulumi.Input[str]]:
995
+ def timestamp_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
995
996
  """
996
997
  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).
997
998
  """
998
999
  return pulumi.get(self, "timestamp_input_format")
999
1000
 
1000
1001
  @timestamp_input_format.setter
1001
- def timestamp_input_format(self, value: Optional[pulumi.Input[str]]):
1002
+ def timestamp_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
1002
1003
  pulumi.set(self, "timestamp_input_format", value)
1003
1004
 
1004
1005
  @property
1005
1006
  @pulumi.getter(name="timestampLtzOutputFormat")
1006
- def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[str]]:
1007
+ def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1007
1008
  """
1008
1009
  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).
1009
1010
  """
1010
1011
  return pulumi.get(self, "timestamp_ltz_output_format")
1011
1012
 
1012
1013
  @timestamp_ltz_output_format.setter
1013
- def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[str]]):
1014
+ def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1014
1015
  pulumi.set(self, "timestamp_ltz_output_format", value)
1015
1016
 
1016
1017
  @property
1017
1018
  @pulumi.getter(name="timestampNtzOutputFormat")
1018
- def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[str]]:
1019
+ def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1019
1020
  """
1020
1021
  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).
1021
1022
  """
1022
1023
  return pulumi.get(self, "timestamp_ntz_output_format")
1023
1024
 
1024
1025
  @timestamp_ntz_output_format.setter
1025
- def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[str]]):
1026
+ def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1026
1027
  pulumi.set(self, "timestamp_ntz_output_format", value)
1027
1028
 
1028
1029
  @property
1029
1030
  @pulumi.getter(name="timestampOutputFormat")
1030
- def timestamp_output_format(self) -> Optional[pulumi.Input[str]]:
1031
+ def timestamp_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1031
1032
  """
1032
1033
  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).
1033
1034
  """
1034
1035
  return pulumi.get(self, "timestamp_output_format")
1035
1036
 
1036
1037
  @timestamp_output_format.setter
1037
- def timestamp_output_format(self, value: Optional[pulumi.Input[str]]):
1038
+ def timestamp_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1038
1039
  pulumi.set(self, "timestamp_output_format", value)
1039
1040
 
1040
1041
  @property
1041
1042
  @pulumi.getter(name="timestampTypeMapping")
1042
- def timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
1043
+ def timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
1043
1044
  """
1044
1045
  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).
1045
1046
  """
1046
1047
  return pulumi.get(self, "timestamp_type_mapping")
1047
1048
 
1048
1049
  @timestamp_type_mapping.setter
1049
- def timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
1050
+ def timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
1050
1051
  pulumi.set(self, "timestamp_type_mapping", value)
1051
1052
 
1052
1053
  @property
1053
1054
  @pulumi.getter(name="timestampTzOutputFormat")
1054
- def timestamp_tz_output_format(self) -> Optional[pulumi.Input[str]]:
1055
+ def timestamp_tz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1055
1056
  """
1056
1057
  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).
1057
1058
  """
1058
1059
  return pulumi.get(self, "timestamp_tz_output_format")
1059
1060
 
1060
1061
  @timestamp_tz_output_format.setter
1061
- def timestamp_tz_output_format(self, value: Optional[pulumi.Input[str]]):
1062
+ def timestamp_tz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1062
1063
  pulumi.set(self, "timestamp_tz_output_format", value)
1063
1064
 
1064
1065
  @property
1065
1066
  @pulumi.getter
1066
- def timezone(self) -> Optional[pulumi.Input[str]]:
1067
+ def timezone(self) -> Optional[pulumi.Input[builtins.str]]:
1067
1068
  """
1068
1069
  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).
1069
1070
  """
1070
1071
  return pulumi.get(self, "timezone")
1071
1072
 
1072
1073
  @timezone.setter
1073
- def timezone(self, value: Optional[pulumi.Input[str]]):
1074
+ def timezone(self, value: Optional[pulumi.Input[builtins.str]]):
1074
1075
  pulumi.set(self, "timezone", value)
1075
1076
 
1076
1077
  @property
1077
1078
  @pulumi.getter(name="traceLevel")
1078
- def trace_level(self) -> Optional[pulumi.Input[str]]:
1079
+ def trace_level(self) -> Optional[pulumi.Input[builtins.str]]:
1079
1080
  """
1080
1081
  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).
1081
1082
  """
1082
1083
  return pulumi.get(self, "trace_level")
1083
1084
 
1084
1085
  @trace_level.setter
1085
- def trace_level(self, value: Optional[pulumi.Input[str]]):
1086
+ def trace_level(self, value: Optional[pulumi.Input[builtins.str]]):
1086
1087
  pulumi.set(self, "trace_level", value)
1087
1088
 
1088
1089
  @property
1089
1090
  @pulumi.getter(name="transactionAbortOnError")
1090
- def transaction_abort_on_error(self) -> Optional[pulumi.Input[bool]]:
1091
+ def transaction_abort_on_error(self) -> Optional[pulumi.Input[builtins.bool]]:
1091
1092
  """
1092
1093
  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).
1093
1094
  """
1094
1095
  return pulumi.get(self, "transaction_abort_on_error")
1095
1096
 
1096
1097
  @transaction_abort_on_error.setter
1097
- def transaction_abort_on_error(self, value: Optional[pulumi.Input[bool]]):
1098
+ def transaction_abort_on_error(self, value: Optional[pulumi.Input[builtins.bool]]):
1098
1099
  pulumi.set(self, "transaction_abort_on_error", value)
1099
1100
 
1100
1101
  @property
1101
1102
  @pulumi.getter(name="transactionDefaultIsolationLevel")
1102
- def transaction_default_isolation_level(self) -> Optional[pulumi.Input[str]]:
1103
+ def transaction_default_isolation_level(self) -> Optional[pulumi.Input[builtins.str]]:
1103
1104
  """
1104
1105
  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).
1105
1106
  """
1106
1107
  return pulumi.get(self, "transaction_default_isolation_level")
1107
1108
 
1108
1109
  @transaction_default_isolation_level.setter
1109
- def transaction_default_isolation_level(self, value: Optional[pulumi.Input[str]]):
1110
+ def transaction_default_isolation_level(self, value: Optional[pulumi.Input[builtins.str]]):
1110
1111
  pulumi.set(self, "transaction_default_isolation_level", value)
1111
1112
 
1112
1113
  @property
1113
1114
  @pulumi.getter(name="twoDigitCenturyStart")
1114
- def two_digit_century_start(self) -> Optional[pulumi.Input[int]]:
1115
+ def two_digit_century_start(self) -> Optional[pulumi.Input[builtins.int]]:
1115
1116
  """
1116
1117
  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).
1117
1118
  """
1118
1119
  return pulumi.get(self, "two_digit_century_start")
1119
1120
 
1120
1121
  @two_digit_century_start.setter
1121
- def two_digit_century_start(self, value: Optional[pulumi.Input[int]]):
1122
+ def two_digit_century_start(self, value: Optional[pulumi.Input[builtins.int]]):
1122
1123
  pulumi.set(self, "two_digit_century_start", value)
1123
1124
 
1124
1125
  @property
1125
1126
  @pulumi.getter(name="unsupportedDdlAction")
1126
- def unsupported_ddl_action(self) -> Optional[pulumi.Input[str]]:
1127
+ def unsupported_ddl_action(self) -> Optional[pulumi.Input[builtins.str]]:
1127
1128
  """
1128
1129
  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).
1129
1130
  """
1130
1131
  return pulumi.get(self, "unsupported_ddl_action")
1131
1132
 
1132
1133
  @unsupported_ddl_action.setter
1133
- def unsupported_ddl_action(self, value: Optional[pulumi.Input[str]]):
1134
+ def unsupported_ddl_action(self, value: Optional[pulumi.Input[builtins.str]]):
1134
1135
  pulumi.set(self, "unsupported_ddl_action", value)
1135
1136
 
1136
1137
  @property
1137
1138
  @pulumi.getter(name="useCachedResult")
1138
- def use_cached_result(self) -> Optional[pulumi.Input[bool]]:
1139
+ def use_cached_result(self) -> Optional[pulumi.Input[builtins.bool]]:
1139
1140
  """
1140
1141
  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).
1141
1142
  """
1142
1143
  return pulumi.get(self, "use_cached_result")
1143
1144
 
1144
1145
  @use_cached_result.setter
1145
- def use_cached_result(self, value: Optional[pulumi.Input[bool]]):
1146
+ def use_cached_result(self, value: Optional[pulumi.Input[builtins.bool]]):
1146
1147
  pulumi.set(self, "use_cached_result", value)
1147
1148
 
1148
1149
  @property
1149
1150
  @pulumi.getter(name="weekOfYearPolicy")
1150
- def week_of_year_policy(self) -> Optional[pulumi.Input[int]]:
1151
+ def week_of_year_policy(self) -> Optional[pulumi.Input[builtins.int]]:
1151
1152
  """
1152
1153
  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).
1153
1154
  """
1154
1155
  return pulumi.get(self, "week_of_year_policy")
1155
1156
 
1156
1157
  @week_of_year_policy.setter
1157
- def week_of_year_policy(self, value: Optional[pulumi.Input[int]]):
1158
+ def week_of_year_policy(self, value: Optional[pulumi.Input[builtins.int]]):
1158
1159
  pulumi.set(self, "week_of_year_policy", value)
1159
1160
 
1160
1161
  @property
1161
1162
  @pulumi.getter(name="weekStart")
1162
- def week_start(self) -> Optional[pulumi.Input[int]]:
1163
+ def week_start(self) -> Optional[pulumi.Input[builtins.int]]:
1163
1164
  """
1164
1165
  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).
1165
1166
  """
1166
1167
  return pulumi.get(self, "week_start")
1167
1168
 
1168
1169
  @week_start.setter
1169
- def week_start(self, value: Optional[pulumi.Input[int]]):
1170
+ def week_start(self, value: Optional[pulumi.Input[builtins.int]]):
1170
1171
  pulumi.set(self, "week_start", value)
1171
1172
 
1172
1173
 
1173
1174
  @pulumi.input_type
1174
1175
  class _ServiceUserState:
1175
1176
  def __init__(__self__, *,
1176
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
1177
- autocommit: Optional[pulumi.Input[bool]] = None,
1178
- binary_input_format: Optional[pulumi.Input[str]] = None,
1179
- binary_output_format: Optional[pulumi.Input[str]] = None,
1180
- client_memory_limit: Optional[pulumi.Input[int]] = None,
1181
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
1182
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
1183
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
1184
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
1185
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
1186
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
1187
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
1188
- comment: Optional[pulumi.Input[str]] = None,
1189
- date_input_format: Optional[pulumi.Input[str]] = None,
1190
- date_output_format: Optional[pulumi.Input[str]] = None,
1191
- days_to_expiry: Optional[pulumi.Input[int]] = None,
1192
- default_namespace: Optional[pulumi.Input[str]] = None,
1193
- default_role: Optional[pulumi.Input[str]] = None,
1194
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
1195
- default_warehouse: Optional[pulumi.Input[str]] = None,
1196
- disabled: Optional[pulumi.Input[str]] = None,
1197
- display_name: Optional[pulumi.Input[str]] = None,
1198
- email: Optional[pulumi.Input[str]] = None,
1199
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
1200
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
1201
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
1202
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
1203
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
1204
- geography_output_format: Optional[pulumi.Input[str]] = None,
1205
- geometry_output_format: Optional[pulumi.Input[str]] = None,
1206
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
1207
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
1208
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
1209
- json_indent: Optional[pulumi.Input[int]] = None,
1210
- lock_timeout: Optional[pulumi.Input[int]] = None,
1211
- log_level: Optional[pulumi.Input[str]] = None,
1212
- login_name: Optional[pulumi.Input[str]] = None,
1213
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
1214
- multi_statement_count: Optional[pulumi.Input[int]] = None,
1215
- name: Optional[pulumi.Input[str]] = None,
1216
- network_policy: Optional[pulumi.Input[str]] = None,
1217
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
1218
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
1177
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
1178
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
1179
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
1180
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
1181
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
1182
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
1183
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
1184
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
1185
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
1186
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
1187
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
1188
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
1189
+ comment: Optional[pulumi.Input[builtins.str]] = None,
1190
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
1191
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
1192
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
1193
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
1194
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
1195
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
1196
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
1197
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
1198
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
1199
+ email: Optional[pulumi.Input[builtins.str]] = None,
1200
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
1201
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
1202
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
1203
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
1204
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
1205
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
1206
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
1207
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
1208
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
1209
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
1210
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
1211
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
1212
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
1213
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
1214
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
1215
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
1216
+ name: Optional[pulumi.Input[builtins.str]] = None,
1217
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
1218
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
1219
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
1219
1220
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceUserParameterArgs']]]] = None,
1220
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
1221
- query_tag: Optional[pulumi.Input[str]] = None,
1222
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
1223
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
1224
- rsa_public_key: Optional[pulumi.Input[str]] = None,
1225
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
1226
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
1227
- search_path: Optional[pulumi.Input[str]] = None,
1221
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
1222
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
1223
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
1224
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
1225
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
1226
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
1227
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
1228
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
1228
1229
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceUserShowOutputArgs']]]] = None,
1229
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
1230
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
1231
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
1232
- strict_json_output: Optional[pulumi.Input[bool]] = None,
1233
- time_input_format: Optional[pulumi.Input[str]] = None,
1234
- time_output_format: Optional[pulumi.Input[str]] = None,
1235
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
1236
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
1237
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
1238
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
1239
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
1240
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
1241
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
1242
- timezone: Optional[pulumi.Input[str]] = None,
1243
- trace_level: Optional[pulumi.Input[str]] = None,
1244
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
1245
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
1246
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
1247
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
1248
- use_cached_result: Optional[pulumi.Input[bool]] = None,
1249
- user_type: Optional[pulumi.Input[str]] = None,
1250
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
1251
- week_start: Optional[pulumi.Input[int]] = None):
1230
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
1231
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
1232
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
1233
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
1234
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
1235
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
1236
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
1237
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
1238
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
1239
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
1240
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
1241
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
1242
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
1243
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
1244
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
1245
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
1246
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
1247
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
1248
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
1249
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
1250
+ user_type: Optional[pulumi.Input[builtins.str]] = None,
1251
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
1252
+ week_start: Optional[pulumi.Input[builtins.int]] = None):
1252
1253
  """
1253
1254
  Input properties used for looking up and filtering ServiceUser resources.
1254
- :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).
1255
- :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).
1256
- :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).
1257
- :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).
1258
- :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).
1259
- :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).
1260
- :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).
1261
- :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).
1262
- :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).
1263
- :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).
1264
- :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).
1265
- :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).
1266
- :param pulumi.Input[str] comment: Specifies a comment for the user.
1267
- :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).
1268
- :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).
1269
- :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.
1270
- :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.
1271
- :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).
1272
- :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.
1273
- :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.
1274
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
1275
- :param pulumi.Input[str] email: Email address for the user.
1276
- :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).
1277
- :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).
1278
- :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).
1279
- :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).
1280
- :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).
1281
- :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).
1282
- :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).
1283
- :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).
1284
- :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).
1285
- :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).
1286
- :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).
1287
- :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).
1288
- :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).
1289
- :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.
1290
- :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).
1291
- :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: `|`, `.`, `"`.
1292
- :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).
1293
- :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).
1294
- :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).
1255
+ :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).
1256
+ :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).
1257
+ :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).
1258
+ :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).
1259
+ :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).
1260
+ :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).
1261
+ :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).
1262
+ :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).
1263
+ :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).
1264
+ :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).
1265
+ :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).
1266
+ :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).
1267
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
1268
+ :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).
1269
+ :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).
1270
+ :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.
1271
+ :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.
1272
+ :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).
1273
+ :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.
1274
+ :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.
1275
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
1276
+ :param pulumi.Input[builtins.str] email: Email address for the user.
1277
+ :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).
1278
+ :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).
1279
+ :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).
1280
+ :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).
1281
+ :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).
1282
+ :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).
1283
+ :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).
1284
+ :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).
1285
+ :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).
1286
+ :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).
1287
+ :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).
1288
+ :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).
1289
+ :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).
1290
+ :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.
1291
+ :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).
1292
+ :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: `|`, `.`, `"`.
1293
+ :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).
1294
+ :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).
1295
+ :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).
1295
1296
  :param pulumi.Input[Sequence[pulumi.Input['ServiceUserParameterArgs']]] parameters: Outputs the result of `SHOW PARAMETERS IN USER` for the given user.
1296
- :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).
1297
- :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).
1298
- :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).
1299
- :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).
1300
- :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.
1301
- :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.
1302
- :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).
1303
- :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).
1297
+ :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).
1298
+ :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).
1299
+ :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).
1300
+ :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).
1301
+ :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.
1302
+ :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.
1303
+ :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).
1304
+ :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).
1304
1305
  :param pulumi.Input[Sequence[pulumi.Input['ServiceUserShowOutputArgs']]] show_outputs: Outputs the result of `SHOW USER` for the given user.
1305
- :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).
1306
- :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).
1307
- :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).
1308
- :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).
1309
- :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).
1310
- :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).
1311
- :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).
1312
- :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).
1313
- :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).
1314
- :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).
1315
- :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).
1316
- :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).
1317
- :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).
1318
- :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).
1319
- :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).
1320
- :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).
1321
- :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).
1322
- :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).
1323
- :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).
1324
- :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).
1325
- :param pulumi.Input[str] user_type: Specifies a type for the user.
1326
- :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).
1327
- :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).
1306
+ :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).
1307
+ :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).
1308
+ :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).
1309
+ :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).
1310
+ :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).
1311
+ :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).
1312
+ :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).
1313
+ :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).
1314
+ :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).
1315
+ :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).
1316
+ :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).
1317
+ :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).
1318
+ :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).
1319
+ :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).
1320
+ :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).
1321
+ :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).
1322
+ :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).
1323
+ :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).
1324
+ :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).
1325
+ :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).
1326
+ :param pulumi.Input[builtins.str] user_type: Specifies a type for the user.
1327
+ :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).
1328
+ :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).
1328
1329
  """
1329
1330
  if abort_detached_query is not None:
1330
1331
  pulumi.set(__self__, "abort_detached_query", abort_detached_query)
@@ -1481,512 +1482,512 @@ class _ServiceUserState:
1481
1482
 
1482
1483
  @property
1483
1484
  @pulumi.getter(name="abortDetachedQuery")
1484
- def abort_detached_query(self) -> Optional[pulumi.Input[bool]]:
1485
+ def abort_detached_query(self) -> Optional[pulumi.Input[builtins.bool]]:
1485
1486
  """
1486
1487
  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).
1487
1488
  """
1488
1489
  return pulumi.get(self, "abort_detached_query")
1489
1490
 
1490
1491
  @abort_detached_query.setter
1491
- def abort_detached_query(self, value: Optional[pulumi.Input[bool]]):
1492
+ def abort_detached_query(self, value: Optional[pulumi.Input[builtins.bool]]):
1492
1493
  pulumi.set(self, "abort_detached_query", value)
1493
1494
 
1494
1495
  @property
1495
1496
  @pulumi.getter
1496
- def autocommit(self) -> Optional[pulumi.Input[bool]]:
1497
+ def autocommit(self) -> Optional[pulumi.Input[builtins.bool]]:
1497
1498
  """
1498
1499
  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).
1499
1500
  """
1500
1501
  return pulumi.get(self, "autocommit")
1501
1502
 
1502
1503
  @autocommit.setter
1503
- def autocommit(self, value: Optional[pulumi.Input[bool]]):
1504
+ def autocommit(self, value: Optional[pulumi.Input[builtins.bool]]):
1504
1505
  pulumi.set(self, "autocommit", value)
1505
1506
 
1506
1507
  @property
1507
1508
  @pulumi.getter(name="binaryInputFormat")
1508
- def binary_input_format(self) -> Optional[pulumi.Input[str]]:
1509
+ def binary_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
1509
1510
  """
1510
1511
  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).
1511
1512
  """
1512
1513
  return pulumi.get(self, "binary_input_format")
1513
1514
 
1514
1515
  @binary_input_format.setter
1515
- def binary_input_format(self, value: Optional[pulumi.Input[str]]):
1516
+ def binary_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
1516
1517
  pulumi.set(self, "binary_input_format", value)
1517
1518
 
1518
1519
  @property
1519
1520
  @pulumi.getter(name="binaryOutputFormat")
1520
- def binary_output_format(self) -> Optional[pulumi.Input[str]]:
1521
+ def binary_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1521
1522
  """
1522
1523
  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).
1523
1524
  """
1524
1525
  return pulumi.get(self, "binary_output_format")
1525
1526
 
1526
1527
  @binary_output_format.setter
1527
- def binary_output_format(self, value: Optional[pulumi.Input[str]]):
1528
+ def binary_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1528
1529
  pulumi.set(self, "binary_output_format", value)
1529
1530
 
1530
1531
  @property
1531
1532
  @pulumi.getter(name="clientMemoryLimit")
1532
- def client_memory_limit(self) -> Optional[pulumi.Input[int]]:
1533
+ def client_memory_limit(self) -> Optional[pulumi.Input[builtins.int]]:
1533
1534
  """
1534
1535
  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).
1535
1536
  """
1536
1537
  return pulumi.get(self, "client_memory_limit")
1537
1538
 
1538
1539
  @client_memory_limit.setter
1539
- def client_memory_limit(self, value: Optional[pulumi.Input[int]]):
1540
+ def client_memory_limit(self, value: Optional[pulumi.Input[builtins.int]]):
1540
1541
  pulumi.set(self, "client_memory_limit", value)
1541
1542
 
1542
1543
  @property
1543
1544
  @pulumi.getter(name="clientMetadataRequestUseConnectionCtx")
1544
- def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[bool]]:
1545
+ def client_metadata_request_use_connection_ctx(self) -> Optional[pulumi.Input[builtins.bool]]:
1545
1546
  """
1546
1547
  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).
1547
1548
  """
1548
1549
  return pulumi.get(self, "client_metadata_request_use_connection_ctx")
1549
1550
 
1550
1551
  @client_metadata_request_use_connection_ctx.setter
1551
- def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[bool]]):
1552
+ def client_metadata_request_use_connection_ctx(self, value: Optional[pulumi.Input[builtins.bool]]):
1552
1553
  pulumi.set(self, "client_metadata_request_use_connection_ctx", value)
1553
1554
 
1554
1555
  @property
1555
1556
  @pulumi.getter(name="clientPrefetchThreads")
1556
- def client_prefetch_threads(self) -> Optional[pulumi.Input[int]]:
1557
+ def client_prefetch_threads(self) -> Optional[pulumi.Input[builtins.int]]:
1557
1558
  """
1558
1559
  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).
1559
1560
  """
1560
1561
  return pulumi.get(self, "client_prefetch_threads")
1561
1562
 
1562
1563
  @client_prefetch_threads.setter
1563
- def client_prefetch_threads(self, value: Optional[pulumi.Input[int]]):
1564
+ def client_prefetch_threads(self, value: Optional[pulumi.Input[builtins.int]]):
1564
1565
  pulumi.set(self, "client_prefetch_threads", value)
1565
1566
 
1566
1567
  @property
1567
1568
  @pulumi.getter(name="clientResultChunkSize")
1568
- def client_result_chunk_size(self) -> Optional[pulumi.Input[int]]:
1569
+ def client_result_chunk_size(self) -> Optional[pulumi.Input[builtins.int]]:
1569
1570
  """
1570
1571
  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).
1571
1572
  """
1572
1573
  return pulumi.get(self, "client_result_chunk_size")
1573
1574
 
1574
1575
  @client_result_chunk_size.setter
1575
- def client_result_chunk_size(self, value: Optional[pulumi.Input[int]]):
1576
+ def client_result_chunk_size(self, value: Optional[pulumi.Input[builtins.int]]):
1576
1577
  pulumi.set(self, "client_result_chunk_size", value)
1577
1578
 
1578
1579
  @property
1579
1580
  @pulumi.getter(name="clientResultColumnCaseInsensitive")
1580
- def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[bool]]:
1581
+ def client_result_column_case_insensitive(self) -> Optional[pulumi.Input[builtins.bool]]:
1581
1582
  """
1582
1583
  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).
1583
1584
  """
1584
1585
  return pulumi.get(self, "client_result_column_case_insensitive")
1585
1586
 
1586
1587
  @client_result_column_case_insensitive.setter
1587
- def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[bool]]):
1588
+ def client_result_column_case_insensitive(self, value: Optional[pulumi.Input[builtins.bool]]):
1588
1589
  pulumi.set(self, "client_result_column_case_insensitive", value)
1589
1590
 
1590
1591
  @property
1591
1592
  @pulumi.getter(name="clientSessionKeepAlive")
1592
- def client_session_keep_alive(self) -> Optional[pulumi.Input[bool]]:
1593
+ def client_session_keep_alive(self) -> Optional[pulumi.Input[builtins.bool]]:
1593
1594
  """
1594
1595
  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).
1595
1596
  """
1596
1597
  return pulumi.get(self, "client_session_keep_alive")
1597
1598
 
1598
1599
  @client_session_keep_alive.setter
1599
- def client_session_keep_alive(self, value: Optional[pulumi.Input[bool]]):
1600
+ def client_session_keep_alive(self, value: Optional[pulumi.Input[builtins.bool]]):
1600
1601
  pulumi.set(self, "client_session_keep_alive", value)
1601
1602
 
1602
1603
  @property
1603
1604
  @pulumi.getter(name="clientSessionKeepAliveHeartbeatFrequency")
1604
- def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[int]]:
1605
+ def client_session_keep_alive_heartbeat_frequency(self) -> Optional[pulumi.Input[builtins.int]]:
1605
1606
  """
1606
1607
  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).
1607
1608
  """
1608
1609
  return pulumi.get(self, "client_session_keep_alive_heartbeat_frequency")
1609
1610
 
1610
1611
  @client_session_keep_alive_heartbeat_frequency.setter
1611
- def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[int]]):
1612
+ def client_session_keep_alive_heartbeat_frequency(self, value: Optional[pulumi.Input[builtins.int]]):
1612
1613
  pulumi.set(self, "client_session_keep_alive_heartbeat_frequency", value)
1613
1614
 
1614
1615
  @property
1615
1616
  @pulumi.getter(name="clientTimestampTypeMapping")
1616
- def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
1617
+ def client_timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
1617
1618
  """
1618
1619
  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).
1619
1620
  """
1620
1621
  return pulumi.get(self, "client_timestamp_type_mapping")
1621
1622
 
1622
1623
  @client_timestamp_type_mapping.setter
1623
- def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
1624
+ def client_timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
1624
1625
  pulumi.set(self, "client_timestamp_type_mapping", value)
1625
1626
 
1626
1627
  @property
1627
1628
  @pulumi.getter
1628
- def comment(self) -> Optional[pulumi.Input[str]]:
1629
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
1629
1630
  """
1630
1631
  Specifies a comment for the user.
1631
1632
  """
1632
1633
  return pulumi.get(self, "comment")
1633
1634
 
1634
1635
  @comment.setter
1635
- def comment(self, value: Optional[pulumi.Input[str]]):
1636
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
1636
1637
  pulumi.set(self, "comment", value)
1637
1638
 
1638
1639
  @property
1639
1640
  @pulumi.getter(name="dateInputFormat")
1640
- def date_input_format(self) -> Optional[pulumi.Input[str]]:
1641
+ def date_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
1641
1642
  """
1642
1643
  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).
1643
1644
  """
1644
1645
  return pulumi.get(self, "date_input_format")
1645
1646
 
1646
1647
  @date_input_format.setter
1647
- def date_input_format(self, value: Optional[pulumi.Input[str]]):
1648
+ def date_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
1648
1649
  pulumi.set(self, "date_input_format", value)
1649
1650
 
1650
1651
  @property
1651
1652
  @pulumi.getter(name="dateOutputFormat")
1652
- def date_output_format(self) -> Optional[pulumi.Input[str]]:
1653
+ def date_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1653
1654
  """
1654
1655
  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).
1655
1656
  """
1656
1657
  return pulumi.get(self, "date_output_format")
1657
1658
 
1658
1659
  @date_output_format.setter
1659
- def date_output_format(self, value: Optional[pulumi.Input[str]]):
1660
+ def date_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1660
1661
  pulumi.set(self, "date_output_format", value)
1661
1662
 
1662
1663
  @property
1663
1664
  @pulumi.getter(name="daysToExpiry")
1664
- def days_to_expiry(self) -> Optional[pulumi.Input[int]]:
1665
+ def days_to_expiry(self) -> Optional[pulumi.Input[builtins.int]]:
1665
1666
  return pulumi.get(self, "days_to_expiry")
1666
1667
 
1667
1668
  @days_to_expiry.setter
1668
- def days_to_expiry(self, value: Optional[pulumi.Input[int]]):
1669
+ def days_to_expiry(self, value: Optional[pulumi.Input[builtins.int]]):
1669
1670
  pulumi.set(self, "days_to_expiry", value)
1670
1671
 
1671
1672
  @property
1672
1673
  @pulumi.getter(name="defaultNamespace")
1673
- def default_namespace(self) -> Optional[pulumi.Input[str]]:
1674
+ def default_namespace(self) -> Optional[pulumi.Input[builtins.str]]:
1674
1675
  """
1675
1676
  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.
1676
1677
  """
1677
1678
  return pulumi.get(self, "default_namespace")
1678
1679
 
1679
1680
  @default_namespace.setter
1680
- def default_namespace(self, value: Optional[pulumi.Input[str]]):
1681
+ def default_namespace(self, value: Optional[pulumi.Input[builtins.str]]):
1681
1682
  pulumi.set(self, "default_namespace", value)
1682
1683
 
1683
1684
  @property
1684
1685
  @pulumi.getter(name="defaultRole")
1685
- def default_role(self) -> Optional[pulumi.Input[str]]:
1686
+ def default_role(self) -> Optional[pulumi.Input[builtins.str]]:
1686
1687
  """
1687
1688
  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.
1688
1689
  """
1689
1690
  return pulumi.get(self, "default_role")
1690
1691
 
1691
1692
  @default_role.setter
1692
- def default_role(self, value: Optional[pulumi.Input[str]]):
1693
+ def default_role(self, value: Optional[pulumi.Input[builtins.str]]):
1693
1694
  pulumi.set(self, "default_role", value)
1694
1695
 
1695
1696
  @property
1696
1697
  @pulumi.getter(name="defaultSecondaryRolesOption")
1697
- def default_secondary_roles_option(self) -> Optional[pulumi.Input[str]]:
1698
+ def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
1698
1699
  """
1699
1700
  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).
1700
1701
  """
1701
1702
  return pulumi.get(self, "default_secondary_roles_option")
1702
1703
 
1703
1704
  @default_secondary_roles_option.setter
1704
- def default_secondary_roles_option(self, value: Optional[pulumi.Input[str]]):
1705
+ def default_secondary_roles_option(self, value: Optional[pulumi.Input[builtins.str]]):
1705
1706
  pulumi.set(self, "default_secondary_roles_option", value)
1706
1707
 
1707
1708
  @property
1708
1709
  @pulumi.getter(name="defaultWarehouse")
1709
- def default_warehouse(self) -> Optional[pulumi.Input[str]]:
1710
+ def default_warehouse(self) -> Optional[pulumi.Input[builtins.str]]:
1710
1711
  """
1711
1712
  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.
1712
1713
  """
1713
1714
  return pulumi.get(self, "default_warehouse")
1714
1715
 
1715
1716
  @default_warehouse.setter
1716
- def default_warehouse(self, value: Optional[pulumi.Input[str]]):
1717
+ def default_warehouse(self, value: Optional[pulumi.Input[builtins.str]]):
1717
1718
  pulumi.set(self, "default_warehouse", value)
1718
1719
 
1719
1720
  @property
1720
1721
  @pulumi.getter
1721
- def disabled(self) -> Optional[pulumi.Input[str]]:
1722
+ def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
1722
1723
  """
1723
1724
  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.
1724
1725
  """
1725
1726
  return pulumi.get(self, "disabled")
1726
1727
 
1727
1728
  @disabled.setter
1728
- def disabled(self, value: Optional[pulumi.Input[str]]):
1729
+ def disabled(self, value: Optional[pulumi.Input[builtins.str]]):
1729
1730
  pulumi.set(self, "disabled", value)
1730
1731
 
1731
1732
  @property
1732
1733
  @pulumi.getter(name="displayName")
1733
- def display_name(self) -> Optional[pulumi.Input[str]]:
1734
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
1734
1735
  """
1735
1736
  Name displayed for the user in the Snowflake web interface.
1736
1737
  """
1737
1738
  return pulumi.get(self, "display_name")
1738
1739
 
1739
1740
  @display_name.setter
1740
- def display_name(self, value: Optional[pulumi.Input[str]]):
1741
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
1741
1742
  pulumi.set(self, "display_name", value)
1742
1743
 
1743
1744
  @property
1744
1745
  @pulumi.getter
1745
- def email(self) -> Optional[pulumi.Input[str]]:
1746
+ def email(self) -> Optional[pulumi.Input[builtins.str]]:
1746
1747
  """
1747
1748
  Email address for the user.
1748
1749
  """
1749
1750
  return pulumi.get(self, "email")
1750
1751
 
1751
1752
  @email.setter
1752
- def email(self, value: Optional[pulumi.Input[str]]):
1753
+ def email(self, value: Optional[pulumi.Input[builtins.str]]):
1753
1754
  pulumi.set(self, "email", value)
1754
1755
 
1755
1756
  @property
1756
1757
  @pulumi.getter(name="enableUnloadPhysicalTypeOptimization")
1757
- def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[bool]]:
1758
+ def enable_unload_physical_type_optimization(self) -> Optional[pulumi.Input[builtins.bool]]:
1758
1759
  """
1759
1760
  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).
1760
1761
  """
1761
1762
  return pulumi.get(self, "enable_unload_physical_type_optimization")
1762
1763
 
1763
1764
  @enable_unload_physical_type_optimization.setter
1764
- def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[bool]]):
1765
+ def enable_unload_physical_type_optimization(self, value: Optional[pulumi.Input[builtins.bool]]):
1765
1766
  pulumi.set(self, "enable_unload_physical_type_optimization", value)
1766
1767
 
1767
1768
  @property
1768
1769
  @pulumi.getter(name="enableUnredactedQuerySyntaxError")
1769
- def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[bool]]:
1770
+ def enable_unredacted_query_syntax_error(self) -> Optional[pulumi.Input[builtins.bool]]:
1770
1771
  """
1771
1772
  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).
1772
1773
  """
1773
1774
  return pulumi.get(self, "enable_unredacted_query_syntax_error")
1774
1775
 
1775
1776
  @enable_unredacted_query_syntax_error.setter
1776
- def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[bool]]):
1777
+ def enable_unredacted_query_syntax_error(self, value: Optional[pulumi.Input[builtins.bool]]):
1777
1778
  pulumi.set(self, "enable_unredacted_query_syntax_error", value)
1778
1779
 
1779
1780
  @property
1780
1781
  @pulumi.getter(name="errorOnNondeterministicMerge")
1781
- def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[bool]]:
1782
+ def error_on_nondeterministic_merge(self) -> Optional[pulumi.Input[builtins.bool]]:
1782
1783
  """
1783
1784
  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).
1784
1785
  """
1785
1786
  return pulumi.get(self, "error_on_nondeterministic_merge")
1786
1787
 
1787
1788
  @error_on_nondeterministic_merge.setter
1788
- def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[bool]]):
1789
+ def error_on_nondeterministic_merge(self, value: Optional[pulumi.Input[builtins.bool]]):
1789
1790
  pulumi.set(self, "error_on_nondeterministic_merge", value)
1790
1791
 
1791
1792
  @property
1792
1793
  @pulumi.getter(name="errorOnNondeterministicUpdate")
1793
- def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[bool]]:
1794
+ def error_on_nondeterministic_update(self) -> Optional[pulumi.Input[builtins.bool]]:
1794
1795
  """
1795
1796
  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).
1796
1797
  """
1797
1798
  return pulumi.get(self, "error_on_nondeterministic_update")
1798
1799
 
1799
1800
  @error_on_nondeterministic_update.setter
1800
- def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[bool]]):
1801
+ def error_on_nondeterministic_update(self, value: Optional[pulumi.Input[builtins.bool]]):
1801
1802
  pulumi.set(self, "error_on_nondeterministic_update", value)
1802
1803
 
1803
1804
  @property
1804
1805
  @pulumi.getter(name="fullyQualifiedName")
1805
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
1806
+ def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
1806
1807
  """
1807
1808
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
1808
1809
  """
1809
1810
  return pulumi.get(self, "fully_qualified_name")
1810
1811
 
1811
1812
  @fully_qualified_name.setter
1812
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
1813
+ def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
1813
1814
  pulumi.set(self, "fully_qualified_name", value)
1814
1815
 
1815
1816
  @property
1816
1817
  @pulumi.getter(name="geographyOutputFormat")
1817
- def geography_output_format(self) -> Optional[pulumi.Input[str]]:
1818
+ def geography_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1818
1819
  """
1819
1820
  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).
1820
1821
  """
1821
1822
  return pulumi.get(self, "geography_output_format")
1822
1823
 
1823
1824
  @geography_output_format.setter
1824
- def geography_output_format(self, value: Optional[pulumi.Input[str]]):
1825
+ def geography_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1825
1826
  pulumi.set(self, "geography_output_format", value)
1826
1827
 
1827
1828
  @property
1828
1829
  @pulumi.getter(name="geometryOutputFormat")
1829
- def geometry_output_format(self) -> Optional[pulumi.Input[str]]:
1830
+ def geometry_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
1830
1831
  """
1831
1832
  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).
1832
1833
  """
1833
1834
  return pulumi.get(self, "geometry_output_format")
1834
1835
 
1835
1836
  @geometry_output_format.setter
1836
- def geometry_output_format(self, value: Optional[pulumi.Input[str]]):
1837
+ def geometry_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
1837
1838
  pulumi.set(self, "geometry_output_format", value)
1838
1839
 
1839
1840
  @property
1840
1841
  @pulumi.getter(name="jdbcTreatDecimalAsInt")
1841
- def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
1842
+ def jdbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
1842
1843
  """
1843
1844
  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).
1844
1845
  """
1845
1846
  return pulumi.get(self, "jdbc_treat_decimal_as_int")
1846
1847
 
1847
1848
  @jdbc_treat_decimal_as_int.setter
1848
- def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
1849
+ def jdbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
1849
1850
  pulumi.set(self, "jdbc_treat_decimal_as_int", value)
1850
1851
 
1851
1852
  @property
1852
1853
  @pulumi.getter(name="jdbcTreatTimestampNtzAsUtc")
1853
- def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[bool]]:
1854
+ def jdbc_treat_timestamp_ntz_as_utc(self) -> Optional[pulumi.Input[builtins.bool]]:
1854
1855
  """
1855
1856
  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).
1856
1857
  """
1857
1858
  return pulumi.get(self, "jdbc_treat_timestamp_ntz_as_utc")
1858
1859
 
1859
1860
  @jdbc_treat_timestamp_ntz_as_utc.setter
1860
- def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[bool]]):
1861
+ def jdbc_treat_timestamp_ntz_as_utc(self, value: Optional[pulumi.Input[builtins.bool]]):
1861
1862
  pulumi.set(self, "jdbc_treat_timestamp_ntz_as_utc", value)
1862
1863
 
1863
1864
  @property
1864
1865
  @pulumi.getter(name="jdbcUseSessionTimezone")
1865
- def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[bool]]:
1866
+ def jdbc_use_session_timezone(self) -> Optional[pulumi.Input[builtins.bool]]:
1866
1867
  """
1867
1868
  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).
1868
1869
  """
1869
1870
  return pulumi.get(self, "jdbc_use_session_timezone")
1870
1871
 
1871
1872
  @jdbc_use_session_timezone.setter
1872
- def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[bool]]):
1873
+ def jdbc_use_session_timezone(self, value: Optional[pulumi.Input[builtins.bool]]):
1873
1874
  pulumi.set(self, "jdbc_use_session_timezone", value)
1874
1875
 
1875
1876
  @property
1876
1877
  @pulumi.getter(name="jsonIndent")
1877
- def json_indent(self) -> Optional[pulumi.Input[int]]:
1878
+ def json_indent(self) -> Optional[pulumi.Input[builtins.int]]:
1878
1879
  """
1879
1880
  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).
1880
1881
  """
1881
1882
  return pulumi.get(self, "json_indent")
1882
1883
 
1883
1884
  @json_indent.setter
1884
- def json_indent(self, value: Optional[pulumi.Input[int]]):
1885
+ def json_indent(self, value: Optional[pulumi.Input[builtins.int]]):
1885
1886
  pulumi.set(self, "json_indent", value)
1886
1887
 
1887
1888
  @property
1888
1889
  @pulumi.getter(name="lockTimeout")
1889
- def lock_timeout(self) -> Optional[pulumi.Input[int]]:
1890
+ def lock_timeout(self) -> Optional[pulumi.Input[builtins.int]]:
1890
1891
  """
1891
1892
  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).
1892
1893
  """
1893
1894
  return pulumi.get(self, "lock_timeout")
1894
1895
 
1895
1896
  @lock_timeout.setter
1896
- def lock_timeout(self, value: Optional[pulumi.Input[int]]):
1897
+ def lock_timeout(self, value: Optional[pulumi.Input[builtins.int]]):
1897
1898
  pulumi.set(self, "lock_timeout", value)
1898
1899
 
1899
1900
  @property
1900
1901
  @pulumi.getter(name="logLevel")
1901
- def log_level(self) -> Optional[pulumi.Input[str]]:
1902
+ def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
1902
1903
  """
1903
1904
  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).
1904
1905
  """
1905
1906
  return pulumi.get(self, "log_level")
1906
1907
 
1907
1908
  @log_level.setter
1908
- def log_level(self, value: Optional[pulumi.Input[str]]):
1909
+ def log_level(self, value: Optional[pulumi.Input[builtins.str]]):
1909
1910
  pulumi.set(self, "log_level", value)
1910
1911
 
1911
1912
  @property
1912
1913
  @pulumi.getter(name="loginName")
1913
- def login_name(self) -> Optional[pulumi.Input[str]]:
1914
+ def login_name(self) -> Optional[pulumi.Input[builtins.str]]:
1914
1915
  """
1915
1916
  The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
1916
1917
  """
1917
1918
  return pulumi.get(self, "login_name")
1918
1919
 
1919
1920
  @login_name.setter
1920
- def login_name(self, value: Optional[pulumi.Input[str]]):
1921
+ def login_name(self, value: Optional[pulumi.Input[builtins.str]]):
1921
1922
  pulumi.set(self, "login_name", value)
1922
1923
 
1923
1924
  @property
1924
1925
  @pulumi.getter(name="minsToUnlock")
1925
- def mins_to_unlock(self) -> Optional[pulumi.Input[int]]:
1926
+ def mins_to_unlock(self) -> Optional[pulumi.Input[builtins.int]]:
1926
1927
  return pulumi.get(self, "mins_to_unlock")
1927
1928
 
1928
1929
  @mins_to_unlock.setter
1929
- def mins_to_unlock(self, value: Optional[pulumi.Input[int]]):
1930
+ def mins_to_unlock(self, value: Optional[pulumi.Input[builtins.int]]):
1930
1931
  pulumi.set(self, "mins_to_unlock", value)
1931
1932
 
1932
1933
  @property
1933
1934
  @pulumi.getter(name="multiStatementCount")
1934
- def multi_statement_count(self) -> Optional[pulumi.Input[int]]:
1935
+ def multi_statement_count(self) -> Optional[pulumi.Input[builtins.int]]:
1935
1936
  """
1936
1937
  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).
1937
1938
  """
1938
1939
  return pulumi.get(self, "multi_statement_count")
1939
1940
 
1940
1941
  @multi_statement_count.setter
1941
- def multi_statement_count(self, value: Optional[pulumi.Input[int]]):
1942
+ def multi_statement_count(self, value: Optional[pulumi.Input[builtins.int]]):
1942
1943
  pulumi.set(self, "multi_statement_count", value)
1943
1944
 
1944
1945
  @property
1945
1946
  @pulumi.getter
1946
- def name(self) -> Optional[pulumi.Input[str]]:
1947
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
1947
1948
  """
1948
1949
  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: `|`, `.`, `"`.
1949
1950
  """
1950
1951
  return pulumi.get(self, "name")
1951
1952
 
1952
1953
  @name.setter
1953
- def name(self, value: Optional[pulumi.Input[str]]):
1954
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
1954
1955
  pulumi.set(self, "name", value)
1955
1956
 
1956
1957
  @property
1957
1958
  @pulumi.getter(name="networkPolicy")
1958
- def network_policy(self) -> Optional[pulumi.Input[str]]:
1959
+ def network_policy(self) -> Optional[pulumi.Input[builtins.str]]:
1959
1960
  """
1960
1961
  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).
1961
1962
  """
1962
1963
  return pulumi.get(self, "network_policy")
1963
1964
 
1964
1965
  @network_policy.setter
1965
- def network_policy(self, value: Optional[pulumi.Input[str]]):
1966
+ def network_policy(self, value: Optional[pulumi.Input[builtins.str]]):
1966
1967
  pulumi.set(self, "network_policy", value)
1967
1968
 
1968
1969
  @property
1969
1970
  @pulumi.getter(name="noorderSequenceAsDefault")
1970
- def noorder_sequence_as_default(self) -> Optional[pulumi.Input[bool]]:
1971
+ def noorder_sequence_as_default(self) -> Optional[pulumi.Input[builtins.bool]]:
1971
1972
  """
1972
1973
  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).
1973
1974
  """
1974
1975
  return pulumi.get(self, "noorder_sequence_as_default")
1975
1976
 
1976
1977
  @noorder_sequence_as_default.setter
1977
- def noorder_sequence_as_default(self, value: Optional[pulumi.Input[bool]]):
1978
+ def noorder_sequence_as_default(self, value: Optional[pulumi.Input[builtins.bool]]):
1978
1979
  pulumi.set(self, "noorder_sequence_as_default", value)
1979
1980
 
1980
1981
  @property
1981
1982
  @pulumi.getter(name="odbcTreatDecimalAsInt")
1982
- def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[bool]]:
1983
+ def odbc_treat_decimal_as_int(self) -> Optional[pulumi.Input[builtins.bool]]:
1983
1984
  """
1984
1985
  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).
1985
1986
  """
1986
1987
  return pulumi.get(self, "odbc_treat_decimal_as_int")
1987
1988
 
1988
1989
  @odbc_treat_decimal_as_int.setter
1989
- def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[bool]]):
1990
+ def odbc_treat_decimal_as_int(self, value: Optional[pulumi.Input[builtins.bool]]):
1990
1991
  pulumi.set(self, "odbc_treat_decimal_as_int", value)
1991
1992
 
1992
1993
  @property
@@ -2003,98 +2004,98 @@ class _ServiceUserState:
2003
2004
 
2004
2005
  @property
2005
2006
  @pulumi.getter(name="preventUnloadToInternalStages")
2006
- def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[bool]]:
2007
+ def prevent_unload_to_internal_stages(self) -> Optional[pulumi.Input[builtins.bool]]:
2007
2008
  """
2008
2009
  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).
2009
2010
  """
2010
2011
  return pulumi.get(self, "prevent_unload_to_internal_stages")
2011
2012
 
2012
2013
  @prevent_unload_to_internal_stages.setter
2013
- def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[bool]]):
2014
+ def prevent_unload_to_internal_stages(self, value: Optional[pulumi.Input[builtins.bool]]):
2014
2015
  pulumi.set(self, "prevent_unload_to_internal_stages", value)
2015
2016
 
2016
2017
  @property
2017
2018
  @pulumi.getter(name="queryTag")
2018
- def query_tag(self) -> Optional[pulumi.Input[str]]:
2019
+ def query_tag(self) -> Optional[pulumi.Input[builtins.str]]:
2019
2020
  """
2020
2021
  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).
2021
2022
  """
2022
2023
  return pulumi.get(self, "query_tag")
2023
2024
 
2024
2025
  @query_tag.setter
2025
- def query_tag(self, value: Optional[pulumi.Input[str]]):
2026
+ def query_tag(self, value: Optional[pulumi.Input[builtins.str]]):
2026
2027
  pulumi.set(self, "query_tag", value)
2027
2028
 
2028
2029
  @property
2029
2030
  @pulumi.getter(name="quotedIdentifiersIgnoreCase")
2030
- def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[bool]]:
2031
+ def quoted_identifiers_ignore_case(self) -> Optional[pulumi.Input[builtins.bool]]:
2031
2032
  """
2032
2033
  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).
2033
2034
  """
2034
2035
  return pulumi.get(self, "quoted_identifiers_ignore_case")
2035
2036
 
2036
2037
  @quoted_identifiers_ignore_case.setter
2037
- def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[bool]]):
2038
+ def quoted_identifiers_ignore_case(self, value: Optional[pulumi.Input[builtins.bool]]):
2038
2039
  pulumi.set(self, "quoted_identifiers_ignore_case", value)
2039
2040
 
2040
2041
  @property
2041
2042
  @pulumi.getter(name="rowsPerResultset")
2042
- def rows_per_resultset(self) -> Optional[pulumi.Input[int]]:
2043
+ def rows_per_resultset(self) -> Optional[pulumi.Input[builtins.int]]:
2043
2044
  """
2044
2045
  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).
2045
2046
  """
2046
2047
  return pulumi.get(self, "rows_per_resultset")
2047
2048
 
2048
2049
  @rows_per_resultset.setter
2049
- def rows_per_resultset(self, value: Optional[pulumi.Input[int]]):
2050
+ def rows_per_resultset(self, value: Optional[pulumi.Input[builtins.int]]):
2050
2051
  pulumi.set(self, "rows_per_resultset", value)
2051
2052
 
2052
2053
  @property
2053
2054
  @pulumi.getter(name="rsaPublicKey")
2054
- def rsa_public_key(self) -> Optional[pulumi.Input[str]]:
2055
+ def rsa_public_key(self) -> Optional[pulumi.Input[builtins.str]]:
2055
2056
  """
2056
2057
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
2057
2058
  """
2058
2059
  return pulumi.get(self, "rsa_public_key")
2059
2060
 
2060
2061
  @rsa_public_key.setter
2061
- def rsa_public_key(self, value: Optional[pulumi.Input[str]]):
2062
+ def rsa_public_key(self, value: Optional[pulumi.Input[builtins.str]]):
2062
2063
  pulumi.set(self, "rsa_public_key", value)
2063
2064
 
2064
2065
  @property
2065
2066
  @pulumi.getter(name="rsaPublicKey2")
2066
- def rsa_public_key2(self) -> Optional[pulumi.Input[str]]:
2067
+ def rsa_public_key2(self) -> Optional[pulumi.Input[builtins.str]]:
2067
2068
  """
2068
2069
  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.
2069
2070
  """
2070
2071
  return pulumi.get(self, "rsa_public_key2")
2071
2072
 
2072
2073
  @rsa_public_key2.setter
2073
- def rsa_public_key2(self, value: Optional[pulumi.Input[str]]):
2074
+ def rsa_public_key2(self, value: Optional[pulumi.Input[builtins.str]]):
2074
2075
  pulumi.set(self, "rsa_public_key2", value)
2075
2076
 
2076
2077
  @property
2077
2078
  @pulumi.getter(name="s3StageVpceDnsName")
2078
- def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[str]]:
2079
+ def s3_stage_vpce_dns_name(self) -> Optional[pulumi.Input[builtins.str]]:
2079
2080
  """
2080
2081
  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).
2081
2082
  """
2082
2083
  return pulumi.get(self, "s3_stage_vpce_dns_name")
2083
2084
 
2084
2085
  @s3_stage_vpce_dns_name.setter
2085
- def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[str]]):
2086
+ def s3_stage_vpce_dns_name(self, value: Optional[pulumi.Input[builtins.str]]):
2086
2087
  pulumi.set(self, "s3_stage_vpce_dns_name", value)
2087
2088
 
2088
2089
  @property
2089
2090
  @pulumi.getter(name="searchPath")
2090
- def search_path(self) -> Optional[pulumi.Input[str]]:
2091
+ def search_path(self) -> Optional[pulumi.Input[builtins.str]]:
2091
2092
  """
2092
2093
  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).
2093
2094
  """
2094
2095
  return pulumi.get(self, "search_path")
2095
2096
 
2096
2097
  @search_path.setter
2097
- def search_path(self, value: Optional[pulumi.Input[str]]):
2098
+ def search_path(self, value: Optional[pulumi.Input[builtins.str]]):
2098
2099
  pulumi.set(self, "search_path", value)
2099
2100
 
2100
2101
  @property
@@ -2111,278 +2112,278 @@ class _ServiceUserState:
2111
2112
 
2112
2113
  @property
2113
2114
  @pulumi.getter(name="simulatedDataSharingConsumer")
2114
- def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[str]]:
2115
+ def simulated_data_sharing_consumer(self) -> Optional[pulumi.Input[builtins.str]]:
2115
2116
  """
2116
2117
  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).
2117
2118
  """
2118
2119
  return pulumi.get(self, "simulated_data_sharing_consumer")
2119
2120
 
2120
2121
  @simulated_data_sharing_consumer.setter
2121
- def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[str]]):
2122
+ def simulated_data_sharing_consumer(self, value: Optional[pulumi.Input[builtins.str]]):
2122
2123
  pulumi.set(self, "simulated_data_sharing_consumer", value)
2123
2124
 
2124
2125
  @property
2125
2126
  @pulumi.getter(name="statementQueuedTimeoutInSeconds")
2126
- def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
2127
+ def statement_queued_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
2127
2128
  """
2128
2129
  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).
2129
2130
  """
2130
2131
  return pulumi.get(self, "statement_queued_timeout_in_seconds")
2131
2132
 
2132
2133
  @statement_queued_timeout_in_seconds.setter
2133
- def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
2134
+ def statement_queued_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
2134
2135
  pulumi.set(self, "statement_queued_timeout_in_seconds", value)
2135
2136
 
2136
2137
  @property
2137
2138
  @pulumi.getter(name="statementTimeoutInSeconds")
2138
- def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[int]]:
2139
+ def statement_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
2139
2140
  """
2140
2141
  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).
2141
2142
  """
2142
2143
  return pulumi.get(self, "statement_timeout_in_seconds")
2143
2144
 
2144
2145
  @statement_timeout_in_seconds.setter
2145
- def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[int]]):
2146
+ def statement_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
2146
2147
  pulumi.set(self, "statement_timeout_in_seconds", value)
2147
2148
 
2148
2149
  @property
2149
2150
  @pulumi.getter(name="strictJsonOutput")
2150
- def strict_json_output(self) -> Optional[pulumi.Input[bool]]:
2151
+ def strict_json_output(self) -> Optional[pulumi.Input[builtins.bool]]:
2151
2152
  """
2152
2153
  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).
2153
2154
  """
2154
2155
  return pulumi.get(self, "strict_json_output")
2155
2156
 
2156
2157
  @strict_json_output.setter
2157
- def strict_json_output(self, value: Optional[pulumi.Input[bool]]):
2158
+ def strict_json_output(self, value: Optional[pulumi.Input[builtins.bool]]):
2158
2159
  pulumi.set(self, "strict_json_output", value)
2159
2160
 
2160
2161
  @property
2161
2162
  @pulumi.getter(name="timeInputFormat")
2162
- def time_input_format(self) -> Optional[pulumi.Input[str]]:
2163
+ def time_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
2163
2164
  """
2164
2165
  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).
2165
2166
  """
2166
2167
  return pulumi.get(self, "time_input_format")
2167
2168
 
2168
2169
  @time_input_format.setter
2169
- def time_input_format(self, value: Optional[pulumi.Input[str]]):
2170
+ def time_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
2170
2171
  pulumi.set(self, "time_input_format", value)
2171
2172
 
2172
2173
  @property
2173
2174
  @pulumi.getter(name="timeOutputFormat")
2174
- def time_output_format(self) -> Optional[pulumi.Input[str]]:
2175
+ def time_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2175
2176
  """
2176
2177
  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).
2177
2178
  """
2178
2179
  return pulumi.get(self, "time_output_format")
2179
2180
 
2180
2181
  @time_output_format.setter
2181
- def time_output_format(self, value: Optional[pulumi.Input[str]]):
2182
+ def time_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2182
2183
  pulumi.set(self, "time_output_format", value)
2183
2184
 
2184
2185
  @property
2185
2186
  @pulumi.getter(name="timestampDayIsAlways24h")
2186
- def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[bool]]:
2187
+ def timestamp_day_is_always24h(self) -> Optional[pulumi.Input[builtins.bool]]:
2187
2188
  """
2188
2189
  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).
2189
2190
  """
2190
2191
  return pulumi.get(self, "timestamp_day_is_always24h")
2191
2192
 
2192
2193
  @timestamp_day_is_always24h.setter
2193
- def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[bool]]):
2194
+ def timestamp_day_is_always24h(self, value: Optional[pulumi.Input[builtins.bool]]):
2194
2195
  pulumi.set(self, "timestamp_day_is_always24h", value)
2195
2196
 
2196
2197
  @property
2197
2198
  @pulumi.getter(name="timestampInputFormat")
2198
- def timestamp_input_format(self) -> Optional[pulumi.Input[str]]:
2199
+ def timestamp_input_format(self) -> Optional[pulumi.Input[builtins.str]]:
2199
2200
  """
2200
2201
  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).
2201
2202
  """
2202
2203
  return pulumi.get(self, "timestamp_input_format")
2203
2204
 
2204
2205
  @timestamp_input_format.setter
2205
- def timestamp_input_format(self, value: Optional[pulumi.Input[str]]):
2206
+ def timestamp_input_format(self, value: Optional[pulumi.Input[builtins.str]]):
2206
2207
  pulumi.set(self, "timestamp_input_format", value)
2207
2208
 
2208
2209
  @property
2209
2210
  @pulumi.getter(name="timestampLtzOutputFormat")
2210
- def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[str]]:
2211
+ def timestamp_ltz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2211
2212
  """
2212
2213
  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).
2213
2214
  """
2214
2215
  return pulumi.get(self, "timestamp_ltz_output_format")
2215
2216
 
2216
2217
  @timestamp_ltz_output_format.setter
2217
- def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[str]]):
2218
+ def timestamp_ltz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2218
2219
  pulumi.set(self, "timestamp_ltz_output_format", value)
2219
2220
 
2220
2221
  @property
2221
2222
  @pulumi.getter(name="timestampNtzOutputFormat")
2222
- def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[str]]:
2223
+ def timestamp_ntz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2223
2224
  """
2224
2225
  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).
2225
2226
  """
2226
2227
  return pulumi.get(self, "timestamp_ntz_output_format")
2227
2228
 
2228
2229
  @timestamp_ntz_output_format.setter
2229
- def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[str]]):
2230
+ def timestamp_ntz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2230
2231
  pulumi.set(self, "timestamp_ntz_output_format", value)
2231
2232
 
2232
2233
  @property
2233
2234
  @pulumi.getter(name="timestampOutputFormat")
2234
- def timestamp_output_format(self) -> Optional[pulumi.Input[str]]:
2235
+ def timestamp_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2235
2236
  """
2236
2237
  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).
2237
2238
  """
2238
2239
  return pulumi.get(self, "timestamp_output_format")
2239
2240
 
2240
2241
  @timestamp_output_format.setter
2241
- def timestamp_output_format(self, value: Optional[pulumi.Input[str]]):
2242
+ def timestamp_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2242
2243
  pulumi.set(self, "timestamp_output_format", value)
2243
2244
 
2244
2245
  @property
2245
2246
  @pulumi.getter(name="timestampTypeMapping")
2246
- def timestamp_type_mapping(self) -> Optional[pulumi.Input[str]]:
2247
+ def timestamp_type_mapping(self) -> Optional[pulumi.Input[builtins.str]]:
2247
2248
  """
2248
2249
  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).
2249
2250
  """
2250
2251
  return pulumi.get(self, "timestamp_type_mapping")
2251
2252
 
2252
2253
  @timestamp_type_mapping.setter
2253
- def timestamp_type_mapping(self, value: Optional[pulumi.Input[str]]):
2254
+ def timestamp_type_mapping(self, value: Optional[pulumi.Input[builtins.str]]):
2254
2255
  pulumi.set(self, "timestamp_type_mapping", value)
2255
2256
 
2256
2257
  @property
2257
2258
  @pulumi.getter(name="timestampTzOutputFormat")
2258
- def timestamp_tz_output_format(self) -> Optional[pulumi.Input[str]]:
2259
+ def timestamp_tz_output_format(self) -> Optional[pulumi.Input[builtins.str]]:
2259
2260
  """
2260
2261
  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).
2261
2262
  """
2262
2263
  return pulumi.get(self, "timestamp_tz_output_format")
2263
2264
 
2264
2265
  @timestamp_tz_output_format.setter
2265
- def timestamp_tz_output_format(self, value: Optional[pulumi.Input[str]]):
2266
+ def timestamp_tz_output_format(self, value: Optional[pulumi.Input[builtins.str]]):
2266
2267
  pulumi.set(self, "timestamp_tz_output_format", value)
2267
2268
 
2268
2269
  @property
2269
2270
  @pulumi.getter
2270
- def timezone(self) -> Optional[pulumi.Input[str]]:
2271
+ def timezone(self) -> Optional[pulumi.Input[builtins.str]]:
2271
2272
  """
2272
2273
  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).
2273
2274
  """
2274
2275
  return pulumi.get(self, "timezone")
2275
2276
 
2276
2277
  @timezone.setter
2277
- def timezone(self, value: Optional[pulumi.Input[str]]):
2278
+ def timezone(self, value: Optional[pulumi.Input[builtins.str]]):
2278
2279
  pulumi.set(self, "timezone", value)
2279
2280
 
2280
2281
  @property
2281
2282
  @pulumi.getter(name="traceLevel")
2282
- def trace_level(self) -> Optional[pulumi.Input[str]]:
2283
+ def trace_level(self) -> Optional[pulumi.Input[builtins.str]]:
2283
2284
  """
2284
2285
  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).
2285
2286
  """
2286
2287
  return pulumi.get(self, "trace_level")
2287
2288
 
2288
2289
  @trace_level.setter
2289
- def trace_level(self, value: Optional[pulumi.Input[str]]):
2290
+ def trace_level(self, value: Optional[pulumi.Input[builtins.str]]):
2290
2291
  pulumi.set(self, "trace_level", value)
2291
2292
 
2292
2293
  @property
2293
2294
  @pulumi.getter(name="transactionAbortOnError")
2294
- def transaction_abort_on_error(self) -> Optional[pulumi.Input[bool]]:
2295
+ def transaction_abort_on_error(self) -> Optional[pulumi.Input[builtins.bool]]:
2295
2296
  """
2296
2297
  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).
2297
2298
  """
2298
2299
  return pulumi.get(self, "transaction_abort_on_error")
2299
2300
 
2300
2301
  @transaction_abort_on_error.setter
2301
- def transaction_abort_on_error(self, value: Optional[pulumi.Input[bool]]):
2302
+ def transaction_abort_on_error(self, value: Optional[pulumi.Input[builtins.bool]]):
2302
2303
  pulumi.set(self, "transaction_abort_on_error", value)
2303
2304
 
2304
2305
  @property
2305
2306
  @pulumi.getter(name="transactionDefaultIsolationLevel")
2306
- def transaction_default_isolation_level(self) -> Optional[pulumi.Input[str]]:
2307
+ def transaction_default_isolation_level(self) -> Optional[pulumi.Input[builtins.str]]:
2307
2308
  """
2308
2309
  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).
2309
2310
  """
2310
2311
  return pulumi.get(self, "transaction_default_isolation_level")
2311
2312
 
2312
2313
  @transaction_default_isolation_level.setter
2313
- def transaction_default_isolation_level(self, value: Optional[pulumi.Input[str]]):
2314
+ def transaction_default_isolation_level(self, value: Optional[pulumi.Input[builtins.str]]):
2314
2315
  pulumi.set(self, "transaction_default_isolation_level", value)
2315
2316
 
2316
2317
  @property
2317
2318
  @pulumi.getter(name="twoDigitCenturyStart")
2318
- def two_digit_century_start(self) -> Optional[pulumi.Input[int]]:
2319
+ def two_digit_century_start(self) -> Optional[pulumi.Input[builtins.int]]:
2319
2320
  """
2320
2321
  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).
2321
2322
  """
2322
2323
  return pulumi.get(self, "two_digit_century_start")
2323
2324
 
2324
2325
  @two_digit_century_start.setter
2325
- def two_digit_century_start(self, value: Optional[pulumi.Input[int]]):
2326
+ def two_digit_century_start(self, value: Optional[pulumi.Input[builtins.int]]):
2326
2327
  pulumi.set(self, "two_digit_century_start", value)
2327
2328
 
2328
2329
  @property
2329
2330
  @pulumi.getter(name="unsupportedDdlAction")
2330
- def unsupported_ddl_action(self) -> Optional[pulumi.Input[str]]:
2331
+ def unsupported_ddl_action(self) -> Optional[pulumi.Input[builtins.str]]:
2331
2332
  """
2332
2333
  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).
2333
2334
  """
2334
2335
  return pulumi.get(self, "unsupported_ddl_action")
2335
2336
 
2336
2337
  @unsupported_ddl_action.setter
2337
- def unsupported_ddl_action(self, value: Optional[pulumi.Input[str]]):
2338
+ def unsupported_ddl_action(self, value: Optional[pulumi.Input[builtins.str]]):
2338
2339
  pulumi.set(self, "unsupported_ddl_action", value)
2339
2340
 
2340
2341
  @property
2341
2342
  @pulumi.getter(name="useCachedResult")
2342
- def use_cached_result(self) -> Optional[pulumi.Input[bool]]:
2343
+ def use_cached_result(self) -> Optional[pulumi.Input[builtins.bool]]:
2343
2344
  """
2344
2345
  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).
2345
2346
  """
2346
2347
  return pulumi.get(self, "use_cached_result")
2347
2348
 
2348
2349
  @use_cached_result.setter
2349
- def use_cached_result(self, value: Optional[pulumi.Input[bool]]):
2350
+ def use_cached_result(self, value: Optional[pulumi.Input[builtins.bool]]):
2350
2351
  pulumi.set(self, "use_cached_result", value)
2351
2352
 
2352
2353
  @property
2353
2354
  @pulumi.getter(name="userType")
2354
- def user_type(self) -> Optional[pulumi.Input[str]]:
2355
+ def user_type(self) -> Optional[pulumi.Input[builtins.str]]:
2355
2356
  """
2356
2357
  Specifies a type for the user.
2357
2358
  """
2358
2359
  return pulumi.get(self, "user_type")
2359
2360
 
2360
2361
  @user_type.setter
2361
- def user_type(self, value: Optional[pulumi.Input[str]]):
2362
+ def user_type(self, value: Optional[pulumi.Input[builtins.str]]):
2362
2363
  pulumi.set(self, "user_type", value)
2363
2364
 
2364
2365
  @property
2365
2366
  @pulumi.getter(name="weekOfYearPolicy")
2366
- def week_of_year_policy(self) -> Optional[pulumi.Input[int]]:
2367
+ def week_of_year_policy(self) -> Optional[pulumi.Input[builtins.int]]:
2367
2368
  """
2368
2369
  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).
2369
2370
  """
2370
2371
  return pulumi.get(self, "week_of_year_policy")
2371
2372
 
2372
2373
  @week_of_year_policy.setter
2373
- def week_of_year_policy(self, value: Optional[pulumi.Input[int]]):
2374
+ def week_of_year_policy(self, value: Optional[pulumi.Input[builtins.int]]):
2374
2375
  pulumi.set(self, "week_of_year_policy", value)
2375
2376
 
2376
2377
  @property
2377
2378
  @pulumi.getter(name="weekStart")
2378
- def week_start(self) -> Optional[pulumi.Input[int]]:
2379
+ def week_start(self) -> Optional[pulumi.Input[builtins.int]]:
2379
2380
  """
2380
2381
  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).
2381
2382
  """
2382
2383
  return pulumi.get(self, "week_start")
2383
2384
 
2384
2385
  @week_start.setter
2385
- def week_start(self, value: Optional[pulumi.Input[int]]):
2386
+ def week_start(self, value: Optional[pulumi.Input[builtins.int]]):
2386
2387
  pulumi.set(self, "week_start", value)
2387
2388
 
2388
2389
 
@@ -2391,78 +2392,78 @@ class ServiceUser(pulumi.CustomResource):
2391
2392
  def __init__(__self__,
2392
2393
  resource_name: str,
2393
2394
  opts: Optional[pulumi.ResourceOptions] = None,
2394
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
2395
- autocommit: Optional[pulumi.Input[bool]] = None,
2396
- binary_input_format: Optional[pulumi.Input[str]] = None,
2397
- binary_output_format: Optional[pulumi.Input[str]] = None,
2398
- client_memory_limit: Optional[pulumi.Input[int]] = None,
2399
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
2400
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
2401
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
2402
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
2403
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
2404
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
2405
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2406
- comment: Optional[pulumi.Input[str]] = None,
2407
- date_input_format: Optional[pulumi.Input[str]] = None,
2408
- date_output_format: Optional[pulumi.Input[str]] = None,
2409
- days_to_expiry: Optional[pulumi.Input[int]] = None,
2410
- default_namespace: Optional[pulumi.Input[str]] = None,
2411
- default_role: Optional[pulumi.Input[str]] = None,
2412
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
2413
- default_warehouse: Optional[pulumi.Input[str]] = None,
2414
- disabled: Optional[pulumi.Input[str]] = None,
2415
- display_name: Optional[pulumi.Input[str]] = None,
2416
- email: Optional[pulumi.Input[str]] = None,
2417
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
2418
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
2419
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
2420
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
2421
- geography_output_format: Optional[pulumi.Input[str]] = None,
2422
- geometry_output_format: Optional[pulumi.Input[str]] = None,
2423
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2424
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
2425
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
2426
- json_indent: Optional[pulumi.Input[int]] = None,
2427
- lock_timeout: Optional[pulumi.Input[int]] = None,
2428
- log_level: Optional[pulumi.Input[str]] = None,
2429
- login_name: Optional[pulumi.Input[str]] = None,
2430
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
2431
- multi_statement_count: Optional[pulumi.Input[int]] = None,
2432
- name: Optional[pulumi.Input[str]] = None,
2433
- network_policy: Optional[pulumi.Input[str]] = None,
2434
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
2435
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2436
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
2437
- query_tag: Optional[pulumi.Input[str]] = None,
2438
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
2439
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
2440
- rsa_public_key: Optional[pulumi.Input[str]] = None,
2441
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
2442
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
2443
- search_path: Optional[pulumi.Input[str]] = None,
2444
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
2445
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2446
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2447
- strict_json_output: Optional[pulumi.Input[bool]] = None,
2448
- time_input_format: Optional[pulumi.Input[str]] = None,
2449
- time_output_format: Optional[pulumi.Input[str]] = None,
2450
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
2451
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
2452
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
2453
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
2454
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
2455
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2456
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
2457
- timezone: Optional[pulumi.Input[str]] = None,
2458
- trace_level: Optional[pulumi.Input[str]] = None,
2459
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
2460
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
2461
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
2462
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
2463
- use_cached_result: Optional[pulumi.Input[bool]] = None,
2464
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
2465
- week_start: Optional[pulumi.Input[int]] = None,
2395
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
2396
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
2397
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
2398
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
2399
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
2400
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
2401
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
2402
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
2403
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
2404
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
2405
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
2406
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2407
+ comment: Optional[pulumi.Input[builtins.str]] = None,
2408
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
2409
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
2410
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
2411
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
2412
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
2413
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
2414
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
2415
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
2416
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
2417
+ email: Optional[pulumi.Input[builtins.str]] = None,
2418
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
2419
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
2420
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
2421
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
2422
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
2423
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
2424
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2425
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
2426
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
2427
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
2428
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
2429
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
2430
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
2431
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
2432
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
2433
+ name: Optional[pulumi.Input[builtins.str]] = None,
2434
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
2435
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
2436
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2437
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
2438
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
2439
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
2440
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
2441
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
2442
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
2443
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
2444
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
2445
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
2446
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2447
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2448
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
2449
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
2450
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
2451
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
2452
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
2453
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2454
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2455
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
2456
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2457
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2458
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
2459
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
2460
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
2461
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
2462
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
2463
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
2464
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
2465
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
2466
+ week_start: Optional[pulumi.Input[builtins.int]] = None,
2466
2467
  __props__=None):
2467
2468
  """
2468
2469
  ## Import
@@ -2473,76 +2474,76 @@ class ServiceUser(pulumi.CustomResource):
2473
2474
 
2474
2475
  :param str resource_name: The name of the resource.
2475
2476
  :param pulumi.ResourceOptions opts: Options for the resource.
2476
- :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).
2477
- :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).
2478
- :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).
2479
- :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).
2480
- :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).
2481
- :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).
2482
- :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).
2483
- :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).
2484
- :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).
2485
- :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).
2486
- :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).
2487
- :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).
2488
- :param pulumi.Input[str] comment: Specifies a comment for the user.
2489
- :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).
2490
- :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).
2491
- :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.
2492
- :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.
2493
- :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).
2494
- :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.
2495
- :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.
2496
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
2497
- :param pulumi.Input[str] email: Email address for the user.
2498
- :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).
2499
- :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).
2500
- :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).
2501
- :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).
2502
- :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).
2503
- :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).
2504
- :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).
2505
- :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).
2506
- :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).
2507
- :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).
2508
- :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).
2509
- :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).
2510
- :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.
2511
- :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).
2512
- :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: `|`, `.`, `"`.
2513
- :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).
2514
- :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).
2515
- :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).
2516
- :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).
2517
- :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).
2518
- :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).
2519
- :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).
2520
- :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.
2521
- :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.
2522
- :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).
2523
- :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).
2524
- :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).
2525
- :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).
2526
- :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).
2527
- :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).
2528
- :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).
2529
- :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).
2530
- :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).
2531
- :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).
2532
- :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).
2533
- :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).
2534
- :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).
2535
- :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).
2536
- :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).
2537
- :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).
2538
- :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).
2539
- :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).
2540
- :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).
2541
- :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).
2542
- :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).
2543
- :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).
2544
- :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).
2545
- :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).
2477
+ :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).
2478
+ :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).
2479
+ :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).
2480
+ :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).
2481
+ :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).
2482
+ :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).
2483
+ :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).
2484
+ :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).
2485
+ :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).
2486
+ :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).
2487
+ :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).
2488
+ :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).
2489
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
2490
+ :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).
2491
+ :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).
2492
+ :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.
2493
+ :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.
2494
+ :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).
2495
+ :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.
2496
+ :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.
2497
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2498
+ :param pulumi.Input[builtins.str] email: Email address for the user.
2499
+ :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).
2500
+ :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).
2501
+ :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).
2502
+ :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).
2503
+ :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).
2504
+ :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).
2505
+ :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).
2506
+ :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).
2507
+ :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).
2508
+ :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).
2509
+ :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).
2510
+ :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).
2511
+ :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.
2512
+ :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).
2513
+ :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: `|`, `.`, `"`.
2514
+ :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).
2515
+ :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).
2516
+ :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).
2517
+ :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).
2518
+ :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).
2519
+ :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).
2520
+ :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).
2521
+ :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.
2522
+ :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.
2523
+ :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).
2524
+ :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).
2525
+ :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).
2526
+ :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).
2527
+ :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).
2528
+ :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).
2529
+ :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).
2530
+ :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).
2531
+ :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).
2532
+ :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).
2533
+ :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).
2534
+ :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).
2535
+ :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).
2536
+ :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).
2537
+ :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).
2538
+ :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).
2539
+ :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).
2540
+ :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).
2541
+ :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).
2542
+ :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).
2543
+ :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).
2544
+ :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).
2545
+ :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).
2546
+ :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).
2546
2547
  """
2547
2548
  ...
2548
2549
  @overload
@@ -2572,78 +2573,78 @@ class ServiceUser(pulumi.CustomResource):
2572
2573
  def _internal_init(__self__,
2573
2574
  resource_name: str,
2574
2575
  opts: Optional[pulumi.ResourceOptions] = None,
2575
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
2576
- autocommit: Optional[pulumi.Input[bool]] = None,
2577
- binary_input_format: Optional[pulumi.Input[str]] = None,
2578
- binary_output_format: Optional[pulumi.Input[str]] = None,
2579
- client_memory_limit: Optional[pulumi.Input[int]] = None,
2580
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
2581
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
2582
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
2583
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
2584
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
2585
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
2586
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2587
- comment: Optional[pulumi.Input[str]] = None,
2588
- date_input_format: Optional[pulumi.Input[str]] = None,
2589
- date_output_format: Optional[pulumi.Input[str]] = None,
2590
- days_to_expiry: Optional[pulumi.Input[int]] = None,
2591
- default_namespace: Optional[pulumi.Input[str]] = None,
2592
- default_role: Optional[pulumi.Input[str]] = None,
2593
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
2594
- default_warehouse: Optional[pulumi.Input[str]] = None,
2595
- disabled: Optional[pulumi.Input[str]] = None,
2596
- display_name: Optional[pulumi.Input[str]] = None,
2597
- email: Optional[pulumi.Input[str]] = None,
2598
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
2599
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
2600
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
2601
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
2602
- geography_output_format: Optional[pulumi.Input[str]] = None,
2603
- geometry_output_format: Optional[pulumi.Input[str]] = None,
2604
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2605
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
2606
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
2607
- json_indent: Optional[pulumi.Input[int]] = None,
2608
- lock_timeout: Optional[pulumi.Input[int]] = None,
2609
- log_level: Optional[pulumi.Input[str]] = None,
2610
- login_name: Optional[pulumi.Input[str]] = None,
2611
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
2612
- multi_statement_count: Optional[pulumi.Input[int]] = None,
2613
- name: Optional[pulumi.Input[str]] = None,
2614
- network_policy: Optional[pulumi.Input[str]] = None,
2615
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
2616
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2617
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
2618
- query_tag: Optional[pulumi.Input[str]] = None,
2619
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
2620
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
2621
- rsa_public_key: Optional[pulumi.Input[str]] = None,
2622
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
2623
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
2624
- search_path: Optional[pulumi.Input[str]] = None,
2625
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
2626
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2627
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2628
- strict_json_output: Optional[pulumi.Input[bool]] = None,
2629
- time_input_format: Optional[pulumi.Input[str]] = None,
2630
- time_output_format: Optional[pulumi.Input[str]] = None,
2631
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
2632
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
2633
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
2634
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
2635
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
2636
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2637
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
2638
- timezone: Optional[pulumi.Input[str]] = None,
2639
- trace_level: Optional[pulumi.Input[str]] = None,
2640
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
2641
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
2642
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
2643
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
2644
- use_cached_result: Optional[pulumi.Input[bool]] = None,
2645
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
2646
- week_start: Optional[pulumi.Input[int]] = None,
2576
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
2577
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
2578
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
2579
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
2580
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
2581
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
2582
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
2583
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
2584
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
2585
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
2586
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
2587
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2588
+ comment: Optional[pulumi.Input[builtins.str]] = None,
2589
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
2590
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
2591
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
2592
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
2593
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
2594
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
2595
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
2596
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
2597
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
2598
+ email: Optional[pulumi.Input[builtins.str]] = None,
2599
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
2600
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
2601
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
2602
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
2603
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
2604
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
2605
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2606
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
2607
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
2608
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
2609
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
2610
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
2611
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
2612
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
2613
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
2614
+ name: Optional[pulumi.Input[builtins.str]] = None,
2615
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
2616
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
2617
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2618
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
2619
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
2620
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
2621
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
2622
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
2623
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
2624
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
2625
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
2626
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
2627
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2628
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2629
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
2630
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
2631
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
2632
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
2633
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
2634
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2635
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2636
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
2637
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2638
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2639
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
2640
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
2641
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
2642
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
2643
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
2644
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
2645
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
2646
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
2647
+ week_start: Optional[pulumi.Input[builtins.int]] = None,
2647
2648
  __props__=None):
2648
2649
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
2649
2650
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -2741,82 +2742,82 @@ class ServiceUser(pulumi.CustomResource):
2741
2742
  def get(resource_name: str,
2742
2743
  id: pulumi.Input[str],
2743
2744
  opts: Optional[pulumi.ResourceOptions] = None,
2744
- abort_detached_query: Optional[pulumi.Input[bool]] = None,
2745
- autocommit: Optional[pulumi.Input[bool]] = None,
2746
- binary_input_format: Optional[pulumi.Input[str]] = None,
2747
- binary_output_format: Optional[pulumi.Input[str]] = None,
2748
- client_memory_limit: Optional[pulumi.Input[int]] = None,
2749
- client_metadata_request_use_connection_ctx: Optional[pulumi.Input[bool]] = None,
2750
- client_prefetch_threads: Optional[pulumi.Input[int]] = None,
2751
- client_result_chunk_size: Optional[pulumi.Input[int]] = None,
2752
- client_result_column_case_insensitive: Optional[pulumi.Input[bool]] = None,
2753
- client_session_keep_alive: Optional[pulumi.Input[bool]] = None,
2754
- client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[int]] = None,
2755
- client_timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2756
- comment: Optional[pulumi.Input[str]] = None,
2757
- date_input_format: Optional[pulumi.Input[str]] = None,
2758
- date_output_format: Optional[pulumi.Input[str]] = None,
2759
- days_to_expiry: Optional[pulumi.Input[int]] = None,
2760
- default_namespace: Optional[pulumi.Input[str]] = None,
2761
- default_role: Optional[pulumi.Input[str]] = None,
2762
- default_secondary_roles_option: Optional[pulumi.Input[str]] = None,
2763
- default_warehouse: Optional[pulumi.Input[str]] = None,
2764
- disabled: Optional[pulumi.Input[str]] = None,
2765
- display_name: Optional[pulumi.Input[str]] = None,
2766
- email: Optional[pulumi.Input[str]] = None,
2767
- enable_unload_physical_type_optimization: Optional[pulumi.Input[bool]] = None,
2768
- enable_unredacted_query_syntax_error: Optional[pulumi.Input[bool]] = None,
2769
- error_on_nondeterministic_merge: Optional[pulumi.Input[bool]] = None,
2770
- error_on_nondeterministic_update: Optional[pulumi.Input[bool]] = None,
2771
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
2772
- geography_output_format: Optional[pulumi.Input[str]] = None,
2773
- geometry_output_format: Optional[pulumi.Input[str]] = None,
2774
- jdbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2775
- jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[bool]] = None,
2776
- jdbc_use_session_timezone: Optional[pulumi.Input[bool]] = None,
2777
- json_indent: Optional[pulumi.Input[int]] = None,
2778
- lock_timeout: Optional[pulumi.Input[int]] = None,
2779
- log_level: Optional[pulumi.Input[str]] = None,
2780
- login_name: Optional[pulumi.Input[str]] = None,
2781
- mins_to_unlock: Optional[pulumi.Input[int]] = None,
2782
- multi_statement_count: Optional[pulumi.Input[int]] = None,
2783
- name: Optional[pulumi.Input[str]] = None,
2784
- network_policy: Optional[pulumi.Input[str]] = None,
2785
- noorder_sequence_as_default: Optional[pulumi.Input[bool]] = None,
2786
- odbc_treat_decimal_as_int: Optional[pulumi.Input[bool]] = None,
2745
+ abort_detached_query: Optional[pulumi.Input[builtins.bool]] = None,
2746
+ autocommit: Optional[pulumi.Input[builtins.bool]] = None,
2747
+ binary_input_format: Optional[pulumi.Input[builtins.str]] = None,
2748
+ binary_output_format: Optional[pulumi.Input[builtins.str]] = None,
2749
+ client_memory_limit: Optional[pulumi.Input[builtins.int]] = None,
2750
+ client_metadata_request_use_connection_ctx: Optional[pulumi.Input[builtins.bool]] = None,
2751
+ client_prefetch_threads: Optional[pulumi.Input[builtins.int]] = None,
2752
+ client_result_chunk_size: Optional[pulumi.Input[builtins.int]] = None,
2753
+ client_result_column_case_insensitive: Optional[pulumi.Input[builtins.bool]] = None,
2754
+ client_session_keep_alive: Optional[pulumi.Input[builtins.bool]] = None,
2755
+ client_session_keep_alive_heartbeat_frequency: Optional[pulumi.Input[builtins.int]] = None,
2756
+ client_timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2757
+ comment: Optional[pulumi.Input[builtins.str]] = None,
2758
+ date_input_format: Optional[pulumi.Input[builtins.str]] = None,
2759
+ date_output_format: Optional[pulumi.Input[builtins.str]] = None,
2760
+ days_to_expiry: Optional[pulumi.Input[builtins.int]] = None,
2761
+ default_namespace: Optional[pulumi.Input[builtins.str]] = None,
2762
+ default_role: Optional[pulumi.Input[builtins.str]] = None,
2763
+ default_secondary_roles_option: Optional[pulumi.Input[builtins.str]] = None,
2764
+ default_warehouse: Optional[pulumi.Input[builtins.str]] = None,
2765
+ disabled: Optional[pulumi.Input[builtins.str]] = None,
2766
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
2767
+ email: Optional[pulumi.Input[builtins.str]] = None,
2768
+ enable_unload_physical_type_optimization: Optional[pulumi.Input[builtins.bool]] = None,
2769
+ enable_unredacted_query_syntax_error: Optional[pulumi.Input[builtins.bool]] = None,
2770
+ error_on_nondeterministic_merge: Optional[pulumi.Input[builtins.bool]] = None,
2771
+ error_on_nondeterministic_update: Optional[pulumi.Input[builtins.bool]] = None,
2772
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
2773
+ geography_output_format: Optional[pulumi.Input[builtins.str]] = None,
2774
+ geometry_output_format: Optional[pulumi.Input[builtins.str]] = None,
2775
+ jdbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2776
+ jdbc_treat_timestamp_ntz_as_utc: Optional[pulumi.Input[builtins.bool]] = None,
2777
+ jdbc_use_session_timezone: Optional[pulumi.Input[builtins.bool]] = None,
2778
+ json_indent: Optional[pulumi.Input[builtins.int]] = None,
2779
+ lock_timeout: Optional[pulumi.Input[builtins.int]] = None,
2780
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
2781
+ login_name: Optional[pulumi.Input[builtins.str]] = None,
2782
+ mins_to_unlock: Optional[pulumi.Input[builtins.int]] = None,
2783
+ multi_statement_count: Optional[pulumi.Input[builtins.int]] = None,
2784
+ name: Optional[pulumi.Input[builtins.str]] = None,
2785
+ network_policy: Optional[pulumi.Input[builtins.str]] = None,
2786
+ noorder_sequence_as_default: Optional[pulumi.Input[builtins.bool]] = None,
2787
+ odbc_treat_decimal_as_int: Optional[pulumi.Input[builtins.bool]] = None,
2787
2788
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceUserParameterArgs', 'ServiceUserParameterArgsDict']]]]] = None,
2788
- prevent_unload_to_internal_stages: Optional[pulumi.Input[bool]] = None,
2789
- query_tag: Optional[pulumi.Input[str]] = None,
2790
- quoted_identifiers_ignore_case: Optional[pulumi.Input[bool]] = None,
2791
- rows_per_resultset: Optional[pulumi.Input[int]] = None,
2792
- rsa_public_key: Optional[pulumi.Input[str]] = None,
2793
- rsa_public_key2: Optional[pulumi.Input[str]] = None,
2794
- s3_stage_vpce_dns_name: Optional[pulumi.Input[str]] = None,
2795
- search_path: Optional[pulumi.Input[str]] = None,
2789
+ prevent_unload_to_internal_stages: Optional[pulumi.Input[builtins.bool]] = None,
2790
+ query_tag: Optional[pulumi.Input[builtins.str]] = None,
2791
+ quoted_identifiers_ignore_case: Optional[pulumi.Input[builtins.bool]] = None,
2792
+ rows_per_resultset: Optional[pulumi.Input[builtins.int]] = None,
2793
+ rsa_public_key: Optional[pulumi.Input[builtins.str]] = None,
2794
+ rsa_public_key2: Optional[pulumi.Input[builtins.str]] = None,
2795
+ s3_stage_vpce_dns_name: Optional[pulumi.Input[builtins.str]] = None,
2796
+ search_path: Optional[pulumi.Input[builtins.str]] = None,
2796
2797
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ServiceUserShowOutputArgs', 'ServiceUserShowOutputArgsDict']]]]] = None,
2797
- simulated_data_sharing_consumer: Optional[pulumi.Input[str]] = None,
2798
- statement_queued_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2799
- statement_timeout_in_seconds: Optional[pulumi.Input[int]] = None,
2800
- strict_json_output: Optional[pulumi.Input[bool]] = None,
2801
- time_input_format: Optional[pulumi.Input[str]] = None,
2802
- time_output_format: Optional[pulumi.Input[str]] = None,
2803
- timestamp_day_is_always24h: Optional[pulumi.Input[bool]] = None,
2804
- timestamp_input_format: Optional[pulumi.Input[str]] = None,
2805
- timestamp_ltz_output_format: Optional[pulumi.Input[str]] = None,
2806
- timestamp_ntz_output_format: Optional[pulumi.Input[str]] = None,
2807
- timestamp_output_format: Optional[pulumi.Input[str]] = None,
2808
- timestamp_type_mapping: Optional[pulumi.Input[str]] = None,
2809
- timestamp_tz_output_format: Optional[pulumi.Input[str]] = None,
2810
- timezone: Optional[pulumi.Input[str]] = None,
2811
- trace_level: Optional[pulumi.Input[str]] = None,
2812
- transaction_abort_on_error: Optional[pulumi.Input[bool]] = None,
2813
- transaction_default_isolation_level: Optional[pulumi.Input[str]] = None,
2814
- two_digit_century_start: Optional[pulumi.Input[int]] = None,
2815
- unsupported_ddl_action: Optional[pulumi.Input[str]] = None,
2816
- use_cached_result: Optional[pulumi.Input[bool]] = None,
2817
- user_type: Optional[pulumi.Input[str]] = None,
2818
- week_of_year_policy: Optional[pulumi.Input[int]] = None,
2819
- week_start: Optional[pulumi.Input[int]] = None) -> 'ServiceUser':
2798
+ simulated_data_sharing_consumer: Optional[pulumi.Input[builtins.str]] = None,
2799
+ statement_queued_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2800
+ statement_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
2801
+ strict_json_output: Optional[pulumi.Input[builtins.bool]] = None,
2802
+ time_input_format: Optional[pulumi.Input[builtins.str]] = None,
2803
+ time_output_format: Optional[pulumi.Input[builtins.str]] = None,
2804
+ timestamp_day_is_always24h: Optional[pulumi.Input[builtins.bool]] = None,
2805
+ timestamp_input_format: Optional[pulumi.Input[builtins.str]] = None,
2806
+ timestamp_ltz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2807
+ timestamp_ntz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2808
+ timestamp_output_format: Optional[pulumi.Input[builtins.str]] = None,
2809
+ timestamp_type_mapping: Optional[pulumi.Input[builtins.str]] = None,
2810
+ timestamp_tz_output_format: Optional[pulumi.Input[builtins.str]] = None,
2811
+ timezone: Optional[pulumi.Input[builtins.str]] = None,
2812
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
2813
+ transaction_abort_on_error: Optional[pulumi.Input[builtins.bool]] = None,
2814
+ transaction_default_isolation_level: Optional[pulumi.Input[builtins.str]] = None,
2815
+ two_digit_century_start: Optional[pulumi.Input[builtins.int]] = None,
2816
+ unsupported_ddl_action: Optional[pulumi.Input[builtins.str]] = None,
2817
+ use_cached_result: Optional[pulumi.Input[builtins.bool]] = None,
2818
+ user_type: Optional[pulumi.Input[builtins.str]] = None,
2819
+ week_of_year_policy: Optional[pulumi.Input[builtins.int]] = None,
2820
+ week_start: Optional[pulumi.Input[builtins.int]] = None) -> 'ServiceUser':
2820
2821
  """
2821
2822
  Get an existing ServiceUser resource's state with the given name, id, and optional extra
2822
2823
  properties used to qualify the lookup.
@@ -2824,80 +2825,80 @@ class ServiceUser(pulumi.CustomResource):
2824
2825
  :param str resource_name: The unique name of the resulting resource.
2825
2826
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
2826
2827
  :param pulumi.ResourceOptions opts: Options for the resource.
2827
- :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).
2828
- :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).
2829
- :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).
2830
- :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).
2831
- :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).
2832
- :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).
2833
- :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).
2834
- :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).
2835
- :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).
2836
- :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).
2837
- :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).
2838
- :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).
2839
- :param pulumi.Input[str] comment: Specifies a comment for the user.
2840
- :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).
2841
- :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).
2842
- :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.
2843
- :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.
2844
- :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).
2845
- :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.
2846
- :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.
2847
- :param pulumi.Input[str] display_name: Name displayed for the user in the Snowflake web interface.
2848
- :param pulumi.Input[str] email: Email address for the user.
2849
- :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).
2850
- :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).
2851
- :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).
2852
- :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).
2853
- :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).
2854
- :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).
2855
- :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).
2856
- :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).
2857
- :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).
2858
- :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).
2859
- :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).
2860
- :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).
2861
- :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).
2862
- :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.
2863
- :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).
2864
- :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: `|`, `.`, `"`.
2865
- :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).
2866
- :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).
2867
- :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).
2828
+ :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).
2829
+ :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).
2830
+ :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).
2831
+ :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).
2832
+ :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).
2833
+ :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).
2834
+ :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).
2835
+ :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).
2836
+ :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).
2837
+ :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).
2838
+ :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).
2839
+ :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).
2840
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the user.
2841
+ :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).
2842
+ :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).
2843
+ :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.
2844
+ :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.
2845
+ :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).
2846
+ :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.
2847
+ :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.
2848
+ :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2849
+ :param pulumi.Input[builtins.str] email: Email address for the user.
2850
+ :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).
2851
+ :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).
2852
+ :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).
2853
+ :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).
2854
+ :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).
2855
+ :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).
2856
+ :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).
2857
+ :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).
2858
+ :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).
2859
+ :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).
2860
+ :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).
2861
+ :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).
2862
+ :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).
2863
+ :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.
2864
+ :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).
2865
+ :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: `|`, `.`, `"`.
2866
+ :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).
2867
+ :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).
2868
+ :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).
2868
2869
  :param pulumi.Input[Sequence[pulumi.Input[Union['ServiceUserParameterArgs', 'ServiceUserParameterArgsDict']]]] parameters: Outputs the result of `SHOW PARAMETERS IN USER` for the given user.
2869
- :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).
2870
- :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).
2871
- :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).
2872
- :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).
2873
- :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.
2874
- :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.
2875
- :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).
2876
- :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).
2870
+ :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).
2871
+ :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).
2872
+ :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).
2873
+ :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).
2874
+ :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.
2875
+ :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.
2876
+ :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).
2877
+ :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).
2877
2878
  :param pulumi.Input[Sequence[pulumi.Input[Union['ServiceUserShowOutputArgs', 'ServiceUserShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW USER` for the given user.
2878
- :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).
2879
- :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).
2880
- :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).
2881
- :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).
2882
- :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).
2883
- :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).
2884
- :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).
2885
- :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).
2886
- :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).
2887
- :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).
2888
- :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).
2889
- :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).
2890
- :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).
2891
- :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).
2892
- :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).
2893
- :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).
2894
- :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).
2895
- :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).
2896
- :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).
2897
- :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).
2898
- :param pulumi.Input[str] user_type: Specifies a type for the user.
2899
- :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).
2900
- :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).
2879
+ :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).
2880
+ :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).
2881
+ :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).
2882
+ :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).
2883
+ :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).
2884
+ :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).
2885
+ :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).
2886
+ :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).
2887
+ :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).
2888
+ :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).
2889
+ :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).
2890
+ :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).
2891
+ :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).
2892
+ :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).
2893
+ :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).
2894
+ :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).
2895
+ :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).
2896
+ :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).
2897
+ :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).
2898
+ :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).
2899
+ :param pulumi.Input[builtins.str] user_type: Specifies a type for the user.
2900
+ :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).
2901
+ :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).
2901
2902
  """
2902
2903
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
2903
2904
 
@@ -2983,7 +2984,7 @@ class ServiceUser(pulumi.CustomResource):
2983
2984
 
2984
2985
  @property
2985
2986
  @pulumi.getter(name="abortDetachedQuery")
2986
- def abort_detached_query(self) -> pulumi.Output[bool]:
2987
+ def abort_detached_query(self) -> pulumi.Output[builtins.bool]:
2987
2988
  """
2988
2989
  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).
2989
2990
  """
@@ -2991,7 +2992,7 @@ class ServiceUser(pulumi.CustomResource):
2991
2992
 
2992
2993
  @property
2993
2994
  @pulumi.getter
2994
- def autocommit(self) -> pulumi.Output[bool]:
2995
+ def autocommit(self) -> pulumi.Output[builtins.bool]:
2995
2996
  """
2996
2997
  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).
2997
2998
  """
@@ -2999,7 +3000,7 @@ class ServiceUser(pulumi.CustomResource):
2999
3000
 
3000
3001
  @property
3001
3002
  @pulumi.getter(name="binaryInputFormat")
3002
- def binary_input_format(self) -> pulumi.Output[str]:
3003
+ def binary_input_format(self) -> pulumi.Output[builtins.str]:
3003
3004
  """
3004
3005
  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).
3005
3006
  """
@@ -3007,7 +3008,7 @@ class ServiceUser(pulumi.CustomResource):
3007
3008
 
3008
3009
  @property
3009
3010
  @pulumi.getter(name="binaryOutputFormat")
3010
- def binary_output_format(self) -> pulumi.Output[str]:
3011
+ def binary_output_format(self) -> pulumi.Output[builtins.str]:
3011
3012
  """
3012
3013
  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).
3013
3014
  """
@@ -3015,7 +3016,7 @@ class ServiceUser(pulumi.CustomResource):
3015
3016
 
3016
3017
  @property
3017
3018
  @pulumi.getter(name="clientMemoryLimit")
3018
- def client_memory_limit(self) -> pulumi.Output[int]:
3019
+ def client_memory_limit(self) -> pulumi.Output[builtins.int]:
3019
3020
  """
3020
3021
  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).
3021
3022
  """
@@ -3023,7 +3024,7 @@ class ServiceUser(pulumi.CustomResource):
3023
3024
 
3024
3025
  @property
3025
3026
  @pulumi.getter(name="clientMetadataRequestUseConnectionCtx")
3026
- def client_metadata_request_use_connection_ctx(self) -> pulumi.Output[bool]:
3027
+ def client_metadata_request_use_connection_ctx(self) -> pulumi.Output[builtins.bool]:
3027
3028
  """
3028
3029
  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).
3029
3030
  """
@@ -3031,7 +3032,7 @@ class ServiceUser(pulumi.CustomResource):
3031
3032
 
3032
3033
  @property
3033
3034
  @pulumi.getter(name="clientPrefetchThreads")
3034
- def client_prefetch_threads(self) -> pulumi.Output[int]:
3035
+ def client_prefetch_threads(self) -> pulumi.Output[builtins.int]:
3035
3036
  """
3036
3037
  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).
3037
3038
  """
@@ -3039,7 +3040,7 @@ class ServiceUser(pulumi.CustomResource):
3039
3040
 
3040
3041
  @property
3041
3042
  @pulumi.getter(name="clientResultChunkSize")
3042
- def client_result_chunk_size(self) -> pulumi.Output[int]:
3043
+ def client_result_chunk_size(self) -> pulumi.Output[builtins.int]:
3043
3044
  """
3044
3045
  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).
3045
3046
  """
@@ -3047,7 +3048,7 @@ class ServiceUser(pulumi.CustomResource):
3047
3048
 
3048
3049
  @property
3049
3050
  @pulumi.getter(name="clientResultColumnCaseInsensitive")
3050
- def client_result_column_case_insensitive(self) -> pulumi.Output[bool]:
3051
+ def client_result_column_case_insensitive(self) -> pulumi.Output[builtins.bool]:
3051
3052
  """
3052
3053
  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).
3053
3054
  """
@@ -3055,7 +3056,7 @@ class ServiceUser(pulumi.CustomResource):
3055
3056
 
3056
3057
  @property
3057
3058
  @pulumi.getter(name="clientSessionKeepAlive")
3058
- def client_session_keep_alive(self) -> pulumi.Output[bool]:
3059
+ def client_session_keep_alive(self) -> pulumi.Output[builtins.bool]:
3059
3060
  """
3060
3061
  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).
3061
3062
  """
@@ -3063,7 +3064,7 @@ class ServiceUser(pulumi.CustomResource):
3063
3064
 
3064
3065
  @property
3065
3066
  @pulumi.getter(name="clientSessionKeepAliveHeartbeatFrequency")
3066
- def client_session_keep_alive_heartbeat_frequency(self) -> pulumi.Output[int]:
3067
+ def client_session_keep_alive_heartbeat_frequency(self) -> pulumi.Output[builtins.int]:
3067
3068
  """
3068
3069
  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).
3069
3070
  """
@@ -3071,7 +3072,7 @@ class ServiceUser(pulumi.CustomResource):
3071
3072
 
3072
3073
  @property
3073
3074
  @pulumi.getter(name="clientTimestampTypeMapping")
3074
- def client_timestamp_type_mapping(self) -> pulumi.Output[str]:
3075
+ def client_timestamp_type_mapping(self) -> pulumi.Output[builtins.str]:
3075
3076
  """
3076
3077
  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).
3077
3078
  """
@@ -3079,7 +3080,7 @@ class ServiceUser(pulumi.CustomResource):
3079
3080
 
3080
3081
  @property
3081
3082
  @pulumi.getter
3082
- def comment(self) -> pulumi.Output[Optional[str]]:
3083
+ def comment(self) -> pulumi.Output[Optional[builtins.str]]:
3083
3084
  """
3084
3085
  Specifies a comment for the user.
3085
3086
  """
@@ -3087,7 +3088,7 @@ class ServiceUser(pulumi.CustomResource):
3087
3088
 
3088
3089
  @property
3089
3090
  @pulumi.getter(name="dateInputFormat")
3090
- def date_input_format(self) -> pulumi.Output[str]:
3091
+ def date_input_format(self) -> pulumi.Output[builtins.str]:
3091
3092
  """
3092
3093
  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).
3093
3094
  """
@@ -3095,7 +3096,7 @@ class ServiceUser(pulumi.CustomResource):
3095
3096
 
3096
3097
  @property
3097
3098
  @pulumi.getter(name="dateOutputFormat")
3098
- def date_output_format(self) -> pulumi.Output[str]:
3099
+ def date_output_format(self) -> pulumi.Output[builtins.str]:
3099
3100
  """
3100
3101
  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).
3101
3102
  """
@@ -3103,12 +3104,12 @@ class ServiceUser(pulumi.CustomResource):
3103
3104
 
3104
3105
  @property
3105
3106
  @pulumi.getter(name="daysToExpiry")
3106
- def days_to_expiry(self) -> pulumi.Output[Optional[int]]:
3107
+ def days_to_expiry(self) -> pulumi.Output[Optional[builtins.int]]:
3107
3108
  return pulumi.get(self, "days_to_expiry")
3108
3109
 
3109
3110
  @property
3110
3111
  @pulumi.getter(name="defaultNamespace")
3111
- def default_namespace(self) -> pulumi.Output[Optional[str]]:
3112
+ def default_namespace(self) -> pulumi.Output[Optional[builtins.str]]:
3112
3113
  """
3113
3114
  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.
3114
3115
  """
@@ -3116,7 +3117,7 @@ class ServiceUser(pulumi.CustomResource):
3116
3117
 
3117
3118
  @property
3118
3119
  @pulumi.getter(name="defaultRole")
3119
- def default_role(self) -> pulumi.Output[Optional[str]]:
3120
+ def default_role(self) -> pulumi.Output[Optional[builtins.str]]:
3120
3121
  """
3121
3122
  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.
3122
3123
  """
@@ -3124,7 +3125,7 @@ class ServiceUser(pulumi.CustomResource):
3124
3125
 
3125
3126
  @property
3126
3127
  @pulumi.getter(name="defaultSecondaryRolesOption")
3127
- def default_secondary_roles_option(self) -> pulumi.Output[Optional[str]]:
3128
+ def default_secondary_roles_option(self) -> pulumi.Output[Optional[builtins.str]]:
3128
3129
  """
3129
3130
  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).
3130
3131
  """
@@ -3132,7 +3133,7 @@ class ServiceUser(pulumi.CustomResource):
3132
3133
 
3133
3134
  @property
3134
3135
  @pulumi.getter(name="defaultWarehouse")
3135
- def default_warehouse(self) -> pulumi.Output[Optional[str]]:
3136
+ def default_warehouse(self) -> pulumi.Output[Optional[builtins.str]]:
3136
3137
  """
3137
3138
  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.
3138
3139
  """
@@ -3140,7 +3141,7 @@ class ServiceUser(pulumi.CustomResource):
3140
3141
 
3141
3142
  @property
3142
3143
  @pulumi.getter
3143
- def disabled(self) -> pulumi.Output[Optional[str]]:
3144
+ def disabled(self) -> pulumi.Output[Optional[builtins.str]]:
3144
3145
  """
3145
3146
  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.
3146
3147
  """
@@ -3148,7 +3149,7 @@ class ServiceUser(pulumi.CustomResource):
3148
3149
 
3149
3150
  @property
3150
3151
  @pulumi.getter(name="displayName")
3151
- def display_name(self) -> pulumi.Output[Optional[str]]:
3152
+ def display_name(self) -> pulumi.Output[Optional[builtins.str]]:
3152
3153
  """
3153
3154
  Name displayed for the user in the Snowflake web interface.
3154
3155
  """
@@ -3156,7 +3157,7 @@ class ServiceUser(pulumi.CustomResource):
3156
3157
 
3157
3158
  @property
3158
3159
  @pulumi.getter
3159
- def email(self) -> pulumi.Output[Optional[str]]:
3160
+ def email(self) -> pulumi.Output[Optional[builtins.str]]:
3160
3161
  """
3161
3162
  Email address for the user.
3162
3163
  """
@@ -3164,7 +3165,7 @@ class ServiceUser(pulumi.CustomResource):
3164
3165
 
3165
3166
  @property
3166
3167
  @pulumi.getter(name="enableUnloadPhysicalTypeOptimization")
3167
- def enable_unload_physical_type_optimization(self) -> pulumi.Output[bool]:
3168
+ def enable_unload_physical_type_optimization(self) -> pulumi.Output[builtins.bool]:
3168
3169
  """
3169
3170
  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).
3170
3171
  """
@@ -3172,7 +3173,7 @@ class ServiceUser(pulumi.CustomResource):
3172
3173
 
3173
3174
  @property
3174
3175
  @pulumi.getter(name="enableUnredactedQuerySyntaxError")
3175
- def enable_unredacted_query_syntax_error(self) -> pulumi.Output[bool]:
3176
+ def enable_unredacted_query_syntax_error(self) -> pulumi.Output[builtins.bool]:
3176
3177
  """
3177
3178
  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).
3178
3179
  """
@@ -3180,7 +3181,7 @@ class ServiceUser(pulumi.CustomResource):
3180
3181
 
3181
3182
  @property
3182
3183
  @pulumi.getter(name="errorOnNondeterministicMerge")
3183
- def error_on_nondeterministic_merge(self) -> pulumi.Output[bool]:
3184
+ def error_on_nondeterministic_merge(self) -> pulumi.Output[builtins.bool]:
3184
3185
  """
3185
3186
  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).
3186
3187
  """
@@ -3188,7 +3189,7 @@ class ServiceUser(pulumi.CustomResource):
3188
3189
 
3189
3190
  @property
3190
3191
  @pulumi.getter(name="errorOnNondeterministicUpdate")
3191
- def error_on_nondeterministic_update(self) -> pulumi.Output[bool]:
3192
+ def error_on_nondeterministic_update(self) -> pulumi.Output[builtins.bool]:
3192
3193
  """
3193
3194
  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).
3194
3195
  """
@@ -3196,7 +3197,7 @@ class ServiceUser(pulumi.CustomResource):
3196
3197
 
3197
3198
  @property
3198
3199
  @pulumi.getter(name="fullyQualifiedName")
3199
- def fully_qualified_name(self) -> pulumi.Output[str]:
3200
+ def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
3200
3201
  """
3201
3202
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
3202
3203
  """
@@ -3204,7 +3205,7 @@ class ServiceUser(pulumi.CustomResource):
3204
3205
 
3205
3206
  @property
3206
3207
  @pulumi.getter(name="geographyOutputFormat")
3207
- def geography_output_format(self) -> pulumi.Output[str]:
3208
+ def geography_output_format(self) -> pulumi.Output[builtins.str]:
3208
3209
  """
3209
3210
  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).
3210
3211
  """
@@ -3212,7 +3213,7 @@ class ServiceUser(pulumi.CustomResource):
3212
3213
 
3213
3214
  @property
3214
3215
  @pulumi.getter(name="geometryOutputFormat")
3215
- def geometry_output_format(self) -> pulumi.Output[str]:
3216
+ def geometry_output_format(self) -> pulumi.Output[builtins.str]:
3216
3217
  """
3217
3218
  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).
3218
3219
  """
@@ -3220,7 +3221,7 @@ class ServiceUser(pulumi.CustomResource):
3220
3221
 
3221
3222
  @property
3222
3223
  @pulumi.getter(name="jdbcTreatDecimalAsInt")
3223
- def jdbc_treat_decimal_as_int(self) -> pulumi.Output[bool]:
3224
+ def jdbc_treat_decimal_as_int(self) -> pulumi.Output[builtins.bool]:
3224
3225
  """
3225
3226
  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).
3226
3227
  """
@@ -3228,7 +3229,7 @@ class ServiceUser(pulumi.CustomResource):
3228
3229
 
3229
3230
  @property
3230
3231
  @pulumi.getter(name="jdbcTreatTimestampNtzAsUtc")
3231
- def jdbc_treat_timestamp_ntz_as_utc(self) -> pulumi.Output[bool]:
3232
+ def jdbc_treat_timestamp_ntz_as_utc(self) -> pulumi.Output[builtins.bool]:
3232
3233
  """
3233
3234
  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).
3234
3235
  """
@@ -3236,7 +3237,7 @@ class ServiceUser(pulumi.CustomResource):
3236
3237
 
3237
3238
  @property
3238
3239
  @pulumi.getter(name="jdbcUseSessionTimezone")
3239
- def jdbc_use_session_timezone(self) -> pulumi.Output[bool]:
3240
+ def jdbc_use_session_timezone(self) -> pulumi.Output[builtins.bool]:
3240
3241
  """
3241
3242
  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).
3242
3243
  """
@@ -3244,7 +3245,7 @@ class ServiceUser(pulumi.CustomResource):
3244
3245
 
3245
3246
  @property
3246
3247
  @pulumi.getter(name="jsonIndent")
3247
- def json_indent(self) -> pulumi.Output[int]:
3248
+ def json_indent(self) -> pulumi.Output[builtins.int]:
3248
3249
  """
3249
3250
  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).
3250
3251
  """
@@ -3252,7 +3253,7 @@ class ServiceUser(pulumi.CustomResource):
3252
3253
 
3253
3254
  @property
3254
3255
  @pulumi.getter(name="lockTimeout")
3255
- def lock_timeout(self) -> pulumi.Output[int]:
3256
+ def lock_timeout(self) -> pulumi.Output[builtins.int]:
3256
3257
  """
3257
3258
  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).
3258
3259
  """
@@ -3260,7 +3261,7 @@ class ServiceUser(pulumi.CustomResource):
3260
3261
 
3261
3262
  @property
3262
3263
  @pulumi.getter(name="logLevel")
3263
- def log_level(self) -> pulumi.Output[str]:
3264
+ def log_level(self) -> pulumi.Output[builtins.str]:
3264
3265
  """
3265
3266
  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).
3266
3267
  """
@@ -3268,7 +3269,7 @@ class ServiceUser(pulumi.CustomResource):
3268
3269
 
3269
3270
  @property
3270
3271
  @pulumi.getter(name="loginName")
3271
- def login_name(self) -> pulumi.Output[Optional[str]]:
3272
+ def login_name(self) -> pulumi.Output[Optional[builtins.str]]:
3272
3273
  """
3273
3274
  The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
3274
3275
  """
@@ -3276,12 +3277,12 @@ class ServiceUser(pulumi.CustomResource):
3276
3277
 
3277
3278
  @property
3278
3279
  @pulumi.getter(name="minsToUnlock")
3279
- def mins_to_unlock(self) -> pulumi.Output[Optional[int]]:
3280
+ def mins_to_unlock(self) -> pulumi.Output[Optional[builtins.int]]:
3280
3281
  return pulumi.get(self, "mins_to_unlock")
3281
3282
 
3282
3283
  @property
3283
3284
  @pulumi.getter(name="multiStatementCount")
3284
- def multi_statement_count(self) -> pulumi.Output[int]:
3285
+ def multi_statement_count(self) -> pulumi.Output[builtins.int]:
3285
3286
  """
3286
3287
  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).
3287
3288
  """
@@ -3289,7 +3290,7 @@ class ServiceUser(pulumi.CustomResource):
3289
3290
 
3290
3291
  @property
3291
3292
  @pulumi.getter
3292
- def name(self) -> pulumi.Output[str]:
3293
+ def name(self) -> pulumi.Output[builtins.str]:
3293
3294
  """
3294
3295
  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: `|`, `.`, `"`.
3295
3296
  """
@@ -3297,7 +3298,7 @@ class ServiceUser(pulumi.CustomResource):
3297
3298
 
3298
3299
  @property
3299
3300
  @pulumi.getter(name="networkPolicy")
3300
- def network_policy(self) -> pulumi.Output[str]:
3301
+ def network_policy(self) -> pulumi.Output[builtins.str]:
3301
3302
  """
3302
3303
  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).
3303
3304
  """
@@ -3305,7 +3306,7 @@ class ServiceUser(pulumi.CustomResource):
3305
3306
 
3306
3307
  @property
3307
3308
  @pulumi.getter(name="noorderSequenceAsDefault")
3308
- def noorder_sequence_as_default(self) -> pulumi.Output[bool]:
3309
+ def noorder_sequence_as_default(self) -> pulumi.Output[builtins.bool]:
3309
3310
  """
3310
3311
  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).
3311
3312
  """
@@ -3313,7 +3314,7 @@ class ServiceUser(pulumi.CustomResource):
3313
3314
 
3314
3315
  @property
3315
3316
  @pulumi.getter(name="odbcTreatDecimalAsInt")
3316
- def odbc_treat_decimal_as_int(self) -> pulumi.Output[bool]:
3317
+ def odbc_treat_decimal_as_int(self) -> pulumi.Output[builtins.bool]:
3317
3318
  """
3318
3319
  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).
3319
3320
  """
@@ -3329,7 +3330,7 @@ class ServiceUser(pulumi.CustomResource):
3329
3330
 
3330
3331
  @property
3331
3332
  @pulumi.getter(name="preventUnloadToInternalStages")
3332
- def prevent_unload_to_internal_stages(self) -> pulumi.Output[bool]:
3333
+ def prevent_unload_to_internal_stages(self) -> pulumi.Output[builtins.bool]:
3333
3334
  """
3334
3335
  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).
3335
3336
  """
@@ -3337,7 +3338,7 @@ class ServiceUser(pulumi.CustomResource):
3337
3338
 
3338
3339
  @property
3339
3340
  @pulumi.getter(name="queryTag")
3340
- def query_tag(self) -> pulumi.Output[str]:
3341
+ def query_tag(self) -> pulumi.Output[builtins.str]:
3341
3342
  """
3342
3343
  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).
3343
3344
  """
@@ -3345,7 +3346,7 @@ class ServiceUser(pulumi.CustomResource):
3345
3346
 
3346
3347
  @property
3347
3348
  @pulumi.getter(name="quotedIdentifiersIgnoreCase")
3348
- def quoted_identifiers_ignore_case(self) -> pulumi.Output[bool]:
3349
+ def quoted_identifiers_ignore_case(self) -> pulumi.Output[builtins.bool]:
3349
3350
  """
3350
3351
  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).
3351
3352
  """
@@ -3353,7 +3354,7 @@ class ServiceUser(pulumi.CustomResource):
3353
3354
 
3354
3355
  @property
3355
3356
  @pulumi.getter(name="rowsPerResultset")
3356
- def rows_per_resultset(self) -> pulumi.Output[int]:
3357
+ def rows_per_resultset(self) -> pulumi.Output[builtins.int]:
3357
3358
  """
3358
3359
  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).
3359
3360
  """
@@ -3361,7 +3362,7 @@ class ServiceUser(pulumi.CustomResource):
3361
3362
 
3362
3363
  @property
3363
3364
  @pulumi.getter(name="rsaPublicKey")
3364
- def rsa_public_key(self) -> pulumi.Output[Optional[str]]:
3365
+ def rsa_public_key(self) -> pulumi.Output[Optional[builtins.str]]:
3365
3366
  """
3366
3367
  Specifies the user’s RSA public key; used for key-pair authentication. Must be on 1 line without header and trailer.
3367
3368
  """
@@ -3369,7 +3370,7 @@ class ServiceUser(pulumi.CustomResource):
3369
3370
 
3370
3371
  @property
3371
3372
  @pulumi.getter(name="rsaPublicKey2")
3372
- def rsa_public_key2(self) -> pulumi.Output[Optional[str]]:
3373
+ def rsa_public_key2(self) -> pulumi.Output[Optional[builtins.str]]:
3373
3374
  """
3374
3375
  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.
3375
3376
  """
@@ -3377,7 +3378,7 @@ class ServiceUser(pulumi.CustomResource):
3377
3378
 
3378
3379
  @property
3379
3380
  @pulumi.getter(name="s3StageVpceDnsName")
3380
- def s3_stage_vpce_dns_name(self) -> pulumi.Output[str]:
3381
+ def s3_stage_vpce_dns_name(self) -> pulumi.Output[builtins.str]:
3381
3382
  """
3382
3383
  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).
3383
3384
  """
@@ -3385,7 +3386,7 @@ class ServiceUser(pulumi.CustomResource):
3385
3386
 
3386
3387
  @property
3387
3388
  @pulumi.getter(name="searchPath")
3388
- def search_path(self) -> pulumi.Output[str]:
3389
+ def search_path(self) -> pulumi.Output[builtins.str]:
3389
3390
  """
3390
3391
  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).
3391
3392
  """
@@ -3401,7 +3402,7 @@ class ServiceUser(pulumi.CustomResource):
3401
3402
 
3402
3403
  @property
3403
3404
  @pulumi.getter(name="simulatedDataSharingConsumer")
3404
- def simulated_data_sharing_consumer(self) -> pulumi.Output[str]:
3405
+ def simulated_data_sharing_consumer(self) -> pulumi.Output[builtins.str]:
3405
3406
  """
3406
3407
  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).
3407
3408
  """
@@ -3409,7 +3410,7 @@ class ServiceUser(pulumi.CustomResource):
3409
3410
 
3410
3411
  @property
3411
3412
  @pulumi.getter(name="statementQueuedTimeoutInSeconds")
3412
- def statement_queued_timeout_in_seconds(self) -> pulumi.Output[int]:
3413
+ def statement_queued_timeout_in_seconds(self) -> pulumi.Output[builtins.int]:
3413
3414
  """
3414
3415
  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).
3415
3416
  """
@@ -3417,7 +3418,7 @@ class ServiceUser(pulumi.CustomResource):
3417
3418
 
3418
3419
  @property
3419
3420
  @pulumi.getter(name="statementTimeoutInSeconds")
3420
- def statement_timeout_in_seconds(self) -> pulumi.Output[int]:
3421
+ def statement_timeout_in_seconds(self) -> pulumi.Output[builtins.int]:
3421
3422
  """
3422
3423
  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).
3423
3424
  """
@@ -3425,7 +3426,7 @@ class ServiceUser(pulumi.CustomResource):
3425
3426
 
3426
3427
  @property
3427
3428
  @pulumi.getter(name="strictJsonOutput")
3428
- def strict_json_output(self) -> pulumi.Output[bool]:
3429
+ def strict_json_output(self) -> pulumi.Output[builtins.bool]:
3429
3430
  """
3430
3431
  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).
3431
3432
  """
@@ -3433,7 +3434,7 @@ class ServiceUser(pulumi.CustomResource):
3433
3434
 
3434
3435
  @property
3435
3436
  @pulumi.getter(name="timeInputFormat")
3436
- def time_input_format(self) -> pulumi.Output[str]:
3437
+ def time_input_format(self) -> pulumi.Output[builtins.str]:
3437
3438
  """
3438
3439
  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).
3439
3440
  """
@@ -3441,7 +3442,7 @@ class ServiceUser(pulumi.CustomResource):
3441
3442
 
3442
3443
  @property
3443
3444
  @pulumi.getter(name="timeOutputFormat")
3444
- def time_output_format(self) -> pulumi.Output[str]:
3445
+ def time_output_format(self) -> pulumi.Output[builtins.str]:
3445
3446
  """
3446
3447
  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).
3447
3448
  """
@@ -3449,7 +3450,7 @@ class ServiceUser(pulumi.CustomResource):
3449
3450
 
3450
3451
  @property
3451
3452
  @pulumi.getter(name="timestampDayIsAlways24h")
3452
- def timestamp_day_is_always24h(self) -> pulumi.Output[bool]:
3453
+ def timestamp_day_is_always24h(self) -> pulumi.Output[builtins.bool]:
3453
3454
  """
3454
3455
  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).
3455
3456
  """
@@ -3457,7 +3458,7 @@ class ServiceUser(pulumi.CustomResource):
3457
3458
 
3458
3459
  @property
3459
3460
  @pulumi.getter(name="timestampInputFormat")
3460
- def timestamp_input_format(self) -> pulumi.Output[str]:
3461
+ def timestamp_input_format(self) -> pulumi.Output[builtins.str]:
3461
3462
  """
3462
3463
  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).
3463
3464
  """
@@ -3465,7 +3466,7 @@ class ServiceUser(pulumi.CustomResource):
3465
3466
 
3466
3467
  @property
3467
3468
  @pulumi.getter(name="timestampLtzOutputFormat")
3468
- def timestamp_ltz_output_format(self) -> pulumi.Output[str]:
3469
+ def timestamp_ltz_output_format(self) -> pulumi.Output[builtins.str]:
3469
3470
  """
3470
3471
  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).
3471
3472
  """
@@ -3473,7 +3474,7 @@ class ServiceUser(pulumi.CustomResource):
3473
3474
 
3474
3475
  @property
3475
3476
  @pulumi.getter(name="timestampNtzOutputFormat")
3476
- def timestamp_ntz_output_format(self) -> pulumi.Output[str]:
3477
+ def timestamp_ntz_output_format(self) -> pulumi.Output[builtins.str]:
3477
3478
  """
3478
3479
  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).
3479
3480
  """
@@ -3481,7 +3482,7 @@ class ServiceUser(pulumi.CustomResource):
3481
3482
 
3482
3483
  @property
3483
3484
  @pulumi.getter(name="timestampOutputFormat")
3484
- def timestamp_output_format(self) -> pulumi.Output[str]:
3485
+ def timestamp_output_format(self) -> pulumi.Output[builtins.str]:
3485
3486
  """
3486
3487
  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).
3487
3488
  """
@@ -3489,7 +3490,7 @@ class ServiceUser(pulumi.CustomResource):
3489
3490
 
3490
3491
  @property
3491
3492
  @pulumi.getter(name="timestampTypeMapping")
3492
- def timestamp_type_mapping(self) -> pulumi.Output[str]:
3493
+ def timestamp_type_mapping(self) -> pulumi.Output[builtins.str]:
3493
3494
  """
3494
3495
  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).
3495
3496
  """
@@ -3497,7 +3498,7 @@ class ServiceUser(pulumi.CustomResource):
3497
3498
 
3498
3499
  @property
3499
3500
  @pulumi.getter(name="timestampTzOutputFormat")
3500
- def timestamp_tz_output_format(self) -> pulumi.Output[str]:
3501
+ def timestamp_tz_output_format(self) -> pulumi.Output[builtins.str]:
3501
3502
  """
3502
3503
  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).
3503
3504
  """
@@ -3505,7 +3506,7 @@ class ServiceUser(pulumi.CustomResource):
3505
3506
 
3506
3507
  @property
3507
3508
  @pulumi.getter
3508
- def timezone(self) -> pulumi.Output[str]:
3509
+ def timezone(self) -> pulumi.Output[builtins.str]:
3509
3510
  """
3510
3511
  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).
3511
3512
  """
@@ -3513,7 +3514,7 @@ class ServiceUser(pulumi.CustomResource):
3513
3514
 
3514
3515
  @property
3515
3516
  @pulumi.getter(name="traceLevel")
3516
- def trace_level(self) -> pulumi.Output[str]:
3517
+ def trace_level(self) -> pulumi.Output[builtins.str]:
3517
3518
  """
3518
3519
  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).
3519
3520
  """
@@ -3521,7 +3522,7 @@ class ServiceUser(pulumi.CustomResource):
3521
3522
 
3522
3523
  @property
3523
3524
  @pulumi.getter(name="transactionAbortOnError")
3524
- def transaction_abort_on_error(self) -> pulumi.Output[bool]:
3525
+ def transaction_abort_on_error(self) -> pulumi.Output[builtins.bool]:
3525
3526
  """
3526
3527
  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).
3527
3528
  """
@@ -3529,7 +3530,7 @@ class ServiceUser(pulumi.CustomResource):
3529
3530
 
3530
3531
  @property
3531
3532
  @pulumi.getter(name="transactionDefaultIsolationLevel")
3532
- def transaction_default_isolation_level(self) -> pulumi.Output[str]:
3533
+ def transaction_default_isolation_level(self) -> pulumi.Output[builtins.str]:
3533
3534
  """
3534
3535
  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).
3535
3536
  """
@@ -3537,7 +3538,7 @@ class ServiceUser(pulumi.CustomResource):
3537
3538
 
3538
3539
  @property
3539
3540
  @pulumi.getter(name="twoDigitCenturyStart")
3540
- def two_digit_century_start(self) -> pulumi.Output[int]:
3541
+ def two_digit_century_start(self) -> pulumi.Output[builtins.int]:
3541
3542
  """
3542
3543
  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).
3543
3544
  """
@@ -3545,7 +3546,7 @@ class ServiceUser(pulumi.CustomResource):
3545
3546
 
3546
3547
  @property
3547
3548
  @pulumi.getter(name="unsupportedDdlAction")
3548
- def unsupported_ddl_action(self) -> pulumi.Output[str]:
3549
+ def unsupported_ddl_action(self) -> pulumi.Output[builtins.str]:
3549
3550
  """
3550
3551
  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).
3551
3552
  """
@@ -3553,7 +3554,7 @@ class ServiceUser(pulumi.CustomResource):
3553
3554
 
3554
3555
  @property
3555
3556
  @pulumi.getter(name="useCachedResult")
3556
- def use_cached_result(self) -> pulumi.Output[bool]:
3557
+ def use_cached_result(self) -> pulumi.Output[builtins.bool]:
3557
3558
  """
3558
3559
  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).
3559
3560
  """
@@ -3561,7 +3562,7 @@ class ServiceUser(pulumi.CustomResource):
3561
3562
 
3562
3563
  @property
3563
3564
  @pulumi.getter(name="userType")
3564
- def user_type(self) -> pulumi.Output[str]:
3565
+ def user_type(self) -> pulumi.Output[builtins.str]:
3565
3566
  """
3566
3567
  Specifies a type for the user.
3567
3568
  """
@@ -3569,7 +3570,7 @@ class ServiceUser(pulumi.CustomResource):
3569
3570
 
3570
3571
  @property
3571
3572
  @pulumi.getter(name="weekOfYearPolicy")
3572
- def week_of_year_policy(self) -> pulumi.Output[int]:
3573
+ def week_of_year_policy(self) -> pulumi.Output[builtins.int]:
3573
3574
  """
3574
3575
  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).
3575
3576
  """
@@ -3577,7 +3578,7 @@ class ServiceUser(pulumi.CustomResource):
3577
3578
 
3578
3579
  @property
3579
3580
  @pulumi.getter(name="weekStart")
3580
- def week_start(self) -> pulumi.Output[int]:
3581
+ def week_start(self) -> pulumi.Output[builtins.int]:
3581
3582
  """
3582
3583
  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).
3583
3584
  """