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,33 +22,33 @@ __all__ = ['FunctionSqlArgs', 'FunctionSql']
21
22
  @pulumi.input_type
22
23
  class FunctionSqlArgs:
23
24
  def __init__(__self__, *,
24
- database: pulumi.Input[str],
25
- function_definition: pulumi.Input[str],
26
- return_type: pulumi.Input[str],
27
- schema: pulumi.Input[str],
25
+ database: pulumi.Input[builtins.str],
26
+ function_definition: pulumi.Input[builtins.str],
27
+ return_type: pulumi.Input[builtins.str],
28
+ schema: pulumi.Input[builtins.str],
28
29
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input['FunctionSqlArgumentArgs']]]] = None,
29
- comment: Optional[pulumi.Input[str]] = None,
30
- enable_console_output: Optional[pulumi.Input[bool]] = None,
31
- is_secure: Optional[pulumi.Input[str]] = None,
32
- log_level: Optional[pulumi.Input[str]] = None,
33
- metric_level: Optional[pulumi.Input[str]] = None,
34
- name: Optional[pulumi.Input[str]] = None,
35
- return_results_behavior: Optional[pulumi.Input[str]] = None,
36
- trace_level: Optional[pulumi.Input[str]] = None):
30
+ comment: Optional[pulumi.Input[builtins.str]] = None,
31
+ enable_console_output: Optional[pulumi.Input[builtins.bool]] = None,
32
+ is_secure: Optional[pulumi.Input[builtins.str]] = None,
33
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
34
+ metric_level: Optional[pulumi.Input[builtins.str]] = None,
35
+ name: Optional[pulumi.Input[builtins.str]] = None,
36
+ return_results_behavior: Optional[pulumi.Input[builtins.str]] = None,
37
+ trace_level: Optional[pulumi.Input[builtins.str]] = None):
37
38
  """
38
39
  The set of arguments for constructing a FunctionSql resource.
39
- :param pulumi.Input[str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
40
- :param pulumi.Input[str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
41
- :param pulumi.Input[str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
42
- :param pulumi.Input[str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
40
+ :param pulumi.Input[builtins.str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
41
+ :param pulumi.Input[builtins.str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
42
+ :param pulumi.Input[builtins.str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
43
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
43
44
  :param pulumi.Input[Sequence[pulumi.Input['FunctionSqlArgumentArgs']]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
44
- :param pulumi.Input[str] comment: Specifies a comment for the function.
45
- :param pulumi.Input[bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
46
- :param pulumi.Input[str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
47
- :param pulumi.Input[str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
48
- :param pulumi.Input[str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
49
- :param pulumi.Input[str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
50
- :param pulumi.Input[str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
45
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
46
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
47
+ :param pulumi.Input[builtins.str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
48
+ :param pulumi.Input[builtins.str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
49
+ :param pulumi.Input[builtins.str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
50
+ :param pulumi.Input[builtins.str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
51
+ :param pulumi.Input[builtins.str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
51
52
  """
52
53
  pulumi.set(__self__, "database", database)
53
54
  pulumi.set(__self__, "function_definition", function_definition)
@@ -74,50 +75,50 @@ class FunctionSqlArgs:
74
75
 
75
76
  @property
76
77
  @pulumi.getter
77
- def database(self) -> pulumi.Input[str]:
78
+ def database(self) -> pulumi.Input[builtins.str]:
78
79
  """
79
80
  The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
80
81
  """
81
82
  return pulumi.get(self, "database")
82
83
 
83
84
  @database.setter
84
- def database(self, value: pulumi.Input[str]):
85
+ def database(self, value: pulumi.Input[builtins.str]):
85
86
  pulumi.set(self, "database", value)
86
87
 
87
88
  @property
88
89
  @pulumi.getter(name="functionDefinition")
89
- def function_definition(self) -> pulumi.Input[str]:
90
+ def function_definition(self) -> pulumi.Input[builtins.str]:
90
91
  """
91
92
  Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
92
93
  """
93
94
  return pulumi.get(self, "function_definition")
94
95
 
95
96
  @function_definition.setter
96
- def function_definition(self, value: pulumi.Input[str]):
97
+ def function_definition(self, value: pulumi.Input[builtins.str]):
97
98
  pulumi.set(self, "function_definition", value)
98
99
 
99
100
  @property
100
101
  @pulumi.getter(name="returnType")
101
- def return_type(self) -> pulumi.Input[str]:
102
+ def return_type(self) -> pulumi.Input[builtins.str]:
102
103
  """
103
104
  Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
104
105
  """
105
106
  return pulumi.get(self, "return_type")
106
107
 
107
108
  @return_type.setter
