pulumi-snowflake 1.2.0a1744439488__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.0a1744439488.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.0a1744439488.dist-info/RECORD +0 -148
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/WHEEL +0 -0
  98. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/top_level.txt +0 -0
@@ -42,20 +42,20 @@ class PasswordPolicyArgs:
42
42
  :param pulumi.Input[builtins.str] database: The database this password policy belongs to.
43
43
  :param pulumi.Input[builtins.str] schema: The schema this password policy belongs to.
44
44
  :param pulumi.Input[builtins.str] comment: Adds a comment or overwrites an existing comment for the password policy.
45
- :param pulumi.Input[builtins.int] history: Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
46
- :param pulumi.Input[builtins.bool] if_not_exists: Prevent overwriting a previous password policy with the same name.
47
- :param pulumi.Input[builtins.int] lockout_time_mins: Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
48
- :param pulumi.Input[builtins.int] max_age_days: Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
49
- :param pulumi.Input[builtins.int] max_length: Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
50
- :param pulumi.Input[builtins.int] max_retries: Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
51
- :param pulumi.Input[builtins.int] min_age_days: Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
52
- :param pulumi.Input[builtins.int] min_length: Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
53
- :param pulumi.Input[builtins.int] min_lower_case_chars: Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
54
- :param pulumi.Input[builtins.int] min_numeric_chars: Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
55
- :param pulumi.Input[builtins.int] min_special_chars: Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
56
- :param pulumi.Input[builtins.int] min_upper_case_chars: Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
45
+ :param pulumi.Input[builtins.int] history: (Default: `0`) Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
46
+ :param pulumi.Input[builtins.bool] if_not_exists: (Default: `false`) Prevent overwriting a previous password policy with the same name.
47
+ :param pulumi.Input[builtins.int] lockout_time_mins: (Default: `15`) Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
48
+ :param pulumi.Input[builtins.int] max_age_days: (Default: `90`) Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
49
+ :param pulumi.Input[builtins.int] max_length: (Default: `256`) Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
50
+ :param pulumi.Input[builtins.int] max_retries: (Default: `5`) Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
51
+ :param pulumi.Input[builtins.int] min_age_days: (Default: `0`) Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
52
+ :param pulumi.Input[builtins.int] min_length: (Default: `8`) Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
53
+ :param pulumi.Input[builtins.int] min_lower_case_chars: (Default: `1`) Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
54
+ :param pulumi.Input[builtins.int] min_numeric_chars: (Default: `1`) Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
55
+ :param pulumi.Input[builtins.int] min_special_chars: (Default: `1`) Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
56
+ :param pulumi.Input[builtins.int] min_upper_case_chars: (Default: `1`) Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
57
57
  :param pulumi.Input[builtins.str] name: Identifier for the password policy; must be unique for your account.
58
- :param pulumi.Input[builtins.bool] or_replace: Whether to override a previous password policy with the same name.
58
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Whether to override a previous password policy with the same name.
59
59
  """
60
60
  pulumi.set(__self__, "database", database)
61
61
  pulumi.set(__self__, "schema", schema)
@@ -130,7 +130,7 @@ class PasswordPolicyArgs:
130
130
  @pulumi.getter
131
131
  def history(self) -> Optional[pulumi.Input[builtins.int]]:
132
132
  """
133
- Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
133
+ (Default: `0`) Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
134
134
  """
135
135
  return pulumi.get(self, "history")
136
136
 
@@ -142,7 +142,7 @@ class PasswordPolicyArgs:
142
142
  @pulumi.getter(name="ifNotExists")
143
143
  def if_not_exists(self) -> Optional[pulumi.Input[builtins.bool]]:
144
144
  """
145
- Prevent overwriting a previous password policy with the same name.
145
+ (Default: `false`) Prevent overwriting a previous password policy with the same name.
146
146
  """
147
147
  return pulumi.get(self, "if_not_exists")
148
148
 
@@ -154,7 +154,7 @@ class PasswordPolicyArgs:
154
154
  @pulumi.getter(name="lockoutTimeMins")
155
155
  def lockout_time_mins(self) -> Optional[pulumi.Input[builtins.int]]:
156
156
  """
