pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.3.0a1744699038__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 (98) hide show
  1. pulumi_snowflake/_inputs.py +27 -27
  2. pulumi_snowflake/account.py +7 -7
  3. pulumi_snowflake/alert.py +7 -7
  4. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
  5. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
  6. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
  7. pulumi_snowflake/api_integration.py +35 -35
  8. pulumi_snowflake/authentication_policy.py +7 -7
  9. pulumi_snowflake/dynamic_table.py +21 -21
  10. pulumi_snowflake/external_function.py +28 -28
  11. pulumi_snowflake/external_table.py +21 -21
  12. pulumi_snowflake/external_volume.py +13 -9
  13. pulumi_snowflake/failover_group.py +7 -7
  14. pulumi_snowflake/function_java.py +14 -14
  15. pulumi_snowflake/function_javascript.py +14 -14
  16. pulumi_snowflake/function_python.py +21 -21
  17. pulumi_snowflake/function_scala.py +14 -14
  18. pulumi_snowflake/function_sql.py +14 -14
  19. pulumi_snowflake/get_alerts.py +6 -2
  20. pulumi_snowflake/get_cortex_search_services.py +6 -2
  21. pulumi_snowflake/get_current_account.py +6 -2
  22. pulumi_snowflake/get_current_role.py +6 -2
  23. pulumi_snowflake/get_database.py +6 -2
  24. pulumi_snowflake/get_database_role.py +6 -2
  25. pulumi_snowflake/get_databases.py +6 -6
  26. pulumi_snowflake/get_dynamic_tables.py +6 -2
  27. pulumi_snowflake/get_external_functions.py +6 -2
  28. pulumi_snowflake/get_external_tables.py +6 -2
  29. pulumi_snowflake/get_failover_groups.py +6 -2
  30. pulumi_snowflake/get_file_formats.py +6 -2
  31. pulumi_snowflake/get_functions.py +6 -2
  32. pulumi_snowflake/get_grants.py +4 -0
  33. pulumi_snowflake/get_masking_policies.py +3 -3
  34. pulumi_snowflake/get_materialized_views.py +6 -2
  35. pulumi_snowflake/get_network_policies.py +3 -3
  36. pulumi_snowflake/get_parameters.py +9 -5
  37. pulumi_snowflake/get_pipes.py +6 -2
  38. pulumi_snowflake/get_procedures.py +6 -2
  39. pulumi_snowflake/get_row_access_policies.py +3 -3
  40. pulumi_snowflake/get_schemas.py +6 -6
  41. pulumi_snowflake/get_secrets.py +7 -3
  42. pulumi_snowflake/get_security_integrations.py +3 -3
  43. pulumi_snowflake/get_sequences.py +6 -2
  44. pulumi_snowflake/get_shares.py +6 -2
  45. pulumi_snowflake/get_stages.py +6 -2
  46. pulumi_snowflake/get_storage_integrations.py +6 -2
  47. pulumi_snowflake/get_streamlits.py +3 -3
  48. pulumi_snowflake/get_streams.py +3 -3
  49. pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
  50. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
  51. pulumi_snowflake/get_system_get_private_link_config.py +6 -2
  52. pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
  53. pulumi_snowflake/get_tables.py +6 -2
  54. pulumi_snowflake/get_tasks.py +3 -3
  55. pulumi_snowflake/get_users.py +6 -6
  56. pulumi_snowflake/get_views.py +3 -3
  57. pulumi_snowflake/get_warehouses.py +6 -6
  58. pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
  59. pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
  60. pulumi_snowflake/legacy_service_user.py +21 -21
  61. pulumi_snowflake/managed_account.py +7 -7
  62. pulumi_snowflake/masking_policy.py +7 -7
  63. pulumi_snowflake/materialized_view.py +14 -14
  64. pulumi_snowflake/network_policy_attachment.py +7 -7
  65. pulumi_snowflake/notification_integration.py +20 -7
  66. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
  67. pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
  68. pulumi_snowflake/object_parameter.py +7 -7
  69. pulumi_snowflake/outputs.py +18 -18
  70. pulumi_snowflake/password_policy.py +97 -93
  71. pulumi_snowflake/pipe.py +7 -7
  72. pulumi_snowflake/procedure_java.py +14 -14
  73. pulumi_snowflake/procedure_javascript.py +14 -14
  74. pulumi_snowflake/procedure_python.py +14 -14
  75. pulumi_snowflake/procedure_scala.py +14 -14
  76. pulumi_snowflake/procedure_sql.py +14 -14
  77. pulumi_snowflake/pulumi-plugin.json +1 -1
  78. pulumi_snowflake/saml2_integration.py +28 -28
  79. pulumi_snowflake/schema.py +14 -14
  80. pulumi_snowflake/scim_integration.py +7 -7
  81. pulumi_snowflake/sequence.py +21 -21
  82. pulumi_snowflake/service_user.py +14 -14
  83. pulumi_snowflake/storage_integration.py +65 -0
  84. pulumi_snowflake/stream_on_external_table.py +7 -7
  85. pulumi_snowflake/stream_on_table.py +7 -7
  86. pulumi_snowflake/stream_on_view.py +7 -7
  87. pulumi_snowflake/table.py +14 -14
  88. pulumi_snowflake/table_constraint.py +42 -42
  89. pulumi_snowflake/tag_association.py +7 -7
  90. pulumi_snowflake/task.py +7 -7
  91. pulumi_snowflake/user.py +21 -21
  92. pulumi_snowflake/view.py +14 -14
  93. pulumi_snowflake/warehouse.py +28 -28
  94. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/METADATA +1 -1
  95. pulumi_snowflake-1.3.0a1744699038.dist-info/RECORD +148 -0
  96. pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/WHEEL +0 -0
  98. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/top_level.txt +0 -0
