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
@@ -34,13 +34,13 @@ class GrantPrivilegesToDatabaseRoleArgs:
34
34
  """
35
35
  The set of arguments for constructing a GrantPrivilegesToDatabaseRole resource.
36
36
  :param pulumi.Input[builtins.str] database_role_name: The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
37
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the database role.
38
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
37
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the database role.
38
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
39
39
  :param pulumi.Input[builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
40
40
  :param pulumi.Input['GrantPrivilegesToDatabaseRoleOnSchemaArgs'] on_schema: Specifies the schema on which privileges will be granted.
41
41
  :param pulumi.Input['GrantPrivilegesToDatabaseRoleOnSchemaObjectArgs'] on_schema_object: Specifies the schema object on which privileges will be granted.
42
42
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the database role.
43
- :param pulumi.Input[builtins.bool] with_grant_option: If specified, allows the recipient role to grant the privileges to other roles.
43
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) If specified, allows the recipient role to grant the privileges to other roles.
44
44
  """
45
45
  pulumi.set(__self__, "database_role_name", database_role_name)
46
46
  if all_privileges is not None:
@@ -76,7 +76,7 @@ class GrantPrivilegesToDatabaseRoleArgs:
76
76
  @pulumi.getter(name="allPrivileges")
77
77
  def all_privileges(self) -> Optional[pulumi.Input[builtins.bool]]:
78
78
  """
79
- Grant all privileges on the database role.
79
+ (Default: `false`) Grant all privileges on the database role.
80
80
  """
81
81
  return pulumi.get(self, "all_privileges")
82
82
 
@@ -97,7 +97,7 @@ class GrantPrivilegesToDatabaseRoleArgs:
97
97
  @pulumi.getter(name="alwaysApplyTrigger")
98
98
  def always_apply_trigger(self) -> Optional[pulumi.Input[builtins.str]]:
99
99
  """
100
- This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
100
+ (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
101
101
  """
102
102
  return pulumi.get(self, "always_apply_trigger")
103
103
 
@@ -157,7 +157,7 @@ class GrantPrivilegesToDatabaseRoleArgs:
157
157
  @pulumi.getter(name="withGrantOption")
158
158
  def with_grant_option(self) -> Optional[pulumi.Input[builtins.bool]]:
159
159
  """
160
- If specified, allows the recipient role to grant the privileges to other roles.
160
+ (Default: `false`) If specified, allows the recipient role to grant the privileges to other roles.
161
161
  """
162
162
  return pulumi.get(self, "with_grant_option")
163
163
 
@@ -180,14 +180,14 @@ class _GrantPrivilegesToDatabaseRoleState:
180
180
  with_grant_option: Optional[pulumi.Input[builtins.bool]] = None):
181
181
  """
182
182
  Input properties used for looking up and filtering GrantPrivilegesToDatabaseRole resources.
183
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the database role.
184
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
183
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the database role.
184
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
185
185
  :param pulumi.Input[builtins.str] database_role_name: The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
186
186
  :param pulumi.Input[builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
187
187
  :param pulumi.Input['GrantPrivilegesToDatabaseRoleOnSchemaArgs'] on_schema: Specifies the schema on which privileges will be granted.
188
188
  :param pulumi.Input['GrantPrivilegesToDatabaseRoleOnSchemaObjectArgs'] on_schema_object: Specifies the schema object on which privileges will be granted.
189
189
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the database role.
190
- :param pulumi.Input[builtins.bool] with_grant_option: If specified, allows the recipient role to grant the privileges to other roles.
190
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) If specified, allows the recipient role to grant the privileges to other roles.
191
191
  """
192
192
  if all_privileges is not None:
193
193
  pulumi.set(__self__, "all_privileges", all_privileges)
@@ -212,7 +212,7 @@ class _GrantPrivilegesToDatabaseRoleState:
212
212
  @pulumi.getter(name="allPrivileges")
213
213
  def all_privileges(self) -> Optional[pulumi.Input[builtins.bool]]:
