pulumi-snowflake 1.0.0__tar.gz → 1.0.1__tar.gz

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 (154) hide show
  1. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/PKG-INFO +1 -1
  2. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/_inputs.py +30 -30
  3. pulumi_snowflake-1.0.1/pulumi_snowflake/account_parameter.py +207 -0
  4. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/outputs.py +20 -20
  5. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/pulumi-plugin.json +1 -1
  6. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake.egg-info/PKG-INFO +1 -1
  7. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pyproject.toml +1 -1
  8. pulumi_snowflake-1.0.0/pulumi_snowflake/account_parameter.py +0 -207
  9. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/README.md +0 -0
  10. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/__init__.py +0 -0
  11. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/_utilities.py +0 -0
  12. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/account.py +0 -0
  13. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/account_authentication_policy_attachment.py +0 -0
  14. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/account_password_policy_attachment.py +0 -0
  15. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/account_role.py +0 -0
  16. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/alert.py +0 -0
  17. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -0
  18. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -0
  19. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -0
  20. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/api_integration.py +0 -0
  21. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/authentication_policy.py +0 -0
  22. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/config/__init__.py +0 -0
  23. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/config/__init__.pyi +0 -0
  24. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/config/outputs.py +0 -0
  25. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/config/vars.py +0 -0
  26. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/cortex_search_service.py +0 -0
  27. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/database.py +0 -0
  28. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/database_role.py +0 -0
  29. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/dynamic_table.py +0 -0
  30. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/email_notification_integration.py +0 -0
  31. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/execute.py +0 -0
  32. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/external_function.py +0 -0
  33. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/external_oauth_integration.py +0 -0
  34. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/external_table.py +0 -0
  35. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/external_volume.py +0 -0
  36. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/failover_group.py +0 -0
  37. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/file_format.py +0 -0
  38. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/function_java.py +0 -0
  39. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/function_javascript.py +0 -0
  40. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/function_python.py +0 -0
  41. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/function_scala.py +0 -0
  42. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/function_sql.py +0 -0
  43. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_account_roles.py +0 -0
  44. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_accounts.py +0 -0
  45. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_alerts.py +0 -0
  46. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_connections.py +0 -0
  47. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_cortex_search_services.py +0 -0
  48. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_current_account.py +0 -0
  49. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_current_role.py +0 -0
  50. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_database.py +0 -0
  51. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_database_role.py +0 -0
  52. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_database_roles.py +0 -0
  53. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_databases.py +0 -0
  54. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_dynamic_tables.py +0 -0
  55. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_external_functions.py +0 -0
  56. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_external_tables.py +0 -0
  57. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_failover_groups.py +0 -0
  58. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_file_formats.py +0 -0
  59. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_functions.py +0 -0
  60. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_grants.py +0 -0
  61. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_masking_policies.py +0 -0
  62. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_materialized_views.py +0 -0
  63. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_network_policies.py +0 -0
  64. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_parameters.py +0 -0
  65. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_pipes.py +0 -0
  66. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_procedures.py +0 -0
  67. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_resource_monitors.py +0 -0
  68. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_row_access_policies.py +0 -0
  69. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_schemas.py +0 -0
  70. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_secrets.py +0 -0
  71. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_security_integrations.py +0 -0
  72. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_sequences.py +0 -0
  73. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_shares.py +0 -0
  74. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_stages.py +0 -0
  75. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_storage_integrations.py +0 -0
  76. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_streamlits.py +0 -0
  77. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_streams.py +0 -0
  78. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_system_generate_scim_access_token.py +0 -0
  79. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +0 -0
  80. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_system_get_private_link_config.py +0 -0
  81. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_system_get_snowflake_platform_info.py +0 -0
  82. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_tables.py +0 -0
  83. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_tags.py +0 -0
  84. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_tasks.py +0 -0
  85. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_users.py +0 -0
  86. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_views.py +0 -0
  87. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/get_warehouses.py +0 -0
  88. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/grant_account_role.py +0 -0
  89. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/grant_application_role.py +0 -0
  90. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/grant_database_role.py +0 -0
  91. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/grant_ownership.py +0 -0
  92. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/grant_privileges_to_account_role.py +0 -0
  93. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/grant_privileges_to_database_role.py +0 -0
  94. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/grant_privileges_to_share.py +0 -0
  95. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/legacy_service_user.py +0 -0
  96. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/managed_account.py +0 -0
  97. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/masking_policy.py +0 -0
  98. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/materialized_view.py +0 -0
  99. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/network_policy.py +0 -0
  100. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/network_policy_attachment.py +0 -0
  101. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/network_rule.py +0 -0
  102. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/notification_integration.py +0 -0
  103. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/oauth_integration_for_custom_clients.py +0 -0
  104. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/oauth_integration_for_partner_applications.py +0 -0
  105. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/object_parameter.py +0 -0
  106. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/password_policy.py +0 -0
  107. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/pipe.py +0 -0
  108. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/primary_connection.py +0 -0
  109. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/procedure_java.py +0 -0
  110. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/procedure_javascript.py +0 -0
  111. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/procedure_python.py +0 -0
  112. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/procedure_scala.py +0 -0
  113. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/procedure_sql.py +0 -0
  114. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/provider.py +0 -0
  115. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/py.typed +0 -0
  116. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/resource_monitor.py +0 -0
  117. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/row_access_policy.py +0 -0
  118. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/saml2_integration.py +0 -0
  119. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/schema.py +0 -0
  120. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/scim_integration.py +0 -0
  121. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/secondary_connection.py +0 -0
  122. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/secondary_database.py +0 -0
  123. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/secret_with_authorization_code_grant.py +0 -0
  124. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/secret_with_basic_authentication.py +0 -0
  125. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/secret_with_client_credentials.py +0 -0
  126. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/secret_with_generic_string.py +0 -0
  127. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/sequence.py +0 -0
  128. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/service_user.py +0 -0
  129. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/share.py +0 -0
  130. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/shared_database.py +0 -0
  131. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/stage.py +0 -0
  132. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/storage_integration.py +0 -0
  133. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/stream_on_directory_table.py +0 -0
  134. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/stream_on_external_table.py +0 -0
  135. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/stream_on_table.py +0 -0
  136. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/stream_on_view.py +0 -0
  137. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/streamlit.py +0 -0
  138. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/table.py +0 -0
  139. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/table_column_masking_policy_application.py +0 -0
  140. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/table_constraint.py +0 -0
  141. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/tag.py +0 -0
  142. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/tag_association.py +0 -0
  143. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/task.py +0 -0
  144. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/user.py +0 -0
  145. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/user_authentication_policy_attachment.py +0 -0
  146. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/user_password_policy_attachment.py +0 -0
  147. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/user_public_keys.py +0 -0
  148. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/view.py +0 -0
  149. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake/warehouse.py +0 -0
  150. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake.egg-info/SOURCES.txt +0 -0
  151. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake.egg-info/dependency_links.txt +0 -0
  152. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake.egg-info/requires.txt +0 -0
  153. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/pulumi_snowflake.egg-info/top_level.txt +0 -0
  154. {pulumi_snowflake-1.0.0 → pulumi_snowflake-1.0.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_snowflake
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A Pulumi package for creating and managing snowflake cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -7297,7 +7297,7 @@ if not MYPY:
7297
7297
  """
7298
7298
  arg_name: pulumi.Input[str]
7299
7299
  """
7300
- The argument name.
7300
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
7301
7301
  """
7302
7302
  arg_default_value: NotRequired[pulumi.Input[str]]
7303
7303
  elif False:
@@ -7311,7 +7311,7 @@ class FunctionJavaArgumentArgs:
7311
7311
  arg_default_value: Optional[pulumi.Input[str]] = None):
7312
7312
  """
7313
7313
  :param pulumi.Input[str] arg_data_type: The argument type.
7314
- :param pulumi.Input[str] arg_name: The argument name.
7314
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
7315
7315
  """
7316
7316
  pulumi.set(__self__, "arg_data_type", arg_data_type)
7317
7317
  pulumi.set(__self__, "arg_name", arg_name)
@@ -7334,7 +7334,7 @@ class FunctionJavaArgumentArgs:
7334
7334
  @pulumi.getter(name="argName")
7335
7335
  def arg_name(self) -> pulumi.Input[str]:
7336
7336
  """
7337
- The argument name.
7337
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
7338
7338
  """
7339
7339
  return pulumi.get(self, "arg_name")
7340
7340
 
@@ -8128,7 +8128,7 @@ if not MYPY:
8128
8128
  """
8129
8129
  arg_name: pulumi.Input[str]
8130
8130
  """
8131
- The argument name.
8131
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
8132
8132
  """
8133
8133
  arg_default_value: NotRequired[pulumi.Input[str]]
8134
8134
  elif False:
@@ -8142,7 +8142,7 @@ class FunctionJavascriptArgumentArgs:
8142
8142
  arg_default_value: Optional[pulumi.Input[str]] = None):