108
- def return_type(self, value: pulumi.Input[str]):
109
+ def return_type(self, value: pulumi.Input[builtins.str]):
109
110
  pulumi.set(self, "return_type", value)
110
111
 
111
112
  @property
112
113
  @pulumi.getter
113
- def schema(self) -> pulumi.Input[str]:
114
+ def schema(self) -> pulumi.Input[builtins.str]:
114
115
  """
115
116
  The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
116
117
  """
117
118
  return pulumi.get(self, "schema")
118
119
 
119
120
  @schema.setter
120
- def schema(self, value: pulumi.Input[str]):
121
+ def schema(self, value: pulumi.Input[builtins.str]):
121
122
  pulumi.set(self, "schema", value)
122
123
 
123
124
  @property
@@ -134,95 +135,95 @@ class FunctionSqlArgs:
134
135
 
135
136
  @property
136
137
  @pulumi.getter
137
- def comment(self) -> Optional[pulumi.Input[str]]:
138
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
138
139
  """
139
140
  Specifies a comment for the function.
140
141
  """
141
142
  return pulumi.get(self, "comment")
142
143
 
143
144
  @comment.setter
144
- def comment(self, value: Optional[pulumi.Input[str]]):
145
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
145
146
  pulumi.set(self, "comment", value)
146
147
 
147
148
  @property
148
149
  @pulumi.getter(name="enableConsoleOutput")
149
- def enable_console_output(self) -> Optional[pulumi.Input[bool]]:
150
+ def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
150
151
  """
151
152
  Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
152
153
  """
153
154
  return pulumi.get(self, "enable_console_output")
154
155
 
155
156
  @enable_console_output.setter
156
- def enable_console_output(self, value: Optional[pulumi.Input[bool]]):
157
+ def enable_console_output(self, value: Optional[pulumi.Input[builtins.bool]]):
157
158
  pulumi.set(self, "enable_console_output", value)
158
159
 
159
160
  @property
160
161
  @pulumi.getter(name="isSecure")
161
- def is_secure(self) -> Optional[pulumi.Input[str]]:
162
+ def is_secure(self) -> Optional[pulumi.Input[builtins.str]]:
162
163
  return pulumi.get(self, "is_secure")
163
164
 
164
165
  @is_secure.setter
165
- def is_secure(self, value: Optional[pulumi.Input[str]]):
166
+ def is_secure(self, value: Optional[pulumi.Input[builtins.str]]):
166
167
  pulumi.set(self, "is_secure", value)
167
168
 
168
169
  @property
169
170
  @pulumi.getter(name="logLevel")
170
- def log_level(self) -> Optional[pulumi.Input[str]]:
171
+ def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
171
172
  """
172
173
  LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
173
174
  """
174
175
  return pulumi.get(self, "log_level")
175
176
 
176
177
  @log_level.setter
177
- def log_level(self, value: Optional[pulumi.Input[str]]):
178
+ def log_level(self, value: Optional[pulumi.Input[builtins.str]]):
178
179
  pulumi.set(self, "log_level", value)
179
180
 
180
181
  @property
181
182
  @pulumi.getter(name="metricLevel")
182
- def metric_level(self) -> Optional[pulumi.Input[str]]:
183
+ def metric_level(self) -> Optional[pulumi.Input[builtins.str]]:
183
184
  """
184
185
  METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
185
186
  """
186
187
  return pulumi.get(self, "metric_level")
187
188
 
188
189
  @metric_level.setter
189
- def metric_level(self, value: Optional[pulumi.Input[str]]):
190
+ def metric_level(self, value: Optional[pulumi.Input[builtins.str]]):
190
191
  pulumi.set(self, "metric_level", value)
191
192
 
192
193
  @property
193
194
  @pulumi.getter
194
- def name(self) -> Optional[pulumi.Input[str]]:
195
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
195
196
  """
196
197
  The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
197
198
  """
198
199
  return pulumi.get(self, "name")
199
200
 
200
201
  @name.setter
201
- def name(self, value: Optional[pulumi.Input[str]]):
202
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
202
203
  pulumi.set(self, "name", value)
203
204
 
204
205
  @property
205
206
  @pulumi.getter(name="returnResultsBehavior")
206
- def return_results_behavior(self) -> Optional[pulumi.Input[str]]:
207
+ def return_results_behavior(self) -> Optional[pulumi.Input[builtins.str]]:
207
208
  """
208
209
  Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
209
210
  """
210
211
  return pulumi.get(self, "return_results_behavior")
211
212
 
212
213
  @return_results_behavior.setter
213
- def return_results_behavior(self, value: Optional[pulumi.Input[str]]):
214
+ def return_results_behavior(self, value: Optional[pulumi.Input[builtins.str]]):
214
215
  pulumi.set(self, "return_results_behavior", value)
215
216
 
216
217
  @property
