pulumi-snowflake 0.63.0a1734416430__py3-none-any.whl → 1.0.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.
- pulumi_snowflake/__init__.py +82 -74
- pulumi_snowflake/_inputs.py +12705 -4876
- pulumi_snowflake/account.py +156 -163
- pulumi_snowflake/account_parameter.py +16 -16
- pulumi_snowflake/account_role.py +9 -9
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +9 -22
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +9 -22
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +9 -22
- pulumi_snowflake/authentication_policy.py +21 -21
- pulumi_snowflake/config/__init__.pyi +8 -86
- pulumi_snowflake/config/vars.py +10 -110
- pulumi_snowflake/database.py +9 -9
- pulumi_snowflake/database_role.py +14 -14
- pulumi_snowflake/{unsafe_execute.py → execute.py} +35 -25
- pulumi_snowflake/external_oauth_integration.py +27 -27
- pulumi_snowflake/external_volume.py +11 -7
- pulumi_snowflake/function_java.py +1211 -0
- pulumi_snowflake/function_javascript.py +882 -0
- pulumi_snowflake/function_python.py +1212 -0
- pulumi_snowflake/function_scala.py +1212 -0
- pulumi_snowflake/function_sql.py +835 -0
- pulumi_snowflake/get_account_roles.py +129 -0
- pulumi_snowflake/get_accounts.py +41 -19
- pulumi_snowflake/get_alerts.py +4 -0
- pulumi_snowflake/get_connections.py +2 -40
- pulumi_snowflake/get_cortex_search_services.py +4 -0
- pulumi_snowflake/get_current_account.py +4 -0
- pulumi_snowflake/get_current_role.py +2 -2
- pulumi_snowflake/get_database.py +4 -0
- pulumi_snowflake/get_database_role.py +4 -0
- pulumi_snowflake/get_database_roles.py +2 -6
- pulumi_snowflake/get_databases.py +2 -6
- pulumi_snowflake/get_dynamic_tables.py +4 -2
- pulumi_snowflake/get_external_functions.py +4 -0
- pulumi_snowflake/get_external_tables.py +4 -0
- pulumi_snowflake/get_failover_groups.py +4 -2
- pulumi_snowflake/get_file_formats.py +4 -0
- pulumi_snowflake/get_functions.py +4 -0
- pulumi_snowflake/get_grants.py +0 -4
- pulumi_snowflake/get_masking_policies.py +2 -6
- pulumi_snowflake/get_materialized_views.py +4 -0
- pulumi_snowflake/get_network_policies.py +2 -6
- pulumi_snowflake/get_parameters.py +4 -0
- pulumi_snowflake/get_pipes.py +4 -0
- pulumi_snowflake/get_procedures.py +4 -0
- pulumi_snowflake/get_resource_monitors.py +2 -6
- pulumi_snowflake/get_row_access_policies.py +2 -6
- pulumi_snowflake/get_schemas.py +6 -4
- pulumi_snowflake/get_secrets.py +2 -6
- pulumi_snowflake/get_security_integrations.py +2 -6
- pulumi_snowflake/get_sequences.py +4 -0
- pulumi_snowflake/get_shares.py +4 -0
- pulumi_snowflake/get_stages.py +4 -0
- pulumi_snowflake/get_storage_integrations.py +4 -0
- pulumi_snowflake/get_streamlits.py +2 -6
- pulumi_snowflake/get_streams.py +2 -6
- pulumi_snowflake/get_system_generate_scim_access_token.py +4 -0
- pulumi_snowflake/get_system_get_private_link_config.py +4 -0
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +2 -2
- pulumi_snowflake/get_tables.py +4 -0
- pulumi_snowflake/get_tags.py +2 -6
- pulumi_snowflake/get_tasks.py +0 -4
- pulumi_snowflake/get_users.py +2 -6
- pulumi_snowflake/get_views.py +2 -6
- pulumi_snowflake/get_warehouses.py +2 -6
- pulumi_snowflake/grant_account_role.py +21 -21
- pulumi_snowflake/grant_application_role.py +7 -7
- pulumi_snowflake/grant_database_role.py +28 -28
- pulumi_snowflake/grant_ownership.py +14 -14
- pulumi_snowflake/grant_privileges_to_account_role.py +14 -14
- pulumi_snowflake/grant_privileges_to_database_role.py +14 -14
- pulumi_snowflake/grant_privileges_to_share.py +42 -42
- pulumi_snowflake/legacy_service_user.py +21 -21
- pulumi_snowflake/masking_policy.py +21 -21
- pulumi_snowflake/network_policy.py +23 -23
- pulumi_snowflake/oauth_integration_for_custom_clients.py +73 -46
- pulumi_snowflake/oauth_integration_for_partner_applications.py +57 -30
- pulumi_snowflake/outputs.py +10029 -4056
- pulumi_snowflake/password_policy.py +12 -2
- pulumi_snowflake/primary_connection.py +16 -16
- pulumi_snowflake/procedure_java.py +1273 -0
- pulumi_snowflake/procedure_javascript.py +895 -0
- pulumi_snowflake/procedure_python.py +1226 -0
- pulumi_snowflake/procedure_scala.py +1273 -0
- pulumi_snowflake/procedure_sql.py +895 -0
- pulumi_snowflake/provider.py +40 -527
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +16 -20
- pulumi_snowflake/row_access_policy.py +21 -21
- pulumi_snowflake/saml2_integration.py +9 -9
- pulumi_snowflake/schema.py +14 -18
- pulumi_snowflake/scim_integration.py +16 -16
- pulumi_snowflake/secondary_connection.py +16 -16
- pulumi_snowflake/secondary_database.py +16 -16
- pulumi_snowflake/secret_with_authorization_code_grant.py +28 -28
- pulumi_snowflake/secret_with_basic_authentication.py +21 -21
- pulumi_snowflake/secret_with_client_credentials.py +28 -28
- pulumi_snowflake/secret_with_generic_string.py +21 -21
- pulumi_snowflake/service_user.py +21 -21
- pulumi_snowflake/shared_database.py +16 -16
- pulumi_snowflake/stream_on_directory_table.py +28 -41
- pulumi_snowflake/stream_on_external_table.py +28 -41
- pulumi_snowflake/stream_on_table.py +28 -41
- pulumi_snowflake/stream_on_view.py +28 -41
- pulumi_snowflake/streamlit.py +42 -46
- pulumi_snowflake/tag.py +28 -28
- pulumi_snowflake/tag_association.py +28 -86
- pulumi_snowflake/task.py +58 -62
- pulumi_snowflake/user.py +21 -21
- pulumi_snowflake/view.py +28 -41
- pulumi_snowflake/warehouse.py +16 -16
- {pulumi_snowflake-0.63.0a1734416430.dist-info → pulumi_snowflake-1.0.0.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.0.0.dist-info/RECORD +148 -0
- pulumi_snowflake/database_old.py +0 -489
- pulumi_snowflake/function.py +0 -901
- pulumi_snowflake/get_role.py +0 -126
- pulumi_snowflake/get_roles.py +0 -133
- pulumi_snowflake/oauth_integration.py +0 -610
- pulumi_snowflake/procedure.py +0 -910
- pulumi_snowflake/role.py +0 -250
- pulumi_snowflake/saml_integration.py +0 -916
- pulumi_snowflake/session_parameter.py +0 -301
- pulumi_snowflake/stream.py +0 -643
- pulumi_snowflake/tag_masking_policy_association.py +0 -211
- pulumi_snowflake-0.63.0a1734416430.dist-info/RECORD +0 -148
- {pulumi_snowflake-0.63.0a1734416430.dist-info → pulumi_snowflake-1.0.0.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-0.63.0a1734416430.dist-info → pulumi_snowflake-1.0.0.dist-info}/top_level.txt +0 -0
|
@@ -34,8 +34,8 @@ class ScimIntegrationArgs:
|
|
|
34
34
|
:param pulumi.Input[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`.
|
|
35
35
|
:param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
|
|
36
36
|
:param pulumi.Input[str] comment: Specifies a comment for the integration.
|
|
37
|
-
:param pulumi.Input[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: `|`, `.`, `"
|
|
38
|
-
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
|
|
37
|
+
:param pulumi.Input[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: `|`, `.`, `"`.
|
|
38
|
+
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
39
39
|
:param pulumi.Input[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
40
|
"""
|
|
41
41
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -102,7 +102,7 @@ class ScimIntegrationArgs:
|
|
|
102
102
|
@pulumi.getter
|
|
103
103
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
104
104
|
"""
|
|
105
|
-
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: `|`, `.`, `"
|
|
105
|
+
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: `|`, `.`, `"`.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "name")
|
|
108
108
|
|
|
@@ -114,7 +114,7 @@ class ScimIntegrationArgs:
|
|
|
114
114
|
@pulumi.getter(name="networkPolicy")
|
|
115
115
|
def network_policy(self) -> Optional[pulumi.Input[str]]:
|
|
116
116
|
"""
|
|
117
|
-
Specifies an existing network policy that controls SCIM network traffic.
|
|
117
|
+
Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
118
118
|
"""
|
|
119
119
|
return pulumi.get(self, "network_policy")
|
|
120
120
|
|
|
@@ -154,8 +154,8 @@ class _ScimIntegrationState:
|
|
|
154
154
|
:param pulumi.Input[Sequence[pulumi.Input['ScimIntegrationDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
|
|
155
155
|
:param pulumi.Input[bool] enabled: Specify whether the security integration is enabled.
|
|
156
156
|
:param pulumi.Input[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).
|
|
157
|
-
:param pulumi.Input[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: `|`, `.`, `"
|
|
158
|
-
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
|
|
157
|
+
:param pulumi.Input[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: `|`, `.`, `"`.
|
|
158
|
+
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
159
159
|
:param pulumi.Input[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`.
|
|
160
160
|
:param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
|
|
161
161
|
:param pulumi.Input[Sequence[pulumi.Input['ScimIntegrationShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
|
|
@@ -234,7 +234,7 @@ class _ScimIntegrationState:
|
|
|
234
234
|
@pulumi.getter
|
|
235
235
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
236
236
|
"""
|
|
237
|
-
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: `|`, `.`, `"
|
|
237
|
+
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: `|`, `.`, `"`.
|
|
238
238
|
"""
|
|
239
239
|
return pulumi.get(self, "name")
|
|
240
240
|
|
|
@@ -246,7 +246,7 @@ class _ScimIntegrationState:
|
|
|
246
246
|
@pulumi.getter(name="networkPolicy")
|
|
247
247
|
def network_policy(self) -> Optional[pulumi.Input[str]]:
|
|
248
248
|
"""
|
|
249
|
-
Specifies an existing network policy that controls SCIM network traffic.
|
|
249
|
+
Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
250
250
|
"""
|
|
251
251
|
return pulumi.get(self, "network_policy")
|
|
252
252
|
|
|
@@ -320,15 +320,15 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
320
320
|
## Import
|
|
321
321
|
|
|
322
322
|
```sh
|
|
323
|
-
$ pulumi import snowflake:index/scimIntegration:ScimIntegration example "
|
|
323
|
+
$ pulumi import snowflake:index/scimIntegration:ScimIntegration example '"<integration_name>"'
|
|
324
324
|
```
|
|
325
325
|
|
|
326
326
|
:param str resource_name: The name of the resource.
|
|
327
327
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
328
328
|
:param pulumi.Input[str] comment: Specifies a comment for the integration.
|
|
329
329
|
:param pulumi.Input[bool] enabled: Specify whether the security integration is enabled.
|
|
330
|
-
:param pulumi.Input[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: `|`, `.`, `"
|
|
331
|
-
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
|
|
330
|
+
:param pulumi.Input[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: `|`, `.`, `"`.
|
|
331
|
+
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
332
332
|
:param pulumi.Input[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`.
|
|
333
333
|
:param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
|
|
334
334
|
:param pulumi.Input[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.
|
|
@@ -343,7 +343,7 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
343
343
|
## Import
|
|
344
344
|
|
|
345
345
|
```sh
|
|
346
|
-
$ pulumi import snowflake:index/scimIntegration:ScimIntegration example "
|
|
346
|
+
$ pulumi import snowflake:index/scimIntegration:ScimIntegration example '"<integration_name>"'
|
|
347
347
|
```
|
|
348
348
|
|
|
349
349
|
:param str resource_name: The name of the resource.
|
|
@@ -424,8 +424,8 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
424
424
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ScimIntegrationDescribeOutputArgs', 'ScimIntegrationDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
|
|
425
425
|
:param pulumi.Input[bool] enabled: Specify whether the security integration is enabled.
|
|
426
426
|
:param pulumi.Input[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).
|
|
427
|
-
:param pulumi.Input[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: `|`, `.`, `"
|
|
428
|
-
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
|
|
427
|
+
:param pulumi.Input[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: `|`, `.`, `"`.
|
|
428
|
+
:param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
429
429
|
:param pulumi.Input[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`.
|
|
430
430
|
:param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
|
|
431
431
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ScimIntegrationShowOutputArgs', 'ScimIntegrationShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
|
|
@@ -483,7 +483,7 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
483
483
|
@pulumi.getter
|
|
484
484
|
def name(self) -> pulumi.Output[str]:
|
|
485
485
|
"""
|
|
486
|
-
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: `|`, `.`, `"
|
|
486
|
+
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: `|`, `.`, `"`.
|
|
487
487
|
"""
|
|
488
488
|
return pulumi.get(self, "name")
|
|
489
489
|
|
|
@@ -491,7 +491,7 @@ class ScimIntegration(pulumi.CustomResource):
|
|
|
491
491
|
@pulumi.getter(name="networkPolicy")
|
|
492
492
|
def network_policy(self) -> pulumi.Output[Optional[str]]:
|
|
493
493
|
"""
|
|
494
|
-
Specifies an existing network policy that controls SCIM network traffic.
|
|
494
|
+
Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
495
495
|
"""
|
|
496
496
|
return pulumi.get(self, "network_policy")
|
|
497
497
|
|
|
@@ -26,9 +26,9 @@ class SecondaryConnectionArgs:
|
|
|
26
26
|
name: Optional[pulumi.Input[str]] = None):
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a SecondaryConnection resource.
|
|
29
|
-
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
29
|
+
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
30
30
|
:param pulumi.Input[str] comment: Specifies a comment for the secondary connection.
|
|
31
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
31
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
32
32
|
"""
|
|
33
33
|
pulumi.set(__self__, "as_replica_of", as_replica_of)
|
|
34
34
|
if comment is not None:
|
|
@@ -40,7 +40,7 @@ class SecondaryConnectionArgs:
|
|
|
40
40
|
@pulumi.getter(name="asReplicaOf")
|
|
41
41
|
def as_replica_of(self) -> pulumi.Input[str]:
|
|
42
42
|
"""
|
|
43
|
-
Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
43
|
+
Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
44
44
|
"""
|
|
45
45
|
return pulumi.get(self, "as_replica_of")
|
|
46
46
|
|
|
@@ -64,7 +64,7 @@ class SecondaryConnectionArgs:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
66
66
|
"""
|
|
67
|
-
String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
67
|
+
String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "name")
|
|
70
70
|
|
|
@@ -84,11 +84,11 @@ class _SecondaryConnectionState:
|
|
|
84
84
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecondaryConnectionShowOutputArgs']]]] = None):
|
|
85
85
|
"""
|
|
86
86
|
Input properties used for looking up and filtering SecondaryConnection resources.
|
|
87
|
-
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
87
|
+
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
88
88
|
:param pulumi.Input[str] comment: Specifies a comment for the secondary connection.
|
|
89
89
|
:param pulumi.Input[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).
|
|
90
90
|
:param pulumi.Input[bool] is_primary: Indicates if the connection primary status has been changed. If change is detected, resource will be recreated.
|
|
91
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
91
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
92
92
|
:param pulumi.Input[Sequence[pulumi.Input['SecondaryConnectionShowOutputArgs']]] show_outputs: Outputs the result of `SHOW CONNECTIONS` for the given connection.
|
|
93
93
|
"""
|
|
94
94
|
if as_replica_of is not None:
|
|
@@ -108,7 +108,7 @@ class _SecondaryConnectionState:
|
|
|
108
108
|
@pulumi.getter(name="asReplicaOf")
|
|
109
109
|
def as_replica_of(self) -> Optional[pulumi.Input[str]]:
|
|
110
110
|
"""
|
|
111
|
-
Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
111
|
+
Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "as_replica_of")
|
|
114
114
|
|
|
@@ -156,7 +156,7 @@ class _SecondaryConnectionState:
|
|
|
156
156
|
@pulumi.getter
|
|
157
157
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
158
158
|
"""
|
|
159
|
-
String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
159
|
+
String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
160
160
|
"""
|
|
161
161
|
return pulumi.get(self, "name")
|
|
162
162
|
|
|
@@ -190,14 +190,14 @@ class SecondaryConnection(pulumi.CustomResource):
|
|
|
190
190
|
## Import
|
|
191
191
|
|
|
192
192
|
```sh
|
|
193
|
-
$ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example 'secondary_connection_name'
|
|
193
|
+
$ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example '"<secondary_connection_name>"'
|
|
194
194
|
```
|
|
195
195
|
|
|
196
196
|
:param str resource_name: The name of the resource.
|
|
197
197
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
198
|
-
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
198
|
+
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
199
199
|
:param pulumi.Input[str] comment: Specifies a comment for the secondary connection.
|
|
200
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
200
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
201
201
|
"""
|
|
202
202
|
...
|
|
203
203
|
@overload
|
|
@@ -209,7 +209,7 @@ class SecondaryConnection(pulumi.CustomResource):
|
|
|
209
209
|
## Import
|
|
210
210
|
|
|
211
211
|
```sh
|
|
212
|
-
$ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example 'secondary_connection_name'
|
|
212
|
+
$ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example '"<secondary_connection_name>"'
|
|
213
213
|
```
|
|
214
214
|
|
|
215
215
|
:param str resource_name: The name of the resource.
|
|
@@ -270,11 +270,11 @@ class SecondaryConnection(pulumi.CustomResource):
|
|
|
270
270
|
:param str resource_name: The unique name of the resulting resource.
|
|
271
271
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
272
272
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
273
|
-
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
273
|
+
:param pulumi.Input[str] as_replica_of: Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
274
274
|
:param pulumi.Input[str] comment: Specifies a comment for the secondary connection.
|
|
275
275
|
:param pulumi.Input[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).
|
|
276
276
|
:param pulumi.Input[bool] is_primary: Indicates if the connection primary status has been changed. If change is detected, resource will be recreated.
|
|
277
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
277
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
278
278
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecondaryConnectionShowOutputArgs', 'SecondaryConnectionShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW CONNECTIONS` for the given connection.
|
|
279
279
|
"""
|
|
280
280
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -293,7 +293,7 @@ class SecondaryConnection(pulumi.CustomResource):
|
|
|
293
293
|
@pulumi.getter(name="asReplicaOf")
|
|
294
294
|
def as_replica_of(self) -> pulumi.Output[str]:
|
|
295
295
|
"""
|
|
296
|
-
Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
296
|
+
Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
297
297
|
"""
|
|
298
298
|
return pulumi.get(self, "as_replica_of")
|
|
299
299
|
|
|
@@ -325,7 +325,7 @@ class SecondaryConnection(pulumi.CustomResource):
|
|
|
325
325
|
@pulumi.getter
|
|
326
326
|
def name(self) -> pulumi.Output[str]:
|
|
327
327
|
"""
|
|
328
|
-
String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
328
|
+
String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
329
329
|
"""
|
|
330
330
|
return pulumi.get(self, "name")
|
|
331
331
|
|
|
@@ -41,7 +41,7 @@ class SecondaryDatabaseArgs:
|
|
|
41
41
|
user_task_timeout_ms: Optional[pulumi.Input[int]] = None):
|
|
42
42
|
"""
|
|
43
43
|
The set of arguments for constructing a SecondaryDatabase resource.
|
|
44
|
-
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
44
|
+
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
45
45
|
:param pulumi.Input[str] catalog: The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog).
|
|
46
46
|
:param pulumi.Input[str] comment: Specifies a comment for the database.
|
|
47
47
|
:param pulumi.Input[int] data_retention_time_in_days: Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the database, as well as specifying the default Time Travel retention time for all schemas created in the database. For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel).
|
|
@@ -51,7 +51,7 @@ class SecondaryDatabaseArgs:
|
|
|
51
51
|
:param pulumi.Input[bool] is_transient: Specifies the database as transient. Transient databases 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.
|
|
52
52
|
:param pulumi.Input[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).
|
|
53
53
|
:param pulumi.Input[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).
|
|
54
|
-
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
54
|
+
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
55
55
|
:param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
|
|
56
56
|
:param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
|
|
57
57
|
:param pulumi.Input[str] storage_serialization_policy: The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE*SERIALIZATION*POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
|
|
@@ -106,7 +106,7 @@ class SecondaryDatabaseArgs:
|
|
|
106
106
|
@pulumi.getter(name="asReplicaOf")
|
|
107
107
|
def as_replica_of(self) -> pulumi.Input[str]:
|
|
108
108
|
"""
|
|
109
|
-
A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
109
|
+
A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
110
110
|
"""
|
|
111
111
|
return pulumi.get(self, "as_replica_of")
|
|
112
112
|
|
|
@@ -226,7 +226,7 @@ class SecondaryDatabaseArgs:
|
|
|
226
226
|
@pulumi.getter
|
|
227
227
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
228
228
|
"""
|
|
229
|
-
Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
229
|
+
Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
230
230
|
"""
|
|
231
231
|
return pulumi.get(self, "name")
|
|
232
232
|
|
|
@@ -369,7 +369,7 @@ class _SecondaryDatabaseState:
|
|
|
369
369
|
user_task_timeout_ms: Optional[pulumi.Input[int]] = None):
|
|
370
370
|
"""
|
|
371
371
|
Input properties used for looking up and filtering SecondaryDatabase resources.
|
|
372
|
-
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
372
|
+
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
373
373
|
:param pulumi.Input[str] catalog: The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog).
|
|
374
374
|
:param pulumi.Input[str] comment: Specifies a comment for the database.
|
|
375
375
|
:param pulumi.Input[int] data_retention_time_in_days: Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the database, as well as specifying the default Time Travel retention time for all schemas created in the database. For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel).
|
|
@@ -380,7 +380,7 @@ class _SecondaryDatabaseState:
|
|
|
380
380
|
:param pulumi.Input[bool] is_transient: Specifies the database as transient. Transient databases 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.
|
|
381
381
|
:param pulumi.Input[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).
|
|
382
382
|
:param pulumi.Input[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).
|
|
383
|
-
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
383
|
+
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
384
384
|
:param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
|
|
385
385
|
:param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
|
|
386
386
|
:param pulumi.Input[str] storage_serialization_policy: The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE*SERIALIZATION*POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
|
|
@@ -438,7 +438,7 @@ class _SecondaryDatabaseState:
|
|
|
438
438
|
@pulumi.getter(name="asReplicaOf")
|
|
439
439
|
def as_replica_of(self) -> Optional[pulumi.Input[str]]:
|
|
440
440
|
"""
|
|
441
|
-
A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
441
|
+
A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
442
442
|
"""
|
|
443
443
|
return pulumi.get(self, "as_replica_of")
|
|
444
444
|
|
|
@@ -570,7 +570,7 @@ class _SecondaryDatabaseState:
|
|
|
570
570
|
@pulumi.getter
|
|
571
571
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
572
572
|
"""
|
|
573
|
-
Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
573
|
+
Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
574
574
|
"""
|
|
575
575
|
return pulumi.get(self, "name")
|
|
576
576
|
|
|
@@ -717,12 +717,12 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
717
717
|
## Import
|
|
718
718
|
|
|
719
719
|
```sh
|
|
720
|
-
$ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example 'secondary_database_name'
|
|
720
|
+
$ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example '"<secondary_database_name>"'
|
|
721
721
|
```
|
|
722
722
|
|
|
723
723
|
:param str resource_name: The name of the resource.
|
|
724
724
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
725
|
-
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
725
|
+
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
726
726
|
:param pulumi.Input[str] catalog: The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog).
|
|
727
727
|
:param pulumi.Input[str] comment: Specifies a comment for the database.
|
|
728
728
|
:param pulumi.Input[int] data_retention_time_in_days: Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the database, as well as specifying the default Time Travel retention time for all schemas created in the database. For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel).
|
|
@@ -732,7 +732,7 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
732
732
|
:param pulumi.Input[bool] is_transient: Specifies the database as transient. Transient databases 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.
|
|
733
733
|
:param pulumi.Input[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).
|
|
734
734
|
:param pulumi.Input[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).
|
|
735
|
-
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
735
|
+
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
736
736
|
:param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
|
|
737
737
|
:param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
|
|
738
738
|
:param pulumi.Input[str] storage_serialization_policy: The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE*SERIALIZATION*POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
|
|
@@ -753,7 +753,7 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
753
753
|
## Import
|
|
754
754
|
|
|
755
755
|
```sh
|
|
756
|
-
$ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example 'secondary_database_name'
|
|
756
|
+
$ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example '"<secondary_database_name>"'
|
|
757
757
|
```
|
|
758
758
|
|
|
759
759
|
:param str resource_name: The name of the resource.
|
|
@@ -861,7 +861,7 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
861
861
|
:param str resource_name: The unique name of the resulting resource.
|
|
862
862
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
863
863
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
864
|
-
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
864
|
+
:param pulumi.Input[str] as_replica_of: A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
865
865
|
:param pulumi.Input[str] catalog: The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog).
|
|
866
866
|
:param pulumi.Input[str] comment: Specifies a comment for the database.
|
|
867
867
|
:param pulumi.Input[int] data_retention_time_in_days: Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the database, as well as specifying the default Time Travel retention time for all schemas created in the database. For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel).
|
|
@@ -872,7 +872,7 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
872
872
|
:param pulumi.Input[bool] is_transient: Specifies the database as transient. Transient databases 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.
|
|
873
873
|
:param pulumi.Input[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).
|
|
874
874
|
:param pulumi.Input[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).
|
|
875
|
-
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
875
|
+
:param pulumi.Input[str] name: Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
876
876
|
:param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
|
|
877
877
|
:param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
|
|
878
878
|
:param pulumi.Input[str] storage_serialization_policy: The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE*SERIALIZATION*POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
|
|
@@ -914,7 +914,7 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
914
914
|
@pulumi.getter(name="asReplicaOf")
|
|
915
915
|
def as_replica_of(self) -> pulumi.Output[str]:
|
|
916
916
|
"""
|
|
917
|
-
A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
917
|
+
A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
918
918
|
"""
|
|
919
919
|
return pulumi.get(self, "as_replica_of")
|
|
920
920
|
|
|
@@ -1002,7 +1002,7 @@ class SecondaryDatabase(pulumi.CustomResource):
|
|
|
1002
1002
|
@pulumi.getter
|
|
1003
1003
|
def name(self) -> pulumi.Output[str]:
|
|
1004
1004
|
"""
|
|
1005
|
-
Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
1005
|
+
Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\\n\\n.\\n\\n.\\n\\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
1006
1006
|
"""
|
|
1007
1007
|
return pulumi.get(self, "name")
|
|
1008
1008
|
|
|
@@ -30,12 +30,12 @@ class SecretWithAuthorizationCodeGrantArgs:
|
|
|
30
30
|
name: Optional[pulumi.Input[str]] = None):
|
|
31
31
|
"""
|
|
32
32
|
The set of arguments for constructing a SecretWithAuthorizationCodeGrant resource.
|
|
33
|
-
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
34
|
-
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
33
|
+
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
34
|
+
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
35
35
|
:param pulumi.Input[str] oauth_refresh_token_expiry_time: Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \\n\\n
|
|
36
|
-
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
36
|
+
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
37
37
|
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
38
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
38
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
39
39
|
"""
|
|
40
40
|
pulumi.set(__self__, "api_authentication", api_authentication)
|
|
41
41
|
pulumi.set(__self__, "database", database)
|
|
@@ -51,7 +51,7 @@ class SecretWithAuthorizationCodeGrantArgs:
|
|
|
51
51
|
@pulumi.getter(name="apiAuthentication")
|
|
52
52
|
def api_authentication(self) -> pulumi.Input[str]:
|
|
53
53
|
"""
|
|
54
|
-
Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
54
|
+
Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
55
55
|
"""
|
|
56
56
|
return pulumi.get(self, "api_authentication")
|
|
57
57
|
|
|
@@ -63,7 +63,7 @@ class SecretWithAuthorizationCodeGrantArgs:
|
|
|
63
63
|
@pulumi.getter
|
|
64
64
|
def database(self) -> pulumi.Input[str]:
|
|
65
65
|
"""
|
|
66
|
-
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
66
|
+
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "database")
|
|
69
69
|
|
|
@@ -96,7 +96,7 @@ class SecretWithAuthorizationCodeGrantArgs:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def schema(self) -> pulumi.Input[str]:
|
|
98
98
|
"""
|
|
99
|
-
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
99
|
+
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "schema")
|
|
102
102
|
|
|
@@ -120,7 +120,7 @@ class SecretWithAuthorizationCodeGrantArgs:
|
|
|
120
120
|
@pulumi.getter
|
|
121
121
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
122
122
|
"""
|
|
123
|
-
String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
123
|
+
String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
124
124
|
"""
|
|
125
125
|
return pulumi.get(self, "name")
|
|
126
126
|
|
|
@@ -145,14 +145,14 @@ class _SecretWithAuthorizationCodeGrantState:
|
|
|
145
145
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithAuthorizationCodeGrantShowOutputArgs']]]] = None):
|
|
146
146
|
"""
|
|
147
147
|
Input properties used for looking up and filtering SecretWithAuthorizationCodeGrant resources.
|
|
148
|
-
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
148
|
+
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
149
149
|
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
150
|
-
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
150
|
+
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
151
151
|
:param pulumi.Input[Sequence[pulumi.Input['SecretWithAuthorizationCodeGrantDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
|
|
152
152
|
:param pulumi.Input[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).
|
|
153
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
153
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
154
154
|
:param pulumi.Input[str] oauth_refresh_token_expiry_time: Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \\n\\n
|
|
155
|
-
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
155
|
+
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
156
156
|
:param pulumi.Input[str] secret_type: Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
|
|
157
157
|
:param pulumi.Input[Sequence[pulumi.Input['SecretWithAuthorizationCodeGrantShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
|
|
158
158
|
"""
|
|
@@ -183,7 +183,7 @@ class _SecretWithAuthorizationCodeGrantState:
|
|
|
183
183
|
@pulumi.getter(name="apiAuthentication")
|
|
184
184
|
def api_authentication(self) -> Optional[pulumi.Input[str]]:
|
|
185
185
|
"""
|
|
186
|
-
Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
186
|
+
Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
187
187
|
"""
|
|
188
188
|
return pulumi.get(self, "api_authentication")
|
|
189
189
|
|
|
@@ -207,7 +207,7 @@ class _SecretWithAuthorizationCodeGrantState:
|
|
|
207
207
|
@pulumi.getter
|
|
208
208
|
def database(self) -> Optional[pulumi.Input[str]]:
|
|
209
209
|
"""
|
|
210
|
-
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
210
|
+
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
211
211
|
"""
|
|
212
212
|
return pulumi.get(self, "database")
|
|
213
213
|
|
|
@@ -243,7 +243,7 @@ class _SecretWithAuthorizationCodeGrantState:
|
|
|
243
243
|
@pulumi.getter
|
|
244
244
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
245
245
|
"""
|
|
246
|
-
String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
246
|
+
String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
247
247
|
"""
|
|
248
248
|
return pulumi.get(self, "name")
|
|
249
249
|
|
|
@@ -276,7 +276,7 @@ class _SecretWithAuthorizationCodeGrantState:
|
|
|
276
276
|
@pulumi.getter
|
|
277
277
|
def schema(self) -> Optional[pulumi.Input[str]]:
|
|
278
278
|
"""
|
|
279
|
-
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
279
|
+
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
280
280
|
"""
|
|
281
281
|
return pulumi.get(self, "schema")
|
|
282
282
|
|
|
@@ -331,12 +331,12 @@ class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
|
331
331
|
|
|
332
332
|
:param str resource_name: The name of the resource.
|
|
333
333
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
334
|
-
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
334
|
+
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
335
335
|
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
336
|
-
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
337
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
336
|
+
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
337
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
338
338
|
:param pulumi.Input[str] oauth_refresh_token_expiry_time: Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \\n\\n
|
|
339
|
-
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
339
|
+
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
340
340
|
"""
|
|
341
341
|
...
|
|
342
342
|
@overload
|
|
@@ -433,14 +433,14 @@ class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
|
433
433
|
:param str resource_name: The unique name of the resulting resource.
|
|
434
434
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
435
435
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
436
|
-
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
436
|
+
:param pulumi.Input[str] api_authentication: Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
437
437
|
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
438
|
-
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
438
|
+
:param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
439
439
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithAuthorizationCodeGrantDescribeOutputArgs', 'SecretWithAuthorizationCodeGrantDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
|
|
440
440
|
:param pulumi.Input[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).
|
|
441
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
441
|
+
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
442
442
|
:param pulumi.Input[str] oauth_refresh_token_expiry_time: Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI \\n\\n
|
|
443
|
-
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
443
|
+
:param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
444
444
|
:param pulumi.Input[str] secret_type: Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
|
|
445
445
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithAuthorizationCodeGrantShowOutputArgs', 'SecretWithAuthorizationCodeGrantShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
|
|
446
446
|
"""
|
|
@@ -465,7 +465,7 @@ class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
|
465
465
|
@pulumi.getter(name="apiAuthentication")
|
|
466
466
|
def api_authentication(self) -> pulumi.Output[str]:
|
|
467
467
|
"""
|
|
468
|
-
Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
468
|
+
Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
469
469
|
"""
|
|
470
470
|
return pulumi.get(self, "api_authentication")
|
|
471
471
|
|
|
@@ -481,7 +481,7 @@ class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
|
481
481
|
@pulumi.getter
|
|
482
482
|
def database(self) -> pulumi.Output[str]:
|
|
483
483
|
"""
|
|
484
|
-
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
484
|
+
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
485
485
|
"""
|
|
486
486
|
return pulumi.get(self, "database")
|
|
487
487
|
|
|
@@ -505,7 +505,7 @@ class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
|
505
505
|
@pulumi.getter
|
|
506
506
|
def name(self) -> pulumi.Output[str]:
|
|
507
507
|
"""
|
|
508
|
-
String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
508
|
+
String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
509
509
|
"""
|
|
510
510
|
return pulumi.get(self, "name")
|
|
511
511
|
|
|
@@ -526,7 +526,7 @@ class SecretWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
|
526
526
|
@pulumi.getter
|
|
527
527
|
def schema(self) -> pulumi.Output[str]:
|
|
528
528
|
"""
|
|
529
|
-
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
529
|
+
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
530
530
|
"""
|
|
531
531
|
return pulumi.get(self, "schema")
|
|
532
532
|
|