157
- Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
157
+ (Default: `15`) Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
158
158
  """
159
159
  return pulumi.get(self, "lockout_time_mins")
160
160
 
@@ -166,7 +166,7 @@ class PasswordPolicyArgs:
166
166
  @pulumi.getter(name="maxAgeDays")
167
167
  def max_age_days(self) -> Optional[pulumi.Input[builtins.int]]:
168
168
  """
169
- Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
169
+ (Default: `90`) Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
170
170
  """
171
171
  return pulumi.get(self, "max_age_days")
172
172
 
@@ -178,7 +178,7 @@ class PasswordPolicyArgs:
178
178
  @pulumi.getter(name="maxLength")
179
179
  def max_length(self) -> Optional[pulumi.Input[builtins.int]]:
180
180
  """
181
- Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
181
+ (Default: `256`) Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
182
182
  """
183
183
  return pulumi.get(self, "max_length")
184
184
 
@@ -190,7 +190,7 @@ class PasswordPolicyArgs:
190
190
  @pulumi.getter(name="maxRetries")
191
191
  def max_retries(self) -> Optional[pulumi.Input[builtins.int]]:
192
192
  """
193
- Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
193
+ (Default: `5`) Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
194
194
  """
195
195
  return pulumi.get(self, "max_retries")
196
196
 
@@ -202,7 +202,7 @@ class PasswordPolicyArgs:
202
202
  @pulumi.getter(name="minAgeDays")
203
203
  def min_age_days(self) -> Optional[pulumi.Input[builtins.int]]:
204
204
  """
205
- Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
205
+ (Default: `0`) Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
206
206
  """
207
207
  return pulumi.get(self, "min_age_days")
208
208
 
@@ -214,7 +214,7 @@ class PasswordPolicyArgs:
214
214
  @pulumi.getter(name="minLength")
215
215
  def min_length(self) -> Optional[pulumi.Input[builtins.int]]:
216
216
  """
217
- Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
217
+ (Default: `8`) Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
218
218
  """
219
219
  return pulumi.get(self, "min_length")
220
220
 
@@ -226,7 +226,7 @@ class PasswordPolicyArgs:
226
226
  @pulumi.getter(name="minLowerCaseChars")
227
227
  def min_lower_case_chars(self) -> Optional[pulumi.Input[builtins.int]]:
228
228
  """
229
- Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
229
+ (Default: `1`) Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
230
230
  """
231
231
  return pulumi.get(self, "min_lower_case_chars")
232
232
 
@@ -238,7 +238,7 @@ class PasswordPolicyArgs:
238
238
  @pulumi.getter(name="minNumericChars")
239
239
  def min_numeric_chars(self) -> Optional[pulumi.Input[builtins.int]]:
240
240
  """
241
- Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
241
+ (Default: `1`) Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
242
242
  """
243
243
  return pulumi.get(self, "min_numeric_chars")
244
244
 
@@ -250,7 +250,7 @@ class PasswordPolicyArgs:
250
250
  @pulumi.getter(name="minSpecialChars")
251
251
  def min_special_chars(self) -> Optional[pulumi.Input[builtins.int]]:
252
252
  """
253
- Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
253
+ (Default: `1`) Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
254
254
  """
255
255
  return pulumi.get(self, "min_special_chars")
256
256
 
@@ -262,7 +262,7 @@ class PasswordPolicyArgs:
262
262
  @pulumi.getter(name="minUpperCaseChars")
263
263
  def min_upper_case_chars(self) -> Optional[pulumi.Input[builtins.int]]:
264
264
  """
265
- Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
265
+ (Default: `1`) Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
266
266
  """
267
267
  return pulumi.get(self, "min_upper_case_chars")
268
268
 
@@ -286,7 +286,7 @@ class PasswordPolicyArgs:
286
286
  @pulumi.getter(name="orReplace")
287
287
  def or_replace(self) -> Optional[pulumi.Input[builtins.bool]]:
288
288
  """