217
218
  @pulumi.getter(name="traceLevel")
218
- def trace_level(self) -> Optional[pulumi.Input[str]]:
219
+ def trace_level(self) -> Optional[pulumi.Input[builtins.str]]:
219
220
  """
220
221
  Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
221
222
  """
222
223
  return pulumi.get(self, "trace_level")
223
224
 
224
225
  @trace_level.setter
225
- def trace_level(self, value: Optional[pulumi.Input[str]]):
226
+ def trace_level(self, value: Optional[pulumi.Input[builtins.str]]):
226
227
  pulumi.set(self, "trace_level", value)
227
228
 
228
229
 
@@ -230,40 +231,40 @@ class FunctionSqlArgs:
230
231
  class _FunctionSqlState:
231
232
  def __init__(__self__, *,
232
233
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input['FunctionSqlArgumentArgs']]]] = None,
233
- comment: Optional[pulumi.Input[str]] = None,
234
- database: Optional[pulumi.Input[str]] = None,
235
- enable_console_output: Optional[pulumi.Input[bool]] = None,
236
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
237
- function_definition: Optional[pulumi.Input[str]] = None,
238
- function_language: Optional[pulumi.Input[str]] = None,
239
- is_secure: Optional[pulumi.Input[str]] = None,
240
- log_level: Optional[pulumi.Input[str]] = None,
241
- metric_level: Optional[pulumi.Input[str]] = None,
242
- name: Optional[pulumi.Input[str]] = None,
234
+ comment: Optional[pulumi.Input[builtins.str]] = None,
235
+ database: Optional[pulumi.Input[builtins.str]] = None,
236
+ enable_console_output: Optional[pulumi.Input[builtins.bool]] = None,
237
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
238
+ function_definition: Optional[pulumi.Input[builtins.str]] = None,
239
+ function_language: Optional[pulumi.Input[builtins.str]] = None,
240
+ is_secure: Optional[pulumi.Input[builtins.str]] = None,
241
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
242
+ metric_level: Optional[pulumi.Input[builtins.str]] = None,
243
+ name: Optional[pulumi.Input[builtins.str]] = None,
243
244
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input['FunctionSqlParameterArgs']]]] = None,
244
- return_results_behavior: Optional[pulumi.Input[str]] = None,
245
- return_type: Optional[pulumi.Input[str]] = None,
246
- schema: Optional[pulumi.Input[str]] = None,
245
+ return_results_behavior: Optional[pulumi.Input[builtins.str]] = None,
246
+ return_type: Optional[pulumi.Input[builtins.str]] = None,
247
+ schema: Optional[pulumi.Input[builtins.str]] = None,
247
248
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['FunctionSqlShowOutputArgs']]]] = None,
248
- trace_level: Optional[pulumi.Input[str]] = None):
249
+ trace_level: Optional[pulumi.Input[builtins.str]] = None):
249
250
  """
250
251
  Input properties used for looking up and filtering FunctionSql resources.
251
252
  :param pulumi.Input[Sequence[pulumi.Input['FunctionSqlArgumentArgs']]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
252
- :param pulumi.Input[str] comment: Specifies a comment for the function.
253
- :param pulumi.Input[str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
254
- :param pulumi.Input[bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
255
- :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).
256
- :param pulumi.Input[str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
257
- :param pulumi.Input[str] function_language: Specifies language for the user. Used to detect external changes.
258
- :param pulumi.Input[str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
259
- :param pulumi.Input[str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
260
- :param pulumi.Input[str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
253
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
254
+ :param pulumi.Input[builtins.str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
255
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
256
+ :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).
257
+ :param pulumi.Input[builtins.str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
258
+ :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
259
+ :param pulumi.Input[builtins.str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
260
+ :param pulumi.Input[builtins.str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
261
+ :param pulumi.Input[builtins.str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
261
262
  :param pulumi.Input[Sequence[pulumi.Input['FunctionSqlParameterArgs']]] parameters: Outputs the result of `SHOW PARAMETERS IN FUNCTION` for the given function.
262
- :param pulumi.Input[str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
263
- :param pulumi.Input[str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
264
- :param pulumi.Input[str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
263
+ :param pulumi.Input[builtins.str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
264
+ :param pulumi.Input[builtins.str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
265
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
265
266
  :param pulumi.Input[Sequence[pulumi.Input['FunctionSqlShowOutputArgs']]] show_outputs: Outputs the result of `SHOW FUNCTION` for the given function.
266
- :param pulumi.Input[str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
267
+ :param pulumi.Input[builtins.str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
267
268
  """
268
269
  if arguments is not None:
269
270
  pulumi.set(__self__, "arguments", arguments)
@@ -314,119 +315,119 @@ class _FunctionSqlState:
314
315
 
