pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.3.0__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 (101) hide show
  1. pulumi_snowflake/_inputs.py +33 -33
  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/config/__init__.pyi +7 -0
  10. pulumi_snowflake/config/vars.py +9 -0
  11. pulumi_snowflake/dynamic_table.py +21 -21
  12. pulumi_snowflake/external_function.py +28 -28
  13. pulumi_snowflake/external_table.py +21 -21
  14. pulumi_snowflake/external_volume.py +13 -9
  15. pulumi_snowflake/failover_group.py +7 -7
  16. pulumi_snowflake/function_java.py +14 -14
  17. pulumi_snowflake/function_javascript.py +14 -14
  18. pulumi_snowflake/function_python.py +21 -21
  19. pulumi_snowflake/function_scala.py +14 -14
  20. pulumi_snowflake/function_sql.py +14 -14
  21. pulumi_snowflake/get_alerts.py +6 -2
  22. pulumi_snowflake/get_cortex_search_services.py +6 -2
  23. pulumi_snowflake/get_current_account.py +6 -2
  24. pulumi_snowflake/get_current_role.py +6 -2
  25. pulumi_snowflake/get_database.py +6 -2
  26. pulumi_snowflake/get_database_role.py +6 -2
  27. pulumi_snowflake/get_databases.py +6 -6
  28. pulumi_snowflake/get_dynamic_tables.py +6 -2
  29. pulumi_snowflake/get_external_functions.py +6 -2
  30. pulumi_snowflake/get_external_tables.py +6 -2
  31. pulumi_snowflake/get_failover_groups.py +6 -2
  32. pulumi_snowflake/get_file_formats.py +6 -2
  33. pulumi_snowflake/get_functions.py +6 -2
  34. pulumi_snowflake/get_grants.py +4 -0
  35. pulumi_snowflake/get_masking_policies.py +3 -3
  36. pulumi_snowflake/get_materialized_views.py +6 -2
  37. pulumi_snowflake/get_network_policies.py +3 -3
  38. pulumi_snowflake/get_parameters.py +9 -5
  39. pulumi_snowflake/get_pipes.py +6 -2
  40. pulumi_snowflake/get_procedures.py +6 -2
  41. pulumi_snowflake/get_row_access_policies.py +3 -3
  42. pulumi_snowflake/get_schemas.py +6 -6
  43. pulumi_snowflake/get_secrets.py +7 -3
  44. pulumi_snowflake/get_security_integrations.py +3 -3
  45. pulumi_snowflake/get_sequences.py +6 -2
  46. pulumi_snowflake/get_shares.py +6 -2
  47. pulumi_snowflake/get_stages.py +6 -2
  48. pulumi_snowflake/get_storage_integrations.py +6 -2
  49. pulumi_snowflake/get_streamlits.py +3 -3
  50. pulumi_snowflake/get_streams.py +3 -3
  51. pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
  52. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
  53. pulumi_snowflake/get_system_get_private_link_config.py +6 -2
  54. pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
  55. pulumi_snowflake/get_tables.py +6 -2
  56. pulumi_snowflake/get_tasks.py +3 -3
  57. pulumi_snowflake/get_users.py +6 -6
  58. pulumi_snowflake/get_views.py +3 -3
  59. pulumi_snowflake/get_warehouses.py +6 -6
  60. pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
  61. pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
  62. pulumi_snowflake/legacy_service_user.py +21 -21
  63. pulumi_snowflake/managed_account.py +7 -7
  64. pulumi_snowflake/masking_policy.py +7 -7
  65. pulumi_snowflake/materialized_view.py +14 -14
  66. pulumi_snowflake/network_policy_attachment.py +7 -7
  67. pulumi_snowflake/notification_integration.py +20 -7
  68. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
  69. pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
  70. pulumi_snowflake/object_parameter.py +7 -7
  71. pulumi_snowflake/outputs.py +22 -22
  72. pulumi_snowflake/password_policy.py +97 -93
  73. pulumi_snowflake/pipe.py +7 -7
  74. pulumi_snowflake/procedure_java.py +14 -14
  75. pulumi_snowflake/procedure_javascript.py +14 -14
  76. pulumi_snowflake/procedure_python.py +14 -14
  77. pulumi_snowflake/procedure_scala.py +14 -14
  78. pulumi_snowflake/procedure_sql.py +14 -14
  79. pulumi_snowflake/provider.py +26 -0
  80. pulumi_snowflake/pulumi-plugin.json +1 -1
  81. pulumi_snowflake/saml2_integration.py +28 -28
  82. pulumi_snowflake/schema.py +14 -14
  83. pulumi_snowflake/scim_integration.py +7 -7
  84. pulumi_snowflake/sequence.py +21 -21
  85. pulumi_snowflake/service_user.py +14 -14
  86. pulumi_snowflake/storage_integration.py +65 -0
  87. pulumi_snowflake/stream_on_external_table.py +7 -7
  88. pulumi_snowflake/stream_on_table.py +7 -7
  89. pulumi_snowflake/stream_on_view.py +7 -7
  90. pulumi_snowflake/table.py +14 -14
  91. pulumi_snowflake/table_constraint.py +42 -42
  92. pulumi_snowflake/tag_association.py +7 -7
  93. pulumi_snowflake/task.py +7 -7
  94. pulumi_snowflake/user.py +21 -21
  95. pulumi_snowflake/view.py +14 -14
  96. pulumi_snowflake/warehouse.py +28 -28
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/METADATA +1 -1
  98. pulumi_snowflake-1.3.0.dist-info/RECORD +148 -0
  99. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/WHEEL +1 -1
  100. pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
  101. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0.dist-info}/top_level.txt +0 -0