8143
8143
  """
8144
8144
  :param pulumi.Input[str] arg_data_type: The argument type.
8145
- :param pulumi.Input[str] arg_name: The argument name.
8145
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
8146
8146
  """
8147
8147
  pulumi.set(__self__, "arg_data_type", arg_data_type)
8148
8148
  pulumi.set(__self__, "arg_name", arg_name)
@@ -8165,7 +8165,7 @@ class FunctionJavascriptArgumentArgs:
8165
8165
  @pulumi.getter(name="argName")
8166
8166
  def arg_name(self) -> pulumi.Input[str]:
8167
8167
  """
8168
- The argument name.
8168
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
8169
8169
  """
8170
8170
  return pulumi.get(self, "arg_name")
8171
8171
 
@@ -8823,7 +8823,7 @@ if not MYPY:
8823
8823
  """
8824
8824
  arg_name: pulumi.Input[str]
8825
8825
  """
8826
- The argument name.
8826
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
8827
8827
  """
8828
8828
  arg_default_value: NotRequired[pulumi.Input[str]]
8829
8829
  elif False:
@@ -8837,7 +8837,7 @@ class FunctionPythonArgumentArgs:
8837
8837
  arg_default_value: Optional[pulumi.Input[str]] = None):
8838
8838
  """
8839
8839
  :param pulumi.Input[str] arg_data_type: The argument type.