214
214
  """
215
- Grant all privileges on the database role.
215
+ (Default: `false`) Grant all privileges on the database role.
216
216
  """
217
217
  return pulumi.get(self, "all_privileges")
218
218
 
@@ -233,7 +233,7 @@ class _GrantPrivilegesToDatabaseRoleState:
233
233
  @pulumi.getter(name="alwaysApplyTrigger")
234
234
  def always_apply_trigger(self) -> Optional[pulumi.Input[builtins.str]]:
235
235
  """
236
- This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
236
+ (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
237
237
  """
238
238
  return pulumi.get(self, "always_apply_trigger")
239
239
 
@@ -305,7 +305,7 @@ class _GrantPrivilegesToDatabaseRoleState:
305
305
  @pulumi.getter(name="withGrantOption")
306
306
  def with_grant_option(self) -> Optional[pulumi.Input[builtins.bool]]:
307
307
  """
308
- If specified, allows the recipient role to grant the privileges to other roles.
308
+ (Default: `false`) If specified, allows the recipient role to grant the privileges to other roles.
309
309
  """
310
310
  return pulumi.get(self, "with_grant_option")
311
311
 
@@ -360,14 +360,14 @@ class GrantPrivilegesToDatabaseRole(pulumi.CustomResource):
360
360
 
361
361
  :param str resource_name: The name of the resource.
362
362
  :param pulumi.ResourceOptions opts: Options for the resource.
363
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the database role.
364
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
363
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the database role.
364
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
365
365
  :param pulumi.Input[builtins.str] database_role_name: The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
366
366
  :param pulumi.Input[builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
367
367
  :param pulumi.Input[Union['GrantPrivilegesToDatabaseRoleOnSchemaArgs', 'GrantPrivilegesToDatabaseRoleOnSchemaArgsDict']] on_schema: Specifies the schema on which privileges will be granted.
368
368
  :param pulumi.Input[Union['GrantPrivilegesToDatabaseRoleOnSchemaObjectArgs', 'GrantPrivilegesToDatabaseRoleOnSchemaObjectArgsDict']] on_schema_object: Specifies the schema object on which privileges will be granted.
369
369
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the database role.
370
- :param pulumi.Input[builtins.bool] with_grant_option: If specified, allows the recipient role to grant the privileges to other roles.
370
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) If specified, allows the recipient role to grant the privileges to other roles.
371
371
  """
372
372
  ...
373
373
  @overload
@@ -474,14 +474,14 @@ class GrantPrivilegesToDatabaseRole(pulumi.CustomResource):
474
474
  :param str resource_name: The unique name of the resulting resource.
475
475
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
476
476
  :param pulumi.ResourceOptions opts: Options for the resource.
477
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the database role.
478
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
477
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the database role.
478
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
479
479
  :param pulumi.Input[builtins.str] database_role_name: The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
480
480
  :param pulumi.Input[builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
481
481
  :param pulumi.Input[Union['GrantPrivilegesToDatabaseRoleOnSchemaArgs', 'GrantPrivilegesToDatabaseRoleOnSchemaArgsDict']] on_schema: Specifies the schema on which privileges will be granted.
482
482
  :param pulumi.Input[Union['GrantPrivilegesToDatabaseRoleOnSchemaObjectArgs', 'GrantPrivilegesToDatabaseRoleOnSchemaObjectArgsDict']] on_schema_object: Specifies the schema object on which privileges will be granted.
483
483
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the database role.
484
- :param pulumi.Input[builtins.bool] with_grant_option: If specified, allows the recipient role to grant the privileges to other roles.
484
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) If specified, allows the recipient role to grant the privileges to other roles.
485
485
  """
486
486
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
487
487
 
@@ -502,7 +502,7 @@ class GrantPrivilegesToDatabaseRole(pulumi.CustomResource):
502
502
  @pulumi.getter(name="allPrivileges")
503
503
  def all_privileges(self) -> pulumi.Output[Optional[builtins.bool]]:
504
504
  """
505
- Grant all privileges on the database role.
505
+ (Default: `false`) Grant all privileges on the database role.
506
506
  """