315
316
  @property
316
317
  @pulumi.getter
317
- def comment(self) -> Optional[pulumi.Input[str]]:
318
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
318
319
  """
319
320
  Specifies a comment for the function.
320
321
  """
321
322
  return pulumi.get(self, "comment")
322
323
 
323
324
  @comment.setter
324
- def comment(self, value: Optional[pulumi.Input[str]]):
325
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
325
326
  pulumi.set(self, "comment", value)
326
327
 
327
328
  @property
328
329
  @pulumi.getter
329
- def database(self) -> Optional[pulumi.Input[str]]:
330
+ def database(self) -> Optional[pulumi.Input[builtins.str]]:
330
331
  """
331
332
  The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
332
333
  """
333
334
  return pulumi.get(self, "database")
334
335
 
335
336
  @database.setter
336
- def database(self, value: Optional[pulumi.Input[str]]):
337
+ def database(self, value: Optional[pulumi.Input[builtins.str]]):
337
338
  pulumi.set(self, "database", value)
338
339
 
339
340
  @property
340
341
  @pulumi.getter(name="enableConsoleOutput")
341
- def enable_console_output(self) -> Optional[pulumi.Input[bool]]:
342
+ def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
342
343
  """
343
344
  Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
344
345
  """
345
346
  return pulumi.get(self, "enable_console_output")
346
347
 
347
348
  @enable_console_output.setter
348
- def enable_console_output(self, value: Optional[pulumi.Input[bool]]):
349
+ def enable_console_output(self, value: Optional[pulumi.Input[builtins.bool]]):
349
350
  pulumi.set(self, "enable_console_output", value)
350
351
 
351
352
  @property
352
353
  @pulumi.getter(name="fullyQualifiedName")
353
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
354
+ def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
354
355
  """
355
356
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
356
357
  """
357
358
  return pulumi.get(self, "fully_qualified_name")
358
359
 
359
360
  @fully_qualified_name.setter
360
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
361
+ def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
361
362
  pulumi.set(self, "fully_qualified_name", value)
362
363
 
363
364
  @property
364
365
  @pulumi.getter(name="functionDefinition")
365
- def function_definition(self) -> Optional[pulumi.Input[str]]:
366
+ def function_definition(self) -> Optional[pulumi.Input[builtins.str]]:
366
367
  """
367
368
  Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
368
369
  """
369
370
  return pulumi.get(self, "function_definition")
370
371
 
371
372
  @function_definition.setter
372
- def function_definition(self, value: Optional[pulumi.Input[str]]):
373
+ def function_definition(self, value: Optional[pulumi.Input[builtins.str]]):
373
374
  pulumi.set(self, "function_definition", value)
374
375
 
375
376
  @property
376
377
  @pulumi.getter(name="functionLanguage")
377
- def function_language(self) -> Optional[pulumi.Input[str]]:
378
+ def function_language(self) -> Optional[pulumi.Input[builtins.str]]:
378
379
  """
379
380
  Specifies language for the user. Used to detect external changes.
380
381
  """
381
382
  return pulumi.get(self, "function_language")
382
383
 
383
384
  @function_language.setter
384
- def function_language(self, value: Optional[pulumi.Input[str]]):
385
+ def function_language(self, value: Optional[pulumi.Input[builtins.str]]):
385
386
  pulumi.set(self, "function_language", value)
386
387
 
387
388
  @property
388
389
  @pulumi.getter(name="isSecure")
389
- def is_secure(self) -> Optional[pulumi.Input[str]]:
390
+ def is_secure(self) -> Optional[pulumi.Input[builtins.str]]:
390
391
  return pulumi.get(self, "is_secure")
391
392
 
392
393
  @is_secure.setter
393
- def is_secure(self, value: Optional[pulumi.Input[str]]):
394
+ def is_secure(self, value: Optional[pulumi.Input[builtins.str]]):
394
395
  pulumi.set(self, "is_secure", value)
395
396
 
396
397
  @property
397
398
  @pulumi.getter(name="logLevel")
398
- def log_level(self) -> Optional[pulumi.Input[str]]:
399
+ def log_level(self) -> Optional[pulumi.Input[builtins.str]]:
399
400
  """
400
401
  LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
401
402
  """
402
403
  return pulumi.get(self, "log_level")
403
404
 
404
405
  @log_level.setter
405
- def log_level(self, value: Optional[pulumi.Input[str]]):
406
+ def log_level(self, value: Optional[pulumi.Input[builtins.str]]):
406
407
  pulumi.set(self, "log_level", value)
407
408
 
408
409
  @property
409
410
  @pulumi.getter(name="metricLevel")