289
- Whether to override a previous password policy with the same name.
289
+ (Default: `false`) Whether to override a previous password policy with the same name.
290
290
  """
291
291
  return pulumi.get(self, "or_replace")
292
292
 
@@ -321,20 +321,20 @@ class _PasswordPolicyState:
321
321
  :param pulumi.Input[builtins.str] comment: Adds a comment or overwrites an existing comment for the password policy.
322
322
  :param pulumi.Input[builtins.str] database: The database this password policy belongs to.
323
323
  :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).
324
- :param pulumi.Input[builtins.int] history: Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
325
- :param pulumi.Input[builtins.bool] if_not_exists: Prevent overwriting a previous password policy with the same name.
326
- :param pulumi.Input[builtins.int] lockout_time_mins: Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
327
- :param pulumi.Input[builtins.int] max_age_days: Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
328
- :param pulumi.Input[builtins.int] max_length: Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
329
- :param pulumi.Input[builtins.int] max_retries: Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
330
- :param pulumi.Input[builtins.int] min_age_days: Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
331
- :param pulumi.Input[builtins.int] min_length: Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
332
- :param pulumi.Input[builtins.int] min_lower_case_chars: Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
333
- :param pulumi.Input[builtins.int] min_numeric_chars: Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
334
- :param pulumi.Input[builtins.int] min_special_chars: Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
335
- :param pulumi.Input[builtins.int] min_upper_case_chars: Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
324
+ :param pulumi.Input[builtins.int] history: (Default: `0`) Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
325
+ :param pulumi.Input[builtins.bool] if_not_exists: (Default: `false`) Prevent overwriting a previous password policy with the same name.
326
+ :param pulumi.Input[builtins.int] lockout_time_mins: (Default: `15`) Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
327
+ :param pulumi.Input[builtins.int] max_age_days: (Default: `90`) Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
328
+ :param pulumi.Input[builtins.int] max_length: (Default: `256`) Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
329
+ :param pulumi.Input[builtins.int] max_retries: (Default: `5`) Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
330
+ :param pulumi.Input[builtins.int] min_age_days: (Default: `0`) Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
331
+ :param pulumi.Input[builtins.int] min_length: (Default: `8`) Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
332
+ :param pulumi.Input[builtins.int] min_lower_case_chars: (Default: `1`) Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
333
+ :param pulumi.Input[builtins.int] min_numeric_chars: (Default: `1`) Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
334
+ :param pulumi.Input[builtins.int] min_special_chars: (Default: `1`) Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
335
+ :param pulumi.Input[builtins.int] min_upper_case_chars: (Default: `1`) Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
336
336
  :param pulumi.Input[builtins.str] name: Identifier for the password policy; must be unique for your account.
337
- :param pulumi.Input[builtins.bool] or_replace: Whether to override a previous password policy with the same name.
337
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Whether to override a previous password policy with the same name.
338
338
  :param pulumi.Input[builtins.str] schema: The schema this password policy belongs to.
339
339
  """
340
340
  if comment is not None:
@@ -414,7 +414,7 @@ class _PasswordPolicyState:
414
414
  @pulumi.getter
415
415
  def history(self) -> Optional[pulumi.Input[builtins.int]]:
416
416
  """
417
- Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
417
+ (Default: `0`) Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
418
418
  """
419
419
  return pulumi.get(self, "history")
420
420
 
@@ -426,7 +426,7 @@ class _PasswordPolicyState:
426
426
  @pulumi.getter(name="ifNotExists")
427
427
  def if_not_exists(self) -> Optional[pulumi.Input[builtins.bool]]:
428
428
  """
429
- Prevent overwriting a previous password policy with the same name.
429
+ (Default: `false`) Prevent overwriting a previous password policy with the same name.
430
430
  """
431
431
  return pulumi.get(self, "if_not_exists")
432
432
 
@@ -438,7 +438,7 @@ class _PasswordPolicyState:
438
438
  @pulumi.getter(name="lockoutTimeMins")
439
439
  def lockout_time_mins(self) -> Optional[pulumi.Input[builtins.int]]:
440
440
  """
441
- Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
441
+ (Default: `15`) Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
442
442
  """
443
443
  return pulumi.get(self, "lockout_time_mins")
444
444
 
@@ -450,7 +450,7 @@ class _PasswordPolicyState:
450
450
  @pulumi.getter(name="maxAgeDays")
451
451
  def max_age_days(self) -> Optional[pulumi.Input[builtins.int]]:
452
452
  """
453
- Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
453
+ (Default: `90`) Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
454
454
  """
455
455
  return pulumi.get(self, "max_age_days")
456
456
 
@@ -462,7 +462,7 @@ class _PasswordPolicyState:
462
462
  @pulumi.getter(name="maxLength")