@@ -30,10 +30,10 @@ class SequenceArgs:
30
30
  The set of arguments for constructing a Sequence resource.
31
31
  :param pulumi.Input[builtins.str] database: The database in which to create the sequence. Don't use the | character.
32
32
  :param pulumi.Input[builtins.str] schema: The schema in which to create the sequence. Don't use the | character.
33
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the sequence.
34
- :param pulumi.Input[builtins.int] increment: The amount the sequence will increase by each time it is used
33
+ :param pulumi.Input[builtins.str] comment: (Default: ``) Specifies a comment for the sequence.
34
+ :param pulumi.Input[builtins.int] increment: (Default: `1`) The amount the sequence will increase by each time it is used
35
35
  :param pulumi.Input[builtins.str] name: Specifies the name for the sequence.
36
- :param pulumi.Input[builtins.str] ordering: The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
36
+ :param pulumi.Input[builtins.str] ordering: (Default: `ORDER`) The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
37
37
  """
38
38
  pulumi.set(__self__, "database", database)
39
39
  pulumi.set(__self__, "schema", schema)
@@ -74,7 +74,7 @@ class SequenceArgs:
74
74
  @pulumi.getter
75
75
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
76
76
  """
77
- Specifies a comment for the sequence.
77
+ (Default: ``) Specifies a comment for the sequence.
78
78
  """
79
79
  return pulumi.get(self, "comment")
80
80
 
@@ -86,7 +86,7 @@ class SequenceArgs:
86
86
  @pulumi.getter
87
87
  def increment(self) -> Optional[pulumi.Input[builtins.int]]:
88
88
  """
89
- The amount the sequence will increase by each time it is used
89
+ (Default: `1`) The amount the sequence will increase by each time it is used
90
90
  """
91
91
  return pulumi.get(self, "increment")
92
92
 
@@ -110,7 +110,7 @@ class SequenceArgs:
110
110
  @pulumi.getter
111
111
  def ordering(self) -> Optional[pulumi.Input[builtins.str]]:
112
112
  """
113
- The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
113
+ (Default: `ORDER`) The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
114
114
  """
115
115
  return pulumi.get(self, "ordering")
116
116
 
@@ -132,13 +132,13 @@ class _SequenceState:
132
132
  schema: Optional[pulumi.Input[builtins.str]] = None):
133
133
  """
134
134
  Input properties used for looking up and filtering Sequence resources.