507
507
  return pulumi.get(self, "all_privileges")
508
508
 
@@ -515,7 +515,7 @@ class GrantPrivilegesToDatabaseRole(pulumi.CustomResource):
515
515
  @pulumi.getter(name="alwaysApplyTrigger")
516
516
  def always_apply_trigger(self) -> pulumi.Output[Optional[builtins.str]]:
517
517
  """
518
- This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
518
+ (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
519
519
  """
520
520
  return pulumi.get(self, "always_apply_trigger")
521
521
 
@@ -563,7 +563,7 @@ class GrantPrivilegesToDatabaseRole(pulumi.CustomResource):
563
563
  @pulumi.getter(name="withGrantOption")
564
564
  def with_grant_option(self) -> pulumi.Output[Optional[builtins.bool]]:
565
565
  """
566
- If specified, allows the recipient role to grant the privileges to other roles.
566
+ (Default: `false`) If specified, allows the recipient role to grant the privileges to other roles.
567
567
  """
568
568
  return pulumi.get(self, "with_grant_option")
569
569
 
@@ -115,9 +115,9 @@ class LegacyServiceUserArgs:
115
115
  :param pulumi.Input[builtins.str] date_output_format: Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format).
116
116
  :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
117
117
  :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
118
- :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
118
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: (Default: `DEFAULT`) Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
119
119
  :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
120
- :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
120
+ :param pulumi.Input[builtins.str] disabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
121
121
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
122
122
  :param pulumi.Input[builtins.str] email: Email address for the user.
123
123
  :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE*UNLOAD*PHYSICAL*TYPE*OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization).
@@ -134,7 +134,7 @@ class LegacyServiceUserArgs:
134
134
  :param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
135
135
  :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
136
136
  :param pulumi.Input[builtins.int] multi_statement_count: Number of statements to execute when using the multi-statement capability. For more information, check [MULTI*STATEMENT*COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count).
137
- :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
137
+ :param pulumi.Input[builtins.str] must_change_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
138
138
  :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
139
139
  :param pulumi.Input[builtins.str] network_policy: Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
140
140
  :param pulumi.Input[builtins.bool] noorder_sequence_as_default: Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER*SEQUENCE*AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default).
@@ -536,7 +536,7 @@ class LegacyServiceUserArgs:
536
536
  @pulumi.getter(name="defaultSecondaryRolesOption")
537
537
  def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
538
538
  """
539
- Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
539
+ (Default: `DEFAULT`) Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
540
540
  """
541
541
  return pulumi.get(self, "default_secondary_roles_option")
542
542
 
@@ -560,7 +560,7 @@ class LegacyServiceUserArgs:
560
560
  @pulumi.getter
561
561
  def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
562
562
  """
563
- Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
563
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
564
564
  """
565
565
  return pulumi.get(self, "disabled")
566
566
 
@@ -773,7 +773,7 @@ class LegacyServiceUserArgs:
773
773
  @pulumi.getter(name="mustChangePassword")
774
774
  def must_change_password(self) -> Optional[pulumi.Input[builtins.str]]:
775
775
  """
776
- Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
776
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
777
777
  """
778
778
  return pulumi.get(self, "must_change_password")
779
779
 
@@ -1299,9 +1299,9 @@ class _LegacyServiceUserState:
1299
1299
  :param pulumi.Input[builtins.str] date_output_format: Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format).
1300
1300
  :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
1301
1301
  :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
1302
- :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
1302
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: (Default: `DEFAULT`) Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
1303
1303
  :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
1304
- :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1304
+ :param pulumi.Input[builtins.str] disabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1305
1305
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
1306
1306
  :param pulumi.Input[builtins.str] email: Email address for the user.
1307
1307
  :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE*UNLOAD*PHYSICAL*TYPE*OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization).
@@ -1319,7 +1319,7 @@ class _LegacyServiceUserState:
1319
1319
  :param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
1320
1320
  :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
1321
1321
  :param pulumi.Input[builtins.int] multi_statement_count: Number of statements to execute when using the multi-statement capability. For more information, check [MULTI*STATEMENT*COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count).