@@ -50,8 +50,8 @@ class FunctionJavaArgs:
50
50
  :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).
51
51
  :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: `|`, `.`, `"`.
52
52
  :param pulumi.Input[Sequence[pulumi.Input['FunctionJavaArgumentArgs']]] 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.
53
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
54
- :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).
53
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
54
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
55
55
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
56
56
  :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 Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-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.
57
57
  :param pulumi.Input[Sequence[pulumi.Input['FunctionJavaImportArgs']]] imports: The location (stage), path, and name of the file(s) to import. A file can be a JAR file or another type of file. If the file is a JAR file, it can contain one or more .class files and zero or more resource files. JNI (Java Native Interface) is not supported. Snowflake prohibits loading libraries that contain native code (as opposed to Java bytecode). Java UDFs can also read non-JAR files. For an example, see [Reading a file specified statically in IMPORTS](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-cookbook.html#label-reading-file-from-java-udf-imports). Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#java).
@@ -169,7 +169,7 @@ class FunctionJavaArgs:
169
169
  @pulumi.getter
170
170
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
171
171
  """
172
- Specifies a comment for the function.
172
+ (Default: `user-defined function`) Specifies a comment for the function.
173
173
  """
174
174
  return pulumi.get(self, "comment")
175
175
 
@@ -181,7 +181,7 @@ class FunctionJavaArgs:
181
181
  @pulumi.getter(name="enableConsoleOutput")
182
182
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
183
183
  """
184
- 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).
184
+ Enable stdout/stderr fast path logging for anonymous 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).
185
185
  """
186
186
  return pulumi.get(self, "enable_console_output")
187
187
 
@@ -386,9 +386,9 @@ class _FunctionJavaState:
386
386
  """
387
387
  Input properties used for looking up and filtering FunctionJava resources.
388
388
  :param pulumi.Input[Sequence[pulumi.Input['FunctionJavaArgumentArgs']]] 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.
389
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
389
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
390
390
  :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: `|`, `.`, `"`.
391
- :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).
391
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
392
392
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
393
393
  :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).
394
394
  :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 Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-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.
@@ -477,7 +477,7 @@ class _FunctionJavaState:
477
477
  @pulumi.getter
478
478
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
479
479
  """
480
- Specifies a comment for the function.
480
+ (Default: `user-defined function`) Specifies a comment for the function.
481
481
  """
482
482
  return pulumi.get(self, "comment")
483
483
 
@@ -501,7 +501,7 @@ class _FunctionJavaState:
501
501
  @pulumi.getter(name="enableConsoleOutput")
502
502
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
503
503
  """
504
- 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).
504
+ Enable stdout/stderr fast path logging for anonymous 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).
505
505
  """
506
506
  return pulumi.get(self, "enable_console_output")
507
507
 
@@ -800,9 +800,9 @@ class FunctionJava(pulumi.CustomResource):
800
800
  :param str resource_name: The name of the resource.
801
801
  :param pulumi.ResourceOptions opts: Options for the resource.
802
802
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionJavaArgumentArgs', 'FunctionJavaArgumentArgsDict']]]] 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.
803
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
803
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
804
804
  :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: `|`, `.`, `"`.
805
- :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).
805
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
806
806
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
807
807
  :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 Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-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.
808
808
  :param pulumi.Input[builtins.str] handler: The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class.
@@ -958,9 +958,9 @@ class FunctionJava(pulumi.CustomResource):
958
958
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
959
959
  :param pulumi.ResourceOptions opts: Options for the resource.
960
960
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionJavaArgumentArgs', 'FunctionJavaArgumentArgsDict']]]] 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.
961
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
961
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
962
962
  :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: `|`, `.`, `"`.
963
- :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).
963
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
964
964
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
965
965
  :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).
966
966
  :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 Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-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.
@@ -1025,7 +1025,7 @@ class FunctionJava(pulumi.CustomResource):
1025
1025
  @pulumi.getter
1026
1026
  def comment(self) -> pulumi.Output[Optional[builtins.str]]:
1027
1027
  """