410
- def metric_level(self) -> Optional[pulumi.Input[str]]:
411
+ def metric_level(self) -> Optional[pulumi.Input[builtins.str]]:
411
412
  """
412
413
  METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
413
414
  """
414
415
  return pulumi.get(self, "metric_level")
415
416
 
416
417
  @metric_level.setter
417
- def metric_level(self, value: Optional[pulumi.Input[str]]):
418
+ def metric_level(self, value: Optional[pulumi.Input[builtins.str]]):
418
419
  pulumi.set(self, "metric_level", value)
419
420
 
420
421
  @property
421
422
  @pulumi.getter
422
- def name(self) -> Optional[pulumi.Input[str]]:
423
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
423
424
  """
424
425
  The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
425
426
  """
426
427
  return pulumi.get(self, "name")
427
428
 
428
429
  @name.setter
429
- def name(self, value: Optional[pulumi.Input[str]]):
430
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
430
431
  pulumi.set(self, "name", value)
431
432
 
432
433
  @property
@@ -443,38 +444,38 @@ class _FunctionSqlState:
443
444
 
444
445
  @property
445
446
  @pulumi.getter(name="returnResultsBehavior")
446
- def return_results_behavior(self) -> Optional[pulumi.Input[str]]:
447
+ def return_results_behavior(self) -> Optional[pulumi.Input[builtins.str]]:
447
448
  """
448
449
  Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
449
450
  """
450
451
  return pulumi.get(self, "return_results_behavior")
451
452
 
452
453
  @return_results_behavior.setter
453
- def return_results_behavior(self, value: Optional[pulumi.Input[str]]):
454
+ def return_results_behavior(self, value: Optional[pulumi.Input[builtins.str]]):
454
455
  pulumi.set(self, "return_results_behavior", value)
455
456
 
456
457
  @property
457
458
  @pulumi.getter(name="returnType")
458
- def return_type(self) -> Optional[pulumi.Input[str]]:
459
+ def return_type(self) -> Optional[pulumi.Input[builtins.str]]:
459
460
  """
460
461
  Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
461
462
  """
462
463
  return pulumi.get(self, "return_type")
463
464
 
464
465
  @return_type.setter
465
- def return_type(self, value: Optional[pulumi.Input[str]]):
466
+ def return_type(self, value: Optional[pulumi.Input[builtins.str]]):
466
467
  pulumi.set(self, "return_type", value)
467
468
 
468
469
  @property
469
470
  @pulumi.getter
470
- def schema(self) -> Optional[pulumi.Input[str]]:
471
+ def schema(self) -> Optional[pulumi.Input[builtins.str]]:
471
472
  """
472
473
  The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
473
474
  """
474
475
  return pulumi.get(self, "schema")
475
476
 
476
477
  @schema.setter
477
- def schema(self, value: Optional[pulumi.Input[str]]):
478
+ def schema(self, value: Optional[pulumi.Input[builtins.str]]):
478
479
  pulumi.set(self, "schema", value)
479
480
 
480
481
  @property
@@ -491,14 +492,14 @@ class _FunctionSqlState:
491
492
 
492
493
  @property
493
494
  @pulumi.getter(name="traceLevel")
494
- def trace_level(self) -> Optional[pulumi.Input[str]]:
495
+ def trace_level(self) -> Optional[pulumi.Input[builtins.str]]:
495
496
  """
496
497
  Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
497
498
  """
498
499
  return pulumi.get(self, "trace_level")
499
500
 
500
501
  @trace_level.setter
501
- def trace_level(self, value: Optional[pulumi.Input[str]]):
502
+ def trace_level(self, value: Optional[pulumi.Input[builtins.str]]):
502
503
  pulumi.set(self, "trace_level", value)
503
504
 
504
505
 
@@ -508,18 +509,18 @@ class FunctionSql(pulumi.CustomResource):
508
509
  resource_name: str,
509
510
  opts: Optional[pulumi.ResourceOptions] = None,
510
511
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlArgumentArgs', 'FunctionSqlArgumentArgsDict']]]]] = None,
511
- comment: Optional[pulumi.Input[str]] = None,
512
- database: Optional[pulumi.Input[str]] = None,
513
- enable_console_output: Optional[pulumi.Input[bool]] = None,
514
- function_definition: Optional[pulumi.Input[str]] = None,
515
- is_secure: Optional[pulumi.Input[str]] = None,
516
- log_level: Optional[pulumi.Input[str]] = None,
517
- metric_level: Optional[pulumi.Input[str]] = None,
518
- name: Optional[pulumi.Input[str]] = None,
519
- return_results_behavior: Optional[pulumi.Input[str]] = None,
520
- return_type: Optional[pulumi.Input[str]] = None,
521
- schema: Optional[pulumi.Input[str]] = None,
522
- trace_level: Optional[pulumi.Input[str]] = None,
512
+ comment: Optional[pulumi.Input[builtins.str]] = None,
513
+ database: Optional[pulumi.Input[builtins.str]] = None,
514
+ enable_console_output: Optional[pulumi.Input[builtins.bool]] = None,
515
+ function_definition: Optional[pulumi.Input[builtins.str]] = None,
516
+ is_secure: Optional[pulumi.Input[builtins.str]] = None,
517
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
518
+ metric_level: Optional[pulumi.Input[builtins.str]] = None,
519
+ name: Optional[pulumi.Input[builtins.str]] = None,
520
+ return_results_behavior: Optional[pulumi.Input[builtins.str]] = None,
521
+ return_type: Optional[pulumi.Input[builtins.str]] = None,
522
+ schema: Optional[pulumi.Input[builtins.str]] = None,
523
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
523
524
  __props__=None):