135
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the sequence.
135
+ :param pulumi.Input[builtins.str] comment: (Default: ``) Specifies a comment for the sequence.
136
136
  :param pulumi.Input[builtins.str] database: The database in which to create the sequence. Don't use the | character.
137
137
  :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).
138
- :param pulumi.Input[builtins.int] increment: The amount the sequence will increase by each time it is used
138
+ :param pulumi.Input[builtins.int] increment: (Default: `1`) The amount the sequence will increase by each time it is used
139
139
  :param pulumi.Input[builtins.str] name: Specifies the name for the sequence.
140
140
  :param pulumi.Input[builtins.int] next_value: The increment sequence interval.
141
- :param pulumi.Input[builtins.str] ordering: The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
141
+ :param pulumi.Input[builtins.str] ordering: (Default: `ORDER`) The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
142
142
  :param pulumi.Input[builtins.str] schema: The schema in which to create the sequence. Don't use the | character.
143
143
  """
144
144
  if comment is not None:
@@ -162,7 +162,7 @@ class _SequenceState:
162
162
  @pulumi.getter
163
163
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
164
164
  """
165
- Specifies a comment for the sequence.
165
+ (Default: ``) Specifies a comment for the sequence.
166
166
  """
167
167
  return pulumi.get(self, "comment")
168
168
 
@@ -198,7 +198,7 @@ class _SequenceState:
198
198
  @pulumi.getter
199
199
  def increment(self) -> Optional[pulumi.Input[builtins.int]]:
200
200
  """
201
- The amount the sequence will increase by each time it is used
201
+ (Default: `1`) The amount the sequence will increase by each time it is used
202
202
  """
203
203
  return pulumi.get(self, "increment")
204
204
 
@@ -234,7 +234,7 @@ class _SequenceState:
234
234
  @pulumi.getter
235
235
  def ordering(self) -> Optional[pulumi.Input[builtins.str]]:
236
236
  """
237
- The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
237
+ (Default: `ORDER`) The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
238
238
  """
239
239
  return pulumi.get(self, "ordering")
240
240
 
@@ -278,11 +278,11 @@ class Sequence(pulumi.CustomResource):
278
278
 
279
279
  :param str resource_name: The name of the resource.
280
280
  :param pulumi.ResourceOptions opts: Options for the resource.
281
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the sequence.
281
+ :param pulumi.Input[builtins.str] comment: (Default: ``) Specifies a comment for the sequence.
282
282
  :param pulumi.Input[builtins.str] database: The database in which to create the sequence. Don't use the | character.
283
- :param pulumi.Input[builtins.int] increment: The amount the sequence will increase by each time it is used
283
+ :param pulumi.Input[builtins.int] increment: (Default: `1`) The amount the sequence will increase by each time it is used
284
284
  :param pulumi.Input[builtins.str] name: Specifies the name for the sequence.
285
- :param pulumi.Input[builtins.str] ordering: The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
285
+ :param pulumi.Input[builtins.str] ordering: (Default: `ORDER`) The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
286
286
  :param pulumi.Input[builtins.str] schema: The schema in which to create the sequence. Don't use the | character.
287
287
  """
288
288
  ...
@@ -367,13 +367,13 @@ class Sequence(pulumi.CustomResource):
367
367
  :param str resource_name: The unique name of the resulting resource.
368
368
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
369
369
  :param pulumi.ResourceOptions opts: Options for the resource.
370
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the sequence.
370
+ :param pulumi.Input[builtins.str] comment: (Default: ``) Specifies a comment for the sequence.
371
371
  :param pulumi.Input[builtins.str] database: The database in which to create the sequence. Don't use the | character.
372
372
  :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).
373
- :param pulumi.Input[builtins.int] increment: The amount the sequence will increase by each time it is used
373
+ :param pulumi.Input[builtins.int] increment: (Default: `1`) The amount the sequence will increase by each time it is used
374
374
  :param pulumi.Input[builtins.str] name: Specifies the name for the sequence.
375
375
  :param pulumi.Input[builtins.int] next_value: The increment sequence interval.
