pulumi-snowflake 1.2.0a1744266763__py3-none-any.whl → 1.2.0a1744642997__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.0a1744266763.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/METADATA +1 -1
  95. pulumi_snowflake-1.2.0a1744642997.dist-info/RECORD +148 -0
  96. pulumi_snowflake-1.2.0a1744266763.dist-info/RECORD +0 -148
  97. {pulumi_snowflake-1.2.0a1744266763.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/WHEEL +0 -0
  98. {pulumi_snowflake-1.2.0a1744266763.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/top_level.txt +0 -0
@@ -93,7 +93,7 @@ class GetMaskingPoliciesResult:
93
93
  @pulumi.getter(name="withDescribe")
94
94
  def with_describe(self) -> Optional[builtins.bool]:
95
95
  """
96
- Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICIES. The output of describe is saved to the description field. By default this value is set to true.
96
+ (Default: `true`) Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICIES. The output of describe is saved to the description field. By default this value is set to true.
97
97
  """
98
98
  return pulumi.get(self, "with_describe")
99
99
 
@@ -124,7 +124,7 @@ def get_masking_policies(in_: Optional[Union['GetMaskingPoliciesInArgs', 'GetMas
124
124
  :param Union['GetMaskingPoliciesInArgs', 'GetMaskingPoliciesInArgsDict'] in_: IN clause to filter the list of masking policies
125
125
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
126
126
  :param Union['GetMaskingPoliciesLimitArgs', 'GetMaskingPoliciesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
127
- :param builtins.bool with_describe: Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICIES. The output of describe is saved to the description field. By default this value is set to true.
127
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICIES. The output of describe is saved to the description field. By default this value is set to true.
128
128
  """
129
129
  __args__ = dict()
130
130
  __args__['in'] = in_
@@ -153,7 +153,7 @@ def get_masking_policies_output(in_: Optional[pulumi.Input[Optional[Union['GetMa
153
153
  :param Union['GetMaskingPoliciesInArgs', 'GetMaskingPoliciesInArgsDict'] in_: IN clause to filter the list of masking policies
154
154
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
155
155
  :param Union['GetMaskingPoliciesLimitArgs', 'GetMaskingPoliciesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
156
- :param builtins.bool with_describe: Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICIES. The output of describe is saved to the description field. By default this value is set to true.
156
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICIES. The output of describe is saved to the description field. By default this value is set to true.
157
157
  """
158
158
  __args__ = dict()
159
159
  __args__['in'] = in_
@@ -91,7 +91,7 @@ def get_materialized_views(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMaterializedViewsResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_materialized_views(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the views from.
@@ -122,7 +124,7 @@ def get_materialized_views_output(database: Optional[pulumi.Input[builtins.str]]
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMaterializedViewsResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_materialized_views_output(database: Optional[pulumi.Input[builtins.str]]
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the views from.
@@ -70,7 +70,7 @@ class GetNetworkPoliciesResult:
70
70
  @pulumi.getter(name="withDescribe")
71
71
  def with_describe(self) -> Optional[builtins.bool]:
72
72
  """
73
- Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. The output of describe is saved to the description field. By default this value is set to true.
73
+ (Default: `true`) Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. The output of describe is saved to the description field. By default this value is set to true.
74
74
  """
75
75
  return pulumi.get(self, "with_describe")
76
76
 
@@ -95,7 +95,7 @@ def get_network_policies(like: Optional[builtins.str] = None,
95
95
 
96
96
 
97
97
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
98
- :param builtins.bool with_describe: Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. The output of describe is saved to the description field. By default this value is set to true.
98
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. The output of describe is saved to the description field. By default this value is set to true.
99
99
  """
100
100
  __args__ = dict()
101
101
  __args__['like'] = like
@@ -116,7 +116,7 @@ def get_network_policies_output(like: Optional[pulumi.Input[Optional[builtins.st
116
116
 
117
117
 
118
118
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
119
- :param builtins.bool with_describe: Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. The output of describe is saved to the description field. By default this value is set to true.
119
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. The output of describe is saved to the description field. By default this value is set to true.
120
120
  """
121
121
  __args__ = dict()
122
122
  __args__['like'] = like
@@ -79,7 +79,7 @@ class GetParametersResult:
79
79
  @pulumi.getter(name="parameterType")
80
80
  def parameter_type(self) -> Optional[builtins.str]:
81
81
  """
82
- The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
82
+ (Default: `ACCOUNT`) The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
83
83
  """
84
84
  return pulumi.get(self, "parameter_type")
85
85
 
@@ -130,7 +130,7 @@ def get_parameters(object_name: Optional[builtins.str] = None,
130
130
  user: Optional[builtins.str] = None,
131
131
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetParametersResult:
132
132
  """
133
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
133
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
134
134
 
135
135
  ## Example Usage
136
136
 
@@ -152,10 +152,12 @@ def get_parameters(object_name: Optional[builtins.str] = None,
152
152
  user="TEST_USER")
153
153
  ```
154
154
 
155
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
156
+
155
157
 
156
158
  :param builtins.str object_name: If parameter*type is set to "OBJECT" then object*name is the name of the object to display object parameters for.
157
159
  :param builtins.str object_type: If parameter*type is set to "OBJECT" then object*type is the type of object to display object parameters for. Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
158
- :param builtins.str parameter_type: The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
160
+ :param builtins.str parameter_type: (Default: `ACCOUNT`) The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
159
161
  :param builtins.str pattern: Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
160
162
  :param builtins.str user: If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
161
163
  """
@@ -183,7 +185,7 @@ def get_parameters_output(object_name: Optional[pulumi.Input[Optional[builtins.s
183
185
  user: Optional[pulumi.Input[Optional[builtins.str]]] = None,
184
186
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetParametersResult]:
185
187
  """
186
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
188
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
187
189
 
188
190
  ## Example Usage
189
191
 
@@ -205,10 +207,12 @@ def get_parameters_output(object_name: Optional[pulumi.Input[Optional[builtins.s
205
207
  user="TEST_USER")
206
208
  ```
207
209
 
210
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
211
+
208
212
 
209
213
  :param builtins.str object_name: If parameter*type is set to "OBJECT" then object*name is the name of the object to display object parameters for.
210
214
  :param builtins.str object_type: If parameter*type is set to "OBJECT" then object*type is the type of object to display object parameters for. Valid values are any object supported by the IN clause of the [SHOW PARAMETERS](https://docs.snowflake.com/en/sql-reference/sql/show-parameters.html#parameters) statement, including: WAREHOUSE | DATABASE | SCHEMA | TASK | TABLE
211
- :param builtins.str parameter_type: The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
215
+ :param builtins.str parameter_type: (Default: `ACCOUNT`) The type of parameter to filter by. Valid values are: "ACCOUNT", "SESSION", "OBJECT".
212
216
  :param builtins.str pattern: Allows limiting the list of parameters by name using LIKE clause. Refer to [Limiting the List of Parameters by Name](https://docs.snowflake.com/en/sql-reference/parameters.html#limiting-the-list-of-parameters-by-name)
213
217
  :param builtins.str user: If parameter_type is set to "SESSION" then user is the name of the user to display session parameters for.
214
218
  """
@@ -91,7 +91,7 @@ def get_pipes(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPipesResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_pipes(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the pipes from.
@@ -122,7 +124,7 @@ def get_pipes_output(database: Optional[pulumi.Input[builtins.str]] = None,
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPipesResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_pipes_output(database: Optional[pulumi.Input[builtins.str]] = None,
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the pipes from.
@@ -91,7 +91,7 @@ def get_procedures(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProceduresResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_procedures(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the procedures from.
@@ -122,7 +124,7 @@ def get_procedures_output(database: Optional[pulumi.Input[builtins.str]] = None,
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProceduresResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_procedures_output(database: Optional[pulumi.Input[builtins.str]] = None,
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the procedures from.
@@ -93,7 +93,7 @@ class GetRowAccessPoliciesResult:
93
93
  @pulumi.getter(name="withDescribe")
94
94
  def with_describe(self) -> Optional[builtins.bool]:
95
95
  """
96
- Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true.
96
+ (Default: `true`) Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true.
97
97
  """
98
98
  return pulumi.get(self, "with_describe")
99
99
 
@@ -124,7 +124,7 @@ def get_row_access_policies(in_: Optional[Union['GetRowAccessPoliciesInArgs', 'G
124
124
  :param Union['GetRowAccessPoliciesInArgs', 'GetRowAccessPoliciesInArgsDict'] in_: IN clause to filter the list of row access policies
125
125
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
126
126
  :param Union['GetRowAccessPoliciesLimitArgs', 'GetRowAccessPoliciesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
127
- :param builtins.bool with_describe: Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true.
127
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true.
128
128
  """
129
129
  __args__ = dict()
130
130
  __args__['in'] = in_
@@ -153,7 +153,7 @@ def get_row_access_policies_output(in_: Optional[pulumi.Input[Optional[Union['Ge
153
153
  :param Union['GetRowAccessPoliciesInArgs', 'GetRowAccessPoliciesInArgsDict'] in_: IN clause to filter the list of row access policies
154
154
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
155
155
  :param Union['GetRowAccessPoliciesLimitArgs', 'GetRowAccessPoliciesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
156
- :param builtins.bool with_describe: Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true.
156
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true.
157
157
  """
158
158
  __args__ = dict()
159
159
  __args__['in'] = in_
@@ -107,7 +107,7 @@ class GetSchemasResult:
107
107
  @pulumi.getter(name="withDescribe")
108
108
  def with_describe(self) -> Optional[builtins.bool]:
109
109
  """
110
- Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
110
+ (Default: `true`) Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
111
111
  """
112
112
  return pulumi.get(self, "with_describe")
113
113
 
@@ -115,7 +115,7 @@ class GetSchemasResult:
115
115
  @pulumi.getter(name="withParameters")
116
116
  def with_parameters(self) -> Optional[builtins.bool]:
117
117
  """
118
- Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
118
+ (Default: `true`) Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
119
119
  """
120
120
  return pulumi.get(self, "with_parameters")
121
121
 
@@ -154,8 +154,8 @@ def get_schemas(in_: Optional[Union['GetSchemasInArgs', 'GetSchemasInArgsDict']]
154
154
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
155
155
  :param Union['GetSchemasLimitArgs', 'GetSchemasLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
156
156
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
157
- :param builtins.bool with_describe: Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
158
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
157
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
158
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
159
159
  """
160
160
  __args__ = dict()
161
161
  __args__['in'] = in_
@@ -194,8 +194,8 @@ def get_schemas_output(in_: Optional[pulumi.Input[Optional[Union['GetSchemasInAr
194
194
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
195
195
  :param Union['GetSchemasLimitArgs', 'GetSchemasLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
196
196
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
197
- :param builtins.bool with_describe: Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
198
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
197
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
198
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
199
199
  """
200
200
  __args__ = dict()
201
201
  __args__['in'] = in_
@@ -82,7 +82,7 @@ class GetSecretsResult:
82
82
  @pulumi.getter(name="withDescribe")
83
83
  def with_describe(self) -> Optional[builtins.bool]:
84
84
  """
85
- Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true.
85
+ (Default: `true`) Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true.
86
86
  """
87
87
  return pulumi.get(self, "with_describe")
88
88
 
@@ -132,10 +132,12 @@ def get_secrets(in_: Optional[Union['GetSecretsInArgs', 'GetSecretsInArgsDict']]
132
132
  pulumi.export("onlyShowOutput", only_show.secrets)
133
133
  ```
134
134
 
135
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
136
+
135
137
 
136
138
  :param Union['GetSecretsInArgs', 'GetSecretsInArgsDict'] in_: IN clause to filter the list of secrets
137
139
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
138
- :param builtins.bool with_describe: Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true.
140
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true.
139
141
  """
140
142
  __args__ = dict()
141
143
  __args__['in'] = in_
@@ -182,10 +184,12 @@ def get_secrets_output(in_: Optional[pulumi.Input[Optional[Union['GetSecretsInAr
182
184
  pulumi.export("onlyShowOutput", only_show.secrets)
183
185
  ```
184
186
 
187
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
188
+
185
189
 
186
190
  :param Union['GetSecretsInArgs', 'GetSecretsInArgsDict'] in_: IN clause to filter the list of secrets
187
191
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
188
- :param builtins.bool with_describe: Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true.
192
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true.
189
193
  """
190
194
  __args__ = dict()
191
195
  __args__['in'] = in_
@@ -70,7 +70,7 @@ class GetSecurityIntegrationsResult:
70
70
  @pulumi.getter(name="withDescribe")
71
71
  def with_describe(self) -> Optional[builtins.bool]:
72
72
  """
73
- Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
73
+ (Default: `true`) Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
74
74
  """
75
75
  return pulumi.get(self, "with_describe")
76
76
 
@@ -95,7 +95,7 @@ def get_security_integrations(like: Optional[builtins.str] = None,
95
95
 
96
96
 
97
97
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
98
- :param builtins.bool with_describe: Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
98
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
99
99
  """
100
100
  __args__ = dict()
101
101
  __args__['like'] = like
@@ -116,7 +116,7 @@ def get_security_integrations_output(like: Optional[pulumi.Input[Optional[builti
116
116
 
117
117
 
118
118
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
119
- :param builtins.bool with_describe: Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
119
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
120
120
  """
121
121
  __args__ = dict()
122
122
  __args__['like'] = like
@@ -91,7 +91,7 @@ def get_sequences(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSequencesResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_sequences(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the sequences from.
@@ -122,7 +124,7 @@ def get_sequences_output(database: Optional[pulumi.Input[builtins.str]] = None,
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSequencesResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_sequences_output(database: Optional[pulumi.Input[builtins.str]] = None,
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the sequences from.
@@ -78,7 +78,7 @@ class AwaitableGetSharesResult(GetSharesResult):
78
78
  def get_shares(pattern: Optional[builtins.str] = None,
79
79
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSharesResult:
80
80
  """
81
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
81
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
82
82
 
83
83
  ## Example Usage
84
84
 
@@ -90,6 +90,8 @@ def get_shares(pattern: Optional[builtins.str] = None,
90
90
  ad = snowflake.get_shares(pattern="usage")
91
91
  ```
92
92
 
93
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
94
+
93
95
 
94
96
  :param builtins.str pattern: Filters the command output by object name.
95
97
  """
@@ -105,7 +107,7 @@ def get_shares(pattern: Optional[builtins.str] = None,
105
107
  def get_shares_output(pattern: Optional[pulumi.Input[Optional[builtins.str]]] = None,
106
108
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSharesResult]:
107
109
  """
108
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
110
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
109
111
 
110
112
  ## Example Usage
111
113
 
@@ -117,6 +119,8 @@ def get_shares_output(pattern: Optional[pulumi.Input[Optional[builtins.str]]] =
117
119
  ad = snowflake.get_shares(pattern="usage")
118
120
  ```
119
121
 
122
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
123
+
120
124
 
121
125
  :param builtins.str pattern: Filters the command output by object name.
122
126
  """
@@ -91,7 +91,7 @@ def get_stages(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStagesResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_stages(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the stages from.
@@ -122,7 +124,7 @@ def get_stages_output(database: Optional[pulumi.Input[builtins.str]] = None,
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStagesResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_stages_output(database: Optional[pulumi.Input[builtins.str]] = None,
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the stages from.
@@ -65,7 +65,7 @@ class AwaitableGetStorageIntegrationsResult(GetStorageIntegrationsResult):
65
65
 
66
66
  def get_storage_integrations(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStorageIntegrationsResult:
67
67
  """
68
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
68
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
69
69
 
70
70
  ## Example Usage
71
71
 
@@ -75,6 +75,8 @@ def get_storage_integrations(opts: Optional[pulumi.InvokeOptions] = None) -> Awa
75
75
 
76
76
  current = snowflake.get_storage_integrations()
77
77
  ```
78
+
79
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
78
80
  """
79
81
  __args__ = dict()
80
82
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -85,7 +87,7 @@ def get_storage_integrations(opts: Optional[pulumi.InvokeOptions] = None) -> Awa
85
87
  storage_integrations=pulumi.get(__ret__, 'storage_integrations'))
86
88
  def get_storage_integrations_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStorageIntegrationsResult]:
87
89
  """
88
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
90
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
89
91
 
90
92
  ## Example Usage
91
93
 
@@ -95,6 +97,8 @@ def get_storage_integrations_output(opts: Optional[Union[pulumi.InvokeOptions, p
95
97
 
96
98
  current = snowflake.get_storage_integrations()
97
99
  ```
100
+
101
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
98
102
  """
99
103
  __args__ = dict()
100
104
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -93,7 +93,7 @@ class GetStreamlitsResult:
93
93
  @pulumi.getter(name="withDescribe")
94
94
  def with_describe(self) -> Optional[builtins.bool]:
95
95
  """
96
- Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
96
+ (Default: `true`) Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
97
97
  """
98
98
  return pulumi.get(self, "with_describe")
99
99
 
@@ -124,7 +124,7 @@ def get_streamlits(in_: Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInAr
124
124
  :param Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict'] in_: IN clause to filter the list of streamlits
125
125
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
126
126
  :param Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
127
- :param builtins.bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
127
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
128
128
  """
129
129
  __args__ = dict()
130
130
  __args__['in'] = in_
@@ -153,7 +153,7 @@ def get_streamlits_output(in_: Optional[pulumi.Input[Optional[Union['GetStreamli
153
153
  :param Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict'] in_: IN clause to filter the list of streamlits
154
154
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
155
155
  :param Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
156
- :param builtins.bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
156
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
157
157
  """
158
158
  __args__ = dict()
159
159
  __args__['in'] = in_
@@ -104,7 +104,7 @@ class GetStreamsResult:
104
104
  @pulumi.getter(name="withDescribe")
105
105
  def with_describe(self) -> Optional[builtins.bool]:
106
106
  """
107
- Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
107
+ (Default: `true`) Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
108
108
  """
109
109
  return pulumi.get(self, "with_describe")
110
110
 
@@ -138,7 +138,7 @@ def get_streams(in_: Optional[Union['GetStreamsInArgs', 'GetStreamsInArgsDict']]
138
138
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
139
139
  :param Union['GetStreamsLimitArgs', 'GetStreamsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
140
140
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
141
- :param builtins.bool with_describe: Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
141
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
142
142
  """
143
143
  __args__ = dict()
144
144
  __args__['in'] = in_
@@ -171,7 +171,7 @@ def get_streams_output(in_: Optional[pulumi.Input[Optional[Union['GetStreamsInAr
171
171
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
172
172
  :param Union['GetStreamsLimitArgs', 'GetStreamsLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
173
173
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
174
- :param builtins.bool with_describe: Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
174
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true.
175
175
  """
176
176
  __args__ = dict()
177
177
  __args__['in'] = in_