1028
- Specifies a comment for the function.
1028
+ (Default: `user-defined function`) Specifies a comment for the function.
1029
1029
  """
1030
1030
  return pulumi.get(self, "comment")
1031
1031
 
@@ -1041,7 +1041,7 @@ class FunctionJava(pulumi.CustomResource):
1041
1041
  @pulumi.getter(name="enableConsoleOutput")
1042
1042
  def enable_console_output(self) -> pulumi.Output[builtins.bool]:
1043
1043
  """
1044
- 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).
1044
+ Enable stdout/stderr fast path logging for anonymous 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).
1045
1045
  """
1046
1046
  return pulumi.get(self, "enable_console_output")
1047
1047
 
@@ -43,8 +43,8 @@ class FunctionJavascriptArgs:
43
43
  :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).
44
44
  :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: `|`, `.`, `"`.
45
45
  :param pulumi.Input[Sequence[pulumi.Input['FunctionJavascriptArgumentArgs']]] 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.
46
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
47
- :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).
46
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
47
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
48
48
  :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).
49
49
  :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).
50
50
  :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: `|`, `.`, `"`.
@@ -141,7 +141,7 @@ class FunctionJavascriptArgs:
141
141
  @pulumi.getter
142
142
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
143
143
  """
144
- Specifies a comment for the function.
144
+ (Default: `user-defined function`) Specifies a comment for the function.
145
145
  """
146
146
  return pulumi.get(self, "comment")
147
147
 
@@ -153,7 +153,7 @@ class FunctionJavascriptArgs:
153
153
  @pulumi.getter(name="enableConsoleOutput")
154
154
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
155
155
  """
156
- 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).
156
+ Enable stdout/stderr fast path logging for anonymous 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).
157
157
  """
158
158
  return pulumi.get(self, "enable_console_output")
159
159
 
@@ -267,9 +267,9 @@ class _FunctionJavascriptState:
267
267
  """
268
268
  Input properties used for looking up and filtering FunctionJavascript resources.
269
269
  :param pulumi.Input[Sequence[pulumi.Input['FunctionJavascriptArgumentArgs']]] 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.