463
463
  def max_length(self) -> Optional[pulumi.Input[builtins.int]]:
464
464
  """
465
- Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
465
+ (Default: `256`) Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
466
466
  """
467
467
  return pulumi.get(self, "max_length")
468
468
 
@@ -474,7 +474,7 @@ class _PasswordPolicyState:
474
474
  @pulumi.getter(name="maxRetries")
475
475
  def max_retries(self) -> Optional[pulumi.Input[builtins.int]]:
476
476
  """
477
- Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
477
+ (Default: `5`) Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
478
478
  """
479
479
  return pulumi.get(self, "max_retries")
480
480
 
@@ -486,7 +486,7 @@ class _PasswordPolicyState:
486
486
  @pulumi.getter(name="minAgeDays")
487
487
  def min_age_days(self) -> Optional[pulumi.Input[builtins.int]]:
488
488
  """
489
- Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
489
+ (Default: `0`) Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
490
490
  """
491
491
  return pulumi.get(self, "min_age_days")
492
492
 
@@ -498,7 +498,7 @@ class _PasswordPolicyState:
498
498
  @pulumi.getter(name="minLength")
499
499
  def min_length(self) -> Optional[pulumi.Input[builtins.int]]:
500
500
  """
501
- Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
501
+ (Default: `8`) Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
502
502
  """
503
503
  return pulumi.get(self, "min_length")
504
504
 
@@ -510,7 +510,7 @@ class _PasswordPolicyState:
510
510
  @pulumi.getter(name="minLowerCaseChars")
511
511
  def min_lower_case_chars(self) -> Optional[pulumi.Input[builtins.int]]:
512
512
  """
513
- Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
513
+ (Default: `1`) Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
514
514
  """
515
515
  return pulumi.get(self, "min_lower_case_chars")
516
516
 
@@ -522,7 +522,7 @@ class _PasswordPolicyState:
522
522
  @pulumi.getter(name="minNumericChars")
523
523
  def min_numeric_chars(self) -> Optional[pulumi.Input[builtins.int]]:
524
524
  """
525
- Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
525
+ (Default: `1`) Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
526
526
  """
527
527
  return pulumi.get(self, "min_numeric_chars")
528
528
 
@@ -534,7 +534,7 @@ class _PasswordPolicyState:
534
534
  @pulumi.getter(name="minSpecialChars")
535
535
  def min_special_chars(self) -> Optional[pulumi.Input[builtins.int]]:
536
536
  """
537
- Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
537
+ (Default: `1`) Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
538
538
  """
539
539
  return pulumi.get(self, "min_special_chars")
540
540
 
@@ -546,7 +546,7 @@ class _PasswordPolicyState:
546
546
  @pulumi.getter(name="minUpperCaseChars")
547
547
  def min_upper_case_chars(self) -> Optional[pulumi.Input[builtins.int]]:
548
548
  """
549
- Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
549
+ (Default: `1`) Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
550
550
  """
551
551
  return pulumi.get(self, "min_upper_case_chars")
552
552
 
@@ -570,7 +570,7 @@ class _PasswordPolicyState:
570
570
  @pulumi.getter(name="orReplace")
571
571
  def or_replace(self) -> Optional[pulumi.Input[builtins.bool]]:
572
572
  """
573
- Whether to override a previous password policy with the same name.
573
+ (Default: `false`) Whether to override a previous password policy with the same name.
574
574
  """
575
575
  return pulumi.get(self, "or_replace")
576
576
 
@@ -615,30 +615,32 @@ class PasswordPolicy(pulumi.CustomResource):
615
615
  schema: Optional[pulumi.Input[builtins.str]] = None,
616
616
  __props__=None):
