pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.3.0a1744699038__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/_inputs.py +27 -27
- pulumi_snowflake/account.py +7 -7
- pulumi_snowflake/alert.py +7 -7
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
- pulumi_snowflake/api_integration.py +35 -35
- pulumi_snowflake/authentication_policy.py +7 -7
- pulumi_snowflake/dynamic_table.py +21 -21
- pulumi_snowflake/external_function.py +28 -28
- pulumi_snowflake/external_table.py +21 -21
- pulumi_snowflake/external_volume.py +13 -9
- pulumi_snowflake/failover_group.py +7 -7
- pulumi_snowflake/function_java.py +14 -14
- pulumi_snowflake/function_javascript.py +14 -14
- pulumi_snowflake/function_python.py +21 -21
- pulumi_snowflake/function_scala.py +14 -14
- pulumi_snowflake/function_sql.py +14 -14
- pulumi_snowflake/get_alerts.py +6 -2
- pulumi_snowflake/get_cortex_search_services.py +6 -2
- pulumi_snowflake/get_current_account.py +6 -2
- pulumi_snowflake/get_current_role.py +6 -2
- pulumi_snowflake/get_database.py +6 -2
- pulumi_snowflake/get_database_role.py +6 -2
- pulumi_snowflake/get_databases.py +6 -6
- pulumi_snowflake/get_dynamic_tables.py +6 -2
- pulumi_snowflake/get_external_functions.py +6 -2
- pulumi_snowflake/get_external_tables.py +6 -2
- pulumi_snowflake/get_failover_groups.py +6 -2
- pulumi_snowflake/get_file_formats.py +6 -2
- pulumi_snowflake/get_functions.py +6 -2
- pulumi_snowflake/get_grants.py +4 -0
- pulumi_snowflake/get_masking_policies.py +3 -3
- pulumi_snowflake/get_materialized_views.py +6 -2
- pulumi_snowflake/get_network_policies.py +3 -3
- pulumi_snowflake/get_parameters.py +9 -5
- pulumi_snowflake/get_pipes.py +6 -2
- pulumi_snowflake/get_procedures.py +6 -2
- pulumi_snowflake/get_row_access_policies.py +3 -3
- pulumi_snowflake/get_schemas.py +6 -6
- pulumi_snowflake/get_secrets.py +7 -3
- pulumi_snowflake/get_security_integrations.py +3 -3
- pulumi_snowflake/get_sequences.py +6 -2
- pulumi_snowflake/get_shares.py +6 -2
- pulumi_snowflake/get_stages.py +6 -2
- pulumi_snowflake/get_storage_integrations.py +6 -2
- pulumi_snowflake/get_streamlits.py +3 -3
- pulumi_snowflake/get_streams.py +3 -3
- pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
- pulumi_snowflake/get_system_get_private_link_config.py +6 -2
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
- pulumi_snowflake/get_tables.py +6 -2
- pulumi_snowflake/get_tasks.py +3 -3
- pulumi_snowflake/get_users.py +6 -6
- pulumi_snowflake/get_views.py +3 -3
- pulumi_snowflake/get_warehouses.py +6 -6
- pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
- pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
- pulumi_snowflake/legacy_service_user.py +21 -21
- pulumi_snowflake/managed_account.py +7 -7
- pulumi_snowflake/masking_policy.py +7 -7
- pulumi_snowflake/materialized_view.py +14 -14
- pulumi_snowflake/network_policy_attachment.py +7 -7
- pulumi_snowflake/notification_integration.py +20 -7
- pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
- pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
- pulumi_snowflake/object_parameter.py +7 -7
- pulumi_snowflake/outputs.py +18 -18
- pulumi_snowflake/password_policy.py +97 -93
- pulumi_snowflake/pipe.py +7 -7
- pulumi_snowflake/procedure_java.py +14 -14
- pulumi_snowflake/procedure_javascript.py +14 -14
- pulumi_snowflake/procedure_python.py +14 -14
- pulumi_snowflake/procedure_scala.py +14 -14
- pulumi_snowflake/procedure_sql.py +14 -14
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/saml2_integration.py +28 -28
- pulumi_snowflake/schema.py +14 -14
- pulumi_snowflake/scim_integration.py +7 -7
- pulumi_snowflake/sequence.py +21 -21
- pulumi_snowflake/service_user.py +14 -14
- pulumi_snowflake/storage_integration.py +65 -0
- pulumi_snowflake/stream_on_external_table.py +7 -7
- pulumi_snowflake/stream_on_table.py +7 -7
- pulumi_snowflake/stream_on_view.py +7 -7
- pulumi_snowflake/table.py +14 -14
- pulumi_snowflake/table_constraint.py +42 -42
- pulumi_snowflake/tag_association.py +7 -7
- pulumi_snowflake/task.py +7 -7
- pulumi_snowflake/user.py +21 -21
- pulumi_snowflake/view.py +14 -14
- pulumi_snowflake/warehouse.py +28 -28
- {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.3.0a1744699038.dist-info/RECORD +148 -0
- pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.3.0a1744699038.dist-info}/top_level.txt +0 -0
pulumi_snowflake/schema.py
CHANGED
|
@@ -53,7 +53,7 @@ class SchemaArgs:
|
|
|
53
53
|
:param pulumi.Input[builtins.str] default_ddl_collation: Specifies a default collation specification for all schemas and tables added to the database. It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification).
|
|
54
54
|
:param pulumi.Input[builtins.bool] enable_console_output: If true, enables stdout/stderr fast path logging for anonymous stored procedures.
|
|
55
55
|
:param pulumi.Input[builtins.str] external_volume: The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
|
|
56
|
-
:param pulumi.Input[builtins.str] is_transient: Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
56
|
+
:param pulumi.Input[builtins.str] is_transient: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
57
57
|
:param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
|
|
58
58
|
:param pulumi.Input[builtins.int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
|
|
59
59
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
@@ -67,7 +67,7 @@ class SchemaArgs:
|
|
|
67
67
|
:param pulumi.Input[builtins.str] user_task_managed_initial_warehouse_size: The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER*TASK*MANAGED*INITIAL*WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size).
|
|
68
68
|
:param pulumi.Input[builtins.int] user_task_minimum_trigger_interval_in_seconds: Minimum amount of time between Triggered Task executions in seconds.
|
|
69
69
|
:param pulumi.Input[builtins.int] user_task_timeout_ms: User task execution timeout in milliseconds. For more information, see [USER*TASK*TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms).
|
|
70
|
-
:param pulumi.Input[builtins.str] with_managed_access: Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
70
|
+
:param pulumi.Input[builtins.str] with_managed_access: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
71
71
|
"""
|
|
72
72
|
pulumi.set(__self__, "database", database)
|
|
73
73
|
if catalog is not None:
|
|
@@ -201,7 +201,7 @@ class SchemaArgs:
|
|
|
201
201
|
@pulumi.getter(name="isTransient")
|
|
202
202
|
def is_transient(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
203
203
|
"""
|
|
204
|
-
Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
204
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
205
205
|
"""
|
|
206
206
|
return pulumi.get(self, "is_transient")
|
|
207
207
|
|
|
@@ -369,7 +369,7 @@ class SchemaArgs:
|
|
|
369
369
|
@pulumi.getter(name="withManagedAccess")
|
|
370
370
|
def with_managed_access(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
371
371
|
"""
|
|
372
|
-
Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
372
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
373
373
|
"""
|
|
374
374
|
return pulumi.get(self, "with_managed_access")
|
|
375
375
|
|
|
@@ -418,7 +418,7 @@ class _SchemaState:
|
|
|
418
418
|
:param pulumi.Input[builtins.bool] enable_console_output: If true, enables stdout/stderr fast path logging for anonymous stored procedures.
|
|
419
419
|
:param pulumi.Input[builtins.str] external_volume: The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
|
|
420
420
|
: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).
|
|
421
|
-
:param pulumi.Input[builtins.str] is_transient: Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
421
|
+
:param pulumi.Input[builtins.str] is_transient: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
422
422
|
:param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
|
|
423
423
|
:param pulumi.Input[builtins.int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
|
|
424
424
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
@@ -434,7 +434,7 @@ class _SchemaState:
|
|
|
434
434
|
:param pulumi.Input[builtins.str] user_task_managed_initial_warehouse_size: The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER*TASK*MANAGED*INITIAL*WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size).
|
|
435
435
|
:param pulumi.Input[builtins.int] user_task_minimum_trigger_interval_in_seconds: Minimum amount of time between Triggered Task executions in seconds.
|
|
436
436
|
:param pulumi.Input[builtins.int] user_task_timeout_ms: User task execution timeout in milliseconds. For more information, see [USER*TASK*TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms).
|
|
437
|
-
:param pulumi.Input[builtins.str] with_managed_access: Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
437
|
+
:param pulumi.Input[builtins.str] with_managed_access: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
438
438
|
"""
|
|
439
439
|
if catalog is not None:
|
|
440
440
|
pulumi.set(__self__, "catalog", catalog)
|
|
@@ -601,7 +601,7 @@ class _SchemaState:
|
|
|
601
601
|
@pulumi.getter(name="isTransient")
|
|
602
602
|
def is_transient(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
603
603
|
"""
|
|
604
|
-
Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
604
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
605
605
|
"""
|
|
606
606
|
return pulumi.get(self, "is_transient")
|
|
607
607
|
|
|
@@ -793,7 +793,7 @@ class _SchemaState:
|
|
|
793
793
|
@pulumi.getter(name="withManagedAccess")
|
|
794
794
|
def with_managed_access(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
795
795
|
"""
|
|
796
|
-
Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
796
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
797
797
|
"""
|
|
798
798
|
return pulumi.get(self, "with_managed_access")
|
|
799
799
|
|
|
@@ -846,7 +846,7 @@ class Schema(pulumi.CustomResource):
|
|
|
846
846
|
:param pulumi.Input[builtins.str] default_ddl_collation: Specifies a default collation specification for all schemas and tables added to the database. It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification).
|
|
847
847
|
:param pulumi.Input[builtins.bool] enable_console_output: If true, enables stdout/stderr fast path logging for anonymous stored procedures.
|
|
848
848
|
:param pulumi.Input[builtins.str] external_volume: The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
|
|
849
|
-
:param pulumi.Input[builtins.str] is_transient: Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
849
|
+
:param pulumi.Input[builtins.str] is_transient: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
850
850
|
:param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
|
|
851
851
|
:param pulumi.Input[builtins.int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
|
|
852
852
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
@@ -860,7 +860,7 @@ class Schema(pulumi.CustomResource):
|
|
|
860
860
|
:param pulumi.Input[builtins.str] user_task_managed_initial_warehouse_size: The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER*TASK*MANAGED*INITIAL*WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size).
|
|
861
861
|
:param pulumi.Input[builtins.int] user_task_minimum_trigger_interval_in_seconds: Minimum amount of time between Triggered Task executions in seconds.
|
|
862
862
|
:param pulumi.Input[builtins.int] user_task_timeout_ms: User task execution timeout in milliseconds. For more information, see [USER*TASK*TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms).
|
|
863
|
-
:param pulumi.Input[builtins.str] with_managed_access: Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
863
|
+
:param pulumi.Input[builtins.str] with_managed_access: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
864
864
|
"""
|
|
865
865
|
...
|
|
866
866
|
@overload
|
|
@@ -1001,7 +1001,7 @@ class Schema(pulumi.CustomResource):
|
|
|
1001
1001
|
:param pulumi.Input[builtins.bool] enable_console_output: If true, enables stdout/stderr fast path logging for anonymous stored procedures.
|
|
1002
1002
|
:param pulumi.Input[builtins.str] external_volume: The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
|
|
1003
1003
|
: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).
|
|
1004
|
-
:param pulumi.Input[builtins.str] is_transient: Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
1004
|
+
:param pulumi.Input[builtins.str] is_transient: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
1005
1005
|
:param pulumi.Input[builtins.str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
|
|
1006
1006
|
:param pulumi.Input[builtins.int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
|
|
1007
1007
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
@@ -1017,7 +1017,7 @@ class Schema(pulumi.CustomResource):
|
|
|
1017
1017
|
:param pulumi.Input[builtins.str] user_task_managed_initial_warehouse_size: The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER*TASK*MANAGED*INITIAL*WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size).
|
|
1018
1018
|
:param pulumi.Input[builtins.int] user_task_minimum_trigger_interval_in_seconds: Minimum amount of time between Triggered Task executions in seconds.
|
|
1019
1019
|
:param pulumi.Input[builtins.int] user_task_timeout_ms: User task execution timeout in milliseconds. For more information, see [USER*TASK*TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms).
|
|
1020
|
-
:param pulumi.Input[builtins.str] with_managed_access: Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
1020
|
+
:param pulumi.Input[builtins.str] with_managed_access: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
1021
1021
|
"""
|
|
1022
1022
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1023
1023
|
|
|
@@ -1127,7 +1127,7 @@ class Schema(pulumi.CustomResource):
|
|
|
1127
1127
|
@pulumi.getter(name="isTransient")
|
|
1128
1128
|
def is_transient(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
1129
1129
|
"""
|
|
1130
|
-
Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
1130
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. 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.
|
|
1131
1131
|
"""
|
|
1132
1132
|
return pulumi.get(self, "is_transient")
|
|
1133
1133
|
|
|
@@ -1255,7 +1255,7 @@ class Schema(pulumi.CustomResource):
|
|
|
1255
1255
|
@pulumi.getter(name="withManagedAccess")
|
|
1256
1256
|
def with_managed_access(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
1257
1257
|
"""
|
|
1258
|
-
Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
1258
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. 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.
|
|
1259
1259
|
"""
|
|
1260
1260
|
return pulumi.get(self, "with_managed_access")
|
|
1261
1261
|
|
|
@@ -37,7 +37,7 @@ class ScimIntegrationArgs:
|
|
|
37
37
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
|
|
38
38
|
:param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
39
39
|
:param pulumi.Input[builtins.str] network_policy: Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
40
|
-
:param pulumi.Input[builtins.str] sync_password: Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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] sync_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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
|
"""
|
|
42
42
|
pulumi.set(__self__, "enabled", enabled)
|
|
43
43
|
pulumi.set(__self__, "run_as_role", run_as_role)
|
|
@@ -127,7 +127,7 @@ class ScimIntegrationArgs:
|
|
|
127
127
|
@pulumi.getter(name="syncPassword")
|
|
128
128
|
def sync_password(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
129
129
|
"""
|
|
130
|
-
Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
130
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
131
131
|
"""
|
|
132
132
|
return pulumi.get(self, "sync_password")
|
|
133
133
|
|
|
@@ -160,7 +160,7 @@ class _ScimIntegrationState:
|
|
|
160
160
|
:param pulumi.Input[builtins.str] run_as_role: Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`.
|
|
161
161
|
:param pulumi.Input[builtins.str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
|
|
162
162
|
:param pulumi.Input[Sequence[pulumi.Input['ScimIntegrationShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
|
|
163
|
-
:param pulumi.Input[builtins.str] sync_password: Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
163
|
+
:param pulumi.Input[builtins.str] sync_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
164
164
|
"""
|
|
165
165
|
if comment is not None:
|
|
166
166
|
pulumi.set(__self__, "comment", comment)
|
|
@@ -295,7 +295,7 @@ class _ScimIntegrationState:
|
|
|
295
295
|
@pulumi.getter(name="syncPassword")
|
|
296
296
|
def sync_password(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
297
297
|
"""
|
|
298
|
-
Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
298
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
299
299
|
"""
|
|
300
300
|
return pulumi.get(self, "sync_password")
|
|
301
301
|
|
|
@@ -332,7 +332,7 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
332
332
|
:param pulumi.Input[builtins.str] network_policy: Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
333
333
|
:param pulumi.Input[builtins.str] run_as_role: Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`.
|
|
334
334
|
:param pulumi.Input[builtins.str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
|
|
335
|
-
:param pulumi.Input[builtins.str] sync_password: Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
335
|
+
:param pulumi.Input[builtins.str] sync_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
336
336
|
"""
|
|
337
337
|
...
|
|
338
338
|
@overload
|
|
@@ -430,7 +430,7 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
430
430
|
:param pulumi.Input[builtins.str] run_as_role: Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`.
|
|
431
431
|
:param pulumi.Input[builtins.str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
|
|
432
432
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ScimIntegrationShowOutputArgs', 'ScimIntegrationShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
|
|
433
|
-
:param pulumi.Input[builtins.str] sync_password: Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
433
|
+
:param pulumi.Input[builtins.str] sync_password: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
434
434
|
"""
|
|
435
435
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
436
436
|
|
|
@@ -524,7 +524,7 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
524
524
|
@pulumi.getter(name="syncPassword")
|
|
525
525
|
def sync_password(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
526
526
|
"""
|
|
527
|
-
Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
527
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. 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.
|
|
528
528
|
"""
|
|
529
529
|
return pulumi.get(self, "sync_password")
|
|
530
530
|
|
pulumi_snowflake/sequence.py
CHANGED
|
@@ -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
|
|
pulumi_snowflake/service_user.py
CHANGED
|
@@ -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
|
|