1322
- :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
1322
+ :param pulumi.Input[builtins.str] must_change_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
1323
1323
  :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
1324
1324
  :param pulumi.Input[builtins.str] network_policy: Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
1325
1325
  :param pulumi.Input[builtins.bool] noorder_sequence_as_default: Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER*SEQUENCE*AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default).
@@ -1732,7 +1732,7 @@ class _LegacyServiceUserState:
1732
1732
  @pulumi.getter(name="defaultSecondaryRolesOption")
1733
1733
  def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
1734
1734
  """
1735
- Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
1735
+ (Default: `DEFAULT`) Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
1736
1736
  """
1737
1737
  return pulumi.get(self, "default_secondary_roles_option")
1738
1738
 
@@ -1756,7 +1756,7 @@ class _LegacyServiceUserState:
1756
1756
  @pulumi.getter
1757
1757
  def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
1758
1758
  """
1759
- Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1759
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
1760
1760
  """
1761
1761
  return pulumi.get(self, "disabled")
1762
1762
 
@@ -1981,7 +1981,7 @@ class _LegacyServiceUserState:
1981
1981
  @pulumi.getter(name="mustChangePassword")
1982
1982
  def must_change_password(self) -> Optional[pulumi.Input[builtins.str]]:
1983
1983
  """
1984
- Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
1984
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
1985
1985
  """
1986
1986
  return pulumi.get(self, "must_change_password")
1987
1987
 
@@ -2551,9 +2551,9 @@ class LegacyServiceUser(pulumi.CustomResource):
2551
2551
  :param pulumi.Input[builtins.str] date_output_format: Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format).
2552
2552
  :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
2553
2553
  :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
2554
- :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2554
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: (Default: `DEFAULT`) Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2555
2555
  :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
2556
- :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2556
+ :param pulumi.Input[builtins.str] disabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2557
2557
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2558
2558
  :param pulumi.Input[builtins.str] email: Email address for the user.
2559
2559
  :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE*UNLOAD*PHYSICAL*TYPE*OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization).
@@ -2570,7 +2570,7 @@ class LegacyServiceUser(pulumi.CustomResource):
2570
2570
  :param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
2571
2571
  :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
2572
2572
  :param pulumi.Input[builtins.int] multi_statement_count: Number of statements to execute when using the multi-statement capability. For more information, check [MULTI*STATEMENT*COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count).
2573
- :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
2573
+ :param pulumi.Input[builtins.str] must_change_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
2574
2574
  :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2575
2575
  :param pulumi.Input[builtins.str] network_policy: Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
2576
2576
  :param pulumi.Input[builtins.bool] noorder_sequence_as_default: Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER*SEQUENCE*AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default).
@@ -2911,9 +2911,9 @@ class LegacyServiceUser(pulumi.CustomResource):
2911
2911
  :param pulumi.Input[builtins.str] date_output_format: Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE*OUTPUT*FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format).
2912
2912
  :param pulumi.Input[builtins.str] default_namespace: Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists.
2913
2913
  :param pulumi.Input[builtins.str] default_role: Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see docs.
2914
- :param pulumi.Input[builtins.str] default_secondary_roles_option: Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2914
+ :param pulumi.Input[builtins.str] default_secondary_roles_option: (Default: `DEFAULT`) Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
2915
2915
  :param pulumi.Input[builtins.str] default_warehouse: Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see docs.
2916
- :param pulumi.Input[builtins.str] disabled: Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2916
+ :param pulumi.Input[builtins.str] disabled: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
2917
2917
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2918
2918
  :param pulumi.Input[builtins.str] email: Email address for the user.
2919
2919
  :param pulumi.Input[builtins.bool] enable_unload_physical_type_optimization: Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE*UNLOAD*PHYSICAL*TYPE*OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization).
@@ -2931,7 +2931,7 @@ class LegacyServiceUser(pulumi.CustomResource):
2931
2931
  :param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level).
2932
2932
  :param pulumi.Input[builtins.str] login_name: The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive.