524
525
  """
525
526
  ## Import
@@ -535,17 +536,17 @@ class FunctionSql(pulumi.CustomResource):
535
536
  :param str resource_name: The name of the resource.
536
537
  :param pulumi.ResourceOptions opts: Options for the resource.
537
538
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlArgumentArgs', 'FunctionSqlArgumentArgsDict']]]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
538
- :param pulumi.Input[str] comment: Specifies a comment for the function.
539
- :param pulumi.Input[str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
540
- :param pulumi.Input[bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
541
- :param pulumi.Input[str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
542
- :param pulumi.Input[str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
543
- :param pulumi.Input[str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
544
- :param pulumi.Input[str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
545
- :param pulumi.Input[str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
546
- :param pulumi.Input[str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
547
- :param pulumi.Input[str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
548
- :param pulumi.Input[str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
539
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
540
+ :param pulumi.Input[builtins.str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
541
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
542
+ :param pulumi.Input[builtins.str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
543
+ :param pulumi.Input[builtins.str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
544
+ :param pulumi.Input[builtins.str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
545
+ :param pulumi.Input[builtins.str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
546
+ :param pulumi.Input[builtins.str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
547
+ :param pulumi.Input[builtins.str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
548
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
549
+ :param pulumi.Input[builtins.str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
549
550
  """
550
551
  ...
551
552
  @overload
@@ -580,18 +581,18 @@ class FunctionSql(pulumi.CustomResource):
580
581
  resource_name: str,
581
582
  opts: Optional[pulumi.ResourceOptions] = None,
582
583
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlArgumentArgs', 'FunctionSqlArgumentArgsDict']]]]] = None,
583
- comment: Optional[pulumi.Input[str]] = None,
584
- database: Optional[pulumi.Input[str]] = None,
585
- enable_console_output: Optional[pulumi.Input[bool]] = None,
586
- function_definition: Optional[pulumi.Input[str]] = None,
587
- is_secure: Optional[pulumi.Input[str]] = None,
588
- log_level: Optional[pulumi.Input[str]] = None,
589
- metric_level: Optional[pulumi.Input[str]] = None,
590
- name: Optional[pulumi.Input[str]] = None,
591
- return_results_behavior: Optional[pulumi.Input[str]] = None,
592
- return_type: Optional[pulumi.Input[str]] = None,
593
- schema: Optional[pulumi.Input[str]] = None,
594
- trace_level: Optional[pulumi.Input[str]] = None,
584
+ comment: Optional[pulumi.Input[builtins.str]] = None,
585
+ database: Optional[pulumi.Input[builtins.str]] = None,
586
+ enable_console_output: Optional[pulumi.Input[builtins.bool]] = None,
587
+ function_definition: Optional[pulumi.Input[builtins.str]] = None,
588
+ is_secure: Optional[pulumi.Input[builtins.str]] = None,
589
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
590
+ metric_level: Optional[pulumi.Input[builtins.str]] = None,
591
+ name: Optional[pulumi.Input[builtins.str]] = None,
592
+ return_results_behavior: Optional[pulumi.Input[builtins.str]] = None,
593
+ return_type: Optional[pulumi.Input[builtins.str]] = None,
594
+ schema: Optional[pulumi.Input[builtins.str]] = None,
595
+ trace_level: Optional[pulumi.Input[builtins.str]] = None,
595
596
  __props__=None):
596
597
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
597
598
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -637,22 +638,22 @@ class FunctionSql(pulumi.CustomResource):
637
638
  id: pulumi.Input[str],
638
639
  opts: Optional[pulumi.ResourceOptions] = None,