8840
- :param pulumi.Input[str] arg_name: The argument name.
8840
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
8841
8841
  """
8842
8842
  pulumi.set(__self__, "arg_data_type", arg_data_type)
8843
8843
  pulumi.set(__self__, "arg_name", arg_name)
@@ -8860,7 +8860,7 @@ class FunctionPythonArgumentArgs:
8860
8860
  @pulumi.getter(name="argName")
8861
8861
  def arg_name(self) -> pulumi.Input[str]:
8862
8862
  """
8863
- The argument name.
8863
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
8864
8864
  """
8865
8865
  return pulumi.get(self, "arg_name")
8866
8866
 
@@ -9611,7 +9611,7 @@ if not MYPY:
9611
9611
  """
9612
9612
  arg_name: pulumi.Input[str]
9613
9613
  """
9614
- The argument name.
9614
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
9615
9615
  """
9616
9616
  arg_default_value: NotRequired[pulumi.Input[str]]
9617
9617
  elif False:
@@ -9625,7 +9625,7 @@ class FunctionScalaArgumentArgs:
9625
9625
  arg_default_value: Optional[pulumi.Input[str]] = None):
9626
9626
  """
9627
9627
  :param pulumi.Input[str] arg_data_type: The argument type.
9628
- :param pulumi.Input[str] arg_name: The argument name.
9628
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
9629
9629
  """
9630
9630
  pulumi.set(__self__, "arg_data_type", arg_data_type)
9631
9631
  pulumi.set(__self__, "arg_name", arg_name)
@@ -9648,7 +9648,7 @@ class FunctionScalaArgumentArgs:
9648
9648
  @pulumi.getter(name="argName")
9649
9649
  def arg_name(self) -> pulumi.Input[str]:
9650
9650
  """
9651
- The argument name.
9651
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
9652
9652
  """
9653
9653
  return pulumi.get(self, "arg_name")
9654
9654
 
@@ -10442,7 +10442,7 @@ if not MYPY:
10442
10442
  """
10443
10443
  arg_name: pulumi.Input[str]
10444
10444
  """
10445
- The argument name.
10445
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
10446
10446
  """
10447
10447
  arg_default_value: NotRequired[pulumi.Input[str]]
10448
10448
  elif False:
@@ -10456,7 +10456,7 @@ class FunctionSqlArgumentArgs:
10456
10456
  arg_default_value: Optional[pulumi.Input[str]] = None):
10457
10457
  """
10458
10458
  :param pulumi.Input[str] arg_data_type: The argument type.
10459
- :param pulumi.Input[str] arg_name: The argument name.
10459
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
10460
10460
  """
10461
10461
  pulumi.set(__self__, "arg_data_type", arg_data_type)
10462
10462
  pulumi.set(__self__, "arg_name", arg_name)
@@ -10479,7 +10479,7 @@ class FunctionSqlArgumentArgs:
10479
10479
  @pulumi.getter(name="argName")
10480
10480
  def arg_name(self) -> pulumi.Input[str]:
10481
10481
  """