376
- :param pulumi.Input[builtins.str] ordering: The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
376
+ :param pulumi.Input[builtins.str] ordering: (Default: `ORDER`) The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
377
377
  :param pulumi.Input[builtins.str] schema: The schema in which to create the sequence. Don't use the | character.
378
378
  """
379
379
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -394,7 +394,7 @@ class Sequence(pulumi.CustomResource):
394
394
  @pulumi.getter
395
395
  def comment(self) -> pulumi.Output[Optional[builtins.str]]:
396
396
  """
397
- Specifies a comment for the sequence.
397
+ (Default: ``) Specifies a comment for the sequence.
398
398
  """
399
399
  return pulumi.get(self, "comment")
400
400
 
@@ -418,7 +418,7 @@ class Sequence(pulumi.CustomResource):
418
418
  @pulumi.getter
419
419
  def increment(self) -> pulumi.Output[Optional[builtins.int]]:
420
420
  """
421
- The amount the sequence will increase by each time it is used
421
+ (Default: `1`) The amount the sequence will increase by each time it is used
422
422
  """
423
423
  return pulumi.get(self, "increment")
424
424
 
@@ -442,7 +442,7 @@ class Sequence(pulumi.CustomResource):
442
442
  @pulumi.getter
443
443
  def ordering(self) -> pulumi.Output[Optional[builtins.str]]:
444
444
  """
445
- The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
445
+ (Default: `ORDER`) The ordering of the sequence. Either ORDER or NOORDER. Default is ORDER.
446
446
  """
447
447
  return pulumi.get(self, "ordering")
448
448
 
@@ -113,9 +113,9 @@ class ServiceUserArgs:
113
113
  :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).
114
114
  :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.
115
115
  :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.
116
- :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).
116
+ :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).
117
117
  :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.
118
- :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.
118
+ :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.
119
119
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
120
120
  :param pulumi.Input[builtins.str] email: Email address for the user.
121
121
  :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).
@@ -529,7 +529,7 @@ class ServiceUserArgs:
529
529
  @pulumi.getter(name="defaultSecondaryRolesOption")
530
530
  def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
531
531
  """
532
- 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).
532
+ (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).
533
533
  """
534
534
  return pulumi.get(self, "default_secondary_roles_option")
535
535
 
@@ -553,7 +553,7 @@ class ServiceUserArgs:
553
553
  @pulumi.getter
554
554
  def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
555
555
  """
556
- 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.
556
+ (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.
557
557
  """
558
558
  return pulumi.get(self, "disabled")
559
559
 
@@ -1269,9 +1269,9 @@ class _ServiceUserState:
1269
1269
  :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).
1270
1270
  :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.
1271
1271
  :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.
1272
- :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).
1272
+ :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).
1273
1273
  :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.
1274
- :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.
1274
+ :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.
1275
1275
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
1276
1276
  :param pulumi.Input[builtins.str] email: Email address for the user.
1277
1277
  :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).
@@ -1697,7 +1697,7 @@ class _ServiceUserState:
1697
1697
  @pulumi.getter(name="defaultSecondaryRolesOption")
1698
1698
  def default_secondary_roles_option(self) -> Optional[pulumi.Input[builtins.str]]:
1699
1699
  """
1700
- 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).
1700
+ (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).
1701
1701
  """
1702
1702
  return pulumi.get(self, "default_secondary_roles_option")
1703
1703
 
@@ -1721,7 +1721,7 @@ class _ServiceUserState:
1721
1721
  @pulumi.getter
1722
1722
  def disabled(self) -> Optional[pulumi.Input[builtins.str]]:
1723
1723
  """