639
640
  arguments: Optional[pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlArgumentArgs', 'FunctionSqlArgumentArgsDict']]]]] = None,
640
- comment: Optional[pulumi.Input[str]] = None,
641
- database: Optional[pulumi.Input[str]] = None,
642
- enable_console_output: Optional[pulumi.Input[bool]] = None,
643
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
644
- function_definition: Optional[pulumi.Input[str]] = None,
645
- function_language: Optional[pulumi.Input[str]] = None,
646
- is_secure: Optional[pulumi.Input[str]] = None,
647
- log_level: Optional[pulumi.Input[str]] = None,
648
- metric_level: Optional[pulumi.Input[str]] = None,
649
- name: Optional[pulumi.Input[str]] = None,
641
+ comment: Optional[pulumi.Input[builtins.str]] = None,
642
+ database: Optional[pulumi.Input[builtins.str]] = None,
643
+ enable_console_output: Optional[pulumi.Input[builtins.bool]] = None,
644
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
645
+ function_definition: Optional[pulumi.Input[builtins.str]] = None,
646
+ function_language: Optional[pulumi.Input[builtins.str]] = None,
647
+ is_secure: Optional[pulumi.Input[builtins.str]] = None,
648
+ log_level: Optional[pulumi.Input[builtins.str]] = None,
649
+ metric_level: Optional[pulumi.Input[builtins.str]] = None,
650
+ name: Optional[pulumi.Input[builtins.str]] = None,
650
651
  parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlParameterArgs', 'FunctionSqlParameterArgsDict']]]]] = None,
651
- return_results_behavior: Optional[pulumi.Input[str]] = None,
652
- return_type: Optional[pulumi.Input[str]] = None,
653
- schema: Optional[pulumi.Input[str]] = None,
652
+ return_results_behavior: Optional[pulumi.Input[builtins.str]] = None,
653
+ return_type: Optional[pulumi.Input[builtins.str]] = None,
654
+ schema: Optional[pulumi.Input[builtins.str]] = None,
654
655
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlShowOutputArgs', 'FunctionSqlShowOutputArgsDict']]]]] = None,
655
- trace_level: Optional[pulumi.Input[str]] = None) -> 'FunctionSql':
656
+ trace_level: Optional[pulumi.Input[builtins.str]] = None) -> 'FunctionSql':
656
657
  """
657
658
  Get an existing FunctionSql resource's state with the given name, id, and optional extra
658
659
  properties used to qualify the lookup.
@@ -661,21 +662,21 @@ class FunctionSql(pulumi.CustomResource):
661
662
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
662
663
  :param pulumi.ResourceOptions opts: Options for the resource.
663
664
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlArgumentArgs', 'FunctionSqlArgumentArgsDict']]]] arguments: List of the arguments for the function. Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages) for more details.
664
- :param pulumi.Input[str] comment: Specifies a comment for the function.
665
- :param pulumi.Input[str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
666
- :param pulumi.Input[bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
667
- :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).
668
- :param pulumi.Input[str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
669
- :param pulumi.Input[str] function_language: Specifies language for the user. Used to detect external changes.
670
- :param pulumi.Input[str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
671
- :param pulumi.Input[str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
672
- :param pulumi.Input[str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
665
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
666
+ :param pulumi.Input[builtins.str] database: The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
667
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
668
+ :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).
669
+ :param pulumi.Input[builtins.str] function_definition: Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
670
+ :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
671
+ :param pulumi.Input[builtins.str] log_level: LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
672
+ :param pulumi.Input[builtins.str] metric_level: METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
673
+ :param pulumi.Input[builtins.str] name: The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
673
674
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlParameterArgs', 'FunctionSqlParameterArgsDict']]]] parameters: Outputs the result of `SHOW PARAMETERS IN FUNCTION` for the given function.
674
- :param pulumi.Input[str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
675
- :param pulumi.Input[str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
676
- :param pulumi.Input[str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
675
+ :param pulumi.Input[builtins.str] return_results_behavior: Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
676
+ :param pulumi.Input[builtins.str] return_type: Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
677
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
677
678
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionSqlShowOutputArgs', 'FunctionSqlShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW FUNCTION` for the given function.
678
- :param pulumi.Input[str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
679
+ :param pulumi.Input[builtins.str] trace_level: Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
679
680
  """
680
681
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
681
682
 
@@ -710,7 +711,7 @@ class FunctionSql(pulumi.CustomResource):
710
711
 
711
712
  @property
712
713
  @pulumi.getter
713
- def comment(self) -> pulumi.Output[Optional[str]]:
714
+ def comment(self) -> pulumi.Output[Optional[builtins.str]]:
714
715
  """
715
716
  Specifies a comment for the function.
716
717
  """
@@ -718,7 +719,7 @@ class FunctionSql(pulumi.CustomResource):
718
719
 
719
720
  @property
720
721
  @pulumi.getter
721
- def database(self) -> pulumi.Output[str]:
722
+ def database(self) -> pulumi.Output[builtins.str]:
722
723
  """
723
724
  The database in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
724
725
  """