2933
2933
  :param pulumi.Input[builtins.int] multi_statement_count: Number of statements to execute when using the multi-statement capability. For more information, check [MULTI*STATEMENT*COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count).
2934
- :param pulumi.Input[builtins.str] must_change_password: Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
2934
+ :param pulumi.Input[builtins.str] must_change_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
2935
2935
  :param pulumi.Input[builtins.str] name: Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
2936
2936
  :param pulumi.Input[builtins.str] network_policy: Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy).
2937
2937
  :param pulumi.Input[builtins.bool] noorder_sequence_as_default: Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER*SEQUENCE*AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default).
@@ -3199,7 +3199,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3199
3199
  @pulumi.getter(name="defaultSecondaryRolesOption")
3200
3200
  def default_secondary_roles_option(self) -> pulumi.Output[Optional[builtins.str]]:
3201
3201
  """
3202
- Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
3202
+ (Default: `DEFAULT`) Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. More information can be found in [doc](https://docs.snowflake.com/en/sql-reference/sql/create-user#optional-object-properties-objectproperties).
3203
3203
  """
3204
3204
  return pulumi.get(self, "default_secondary_roles_option")
3205
3205
 
@@ -3215,7 +3215,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3215
3215
  @pulumi.getter
3216
3216
  def disabled(self) -> pulumi.Output[Optional[builtins.str]]:
3217
3217
  """
3218
- Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3218
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3219
3219
  """
3220
3220
  return pulumi.get(self, "disabled")
3221
3221
 
@@ -3364,7 +3364,7 @@ class LegacyServiceUser(pulumi.CustomResource):
3364
3364
  @pulumi.getter(name="mustChangePassword")
3365
3365
  def must_change_password(self) -> pulumi.Output[Optional[builtins.str]]:
3366
3366
  """
3367
- Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
3367
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. 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.
3368
3368
  """
3369
3369
  return pulumi.get(self, "must_change_password")
3370
3370
 
@@ -31,7 +31,7 @@ class ManagedAccountArgs:
31
31
  :param pulumi.Input[builtins.str] admin_password: Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy).
32
32
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the managed account.
33
33
  :param pulumi.Input[builtins.str] name: Identifier for the managed account; must be unique for your account.
34
- :param pulumi.Input[builtins.str] type: Specifies the type of managed account.
34
+ :param pulumi.Input[builtins.str] type: (Default: `READER`) Specifies the type of managed account.
35
35
  """
36
36
  pulumi.set(__self__, "admin_name", admin_name)
37
37
  pulumi.set(__self__, "admin_password", admin_password)
@@ -94,7 +94,7 @@ class ManagedAccountArgs:
94
94
  @pulumi.getter
95
95
  def type(self) -> Optional[pulumi.Input[builtins.str]]:
96
96
  """
97
- Specifies the type of managed account.
97
+ (Default: `READER`) Specifies the type of managed account.
98
98
  """
99
99
  return pulumi.get(self, "type")
100
100
 
@@ -128,7 +128,7 @@ class _ManagedAccountState:
128
128
  :param pulumi.Input[builtins.str] locator: Display name of the managed account.
129
129
  :param pulumi.Input[builtins.str] name: Identifier for the managed account; must be unique for your account.
130
130
  :param pulumi.Input[builtins.str] region: Snowflake Region in which the managed account is located.
131
- :param pulumi.Input[builtins.str] type: Specifies the type of managed account.
131
+ :param pulumi.Input[builtins.str] type: (Default: `READER`) Specifies the type of managed account.
132
132
  :param pulumi.Input[builtins.str] url: URL for accessing the managed account, particularly through the web interface.
133
133
  """
134
134
  if admin_name is not None:
@@ -266,7 +266,7 @@ class _ManagedAccountState:
266
266
  @pulumi.getter
267
267
  def type(self) -> Optional[pulumi.Input[builtins.str]]:
268
268
  """
269
- Specifies the type of managed account.
269
+ (Default: `READER`) Specifies the type of managed account.
270
270
  """
271
271
  return pulumi.get(self, "type")