270
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
270
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
271
271
  :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: `|`, `.`, `"`.
272
- :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).
272
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
273
273
  :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).
274
274
  :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 JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-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.
275
275
  :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
@@ -337,7 +337,7 @@ class _FunctionJavascriptState:
337
337
  @pulumi.getter
338
338
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
339
339
  """
340
- Specifies a comment for the function.
340
+ (Default: `user-defined function`) Specifies a comment for the function.
341
341
  """
342
342
  return pulumi.get(self, "comment")
343
343
 
@@ -361,7 +361,7 @@ class _FunctionJavascriptState:
361
361
  @pulumi.getter(name="enableConsoleOutput")
362
362
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
363
363
  """
364
- 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).
364
+ Enable stdout/stderr fast path logging for anonymous 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).
365
365
  """
366
366
  return pulumi.get(self, "enable_console_output")
367
367
 
@@ -569,9 +569,9 @@ class FunctionJavascript(pulumi.CustomResource):
569
569
  :param str resource_name: The name of the resource.
570
570
  :param pulumi.ResourceOptions opts: Options for the resource.
571
571
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionJavascriptArgumentArgs', 'FunctionJavascriptArgumentArgsDict']]]] 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.
572
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
572
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
573
573
  :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: `|`, `.`, `"`.
574
- :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).
574
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
575
575
  :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 JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-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.
576
576
  :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).
577
577
  :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).
@@ -699,9 +699,9 @@ class FunctionJavascript(pulumi.CustomResource):
699
699
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
700
700
  :param pulumi.ResourceOptions opts: Options for the resource.
701
701
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionJavascriptArgumentArgs', 'FunctionJavascriptArgumentArgsDict']]]] 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.
702
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
702
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
703
703
  :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: `|`, `.`, `"`.
704
- :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).
704
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
705
705
  :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).
706
706
  :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 JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-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.
707
707
  :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
@@ -752,7 +752,7 @@ class FunctionJavascript(pulumi.CustomResource):
752
752
  @pulumi.getter
753
753
  def comment(self) -> pulumi.Output[Optional[builtins.str]]:
754
754
  """
755
- Specifies a comment for the function.
755
+ (Default: `user-defined function`) Specifies a comment for the function.
756
756
  """
757
757
  return pulumi.get(self, "comment")
758
758
 
@@ -768,7 +768,7 @@ class FunctionJavascript(pulumi.CustomResource):
768
768
  @pulumi.getter(name="enableConsoleOutput")
769
769
  def enable_console_output(self) -> pulumi.Output[builtins.bool]:
770
770
  """
771
- 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).
771
+ Enable stdout/stderr fast path logging for anonymous 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).
772
772
  """
773
773
  return pulumi.get(self, "enable_console_output")
774
774
 
@@ -51,12 +51,12 @@ class FunctionPythonArgs:
51
51
  :param pulumi.Input[builtins.str] runtime_version: Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11.
52
52
  :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: `|`, `.`, `"`.
53
53
  :param pulumi.Input[Sequence[pulumi.Input['FunctionPythonArgumentArgs']]] 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.
54
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
55
- :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).
54
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
55
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
56
56
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
57
57
  :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 Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-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.
58
58
  :param pulumi.Input[Sequence[pulumi.Input['FunctionPythonImportArgs']]] imports: The location (stage), path, and name of the file(s) to import. A file can be a `.py` file or another type of file. Python UDFs can also read non-Python files, such as text files. For an example, see [Reading a file](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-examples.html#label-udf-python-read-files). Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#python).
59
- :param pulumi.Input[builtins.str] is_aggregate: Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
59
+ :param pulumi.Input[builtins.str] is_aggregate: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
60
60
  :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).
61
61
  :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).
62
62
  :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: `|`, `.`, `"`.
@@ -180,7 +180,7 @@ class FunctionPythonArgs:
180
180
  @pulumi.getter