1724
- 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.
1724
+ (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.
1725
1725
  """
1726
1726
  return pulumi.get(self, "disabled")
1727
1727
 
@@ -2491,9 +2491,9 @@ class ServiceUser(pulumi.CustomResource):
2491
2491
  :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).
2492
2492
  :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.
2493
2493
  :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.
2494
- :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).
2494
+ :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).
2495
2495
  :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.
2496
- :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.
2496
+ :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.
2497
2497
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2498
2498
  :param pulumi.Input[builtins.str] email: Email address for the user.
2499
2499
  :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).
@@ -2842,9 +2842,9 @@ class ServiceUser(pulumi.CustomResource):
2842
2842
  :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).
2843
2843
  :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.
2844
2844
  :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.
2845
- :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).
2845
+ :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).
2846
2846
  :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.
2847
- :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.
2847
+ :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.
2848
2848
  :param pulumi.Input[builtins.str] display_name: Name displayed for the user in the Snowflake web interface.
2849
2849
  :param pulumi.Input[builtins.str] email: Email address for the user.
2850
2850
  :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).
@@ -3127,7 +3127,7 @@ class ServiceUser(pulumi.CustomResource):
3127
3127
  @pulumi.getter(name="defaultSecondaryRolesOption")
3128
3128
  def default_secondary_roles_option(self) -> pulumi.Output[Optional[builtins.str]]:
3129
3129
  """
3130
- 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).
3130
+ (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).
3131
3131
  """
3132
3132
  return pulumi.get(self, "default_secondary_roles_option")
3133
3133
 
@@ -3143,7 +3143,7 @@ class ServiceUser(pulumi.CustomResource):
3143
3143
  @pulumi.getter
3144
3144
  def disabled(self) -> pulumi.Output[Optional[builtins.str]]:
3145
3145
  """
3146
- 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.
3146
+ (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.
3147
3147
  """
3148
3148
  return pulumi.get(self, "disabled")
3149
3149
 
@@ -34,8 +34,13 @@ class StorageIntegrationArgs:
34
34
  The set of arguments for constructing a StorageIntegration resource.
35
35
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
36
36
  :param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
37
+ :param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
38
+ :param pulumi.Input[builtins.str] comment: (Default: ``)
39
+ :param pulumi.Input[builtins.bool] enabled: (Default: `true`)
37
40
  :param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
41
+ :param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
38
42
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
43
+ :param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
39
44
  """
40
45
  pulumi.set(__self__, "storage_allowed_locations", storage_allowed_locations)
41
46
  pulumi.set(__self__, "storage_provider", storage_provider)
@@ -83,6 +88,9 @@ class StorageIntegrationArgs:
83
88
  @property
84
89
  @pulumi.getter(name="azureTenantId")
85
90
  def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
91
+ """
92
+ (Default: ``)
93
+ """
86
94
  return pulumi.get(self, "azure_tenant_id")
87
95
 
88
96
  @azure_tenant_id.setter
@@ -92,6 +100,9 @@ class StorageIntegrationArgs:
92
100
  @property
93
101
  @pulumi.getter
94
102
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
103
+ """
104
+ (Default: ``)
105
+ """
95
106
  return pulumi.get(self, "comment")
96
107
 
97
108
  @comment.setter
@@ -101,6 +112,9 @@ class StorageIntegrationArgs:
101
112
  @property
102
113
  @pulumi.getter
103
114
  def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
115
+ """
116
+ (Default: `true`)
117
+ """
104
118
  return pulumi.get(self, "enabled")
105
119
 
106
120
  @enabled.setter
@@ -131,6 +145,9 @@ class StorageIntegrationArgs:
131
145
  @property
132
146
  @pulumi.getter(name="storageAwsRoleArn")
133
147
  def storage_aws_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
148
+ """
149
+ (Default: ``)
150
+ """
134
151
  return pulumi.get(self, "storage_aws_role_arn")
135
152
 
136
153
  @storage_aws_role_arn.setter
@@ -152,6 +169,9 @@ class StorageIntegrationArgs:
152
169
  @property
153
170
  @pulumi.getter
154
171
  def type(self) -> Optional[pulumi.Input[builtins.str]]:
172
+ """
173
+ (Default: `EXTERNAL_STAGE`)
174
+ """
155
175
  return pulumi.get(self, "type")
156
176
 
157
177
  @type.setter
@@ -183,15 +203,20 @@ class _StorageIntegrationState:
183
203
  Input properties used for looking up and filtering StorageIntegration resources.
184
204
  :param pulumi.Input[builtins.str] azure_consent_url: The consent URL that is used to create an Azure Snowflake service principle inside your tenant.
185
205
  :param pulumi.Input[builtins.str] azure_multi_tenant_app_name: This is the name of the Snowflake client application created for your account.
206
+ :param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
207
+ :param pulumi.Input[builtins.str] comment: (Default: ``)
186
208
  :param pulumi.Input[builtins.str] created_on: Date and time when the storage integration was created.
209
+ :param pulumi.Input[builtins.bool] enabled: (Default: `true`)
187
210
  :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).