272
272
 
@@ -311,7 +311,7 @@ class ManagedAccount(pulumi.CustomResource):
311
311
  :param pulumi.Input[builtins.str] admin_password: Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy).
312
312
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the managed account.
313
313
  :param pulumi.Input[builtins.str] name: Identifier for the managed account; must be unique for your account.
314
- :param pulumi.Input[builtins.str] type: Specifies the type of managed account.
314
+ :param pulumi.Input[builtins.str] type: (Default: `READER`) Specifies the type of managed account.
315
315
  """
316
316
  ...
317
317
  @overload
@@ -409,7 +409,7 @@ class ManagedAccount(pulumi.CustomResource):
409
409
  :param pulumi.Input[builtins.str] locator: Display name of the managed account.
410
410
  :param pulumi.Input[builtins.str] name: Identifier for the managed account; must be unique for your account.
411
411
  :param pulumi.Input[builtins.str] region: Snowflake Region in which the managed account is located.
412
- :param pulumi.Input[builtins.str] type: Specifies the type of managed account.
412
+ :param pulumi.Input[builtins.str] type: (Default: `READER`) Specifies the type of managed account.
413
413
  :param pulumi.Input[builtins.str] url: URL for accessing the managed account, particularly through the web interface.
414
414
  """
415
415
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -505,7 +505,7 @@ class ManagedAccount(pulumi.CustomResource):
505
505
  @pulumi.getter
506
506
  def type(self) -> pulumi.Output[Optional[builtins.str]]:
507
507
  """
508
- Specifies the type of managed account.
508
+ (Default: `READER`) Specifies the type of managed account.
509
509
  """
510
510
  return pulumi.get(self, "type")
511
511
 
@@ -38,7 +38,7 @@ class MaskingPolicyArgs:
38
38
  :param pulumi.Input[builtins.str] return_data_type: The return data type must match the input data type of the first column that is specified as an input column. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
39
39
  :param pulumi.Input[builtins.str] schema: The schema in which to create the masking policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
40
40
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the masking policy.
41
- :param pulumi.Input[builtins.str] exempt_other_policies: Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
41
+ :param pulumi.Input[builtins.str] exempt_other_policies: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
42
42
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
43
43
  """
44
44
  pulumi.set(__self__, "arguments", arguments)
@@ -129,7 +129,7 @@ class MaskingPolicyArgs:
129
129
  @pulumi.getter(name="exemptOtherPolicies")
130
130
  def exempt_other_policies(self) -> Optional[pulumi.Input[builtins.str]]:
131
131
  """
132
- Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
132
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
133
133
  """
134
134
  return pulumi.get(self, "exempt_other_policies")
135
135
 
@@ -171,7 +171,7 @@ class _MaskingPolicyState:
171
171
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the masking policy.
172
172
  :param pulumi.Input[builtins.str] database: The database in which to create the masking policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
173
173
  :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE MASKING POLICY` for the given masking policy.
174
- :param pulumi.Input[builtins.str] exempt_other_policies: Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
174
+ :param pulumi.Input[builtins.str] exempt_other_policies: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
175
175
  :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).
176
176
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
177
177
  :param pulumi.Input[builtins.str] return_data_type: The return data type must match the input data type of the first column that is specified as an input column. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
@@ -265,7 +265,7 @@ class _MaskingPolicyState:
265
265
  @pulumi.getter(name="exemptOtherPolicies")
266
266
  def exempt_other_policies(self) -> Optional[pulumi.Input[builtins.str]]:
267
267
  """