617
617
  """
618
- !> **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.
618
+ !> **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.
619
619
 
620
620
  !> **Note** According to Snowflake [docs](https://docs.snowflake.com/en/sql-reference/sql/drop-password-policy#usage-notes), a password policy cannot be dropped successfully if it is currently assigned to another object. Currently, the provider does not unassign such objects automatically. Before dropping the resource, first unassign the policy from the relevant objects. See guide for more details.
621
621
 
622
622
  A password policy specifies the requirements that must be met to create and reset a password to authenticate to Snowflake.
623
623
 
624
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
625
+
624
626
  :param str resource_name: The name of the resource.
625
627
  :param pulumi.ResourceOptions opts: Options for the resource.
626
628
  :param pulumi.Input[builtins.str] comment: Adds a comment or overwrites an existing comment for the password policy.
627
629
  :param pulumi.Input[builtins.str] database: The database this password policy belongs to.
628
- :param pulumi.Input[builtins.int] history: Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
629
- :param pulumi.Input[builtins.bool] if_not_exists: Prevent overwriting a previous password policy with the same name.
630
- :param pulumi.Input[builtins.int] lockout_time_mins: Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
631
- :param pulumi.Input[builtins.int] max_age_days: Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
632
- :param pulumi.Input[builtins.int] max_length: Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
633
- :param pulumi.Input[builtins.int] max_retries: Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
634
- :param pulumi.Input[builtins.int] min_age_days: Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
635
- :param pulumi.Input[builtins.int] min_length: Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
636
- :param pulumi.Input[builtins.int] min_lower_case_chars: Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
637
- :param pulumi.Input[builtins.int] min_numeric_chars: Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
638
- :param pulumi.Input[builtins.int] min_special_chars: Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
639
- :param pulumi.Input[builtins.int] min_upper_case_chars: Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
630
+ :param pulumi.Input[builtins.int] history: (Default: `0`) Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
631
+ :param pulumi.Input[builtins.bool] if_not_exists: (Default: `false`) Prevent overwriting a previous password policy with the same name.
632
+ :param pulumi.Input[builtins.int] lockout_time_mins: (Default: `15`) Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
633
+ :param pulumi.Input[builtins.int] max_age_days: (Default: `90`) Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
634
+ :param pulumi.Input[builtins.int] max_length: (Default: `256`) Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
635
+ :param pulumi.Input[builtins.int] max_retries: (Default: `5`) Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
636
+ :param pulumi.Input[builtins.int] min_age_days: (Default: `0`) Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
637
+ :param pulumi.Input[builtins.int] min_length: (Default: `8`) Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
638
+ :param pulumi.Input[builtins.int] min_lower_case_chars: (Default: `1`) Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
639
+ :param pulumi.Input[builtins.int] min_numeric_chars: (Default: `1`) Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
640
+ :param pulumi.Input[builtins.int] min_special_chars: (Default: `1`) Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
641
+ :param pulumi.Input[builtins.int] min_upper_case_chars: (Default: `1`) Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
640
642
  :param pulumi.Input[builtins.str] name: Identifier for the password policy; must be unique for your account.
641
- :param pulumi.Input[builtins.bool] or_replace: Whether to override a previous password policy with the same name.
643
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Whether to override a previous password policy with the same name.
642
644
  :param pulumi.Input[builtins.str] schema: The schema this password policy belongs to.
643
645
  """
644
646
  ...
@@ -648,12 +650,14 @@ class PasswordPolicy(pulumi.CustomResource):
648
650
  args: PasswordPolicyArgs,
649
651
  opts: Optional[pulumi.ResourceOptions] = None):