188
211
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
189
212
  :param pulumi.Input[builtins.str] storage_aws_external_id: The external ID that Snowflake will use when assuming the AWS role.
190
213
  :param pulumi.Input[builtins.str] storage_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
191
214
  :param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
215
+ :param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
192
216
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
193
217
  :param pulumi.Input[builtins.str] storage_gcp_service_account: This is the name of the Snowflake Google Service Account created for your account.
194
218
  :param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
219
+ :param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
195
220
  """
196
221
  if azure_consent_url is not None:
197
222
  pulumi.set(__self__, "azure_consent_url", azure_consent_url)
@@ -255,6 +280,9 @@ class _StorageIntegrationState:
255
280
  @property
256
281
  @pulumi.getter(name="azureTenantId")
257
282
  def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
283
+ """
284
+ (Default: ``)
285
+ """
258
286
  return pulumi.get(self, "azure_tenant_id")
259
287
 
260
288
  @azure_tenant_id.setter
@@ -264,6 +292,9 @@ class _StorageIntegrationState:
264
292
  @property
265
293
  @pulumi.getter
266
294
  def comment(self) -> Optional[pulumi.Input[builtins.str]]:
295
+ """
296
+ (Default: ``)
297
+ """
267
298
  return pulumi.get(self, "comment")
268
299
 
269
300
  @comment.setter
@@ -285,6 +316,9 @@ class _StorageIntegrationState:
285
316
  @property
286
317
  @pulumi.getter
287
318
  def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
319
+ """
320
+ (Default: `true`)
321
+ """
288
322
  return pulumi.get(self, "enabled")
289
323
 
290
324
  @enabled.setter
@@ -363,6 +397,9 @@ class _StorageIntegrationState:
363
397
  @property
364
398
  @pulumi.getter(name="storageAwsRoleArn")
365
399
  def storage_aws_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
400
+ """
401
+ (Default: ``)
402
+ """
366
403
  return pulumi.get(self, "storage_aws_role_arn")
367
404
 
368
405
  @storage_aws_role_arn.setter
@@ -408,6 +445,9 @@ class _StorageIntegrationState:
408
445
  @property
409
446
  @pulumi.getter
410
447
  def type(self) -> Optional[pulumi.Input[builtins.str]]:
448
+ """
449
+ (Default: `EXTERNAL_STAGE`)
450
+ """
411
451
  return pulumi.get(self, "type")
412
452
 
413
453
  @type.setter
@@ -440,10 +480,15 @@ class StorageIntegration(pulumi.CustomResource):
440
480
 
441
481
  :param str resource_name: The name of the resource.
442
482
  :param pulumi.ResourceOptions opts: Options for the resource.
483
+ :param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
484
+ :param pulumi.Input[builtins.str] comment: (Default: ``)
485
+ :param pulumi.Input[builtins.bool] enabled: (Default: `true`)
443
486
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
444
487
  :param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
488
+ :param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
445
489
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
446
490
  :param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
491
+ :param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
447
492
  """
448
493
  ...
449
494
  @overload
@@ -549,15 +594,20 @@ class StorageIntegration(pulumi.CustomResource):
549
594
  :param pulumi.ResourceOptions opts: Options for the resource.
550
595
  :param pulumi.Input[builtins.str] azure_consent_url: The consent URL that is used to create an Azure Snowflake service principle inside your tenant.
551
596
  :param pulumi.Input[builtins.str] azure_multi_tenant_app_name: This is the name of the Snowflake client application created for your account.
597
+ :param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
598
+ :param pulumi.Input[builtins.str] comment: (Default: ``)
552
599
  :param pulumi.Input[builtins.str] created_on: Date and time when the storage integration was created.