10482
- The argument name.
10482
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition.
10483
10483
  """
10484
10484
  return pulumi.get(self, "arg_name")
10485
10485
 
@@ -21500,7 +21500,7 @@ if not MYPY:
21500
21500
  """
21501
21501
  arg_name: pulumi.Input[str]
21502
21502
  """
21503
- The argument name.
21503
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
21504
21504
  """
21505
21505
  arg_default_value: NotRequired[pulumi.Input[str]]
21506
21506
  elif False:
@@ -21514,7 +21514,7 @@ class ProcedureJavaArgumentArgs:
21514
21514
  arg_default_value: Optional[pulumi.Input[str]] = None):
21515
21515
  """
21516
21516
  :param pulumi.Input[str] arg_data_type: The argument type.
21517
- :param pulumi.Input[str] arg_name: The argument name.
21517
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
21518
21518
  """
21519
21519
  pulumi.set(__self__, "arg_data_type", arg_data_type)
21520
21520
  pulumi.set(__self__, "arg_name", arg_name)
@@ -21537,7 +21537,7 @@ class ProcedureJavaArgumentArgs:
21537
21537
  @pulumi.getter(name="argName")
21538
21538
  def arg_name(self) -> pulumi.Input[str]:
21539
21539
  """
21540
- The argument name.
21540
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
21541
21541
  """
21542
21542
  return pulumi.get(self, "arg_name")
21543
21543
 
@@ -22279,7 +22279,7 @@ if not MYPY:
22279
22279
  """
22280
22280
  arg_name: pulumi.Input[str]
22281
22281
  """
22282
- The argument name.
22282
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
22283
22283
  """
22284
22284
  arg_default_value: NotRequired[pulumi.Input[str]]
22285
22285
  elif False:
@@ -22293,7 +22293,7 @@ class ProcedureJavascriptArgumentArgs:
22293
22293
  arg_default_value: Optional[pulumi.Input[str]] = None):
22294
22294
  """
22295
22295
  :param pulumi.Input[str] arg_data_type: The argument type.
22296
- :param pulumi.Input[str] arg_name: The argument name.
22296
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
22297
22297
  """
22298
22298
  pulumi.set(__self__, "arg_data_type", arg_data_type)
22299
22299
  pulumi.set(__self__, "arg_name", arg_name)
@@ -22316,7 +22316,7 @@ class ProcedureJavascriptArgumentArgs:
22316
22316
  @pulumi.getter(name="argName")
22317
22317
  def arg_name(self) -> pulumi.Input[str]:
22318
22318
  """
22319
- The argument name.
22319
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
22320
22320
  """
22321
22321
  return pulumi.get(self, "arg_name")
22322
22322
 
@@ -22922,7 +22922,7 @@ if not MYPY:
22922
22922
  """
22923
22923
  arg_name: pulumi.Input[str]
22924
22924
  """
22925
- The argument name.
22925
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
22926
22926
  """
22927
22927
  arg_default_value: NotRequired[pulumi.Input[str]]
22928
22928
  elif False:
@@ -22936,7 +22936,7 @@ class ProcedurePythonArgumentArgs:
22936
22936
  arg_default_value: Optional[pulumi.Input[str]] = None):
22937
22937
  """
22938
22938
  :param pulumi.Input[str] arg_data_type: The argument type.
22939
- :param pulumi.Input[str] arg_name: The argument name.
22939
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
22940
22940
  """
22941
22941
  pulumi.set(__self__, "arg_data_type", arg_data_type)
22942
22942
  pulumi.set(__self__, "arg_name", arg_name)
@@ -22959,7 +22959,7 @@ class ProcedurePythonArgumentArgs:
22959
22959
  @pulumi.getter(name="argName")
22960
22960
  def arg_name(self) -> pulumi.Input[str]:
22961
22961
  """
22962
- The argument name.
22962
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
22963
22963
  """
22964
22964
  return pulumi.get(self, "arg_name")
22965
22965
 
@@ -23658,7 +23658,7 @@ if not MYPY:
23658
23658
  """
23659
23659
  arg_name: pulumi.Input[str]
23660
23660
  """
23661
- The argument name.
23661
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
23662
23662
  """
23663
23663
  arg_default_value: NotRequired[pulumi.Input[str]]
23664
23664
  elif False:
@@ -23672,7 +23672,7 @@ class ProcedureScalaArgumentArgs:
23672
23672
  arg_default_value: Optional[pulumi.Input[str]] = None):
23673
23673
  """
23674
23674
  :param pulumi.Input[str] arg_data_type: The argument type.