181
181
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
182
182
  """
183
- Specifies a comment for the function.
183
+ (Default: `user-defined function`) Specifies a comment for the function.
184
184
  """
185
185
  return pulumi.get(self, "comment")
186
186
 
@@ -192,7 +192,7 @@ class FunctionPythonArgs:
192
192
  @pulumi.getter(name="enableConsoleOutput")
193
193
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
194
194
  """
195
- 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).
195
+ Enable stdout/stderr fast path logging for anonymous 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).
196
196
  """
197
197
  return pulumi.get(self, "enable_console_output")
198
198
 
@@ -240,7 +240,7 @@ class FunctionPythonArgs:
240
240
  @pulumi.getter(name="isAggregate")
241
241
  def is_aggregate(self) -> Optional[pulumi.Input[builtins.str]]:
242
242
  """
243
- Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
243
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
244
244
  """
245
245
  return pulumi.get(self, "is_aggregate")
246
246
 
@@ -385,16 +385,16 @@ class _FunctionPythonState:
385
385
  """
386
386
  Input properties used for looking up and filtering FunctionPython resources.
387
387
  :param pulumi.Input[Sequence[pulumi.Input['FunctionPythonArgumentArgs']]] 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.
388
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
388
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
389
389
  :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: `|`, `.`, `"`.
390
- :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).
390
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
391
391
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
392
392
  :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).
393
393
  :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 Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-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.
394
394
  :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
395
395
  :param pulumi.Input[builtins.str] handler: The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class.
396
396
  :param pulumi.Input[Sequence[pulumi.Input['FunctionPythonImportArgs']]] imports: The location (stage), path, and name of the file(s) to import. A file can be a `.py` file or another type of file. Python UDFs can also read non-Python files, such as text files. For an example, see [Reading a file](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-examples.html#label-udf-python-read-files). Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#python).
397
- :param pulumi.Input[builtins.str] is_aggregate: Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
397
+ :param pulumi.Input[builtins.str] is_aggregate: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
398
398
  :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).
399
399
  :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).
400
400
  :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: `|`, `.`, `"`.
@@ -476,7 +476,7 @@ class _FunctionPythonState:
476
476
  @pulumi.getter
477
477
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
478
478
  """
479
- Specifies a comment for the function.
479
+ (Default: `user-defined function`) Specifies a comment for the function.
480
480
  """
481
481
  return pulumi.get(self, "comment")
482
482
 
@@ -500,7 +500,7 @@ class _FunctionPythonState:
500
500
  @pulumi.getter(name="enableConsoleOutput")
501
501
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
502
502
  """
503
- 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).
503
+ Enable stdout/stderr fast path logging for anonymous 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).
504
504
  """
505
505
  return pulumi.get(self, "enable_console_output")
506
506
 
@@ -584,7 +584,7 @@ class _FunctionPythonState:
584
584
  @pulumi.getter(name="isAggregate")
585
585
  def is_aggregate(self) -> Optional[pulumi.Input[builtins.str]]:
586
586
  """