600
+ :param pulumi.Input[builtins.bool] enabled: (Default: `true`)
553
601
  :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).
554
602
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
555
603
  :param pulumi.Input[builtins.str] storage_aws_external_id: The external ID that Snowflake will use when assuming the AWS role.
556
604
  :param pulumi.Input[builtins.str] storage_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
557
605
  :param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
606
+ :param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
558
607
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
559
608
  :param pulumi.Input[builtins.str] storage_gcp_service_account: This is the name of the Snowflake Google Service Account created for your account.
560
609
  :param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
610
+ :param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
561
611
  """
562
612
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
563
613
 
@@ -601,11 +651,17 @@ class StorageIntegration(pulumi.CustomResource):
601
651
  @property
602
652
  @pulumi.getter(name="azureTenantId")
603
653
  def azure_tenant_id(self) -> pulumi.Output[Optional[builtins.str]]:
654
+ """
655
+ (Default: ``)
656
+ """
604
657
  return pulumi.get(self, "azure_tenant_id")
605
658
 
606
659
  @property
607
660
  @pulumi.getter
608
661
  def comment(self) -> pulumi.Output[Optional[builtins.str]]:
662
+ """
663
+ (Default: ``)
664
+ """
609
665
  return pulumi.get(self, "comment")
610
666
 
611
667
  @property
@@ -619,6 +675,9 @@ class StorageIntegration(pulumi.CustomResource):
619
675
  @property
620
676
  @pulumi.getter
621
677
  def enabled(self) -> pulumi.Output[Optional[builtins.bool]]:
678
+ """
679
+ (Default: `true`)
680
+ """
622
681
  return pulumi.get(self, "enabled")
623
682
 
624
683
  @property
@@ -669,6 +728,9 @@ class StorageIntegration(pulumi.CustomResource):
669
728
  @property
670
729
  @pulumi.getter(name="storageAwsRoleArn")
671
730
  def storage_aws_role_arn(self) -> pulumi.Output[Optional[builtins.str]]:
731
+ """
732
+ (Default: ``)
733
+ """
672
734
  return pulumi.get(self, "storage_aws_role_arn")
673
735
 
674
736
  @property
@@ -698,5 +760,8 @@ class StorageIntegration(pulumi.CustomResource):
698
760
  @property
699
761
  @pulumi.getter
700
762
  def type(self) -> pulumi.Output[Optional[builtins.str]]:
763
+ """
764
+ (Default: `EXTERNAL_STAGE`)
765
+ """
701
766
  return pulumi.get(self, "type")
702
767
 
@@ -37,7 +37,7 @@ class StreamOnExternalTableArgs:
37
37
  :param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
38
38
  :param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
39
39
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
40
- :param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. 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.
40
+ :param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. 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
41
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
42
42
  """
43
43
  pulumi.set(__self__, "database", database)
@@ -135,7 +135,7 @@ class StreamOnExternalTableArgs:
135
135
  @pulumi.getter(name="insertOnly")
136
136
  def insert_only(self) -> Optional[pulumi.Input[builtins.str]]:
137
137
  """
138
- Specifies whether this is an insert-only stream. 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
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. 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.
139
139
  """
140
140
  return pulumi.get(self, "insert_only")
141
141
 