650
652
  """
651
- !> **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.
653
+ !> **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.
652
654
 
653
655
  !> **Note** According to Snowflake [docs](https://docs.snowflake.com/en/sql-reference/sql/drop-password-policy#usage-notes), a password policy cannot be dropped successfully if it is currently assigned to another object. Currently, the provider does not unassign such objects automatically. Before dropping the resource, first unassign the policy from the relevant objects. See guide for more details.
654
656
 
655
657
  A password policy specifies the requirements that must be met to create and reset a password to authenticate to Snowflake.
656
658
 
659
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
660
+
657
661
  :param str resource_name: The name of the resource.
658
662
  :param PasswordPolicyArgs args: The arguments to use to populate this resource's properties.
659
663
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -755,20 +759,20 @@ class PasswordPolicy(pulumi.CustomResource):
755
759
  :param pulumi.Input[builtins.str] comment: Adds a comment or overwrites an existing comment for the password policy.
756
760
  :param pulumi.Input[builtins.str] database: The database this password policy belongs to.
757
761
  :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).
758
- :param pulumi.Input[builtins.int] history: Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
759
- :param pulumi.Input[builtins.bool] if_not_exists: Prevent overwriting a previous password policy with the same name.
760
- :param pulumi.Input[builtins.int] lockout_time_mins: Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
761
- :param pulumi.Input[builtins.int] max_age_days: Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
762
- :param pulumi.Input[builtins.int] max_length: Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
763
- :param pulumi.Input[builtins.int] max_retries: Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
764
- :param pulumi.Input[builtins.int] min_age_days: Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
765
- :param pulumi.Input[builtins.int] min_length: Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
766
- :param pulumi.Input[builtins.int] min_lower_case_chars: Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
767
- :param pulumi.Input[builtins.int] min_numeric_chars: Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
768
- :param pulumi.Input[builtins.int] min_special_chars: Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
769
- :param pulumi.Input[builtins.int] min_upper_case_chars: Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
762
+ :param pulumi.Input[builtins.int] history: (Default: `0`) Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
763
+ :param pulumi.Input[builtins.bool] if_not_exists: (Default: `false`) Prevent overwriting a previous password policy with the same name.
764
+ :param pulumi.Input[builtins.int] lockout_time_mins: (Default: `15`) Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
765
+ :param pulumi.Input[builtins.int] max_age_days: (Default: `90`) Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
766
+ :param pulumi.Input[builtins.int] max_length: (Default: `256`) Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
767
+ :param pulumi.Input[builtins.int] max_retries: (Default: `5`) Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
768
+ :param pulumi.Input[builtins.int] min_age_days: (Default: `0`) Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
769
+ :param pulumi.Input[builtins.int] min_length: (Default: `8`) Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
770
+ :param pulumi.Input[builtins.int] min_lower_case_chars: (Default: `1`) Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
771
+ :param pulumi.Input[builtins.int] min_numeric_chars: (Default: `1`) Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
772
+ :param pulumi.Input[builtins.int] min_special_chars: (Default: `1`) Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
773
+ :param pulumi.Input[builtins.int] min_upper_case_chars: (Default: `1`) Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
770
774
  :param pulumi.Input[builtins.str] name: Identifier for the password policy; must be unique for your account.
771
- :param pulumi.Input[builtins.bool] or_replace: Whether to override a previous password policy with the same name.
775
+ :param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Whether to override a previous password policy with the same name.
772
776
  :param pulumi.Input[builtins.str] schema: The schema this password policy belongs to.
773
777
  """
774
778
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -823,7 +827,7 @@ class PasswordPolicy(pulumi.CustomResource):
823
827
  @pulumi.getter
824
828
  def history(self) -> pulumi.Output[Optional[builtins.int]]:
825
829
  """
826
- Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
830
+ (Default: `0`) Specifies the number of the most recent passwords that Snowflake stores. These stored passwords cannot be repeated when a user updates their password value. The current password value does not count towards the history. When you increase the history value, Snowflake saves the previous values. When you decrease the value, Snowflake saves the stored values up to that value that is set. For example, if the history value is 8 and you change the history value to 3, Snowflake stores the most recent 3 passwords and deletes the 5 older password values from the history. Default: 0 Max: 24
827
831
  """
828
832
  return pulumi.get(self, "history")
829
833
 
@@ -831,7 +835,7 @@ class PasswordPolicy(pulumi.CustomResource):
831
835
  @pulumi.getter(name="ifNotExists")
832
836
  def if_not_exists(self) -> pulumi.Output[Optional[builtins.bool]]:
833
837
  """
834
- Prevent overwriting a previous password policy with the same name.
838
+ (Default: `false`) Prevent overwriting a previous password policy with the same name.
835
839
  """
836
840
  return pulumi.get(self, "if_not_exists")
837
841
 
@@ -839,7 +843,7 @@ class PasswordPolicy(pulumi.CustomResource):
839
843
  @pulumi.getter(name="lockoutTimeMins")
840
844
  def lockout_time_mins(self) -> pulumi.Output[Optional[builtins.int]]:
841
845
  """
842
- Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
846
+ (Default: `15`) Specifies the number of minutes the user account will be locked after exhausting the designated number of password retries (i.e. PASSWORD*MAX*RETRIES). Supported range: 1 to 999, inclusive. Default: 15
843
847
  """
844
848
  return pulumi.get(self, "lockout_time_mins")
845
849
 
@@ -847,7 +851,7 @@ class PasswordPolicy(pulumi.CustomResource):
847
851
  @pulumi.getter(name="maxAgeDays")
848
852
  def max_age_days(self) -> pulumi.Output[Optional[builtins.int]]:
849
853
  """
850
- Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
854
+ (Default: `90`) Specifies the maximum number of days before the password must be changed. Supported range: 0 to 999, inclusive. A value of zero (i.e. 0) indicates that the password does not need to be changed. Snowflake does not recommend choosing this value for a default account-level password policy or for any user-level policy. Instead, choose a value that meets your internal security guidelines. Default: 90, which means the password must be changed every 90 days.
851
855
  """
852
856
  return pulumi.get(self, "max_age_days")
853
857
 
@@ -855,7 +859,7 @@ class PasswordPolicy(pulumi.CustomResource):
855
859
  @pulumi.getter(name="maxLength")
856
860
  def max_length(self) -> pulumi.Output[Optional[builtins.int]]:
857
861
  """
858
- Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
862
+ (Default: `256`) Specifies the maximum number of characters the password must contain. This number must be greater than or equal to the sum of PASSWORD*MIN*LENGTH, PASSWORD*MIN*UPPER*CASE*CHARS, and PASSWORD*MIN*LOWER*CASE*CHARS. Supported range: 8 to 256, inclusive. Default: 256
859
863
  """
860
864
  return pulumi.get(self, "max_length")
861
865
 
@@ -863,7 +867,7 @@ class PasswordPolicy(pulumi.CustomResource):
863
867
  @pulumi.getter(name="maxRetries")
864
868
  def max_retries(self) -> pulumi.Output[Optional[builtins.int]]:
865
869
  """
866
- Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
870
+ (Default: `5`) Specifies the maximum number of attempts to enter a password before being locked out. Supported range: 1 to 10, inclusive. Default: 5
867
871
  """
868
872
  return pulumi.get(self, "max_retries")
869
873
 
@@ -871,7 +875,7 @@ class PasswordPolicy(pulumi.CustomResource):
871
875
  @pulumi.getter(name="minAgeDays")
872
876
  def min_age_days(self) -> pulumi.Output[Optional[builtins.int]]:
873
877
  """
874
- Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
878
+ (Default: `0`) Specifies the number of days the user must wait before a recently changed password can be changed again. Supported range: 0 to 999, inclusive. Default: 0
875
879
  """
876
880
  return pulumi.get(self, "min_age_days")
877
881
 
@@ -879,7 +883,7 @@ class PasswordPolicy(pulumi.CustomResource):
879
883
  @pulumi.getter(name="minLength")
880
884
  def min_length(self) -> pulumi.Output[Optional[builtins.int]]:
881
885
  """
882
- Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
886
+ (Default: `8`) Specifies the minimum number of characters the password must contain. Supported range: 8 to 256, inclusive. Default: 8
883
887
  """
884
888
  return pulumi.get(self, "min_length")
885
889
 
@@ -887,7 +891,7 @@ class PasswordPolicy(pulumi.CustomResource):
887
891
  @pulumi.getter(name="minLowerCaseChars")
888
892
  def min_lower_case_chars(self) -> pulumi.Output[Optional[builtins.int]]:
889
893
  """
890
- Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
894
+ (Default: `1`) Specifies the minimum number of lowercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
891
895
  """
892
896
  return pulumi.get(self, "min_lower_case_chars")
893
897
 
@@ -895,7 +899,7 @@ class PasswordPolicy(pulumi.CustomResource):
895
899
  @pulumi.getter(name="minNumericChars")
896
900
  def min_numeric_chars(self) -> pulumi.Output[Optional[builtins.int]]:
897
901
  """
898
- Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
902
+ (Default: `1`) Specifies the minimum number of numeric characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
899
903
  """
900
904
  return pulumi.get(self, "min_numeric_chars")
901
905
 
@@ -903,7 +907,7 @@ class PasswordPolicy(pulumi.CustomResource):
903
907
  @pulumi.getter(name="minSpecialChars")
904
908
  def min_special_chars(self) -> pulumi.Output[Optional[builtins.int]]:
905
909
  """
906
- Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
910
+ (Default: `1`) Specifies the minimum number of special characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
907
911
  """
908
912
  return pulumi.get(self, "min_special_chars")
909
913
 
@@ -911,7 +915,7 @@ class PasswordPolicy(pulumi.CustomResource):
911
915
  @pulumi.getter(name="minUpperCaseChars")