23675
- :param pulumi.Input[str] arg_name: The argument name.
23675
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
23676
23676
  """
23677
23677
  pulumi.set(__self__, "arg_data_type", arg_data_type)
23678
23678
  pulumi.set(__self__, "arg_name", arg_name)
@@ -23695,7 +23695,7 @@ class ProcedureScalaArgumentArgs:
23695
23695
  @pulumi.getter(name="argName")
23696
23696
  def arg_name(self) -> pulumi.Input[str]:
23697
23697
  """
23698
- The argument name.
23698
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
23699
23699
  """
23700
23700
  return pulumi.get(self, "arg_name")
23701
23701
 
@@ -24437,7 +24437,7 @@ if not MYPY:
24437
24437
  """
24438
24438
  arg_name: pulumi.Input[str]
24439
24439
  """
24440
- The argument name.
24440
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
24441
24441
  """
24442
24442
  arg_default_value: NotRequired[pulumi.Input[str]]
24443
24443
  elif False:
@@ -24451,7 +24451,7 @@ class ProcedureSqlArgumentArgs:
24451
24451
  arg_default_value: Optional[pulumi.Input[str]] = None):
24452
24452
  """
24453
24453
  :param pulumi.Input[str] arg_data_type: The argument type.
24454
- :param pulumi.Input[str] arg_name: The argument name.
24454
+ :param pulumi.Input[str] arg_name: The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
24455
24455
  """
24456
24456
  pulumi.set(__self__, "arg_data_type", arg_data_type)
24457
24457
  pulumi.set(__self__, "arg_name", arg_name)
@@ -24474,7 +24474,7 @@ class ProcedureSqlArgumentArgs:
24474
24474
  @pulumi.getter(name="argName")
24475
24475
  def arg_name(self) -> pulumi.Input[str]:
24476
24476
  """
24477
- The argument name.
24477
+ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition.
24478
24478
  """
24479
24479
  return pulumi.get(self, "arg_name")
24480
24480
 