268
- Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
268
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
269
269
  """
270
270
  return pulumi.get(self, "exempt_other_policies")
271
271
 
@@ -361,7 +361,7 @@ class MaskingPolicy(pulumi.CustomResource):
361
361
  :param pulumi.Input[builtins.str] body: Specifies the SQL expression that transforms the data. 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.
362
362
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the masking policy.
363
363
  :param pulumi.Input[builtins.str] database: The database in which to create the masking policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
364
- :param pulumi.Input[builtins.str] exempt_other_policies: Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
364
+ :param pulumi.Input[builtins.str] exempt_other_policies: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
365
365
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
366
366
  :param pulumi.Input[builtins.str] return_data_type: The return data type must match the input data type of the first column that is specified as an input column. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
367
367
  :param pulumi.Input[builtins.str] schema: The schema in which to create the masking policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
@@ -465,7 +465,7 @@ class MaskingPolicy(pulumi.CustomResource):
465
465
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the masking policy.
466
466
  :param pulumi.Input[builtins.str] database: The database in which to create the masking policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
467
467
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaskingPolicyDescribeOutputArgs', 'MaskingPolicyDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE MASKING POLICY` for the given masking policy.
468
- :param pulumi.Input[builtins.str] exempt_other_policies: Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
468
+ :param pulumi.Input[builtins.str] exempt_other_policies: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
469
469
  :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).
470
470
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
471
471
  :param pulumi.Input[builtins.str] return_data_type: The return data type must match the input data type of the first column that is specified as an input column. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
@@ -533,7 +533,7 @@ class MaskingPolicy(pulumi.CustomResource):
533
533
  @pulumi.getter(name="exemptOtherPolicies")
534
534
  def exempt_other_policies(self) -> pulumi.Output[Optional[builtins.str]]:
535
535
  """
536
- Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
536
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether the row access policy or conditional masking policy can reference a column that is already protected by a masking policy. Due to Snowflake limitations, when value is changed, the resource is recreated. 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.
537
537
  """
538
538
  return pulumi.get(self, "exempt_other_policies")
539
539
 
@@ -38,9 +38,9 @@ class MaterializedViewArgs:
38
38
  :param pulumi.Input[builtins.str] statement: Specifies the query used to create the view.
39
39
  :param pulumi.Input[builtins.str] warehouse: The warehouse name.
40
40
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the view.
41
- :param pulumi.Input[builtins.bool] is_secure: Specifies that the view is secure.
41
+ :param pulumi.Input[builtins.bool] is_secure: (Default: `false`) Specifies that the view is secure.
42
42
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the view; must be unique for the schema in which the view is created.
43
- :param pulumi.Input[builtins.bool] or_replace: Overwrites the View if it exists.
43
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Overwrites the View if it exists.
44
44
  :param pulumi.Input[Sequence[pulumi.Input['MaterializedViewTagArgs']]] tags: Definitions of a tag to associate with the resource.
45
45
  """
46
46
  pulumi.set(__self__, "database", database)
@@ -125,7 +125,7 @@ class MaterializedViewArgs:
125
125
  @pulumi.getter(name="isSecure")
126
126
  def is_secure(self) -> Optional[pulumi.Input[builtins.bool]]:
127
127
  """
128
- Specifies that the view is secure.
128
+ (Default: `false`) Specifies that the view is secure.
129
129
  """
130
130
  return pulumi.get(self, "is_secure")
131
131
 
@@ -149,7 +149,7 @@ class MaterializedViewArgs:
149
149
  @pulumi.getter(name="orReplace")
150
150
  def or_replace(self) -> Optional[pulumi.Input[builtins.bool]]:
151
151
  """
152
- Overwrites the View if it exists.
152
+ (Default: `false`) Overwrites the View if it exists.
153
153
  """
154
154
  return pulumi.get(self, "or_replace")
155
155
 
@@ -189,9 +189,9 @@ class _MaterializedViewState:
189
189
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the view.
190
190
  :param pulumi.Input[builtins.str] database: The database in which to create the view. Don't use the | character.
191
191
  :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).
192
- :param pulumi.Input[builtins.bool] is_secure: Specifies that the view is secure.
192
+ :param pulumi.Input[builtins.bool] is_secure: (Default: `false`) Specifies that the view is secure.
193
193
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the view; must be unique for the schema in which the view is created.
194
- :param pulumi.Input[builtins.bool] or_replace: Overwrites the View if it exists.
194
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Overwrites the View if it exists.
195
195
  :param pulumi.Input[builtins.str] schema: The schema in which to create the view. Don't use the | character.