587
- Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
587
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
588
588
  """
589
589
  return pulumi.get(self, "is_aggregate")
590
590
 
@@ -799,14 +799,14 @@ class FunctionPython(pulumi.CustomResource):
799
799
  :param str resource_name: The name of the resource.
800
800
  :param pulumi.ResourceOptions opts: Options for the resource.
801
801
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionPythonArgumentArgs', 'FunctionPythonArgumentArgsDict']]]] 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.
802
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
802
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
803
803
  :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: `|`, `.`, `"`.
804
- :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).
804
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
805
805
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
806
806
  :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 Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-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.
807
807
  :param pulumi.Input[builtins.str] handler: The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class.
808
808
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionPythonImportArgs', 'FunctionPythonImportArgsDict']]]] imports: The location (stage), path, and name of the file(s) to import. A file can be a `.py` file or another type of file. Python UDFs can also read non-Python files, such as text files. For an example, see [Reading a file](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-examples.html#label-udf-python-read-files). Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#python).
809
- :param pulumi.Input[builtins.str] is_aggregate: Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
809
+ :param pulumi.Input[builtins.str] is_aggregate: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
810
810
  :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).
811
811
  :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).
812
812
  :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: `|`, `.`, `"`.
@@ -959,16 +959,16 @@ class FunctionPython(pulumi.CustomResource):
959
959
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
960
960
  :param pulumi.ResourceOptions opts: Options for the resource.
961
961
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionPythonArgumentArgs', 'FunctionPythonArgumentArgsDict']]]] 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.
962
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
962
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
963
963
  :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: `|`, `.`, `"`.
964
- :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).
964
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
965
965
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
966
966
  :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).
967
967
  :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 Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-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.
968
968
  :param pulumi.Input[builtins.str] function_language: Specifies language for the user. Used to detect external changes.
969
969
  :param pulumi.Input[builtins.str] handler: The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class.
970
970
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionPythonImportArgs', 'FunctionPythonImportArgsDict']]]] imports: The location (stage), path, and name of the file(s) to import. A file can be a `.py` file or another type of file. Python UDFs can also read non-Python files, such as text files. For an example, see [Reading a file](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-examples.html#label-udf-python-read-files). Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#python).
971
- :param pulumi.Input[builtins.str] is_aggregate: Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
971
+ :param pulumi.Input[builtins.str] is_aggregate: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
972
972
  :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).
973
973
  :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).
974
974
  :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: `|`, `.`, `"`.
@@ -1026,7 +1026,7 @@ class FunctionPython(pulumi.CustomResource):
1026
1026
  @pulumi.getter
1027
1027
  def comment(self) -> pulumi.Output[Optional[builtins.str]]:
1028
1028
  """
1029
- Specifies a comment for the function.
1029
+ (Default: `user-defined function`) Specifies a comment for the function.
1030
1030
  """
1031
1031
  return pulumi.get(self, "comment")
1032
1032
 
@@ -1042,7 +1042,7 @@ class FunctionPython(pulumi.CustomResource):
1042
1042
  @pulumi.getter(name="enableConsoleOutput")
1043
1043
  def enable_console_output(self) -> pulumi.Output[builtins.bool]:
1044
1044
  """
1045
- 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).
1045
+ Enable stdout/stderr fast path logging for anonymous 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).
1046
1046
  """
1047
1047
  return pulumi.get(self, "enable_console_output")
1048
1048
 
@@ -1098,7 +1098,7 @@ class FunctionPython(pulumi.CustomResource):
1098
1098
  @pulumi.getter(name="isAggregate")
1099
1099
  def is_aggregate(self) -> pulumi.Output[Optional[builtins.str]]:
1100
1100
  """
1101
- Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1101
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1102
1102
  """
1103
1103
  return pulumi.get(self, "is_aggregate")
1104
1104
 
@@ -51,8 +51,8 @@ class FunctionScalaArgs:
51
51
  :param pulumi.Input[builtins.str] runtime_version: Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12.
52
52
  :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: `|`, `.`, `"`.
53
53
  :param pulumi.Input[Sequence[pulumi.Input['FunctionScalaArgumentArgs']]] 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.
54
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
55
- :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).
54
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
55
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
56
56
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
57
57
  :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 Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-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.
58
58
  :param pulumi.Input[Sequence[pulumi.Input['FunctionScalaImportArgs']]] imports: The location (stage), path, and name of the file(s) to import, such as a JAR or other kind of file. The JAR file might contain handler dependency libraries. It can contain one or more .class files and zero or more resource files. JNI (Java Native Interface) is not supported. Snowflake prohibits loading libraries that contain native code (as opposed to Java bytecode). A non-JAR file might a file read by handler code. For an example, see [Reading a file specified statically in IMPORTS](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-cookbook.html#label-reading-file-from-java-udf-imports). Consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#scala).
@@ -180,7 +180,7 @@ class FunctionScalaArgs:
180
180
  @pulumi.getter
181
181
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
182
182
  """