912
916
  def min_upper_case_chars(self) -> pulumi.Output[Optional[builtins.int]]:
913
917
  """
914
- Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
918
+ (Default: `1`) Specifies the minimum number of uppercase characters the password must contain. Supported range: 0 to 256, inclusive. Default: 1
915
919
  """
916
920
  return pulumi.get(self, "min_upper_case_chars")
917
921
 
@@ -927,7 +931,7 @@ class PasswordPolicy(pulumi.CustomResource):
927
931
  @pulumi.getter(name="orReplace")
928
932
  def or_replace(self) -> pulumi.Output[Optional[builtins.bool]]:
929
933
  """
930
- Whether to override a previous password policy with the same name.
934
+ (Default: `false`) Whether to override a previous password policy with the same name.
931
935
  """
932
936
  return pulumi.get(self, "or_replace")
933
937
 
pulumi_snowflake/pipe.py CHANGED
@@ -34,7 +34,7 @@ class PipeArgs:
34
34
  :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
35
35
  :param pulumi.Input[builtins.str] database: The database in which to create the pipe.
36
36
  :param pulumi.Input[builtins.str] schema: The schema in which to create the pipe.
37
- :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
37
+ :param pulumi.Input[builtins.bool] auto_ingest: (Default: `false`) Specifies a auto_ingest param for the pipe.
38
38
  :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
39
39
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
40
40
  :param pulumi.Input[builtins.str] error_integration: Specifies the name of the notification integration used for error notifications.
@@ -97,7 +97,7 @@ class PipeArgs:
97
97
  @pulumi.getter(name="autoIngest")
98
98
  def auto_ingest(self) -> Optional[pulumi.Input[builtins.bool]]:
99
99
  """
100
- Specifies a auto_ingest param for the pipe.
100
+ (Default: `false`) Specifies a auto_ingest param for the pipe.
101
101
  """
102
102
  return pulumi.get(self, "auto_ingest")
103
103
 
@@ -183,7 +183,7 @@ class _PipeState:
183
183
  schema: Optional[pulumi.Input[builtins.str]] = None):
184
184
  """
185
185
  Input properties used for looking up and filtering Pipe resources.
186
- :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
186
+ :param pulumi.Input[builtins.bool] auto_ingest: (Default: `false`) Specifies a auto_ingest param for the pipe.
187
187
  :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
188
188
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
189
189
  :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
@@ -225,7 +225,7 @@ class _PipeState:
225
225
  @pulumi.getter(name="autoIngest")
226
226
  def auto_ingest(self) -> Optional[pulumi.Input[builtins.bool]]:
227
227
  """
228
- Specifies a auto_ingest param for the pipe.
228
+ (Default: `false`) Specifies a auto_ingest param for the pipe.
229
229
  """
230
230
  return pulumi.get(self, "auto_ingest")
231
231
 
@@ -392,7 +392,7 @@ class Pipe(pulumi.CustomResource):
392
392
 
393
393
  :param str resource_name: The name of the resource.
394
394
  :param pulumi.ResourceOptions opts: Options for the resource.
395
- :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
395
+ :param pulumi.Input[builtins.bool] auto_ingest: (Default: `false`) Specifies a auto_ingest param for the pipe.
396
396
  :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
397
397
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
398
398
  :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
@@ -497,7 +497,7 @@ class Pipe(pulumi.CustomResource):
497
497
  :param str resource_name: The unique name of the resulting resource.
498
498
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
499
499
  :param pulumi.ResourceOptions opts: Options for the resource.
500
- :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
500
+ :param pulumi.Input[builtins.bool] auto_ingest: (Default: `false`) Specifies a auto_ingest param for the pipe.
501
501
  :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
502
502
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
503
503
  :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
@@ -532,7 +532,7 @@ class Pipe(pulumi.CustomResource):
532
532
  @pulumi.getter(name="autoIngest")
533
533
  def auto_ingest(self) -> pulumi.Output[Optional[builtins.bool]]:
534
534
  """
535
- Specifies a auto_ingest param for the pipe.
535
+ (Default: `false`) Specifies a auto_ingest param for the pipe.
536
536
  """
537
537
  return pulumi.get(self, "auto_ingest")
538
538