@@ -726,7 +727,7 @@ class FunctionSql(pulumi.CustomResource):
726
727
 
727
728
  @property
728
729
  @pulumi.getter(name="enableConsoleOutput")
729
- def enable_console_output(self) -> pulumi.Output[bool]:
730
+ def enable_console_output(self) -> pulumi.Output[builtins.bool]:
730
731
  """
731
732
  Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG*LEVEL). For more information, check [ENABLE*CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output).
732
733
  """
@@ -734,7 +735,7 @@ class FunctionSql(pulumi.CustomResource):
734
735
 
735
736
  @property
736
737
  @pulumi.getter(name="fullyQualifiedName")
737
- def fully_qualified_name(self) -> pulumi.Output[str]:
738
+ def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
738
739
  """
739
740
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
740
741
  """
@@ -742,7 +743,7 @@ class FunctionSql(pulumi.CustomResource):
742
743
 
743
744
  @property
744
745
  @pulumi.getter(name="functionDefinition")
745
- def function_definition(self) -> pulumi.Output[str]:
746
+ def function_definition(self) -> pulumi.Output[builtins.str]:
746
747
  """
747
748
  Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant.
748
749
  """
@@ -750,7 +751,7 @@ class FunctionSql(pulumi.CustomResource):
750
751
 
751
752
  @property
752
753
  @pulumi.getter(name="functionLanguage")
753
- def function_language(self) -> pulumi.Output[str]:
754
+ def function_language(self) -> pulumi.Output[builtins.str]:
754
755
  """
755
756
  Specifies language for the user. Used to detect external changes.
756
757
  """
@@ -758,12 +759,12 @@ class FunctionSql(pulumi.CustomResource):
758
759
 
759
760
  @property
760
761
  @pulumi.getter(name="isSecure")
761
- def is_secure(self) -> pulumi.Output[Optional[str]]:
762
+ def is_secure(self) -> pulumi.Output[Optional[builtins.str]]:
762
763
  return pulumi.get(self, "is_secure")
763
764
 
764
765
  @property
765
766
  @pulumi.getter(name="logLevel")
766
- def log_level(self) -> pulumi.Output[str]:
767
+ def log_level(self) -> pulumi.Output[builtins.str]:
767
768
  """
768
769
  LOG*LEVEL to use when filtering events For more information, check [LOG*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
769
770
  """
@@ -771,7 +772,7 @@ class FunctionSql(pulumi.CustomResource):
771
772
 
772
773
  @property
773
774
  @pulumi.getter(name="metricLevel")
774
- def metric_level(self) -> pulumi.Output[str]:
775
+ def metric_level(self) -> pulumi.Output[builtins.str]:
775
776
  """
776
777
  METRIC*LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC*LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level).
777
778
  """
@@ -779,7 +780,7 @@ class FunctionSql(pulumi.CustomResource):
779
780
 
780
781
  @property
781
782
  @pulumi.getter
782
- def name(self) -> pulumi.Output[str]:
783
+ def name(self) -> pulumi.Output[builtins.str]:
783
784
  """
784
785
  The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
785
786
  """
@@ -795,7 +796,7 @@ class FunctionSql(pulumi.CustomResource):
795
796
 
796
797
  @property
797
798
  @pulumi.getter(name="returnResultsBehavior")
798
- def return_results_behavior(self) -> pulumi.Output[Optional[str]]:
799
+ def return_results_behavior(self) -> pulumi.Output[Optional[builtins.str]]:
799
800
  """
800
801
  Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`.
801
802
  """
@@ -803,7 +804,7 @@ class FunctionSql(pulumi.CustomResource):
803
804
 
804
805
  @property
805
806
  @pulumi.getter(name="returnType")
806
- def return_type(self) -> pulumi.Output[str]:
807
+ def return_type(self) -> pulumi.Output[builtins.str]:
807
808
  """
808
809
  Specifies the results returned by the UDF, which determines the UDF type. Use `<result_data_type>` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages).
809
810
  """
@@ -811,7 +812,7 @@ class FunctionSql(pulumi.CustomResource):
811
812
 
812
813
  @property
813
814
  @pulumi.getter
814
- def schema(self) -> pulumi.Output[str]:
815
+ def schema(self) -> pulumi.Output[builtins.str]:
815
816
  """
816
817
  The schema in which to create the function. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
817
818
  """
@@ -827,7 +828,7 @@ class FunctionSql(pulumi.CustomResource):
827
828
 
828
829
  @property
829
830
  @pulumi.getter(name="traceLevel")
830
- def trace_level(self) -> pulumi.Output[str]:
831
+ def trace_level(self) -> pulumi.Output[builtins.str]:
831
832
  """
832
833
  Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level).
833
834
  """