196
196
  :param pulumi.Input[builtins.str] statement: Specifies the query used to create the view.
197
197
  :param pulumi.Input[Sequence[pulumi.Input['MaterializedViewTagArgs']]] tags: Definitions of a tag to associate with the resource.
@@ -261,7 +261,7 @@ class _MaterializedViewState:
261
261
  @pulumi.getter(name="isSecure")
262
262
  def is_secure(self) -> Optional[pulumi.Input[builtins.bool]]:
263
263
  """
264
- Specifies that the view is secure.
264
+ (Default: `false`) Specifies that the view is secure.
265
265
  """
266
266
  return pulumi.get(self, "is_secure")
267
267
 
@@ -285,7 +285,7 @@ class _MaterializedViewState:
285
285
  @pulumi.getter(name="orReplace")
286
286
  def or_replace(self) -> Optional[pulumi.Input[builtins.bool]]:
287
287
  """
288
- Overwrites the View if it exists.
288
+ (Default: `false`) Overwrites the View if it exists.
289
289
  """
290
290
  return pulumi.get(self, "or_replace")
291
291
 
@@ -371,9 +371,9 @@ class MaterializedView(pulumi.CustomResource):
371
371
  :param pulumi.ResourceOptions opts: Options for the resource.
372
372
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the view.
373
373
  :param pulumi.Input[builtins.str] database: The database in which to create the view. Don't use the | character.
374
- :param pulumi.Input[builtins.bool] is_secure: Specifies that the view is secure.
374
+ :param pulumi.Input[builtins.bool] is_secure: (Default: `false`) Specifies that the view is secure.
375
375
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the view; must be unique for the schema in which the view is created.
376
- :param pulumi.Input[builtins.bool] or_replace: Overwrites the View if it exists.
376
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Overwrites the View if it exists.
377
377
  :param pulumi.Input[builtins.str] schema: The schema in which to create the view. Don't use the | character.
378
378
  :param pulumi.Input[builtins.str] statement: Specifies the query used to create the view.
379
379
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaterializedViewTagArgs', 'MaterializedViewTagArgsDict']]]] tags: Definitions of a tag to associate with the resource.
@@ -475,9 +475,9 @@ class MaterializedView(pulumi.CustomResource):
475
475
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the view.
476
476
  :param pulumi.Input[builtins.str] database: The database in which to create the view. Don't use the | character.
477
477
  :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).
478
- :param pulumi.Input[builtins.bool] is_secure: Specifies that the view is secure.
478
+ :param pulumi.Input[builtins.bool] is_secure: (Default: `false`) Specifies that the view is secure.
479
479
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the view; must be unique for the schema in which the view is created.
480
- :param pulumi.Input[builtins.bool] or_replace: Overwrites the View if it exists.
480
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Overwrites the View if it exists.
481
481
  :param pulumi.Input[builtins.str] schema: The schema in which to create the view. Don't use the | character.
482
482
  :param pulumi.Input[builtins.str] statement: Specifies the query used to create the view.
483
483
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaterializedViewTagArgs', 'MaterializedViewTagArgsDict']]]] tags: Definitions of a tag to associate with the resource.
@@ -527,7 +527,7 @@ class MaterializedView(pulumi.CustomResource):
527
527
  @pulumi.getter(name="isSecure")
528
528
  def is_secure(self) -> pulumi.Output[Optional[builtins.bool]]:
529
529
  """
530
- Specifies that the view is secure.
530
+ (Default: `false`) Specifies that the view is secure.
531
531
  """
532
532
  return pulumi.get(self, "is_secure")
533
533
 
@@ -543,7 +543,7 @@ class MaterializedView(pulumi.CustomResource):
543
543
  @pulumi.getter(name="orReplace")
544
544
  def or_replace(self) -> pulumi.Output[Optional[builtins.bool]]:
545
545
  """
546
- Overwrites the View if it exists.
546
+ (Default: `false`) Overwrites the View if it exists.
547
547
  """
548
548
  return pulumi.get(self, "or_replace")
549
549