@@ -180,7 +180,7 @@ class _StreamOnExternalTableState:
180
180
  :param pulumi.Input[Sequence[pulumi.Input['StreamOnExternalTableDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
181
181
  :param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
182
182
  :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).
183
- :param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. 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.
183
+ :param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. 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.
184
184
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
185
185
  :param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
186
186
  :param pulumi.Input[Sequence[pulumi.Input['StreamOnExternalTableShowOutputArgs']]] show_outputs: Outputs the result of `SHOW STREAMS` for the given stream.
@@ -306,7 +306,7 @@ class _StreamOnExternalTableState:
306
306
  @pulumi.getter(name="insertOnly")
307
307
  def insert_only(self) -> Optional[pulumi.Input[builtins.str]]:
308
308
  """
309
- Specifies whether this is an insert-only stream. 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.
309
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. 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.
310
310
  """
311
311
  return pulumi.get(self, "insert_only")
312
312
 
@@ -399,7 +399,7 @@ class StreamOnExternalTable(pulumi.CustomResource):
399
399
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
400
400
  :param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
401
401
  :param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
402
- :param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. 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.
402
+ :param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. 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.
403
403
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
404
404
  :param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
405
405
  """
@@ -505,7 +505,7 @@ class StreamOnExternalTable(pulumi.CustomResource):
505
505
  :param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnExternalTableDescribeOutputArgs', 'StreamOnExternalTableDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
506
506
  :param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
507
507
  :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).
508
- :param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. 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.
508
+ :param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. 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.
509
509
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
510
510
  :param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
511
511
  :param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnExternalTableShowOutputArgs', 'StreamOnExternalTableShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW STREAMS` for the given stream.
@@ -590,7 +590,7 @@ class StreamOnExternalTable(pulumi.CustomResource):
590
590
  @pulumi.getter(name="insertOnly")
591
591
  def insert_only(self) -> pulumi.Output[Optional[builtins.str]]:
592
592
  """
593
- Specifies whether this is an insert-only stream. 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.
593
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. 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.
594
594
  """
595
595
  return pulumi.get(self, "insert_only")
596
596
 
@@ -37,7 +37,7 @@ class StreamOnTableArgs:
37
37
  :param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
38
38
  :param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
39
39
  :param pulumi.Input[builtins.str] table: Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
40
- :param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. 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.
40
+ :param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. 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
41
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
42
42
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
43
43
  """
@@ -99,7 +99,7 @@ class StreamOnTableArgs:
99
99
  @pulumi.getter(name="appendOnly")
100
100
  def append_only(self) -> Optional[pulumi.Input[builtins.str]]:
101
101
  """
102
- Specifies whether this is an append-only stream. 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.
102
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. 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.
103
103
  """
104
104
  return pulumi.get(self, "append_only")
105
105
 
@@ -188,7 +188,7 @@ class _StreamOnTableState:
188
188
  table: Optional[pulumi.Input[builtins.str]] = None):
189
189
  """
190
190
  Input properties used for looking up and filtering StreamOnTable resources.
191
- :param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. 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.
191
+ :param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. 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.
192
192
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
193
193
  :param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
194
194
  :param pulumi.Input[Sequence[pulumi.Input['StreamOnTableDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
@@ -234,7 +234,7 @@ class _StreamOnTableState:
234
234
  @pulumi.getter(name="appendOnly")
235
235
  def append_only(self) -> Optional[pulumi.Input[builtins.str]]:
236
236
  """
237
- Specifies whether this is an append-only stream. 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.
237
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. 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.
238
238
  """
239
239
  return pulumi.get(self, "append_only")
240
240
 
@@ -421,7 +421,7 @@ class StreamOnTable(pulumi.CustomResource):
421
421
 
422
422
  :param str resource_name: The name of the resource.
423
423
  :param pulumi.ResourceOptions opts: Options for the resource.
424
- :param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. 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.
424
+ :param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. 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.
425
425
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
426
426
  :param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
427
427
  :param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
@@ -528,7 +528,7 @@ class StreamOnTable(pulumi.CustomResource):
528
528
  :param str resource_name: The unique name of the resulting resource.
529
529
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
530
530
  :param pulumi.ResourceOptions opts: Options for the resource.
531
- :param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. 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.
531
+ :param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. 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.
532
532
  :param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
533
533
  :param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
534
534
  :param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnTableDescribeOutputArgs', 'StreamOnTableDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
@@ -564,7 +564,7 @@ class StreamOnTable(pulumi.CustomResource):
564
564
  @pulumi.getter(name="appendOnly")
565
565
  def append_only(self) -> pulumi.Output[Optional[builtins.str]]:
566
566
  """
567
- Specifies whether this is an append-only stream. 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.
567
+ (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. 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.
568
568
  """
569
569
  return pulumi.get(self, "append_only")
570
570