183
- Specifies a comment for the function.
183
+ (Default: `user-defined function`) Specifies a comment for the function.
184
184
  """
185
185
  return pulumi.get(self, "comment")
186
186
 
@@ -192,7 +192,7 @@ class FunctionScalaArgs:
192
192
  @pulumi.getter(name="enableConsoleOutput")
193
193
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
194
194
  """
195
- 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).
195
+ Enable stdout/stderr fast path logging for anonymous 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).
196
196
  """
197
197
  return pulumi.get(self, "enable_console_output")
198
198
 
@@ -385,9 +385,9 @@ class _FunctionScalaState:
385
385
  """
386
386
  Input properties used for looking up and filtering FunctionScala resources.
387
387
  :param pulumi.Input[Sequence[pulumi.Input['FunctionScalaArgumentArgs']]] 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.
388
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
388
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
389
389
  :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: `|`, `.`, `"`.
390
- :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).
390
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
391
391
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
392
392
  :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).
393
393
  :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 Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-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.
@@ -476,7 +476,7 @@ class _FunctionScalaState:
476
476
  @pulumi.getter
477
477
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
478
478
  """
479
- Specifies a comment for the function.
479
+ (Default: `user-defined function`) Specifies a comment for the function.
480
480
  """
481
481
  return pulumi.get(self, "comment")
482
482
 
@@ -500,7 +500,7 @@ class _FunctionScalaState:
500
500
  @pulumi.getter(name="enableConsoleOutput")
501
501
  def enable_console_output(self) -> Optional[pulumi.Input[builtins.bool]]:
502
502
  """
503
- 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).
503
+ Enable stdout/stderr fast path logging for anonymous 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).
504
504
  """
505
505
  return pulumi.get(self, "enable_console_output")
506
506
 
@@ -799,9 +799,9 @@ class FunctionScala(pulumi.CustomResource):
799
799
  :param str resource_name: The name of the resource.
800
800
  :param pulumi.ResourceOptions opts: Options for the resource.
801
801
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionScalaArgumentArgs', 'FunctionScalaArgumentArgsDict']]]] 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.
802
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
802
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
803
803
  :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: `|`, `.`, `"`.
804
- :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).
804
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
805
805
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
806
806
  :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 Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-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.
807
807
  :param pulumi.Input[builtins.str] handler: The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`.
@@ -959,9 +959,9 @@ class FunctionScala(pulumi.CustomResource):
959
959
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
960
960
  :param pulumi.ResourceOptions opts: Options for the resource.
961
961
  :param pulumi.Input[Sequence[pulumi.Input[Union['FunctionScalaArgumentArgs', 'FunctionScalaArgumentArgsDict']]]] 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.
962
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the function.
962
+ :param pulumi.Input[builtins.str] comment: (Default: `user-defined function`) Specifies a comment for the function.
963
963
  :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: `|`, `.`, `"`.
964
- :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).
964
+ :param pulumi.Input[builtins.bool] enable_console_output: Enable stdout/stderr fast path logging for anonymous 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).
965
965
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API.
966
966
  :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).
967
967
  :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 Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-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.
@@ -1026,7 +1026,7 @@ class FunctionScala(pulumi.CustomResource):
1026
1026
  @pulumi.getter
1027
1027
  def comment(self) -> pulumi.Output[Optional[builtins.str]]:
1028
1028
  """
1029
- Specifies a comment for the function.
1029
+ (Default: `user-defined function`) Specifies a comment for the function.
1030
1030
  """
1031
1031
  return pulumi.get(self, "comment")
1032
1032
 
@@ -1042,7 +1042,7 @@ class FunctionScala(pulumi.CustomResource):
1042
1042
  @pulumi.getter(name="enableConsoleOutput")
1043
1043
  def enable_console_output(self) -> pulumi.Output[builtins.bool]:
1044
1044
  """
1045
- 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).
1045
+ Enable stdout/stderr fast path logging for anonymous 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).
1046
1046
  """
1047
1047
  return pulumi.get(self, "enable_console_output")
1048
1048