@@ -0,0 +1,207 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from . import _utilities
16
+
17
+ __all__ = ['AccountParameterArgs', 'AccountParameter']
18
+
19
+ @pulumi.input_type
20
+ class AccountParameterArgs:
21
+ def __init__(__self__, *,
22
+ key: pulumi.Input[str],
23
+ value: pulumi.Input[str]):
24
+ """
25
+ The set of arguments for constructing a AccountParameter resource.
26
+ :param pulumi.Input[str] key: Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
27
+ :param pulumi.Input[str] value: Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
28
+ """
29
+ pulumi.set(__self__, "key", key)
30
+ pulumi.set(__self__, "value", value)
31
+
32
+ @property
33
+ @pulumi.getter
34
+ def key(self) -> pulumi.Input[str]:
35
+ """
36
+ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
37
+ """
38
+ return pulumi.get(self, "key")
39
+
40
+ @key.setter
41
+ def key(self, value: pulumi.Input[str]):
42
+ pulumi.set(self, "key", value)
43
+
44
+ @property
45
+ @pulumi.getter
46
+ def value(self) -> pulumi.Input[str]:
47
+ """
48
+ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
49
+ """
50
+ return pulumi.get(self, "value")
51
+
52
+ @value.setter
53
+ def value(self, value: pulumi.Input[str]):
54
+ pulumi.set(self, "value", value)
55
+
56
+
57
+ @pulumi.input_type
58
+ class _AccountParameterState:
59
+ def __init__(__self__, *,
60
+ key: Optional[pulumi.Input[str]] = None,
61
+ value: Optional[pulumi.Input[str]] = None):
62
+ """
63
+ Input properties used for looking up and filtering AccountParameter resources.
64
+ :param pulumi.Input[str] key: Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
65
+ :param pulumi.Input[str] value: Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
66
+ """
67
+ if key is not None:
68
+ pulumi.set(__self__, "key", key)
69
+ if value is not None:
70
+ pulumi.set(__self__, "value", value)
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def key(self) -> Optional[pulumi.Input[str]]:
75
+ """
76
+ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
77
+ """
78
+ return pulumi.get(self, "key")
79
+
80
+ @key.setter
81
+ def key(self, value: Optional[pulumi.Input[str]]):
82
+ pulumi.set(self, "key", value)
83
+
84
+ @property
85
+ @pulumi.getter
86
+ def value(self) -> Optional[pulumi.Input[str]]:
87
+ """
88
+ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
89
+ """
90
+ return pulumi.get(self, "value")
91
+
92
+ @value.setter
93
+ def value(self, value: Optional[pulumi.Input[str]]):
94
+ pulumi.set(self, "value", value)
95
+
96
+
97
+ class AccountParameter(pulumi.CustomResource):
98
+ @overload
99
+ def __init__(__self__,
100
+ resource_name: str,
101
+ opts: Optional[pulumi.ResourceOptions] = None,
102
+ key: Optional[pulumi.Input[str]] = None,
103
+ value: Optional[pulumi.Input[str]] = None,
104
+ __props__=None):
105
+ """
106
+ ## Import
107
+
108
+ ```sh
109
+ $ pulumi import snowflake:index/accountParameter:AccountParameter p '<parameter_name>'
110
+ ```
111
+
112
+ :param str resource_name: The name of the resource.
113
+ :param pulumi.ResourceOptions opts: Options for the resource.
114
+ :param pulumi.Input[str] key: Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
115
+ :param pulumi.Input[str] value: Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
116
+ """
117
+ ...
118
+ @overload
119
+ def __init__(__self__,
120
+ resource_name: str,
121
+ args: AccountParameterArgs,
122
+ opts: Optional[pulumi.ResourceOptions] = None):
123
+ """
124
+ ## Import
125
+
126
+ ```sh
127
+ $ pulumi import snowflake:index/accountParameter:AccountParameter p '<parameter_name>'
128
+ ```
129
+
130
+ :param str resource_name: The name of the resource.
131
+ :param AccountParameterArgs args: The arguments to use to populate this resource's properties.
132
+ :param pulumi.ResourceOptions opts: Options for the resource.
133
+ """
134
+ ...
135
+ def __init__(__self__, resource_name: str, *args, **kwargs):
136
+ resource_args, opts = _utilities.get_resource_args_opts(AccountParameterArgs, pulumi.ResourceOptions, *args, **kwargs)
137
+ if resource_args is not None:
138
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
139
+ else:
140
+ __self__._internal_init(resource_name, *args, **kwargs)
141
+
142
+ def _internal_init(__self__,
143
+ resource_name: str,
144
+ opts: Optional[pulumi.ResourceOptions] = None,
145
+ key: Optional[pulumi.Input[str]] = None,
146
+ value: Optional[pulumi.Input[str]] = None,
147
+ __props__=None):
148
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
149
+ if not isinstance(opts, pulumi.ResourceOptions):
150
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
151
+ if opts.id is None:
152
+ if __props__ is not None:
153
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
154
+ __props__ = AccountParameterArgs.__new__(AccountParameterArgs)
155
+
156
+ if key is None and not opts.urn:
157
+ raise TypeError("Missing required property 'key'")
158
+ __props__.__dict__["key"] = key
159
+ if value is None and not opts.urn:
160
+ raise TypeError("Missing required property 'value'")
161
+ __props__.__dict__["value"] = value
162
+ super(AccountParameter, __self__).__init__(
163
+ 'snowflake:index/accountParameter:AccountParameter',
164
+ resource_name,
165
+ __props__,
166
+ opts)
167
+
168
+ @staticmethod
169
+ def get(resource_name: str,
170
+ id: pulumi.Input[str],
171
+ opts: Optional[pulumi.ResourceOptions] = None,
172
+ key: Optional[pulumi.Input[str]] = None,
173
+ value: Optional[pulumi.Input[str]] = None) -> 'AccountParameter':
174
+ """
175
+ Get an existing AccountParameter resource's state with the given name, id, and optional extra
176
+ properties used to qualify the lookup.
177
+
178
+ :param str resource_name: The unique name of the resulting resource.
179
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
180
+ :param pulumi.ResourceOptions opts: Options for the resource.
181
+ :param pulumi.Input[str] key: Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
182
+ :param pulumi.Input[str] value: Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
183
+ """
184
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
185
+
186
+ __props__ = _AccountParameterState.__new__(_AccountParameterState)
187
+
188
+ __props__.__dict__["key"] = key
189
+ __props__.__dict__["value"] = value
190
+ return AccountParameter(resource_name, opts=opts, __props__=__props__)
191
+
192
+ @property
193
+ @pulumi.getter
194
+ def key(self) -> pulumi.Output[str]:
195
+ """
196
+ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider.
197
+ """
198
+ return pulumi.get(self, "key")
199
+
200
+ @property
201
+ @pulumi.getter
202
+ def value(self) -> pulumi.Output[str]:
203
+ """
204
+ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake.
205
+ """
206
+ return pulumi.get(self, "value")
207
+