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
|
@@ -36,14 +36,14 @@ class ApiIntegrationArgs:
|
|
|
36
36
|
The set of arguments for constructing a ApiIntegration resource.
|
|
37
37
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_allowed_prefixes: Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
|
|
38
38
|
:param pulumi.Input[builtins.str] api_provider: Specifies the HTTPS proxy service type.
|
|
39
|
-
:param pulumi.Input[builtins.str] api_aws_role_arn: ARN of a cloud platform role.
|
|
39
|
+
:param pulumi.Input[builtins.str] api_aws_role_arn: (Default: ``) ARN of a cloud platform role.
|
|
40
40
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_blocked_prefixes: Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
|
|
41
41
|
:param pulumi.Input[builtins.str] api_gcp_service_account: The service account used for communication with the Google API Gateway.
|
|
42
42
|
:param pulumi.Input[builtins.str] api_key: The API key (also called a “subscription key”).
|
|
43
|
-
:param pulumi.Input[builtins.str] azure_ad_application_id: The 'Application (client) id' of the Azure AD app for your remote service.
|
|
44
|
-
:param pulumi.Input[builtins.str] azure_tenant_id: Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
45
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
46
|
-
:param pulumi.Input[builtins.str] google_audience: The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
43
|
+
:param pulumi.Input[builtins.str] azure_ad_application_id: (Default: ``) The 'Application (client) id' of the Azure AD app for your remote service.
|
|
44
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
45
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`) Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
46
|
+
:param pulumi.Input[builtins.str] google_audience: (Default: ``) The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
47
47
|
:param pulumi.Input[builtins.str] name: Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
|
|
48
48
|
"""
|
|
49
49
|
pulumi.set(__self__, "api_allowed_prefixes", api_allowed_prefixes)
|
|
@@ -97,7 +97,7 @@ class ApiIntegrationArgs:
|
|
|
97
97
|
@pulumi.getter(name="apiAwsRoleArn")
|
|
98
98
|
def api_aws_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
99
99
|
"""
|
|
100
|
-
ARN of a cloud platform role.
|
|
100
|
+
(Default: ``) ARN of a cloud platform role.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "api_aws_role_arn")
|
|
103
103
|
|
|
@@ -145,7 +145,7 @@ class ApiIntegrationArgs:
|
|
|
145
145
|
@pulumi.getter(name="azureAdApplicationId")
|
|
146
146
|
def azure_ad_application_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
147
147
|
"""
|
|
148
|
-
The 'Application (client) id' of the Azure AD app for your remote service.
|
|
148
|
+
(Default: ``) The 'Application (client) id' of the Azure AD app for your remote service.
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "azure_ad_application_id")
|
|
151
151
|
|
|
@@ -157,7 +157,7 @@ class ApiIntegrationArgs:
|
|
|
157
157
|
@pulumi.getter(name="azureTenantId")
|
|
158
158
|
def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
159
159
|
"""
|
|
160
|
-
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
160
|
+
(Default: ``) Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
161
161
|
"""
|
|
162
162
|
return pulumi.get(self, "azure_tenant_id")
|
|
163
163
|
|
|
@@ -178,7 +178,7 @@ class ApiIntegrationArgs:
|
|
|
178
178
|
@pulumi.getter
|
|
179
179
|
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
180
180
|
"""
|
|
181
|
-
Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
181
|
+
(Default: `true`) Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "enabled")
|
|
184
184
|
|
|
@@ -190,7 +190,7 @@ class ApiIntegrationArgs:
|
|
|
190
190
|
@pulumi.getter(name="googleAudience")
|
|
191
191
|
def google_audience(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
192
192
|
"""
|
|
193
|
-
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
193
|
+
(Default: ``) The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
194
194
|
"""
|
|
195
195
|
return pulumi.get(self, "google_audience")
|
|
196
196
|
|
|
@@ -237,17 +237,17 @@ class _ApiIntegrationState:
|
|
|
237
237
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_allowed_prefixes: Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
|
|
238
238
|
:param pulumi.Input[builtins.str] api_aws_external_id: The external ID that Snowflake will use when assuming the AWS role.
|
|
239
239
|
:param pulumi.Input[builtins.str] api_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
240
|
-
:param pulumi.Input[builtins.str] api_aws_role_arn: ARN of a cloud platform role.
|
|
240
|
+
:param pulumi.Input[builtins.str] api_aws_role_arn: (Default: ``) ARN of a cloud platform role.
|
|
241
241
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_blocked_prefixes: Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
|
|
242
242
|
:param pulumi.Input[builtins.str] api_gcp_service_account: The service account used for communication with the Google API Gateway.
|
|
243
243
|
:param pulumi.Input[builtins.str] api_key: The API key (also called a “subscription key”).
|
|
244
244
|
:param pulumi.Input[builtins.str] api_provider: Specifies the HTTPS proxy service type.
|
|
245
|
-
:param pulumi.Input[builtins.str] azure_ad_application_id: The 'Application (client) id' of the Azure AD app for your remote service.
|
|
246
|
-
:param pulumi.Input[builtins.str] azure_tenant_id: Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
245
|
+
:param pulumi.Input[builtins.str] azure_ad_application_id: (Default: ``) The 'Application (client) id' of the Azure AD app for your remote service.
|
|
246
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
247
247
|
:param pulumi.Input[builtins.str] created_on: Date and time when the API integration was created.
|
|
248
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
248
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`) Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
249
249
|
: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).
|
|
250
|
-
:param pulumi.Input[builtins.str] google_audience: The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
250
|
+
:param pulumi.Input[builtins.str] google_audience: (Default: ``) The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
251
251
|
:param pulumi.Input[builtins.str] name: Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
|
|
252
252
|
"""
|
|
253
253
|
if api_allowed_prefixes is not None:
|
|
@@ -327,7 +327,7 @@ class _ApiIntegrationState:
|
|
|
327
327
|
@pulumi.getter(name="apiAwsRoleArn")
|
|
328
328
|
def api_aws_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
329
329
|
"""
|
|
330
|
-
ARN of a cloud platform role.
|
|
330
|
+
(Default: ``) ARN of a cloud platform role.
|
|
331
331
|
"""
|
|
332
332
|
return pulumi.get(self, "api_aws_role_arn")
|
|
333
333
|
|
|
@@ -387,7 +387,7 @@ class _ApiIntegrationState:
|
|
|
387
387
|
@pulumi.getter(name="azureAdApplicationId")
|
|
388
388
|
def azure_ad_application_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
389
389
|
"""
|
|
390
|
-
The 'Application (client) id' of the Azure AD app for your remote service.
|
|
390
|
+
(Default: ``) The 'Application (client) id' of the Azure AD app for your remote service.
|
|
391
391
|
"""
|
|
392
392
|
return pulumi.get(self, "azure_ad_application_id")
|
|
393
393
|
|
|
@@ -417,7 +417,7 @@ class _ApiIntegrationState:
|
|
|
417
417
|
@pulumi.getter(name="azureTenantId")
|
|
418
418
|
def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
419
419
|
"""
|
|
420
|
-
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
420
|
+
(Default: ``) Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
421
421
|
"""
|
|
422
422
|
return pulumi.get(self, "azure_tenant_id")
|
|
423
423
|
|
|
@@ -450,7 +450,7 @@ class _ApiIntegrationState:
|
|
|
450
450
|
@pulumi.getter
|
|
451
451
|
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
452
452
|
"""
|
|
453
|
-
Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
453
|
+
(Default: `true`) Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
454
454
|
"""
|
|
455
455
|
return pulumi.get(self, "enabled")
|
|
456
456
|
|
|
@@ -474,7 +474,7 @@ class _ApiIntegrationState:
|
|
|
474
474
|
@pulumi.getter(name="googleAudience")
|
|
475
475
|
def google_audience(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
476
476
|
"""
|
|
477
|
-
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
477
|
+
(Default: ``) The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
478
478
|
"""
|
|
479
479
|
return pulumi.get(self, "google_audience")
|
|
480
480
|
|
|
@@ -523,15 +523,15 @@ class ApiIntegration(pulumi.CustomResource):
|
|
|
523
523
|
:param str resource_name: The name of the resource.
|
|
524
524
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
525
525
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_allowed_prefixes: Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
|
|
526
|
-
:param pulumi.Input[builtins.str] api_aws_role_arn: ARN of a cloud platform role.
|
|
526
|
+
:param pulumi.Input[builtins.str] api_aws_role_arn: (Default: ``) ARN of a cloud platform role.
|
|
527
527
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_blocked_prefixes: Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
|
|
528
528
|
:param pulumi.Input[builtins.str] api_gcp_service_account: The service account used for communication with the Google API Gateway.
|
|
529
529
|
:param pulumi.Input[builtins.str] api_key: The API key (also called a “subscription key”).
|
|
530
530
|
:param pulumi.Input[builtins.str] api_provider: Specifies the HTTPS proxy service type.
|
|
531
|
-
:param pulumi.Input[builtins.str] azure_ad_application_id: The 'Application (client) id' of the Azure AD app for your remote service.
|
|
532
|
-
:param pulumi.Input[builtins.str] azure_tenant_id: Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
533
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
534
|
-
:param pulumi.Input[builtins.str] google_audience: The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
531
|
+
:param pulumi.Input[builtins.str] azure_ad_application_id: (Default: ``) The 'Application (client) id' of the Azure AD app for your remote service.
|
|
532
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
533
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`) Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
534
|
+
:param pulumi.Input[builtins.str] google_audience: (Default: ``) The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
535
535
|
:param pulumi.Input[builtins.str] name: Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
|
|
536
536
|
"""
|
|
537
537
|
...
|
|
@@ -645,17 +645,17 @@ class ApiIntegration(pulumi.CustomResource):
|
|
|
645
645
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_allowed_prefixes: Explicitly limits external functions that use the integration to reference one or more HTTPS proxy service endpoints and resources within those proxies.
|
|
646
646
|
:param pulumi.Input[builtins.str] api_aws_external_id: The external ID that Snowflake will use when assuming the AWS role.
|
|
647
647
|
:param pulumi.Input[builtins.str] api_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
648
|
-
:param pulumi.Input[builtins.str] api_aws_role_arn: ARN of a cloud platform role.
|
|
648
|
+
:param pulumi.Input[builtins.str] api_aws_role_arn: (Default: ``) ARN of a cloud platform role.
|
|
649
649
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] api_blocked_prefixes: Lists the endpoints and resources in the HTTPS proxy service that are not allowed to be called from Snowflake.
|
|
650
650
|
:param pulumi.Input[builtins.str] api_gcp_service_account: The service account used for communication with the Google API Gateway.
|
|
651
651
|
:param pulumi.Input[builtins.str] api_key: The API key (also called a “subscription key”).
|
|
652
652
|
:param pulumi.Input[builtins.str] api_provider: Specifies the HTTPS proxy service type.
|
|
653
|
-
:param pulumi.Input[builtins.str] azure_ad_application_id: The 'Application (client) id' of the Azure AD app for your remote service.
|
|
654
|
-
:param pulumi.Input[builtins.str] azure_tenant_id: Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
653
|
+
:param pulumi.Input[builtins.str] azure_ad_application_id: (Default: ``) The 'Application (client) id' of the Azure AD app for your remote service.
|
|
654
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
655
655
|
:param pulumi.Input[builtins.str] created_on: Date and time when the API integration was created.
|
|
656
|
-
:param pulumi.Input[builtins.bool] enabled: Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
656
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`) Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
657
657
|
: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).
|
|
658
|
-
:param pulumi.Input[builtins.str] google_audience: The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
658
|
+
:param pulumi.Input[builtins.str] google_audience: (Default: ``) The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
659
659
|
:param pulumi.Input[builtins.str] name: Specifies the name of the API integration. This name follows the rules for Object Identifiers. The name should be unique among api integrations in your account.
|
|
660
660
|
"""
|
|
661
661
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -710,7 +710,7 @@ class ApiIntegration(pulumi.CustomResource):
|
|
|
710
710
|
@pulumi.getter(name="apiAwsRoleArn")
|
|
711
711
|
def api_aws_role_arn(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
712
712
|
"""
|
|
713
|
-
ARN of a cloud platform role.
|
|
713
|
+
(Default: ``) ARN of a cloud platform role.
|
|
714
714
|
"""
|
|
715
715
|
return pulumi.get(self, "api_aws_role_arn")
|
|
716
716
|
|
|
@@ -750,7 +750,7 @@ class ApiIntegration(pulumi.CustomResource):
|
|
|
750
750
|
@pulumi.getter(name="azureAdApplicationId")
|
|
751
751
|
def azure_ad_application_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
752
752
|
"""
|
|
753
|
-
The 'Application (client) id' of the Azure AD app for your remote service.
|
|
753
|
+
(Default: ``) The 'Application (client) id' of the Azure AD app for your remote service.
|
|
754
754
|
"""
|
|
755
755
|
return pulumi.get(self, "azure_ad_application_id")
|
|
756
756
|
|
|
@@ -768,7 +768,7 @@ class ApiIntegration(pulumi.CustomResource):
|
|
|
768
768
|
@pulumi.getter(name="azureTenantId")
|
|
769
769
|
def azure_tenant_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
770
770
|
"""
|
|
771
|
-
Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
771
|
+
(Default: ``) Specifies the ID for your Office 365 tenant that all Azure API Management instances belong to.
|
|
772
772
|
"""
|
|
773
773
|
return pulumi.get(self, "azure_tenant_id")
|
|
774
774
|
|
|
@@ -789,7 +789,7 @@ class ApiIntegration(pulumi.CustomResource):
|
|
|
789
789
|
@pulumi.getter
|
|
790
790
|
def enabled(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
791
791
|
"""
|
|
792
|
-
Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
792
|
+
(Default: `true`) Specifies whether this API integration is enabled or disabled. If the API integration is disabled, any external function that relies on it will not work.
|
|
793
793
|
"""
|
|
794
794
|
return pulumi.get(self, "enabled")
|
|
795
795
|
|
|
@@ -805,7 +805,7 @@ class ApiIntegration(pulumi.CustomResource):
|
|
|
805
805
|
@pulumi.getter(name="googleAudience")
|
|
806
806
|
def google_audience(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
807
807
|
"""
|
|
808
|
-
The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
808
|
+
(Default: ``) The audience claim when generating the JWT (JSON Web Token) to authenticate to the Google API Gateway.
|
|
809
809
|
"""
|
|
810
810
|
return pulumi.get(self, "google_audience")
|
|
811
811
|
|
|
@@ -39,7 +39,7 @@ class AuthenticationPolicyArgs:
|
|
|
39
39
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] client_types: A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT*TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT*TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary.
|
|
40
40
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the authentication policy.
|
|
41
41
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] mfa_authentication_methods: A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
|
|
42
|
-
:param pulumi.Input[builtins.str] mfa_enrollment: Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
42
|
+
:param pulumi.Input[builtins.str] mfa_enrollment: (Default: `OPTIONAL`) Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
43
43
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
44
44
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_integrations: A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION*METHODS list. All values in the SECURITY*INTEGRATIONS list must be compatible with the values in the AUTHENTICATION*METHODS list. For example, if SECURITY*INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
|
|
45
45
|
"""
|
|
@@ -136,7 +136,7 @@ class AuthenticationPolicyArgs:
|
|
|
136
136
|
@pulumi.getter(name="mfaEnrollment")
|
|
137
137
|
def mfa_enrollment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
138
138
|
"""
|
|
139
|
-
Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
139
|
+
(Default: `OPTIONAL`) Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
140
140
|
"""
|
|
141
141
|
return pulumi.get(self, "mfa_enrollment")
|
|
142
142
|
|
|
@@ -193,7 +193,7 @@ class _AuthenticationPolicyState:
|
|
|
193
193
|
:param pulumi.Input[Sequence[pulumi.Input['AuthenticationPolicyDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE AUTHENTICATION POLICY` for the given policy.
|
|
194
194
|
: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).
|
|
195
195
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] mfa_authentication_methods: A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
|
|
196
|
-
:param pulumi.Input[builtins.str] mfa_enrollment: Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
196
|
+
:param pulumi.Input[builtins.str] mfa_enrollment: (Default: `OPTIONAL`) Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
197
197
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
198
198
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
199
199
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_integrations: A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION*METHODS list. All values in the SECURITY*INTEGRATIONS list must be compatible with the values in the AUTHENTICATION*METHODS list. For example, if SECURITY*INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
|
|
@@ -312,7 +312,7 @@ class _AuthenticationPolicyState:
|
|
|
312
312
|
@pulumi.getter(name="mfaEnrollment")
|
|
313
313
|
def mfa_enrollment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
314
314
|
"""
|
|
315
|
-
Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
315
|
+
(Default: `OPTIONAL`) Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
316
316
|
"""
|
|
317
317
|
return pulumi.get(self, "mfa_enrollment")
|
|
318
318
|
|
|
@@ -398,7 +398,7 @@ class AuthenticationPolicy(pulumi.CustomResource):
|
|
|
398
398
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the authentication policy.
|
|
399
399
|
:param pulumi.Input[builtins.str] database: The database in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
400
400
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] mfa_authentication_methods: A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
|
|
401
|
-
:param pulumi.Input[builtins.str] mfa_enrollment: Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
401
|
+
:param pulumi.Input[builtins.str] mfa_enrollment: (Default: `OPTIONAL`) Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
402
402
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
403
403
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
404
404
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_integrations: A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION*METHODS list. All values in the SECURITY*INTEGRATIONS list must be compatible with the values in the AUTHENTICATION*METHODS list. For example, if SECURITY*INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
|
|
@@ -501,7 +501,7 @@ class AuthenticationPolicy(pulumi.CustomResource):
|
|
|
501
501
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AuthenticationPolicyDescribeOutputArgs', 'AuthenticationPolicyDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE AUTHENTICATION POLICY` for the given policy.
|
|
502
502
|
: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).
|
|
503
503
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] mfa_authentication_methods: A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
|
|
504
|
-
:param pulumi.Input[builtins.str] mfa_enrollment: Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
504
|
+
:param pulumi.Input[builtins.str] mfa_enrollment: (Default: `OPTIONAL`) Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
505
505
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
506
506
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
507
507
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] security_integrations: A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION*METHODS list. All values in the SECURITY*INTEGRATIONS list must be compatible with the values in the AUTHENTICATION*METHODS list. For example, if SECURITY*INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter.
|
|
@@ -585,7 +585,7 @@ class AuthenticationPolicy(pulumi.CustomResource):
|
|
|
585
585
|
@pulumi.getter(name="mfaEnrollment")
|
|
586
586
|
def mfa_enrollment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
587
587
|
"""
|
|
588
|
-
Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
588
|
+
(Default: `OPTIONAL`) Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT*TYPES parameter must include SNOWFLAKE*UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
589
589
|
"""
|
|
590
590
|
return pulumi.get(self, "mfa_enrollment")
|
|
591
591
|
|
|
@@ -40,10 +40,10 @@ class DynamicTableArgs:
|
|
|
40
40
|
:param pulumi.Input['DynamicTableTargetLagArgs'] target_lag: Specifies the target lag time for the dynamic table.
|
|
41
41
|
:param pulumi.Input[builtins.str] warehouse: The warehouse in which to create the dynamic table.
|
|
42
42
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the dynamic table.
|
|
43
|
-
:param pulumi.Input[builtins.str] initialize: Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
43
|
+
:param pulumi.Input[builtins.str] initialize: (Default: `ON_CREATE`) Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
44
44
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created.
|
|
45
|
-
:param pulumi.Input[builtins.bool] or_replace: Specifies whether to replace the dynamic table if it already exists.
|
|
46
|
-
:param pulumi.Input[builtins.str] refresh_mode: INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
45
|
+
:param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Specifies whether to replace the dynamic table if it already exists.
|
|
46
|
+
:param pulumi.Input[builtins.str] refresh_mode: (Default: `AUTO`) INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
47
47
|
"""
|
|
48
48
|
pulumi.set(__self__, "database", database)
|
|
49
49
|
pulumi.set(__self__, "query", query)
|
|
@@ -137,7 +137,7 @@ class DynamicTableArgs:
|
|
|
137
137
|
@pulumi.getter
|
|
138
138
|
def initialize(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
139
139
|
"""
|
|
140
|
-
Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
140
|
+
(Default: `ON_CREATE`) Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
141
141
|
"""
|
|
142
142
|
return pulumi.get(self, "initialize")
|
|
143
143
|
|
|
@@ -161,7 +161,7 @@ class DynamicTableArgs:
|
|
|
161
161
|
@pulumi.getter(name="orReplace")
|
|
162
162
|
def or_replace(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
163
163
|
"""
|
|
164
|
-
Specifies whether to replace the dynamic table if it already exists.
|
|
164
|
+
(Default: `false`) Specifies whether to replace the dynamic table if it already exists.
|
|
165
165
|
"""
|
|
166
166
|
return pulumi.get(self, "or_replace")
|
|
167
167
|
|
|
@@ -173,7 +173,7 @@ class DynamicTableArgs:
|
|
|
173
173
|
@pulumi.getter(name="refreshMode")
|
|
174
174
|
def refresh_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
175
175
|
"""
|
|
176
|
-
INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
176
|
+
(Default: `AUTO`) INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
177
177
|
"""
|
|
178
178
|
return pulumi.get(self, "refresh_mode")
|
|
179
179
|
|
|
@@ -218,15 +218,15 @@ class _DynamicTableState:
|
|
|
218
218
|
:param pulumi.Input[builtins.str] data_timestamp: Timestamp of the data in the base object(s) that is included in the dynamic table.
|
|
219
219
|
:param pulumi.Input[builtins.str] database: The database in which to create the dynamic table.
|
|
220
220
|
: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).
|
|
221
|
-
:param pulumi.Input[builtins.str] initialize: Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
221
|
+
:param pulumi.Input[builtins.str] initialize: (Default: `ON_CREATE`) Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
222
222
|
:param pulumi.Input[builtins.bool] is_clone: TRUE if the dynamic table has been cloned, else FALSE.
|
|
223
223
|
:param pulumi.Input[builtins.bool] is_replica: TRUE if the dynamic table is a replica. else FALSE.
|
|
224
224
|
:param pulumi.Input[builtins.str] last_suspended_on: Timestamp of last suspension.
|
|
225
225
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created.
|
|
226
|
-
:param pulumi.Input[builtins.bool] or_replace: Specifies whether to replace the dynamic table if it already exists.
|
|
226
|
+
:param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Specifies whether to replace the dynamic table if it already exists.
|
|
227
227
|
:param pulumi.Input[builtins.str] owner: Role that owns the dynamic table.
|
|
228
228
|
:param pulumi.Input[builtins.str] query: Specifies the query to use to populate the dynamic table.
|
|
229
|
-
:param pulumi.Input[builtins.str] refresh_mode: INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
229
|
+
:param pulumi.Input[builtins.str] refresh_mode: (Default: `AUTO`) INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
230
230
|
:param pulumi.Input[builtins.str] refresh_mode_reason: Explanation for why FULL refresh mode was chosen. NULL if refresh mode is not FULL.
|
|
231
231
|
:param pulumi.Input[builtins.int] rows: Number of rows in the table.
|
|
232
232
|
:param pulumi.Input[builtins.str] scheduling_state: Displays ACTIVE for dynamic tables that are actively scheduling refreshes and SUSPENDED for suspended dynamic tables.
|
|
@@ -381,7 +381,7 @@ class _DynamicTableState:
|
|
|
381
381
|
@pulumi.getter
|
|
382
382
|
def initialize(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
383
383
|
"""
|
|
384
|
-
Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
384
|
+
(Default: `ON_CREATE`) Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
385
385
|
"""
|
|
386
386
|
return pulumi.get(self, "initialize")
|
|
387
387
|
|
|
@@ -441,7 +441,7 @@ class _DynamicTableState:
|
|
|
441
441
|
@pulumi.getter(name="orReplace")
|
|
442
442
|
def or_replace(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
443
443
|
"""
|
|
444
|
-
Specifies whether to replace the dynamic table if it already exists.
|
|
444
|
+
(Default: `false`) Specifies whether to replace the dynamic table if it already exists.
|
|
445
445
|
"""
|
|
446
446
|
return pulumi.get(self, "or_replace")
|
|
447
447
|
|
|
@@ -477,7 +477,7 @@ class _DynamicTableState:
|
|
|
477
477
|
@pulumi.getter(name="refreshMode")
|
|
478
478
|
def refresh_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
479
479
|
"""
|
|
480
|
-
INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
480
|
+
(Default: `AUTO`) INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
481
481
|
"""
|
|
482
482
|
return pulumi.get(self, "refresh_mode")
|
|
483
483
|
|
|
@@ -585,11 +585,11 @@ class DynamicTable(pulumi.CustomResource):
|
|
|
585
585
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
586
586
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the dynamic table.
|
|
587
587
|
:param pulumi.Input[builtins.str] database: The database in which to create the dynamic table.
|
|
588
|
-
:param pulumi.Input[builtins.str] initialize: Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
588
|
+
:param pulumi.Input[builtins.str] initialize: (Default: `ON_CREATE`) Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
589
589
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created.
|
|
590
|
-
:param pulumi.Input[builtins.bool] or_replace: Specifies whether to replace the dynamic table if it already exists.
|
|
590
|
+
:param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Specifies whether to replace the dynamic table if it already exists.
|
|
591
591
|
:param pulumi.Input[builtins.str] query: Specifies the query to use to populate the dynamic table.
|
|
592
|
-
:param pulumi.Input[builtins.str] refresh_mode: INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
592
|
+
:param pulumi.Input[builtins.str] refresh_mode: (Default: `AUTO`) INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
593
593
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the dynamic table.
|
|
594
594
|
:param pulumi.Input[Union['DynamicTableTargetLagArgs', 'DynamicTableTargetLagArgsDict']] target_lag: Specifies the target lag time for the dynamic table.
|
|
595
595
|
:param pulumi.Input[builtins.str] warehouse: The warehouse in which to create the dynamic table.
|
|
@@ -722,15 +722,15 @@ class DynamicTable(pulumi.CustomResource):
|
|
|
722
722
|
:param pulumi.Input[builtins.str] data_timestamp: Timestamp of the data in the base object(s) that is included in the dynamic table.
|
|
723
723
|
:param pulumi.Input[builtins.str] database: The database in which to create the dynamic table.
|
|
724
724
|
: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).
|
|
725
|
-
:param pulumi.Input[builtins.str] initialize: Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
725
|
+
:param pulumi.Input[builtins.str] initialize: (Default: `ON_CREATE`) Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
726
726
|
:param pulumi.Input[builtins.bool] is_clone: TRUE if the dynamic table has been cloned, else FALSE.
|
|
727
727
|
:param pulumi.Input[builtins.bool] is_replica: TRUE if the dynamic table is a replica. else FALSE.
|
|
728
728
|
:param pulumi.Input[builtins.str] last_suspended_on: Timestamp of last suspension.
|
|
729
729
|
:param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the dynamic table; must be unique for the schema in which the dynamic table is created.
|
|
730
|
-
:param pulumi.Input[builtins.bool] or_replace: Specifies whether to replace the dynamic table if it already exists.
|
|
730
|
+
:param pulumi.Input[builtins.bool] or_replace: (Default: `false`) Specifies whether to replace the dynamic table if it already exists.
|
|
731
731
|
:param pulumi.Input[builtins.str] owner: Role that owns the dynamic table.
|
|
732
732
|
:param pulumi.Input[builtins.str] query: Specifies the query to use to populate the dynamic table.
|
|
733
|
-
:param pulumi.Input[builtins.str] refresh_mode: INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
733
|
+
:param pulumi.Input[builtins.str] refresh_mode: (Default: `AUTO`) INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
734
734
|
:param pulumi.Input[builtins.str] refresh_mode_reason: Explanation for why FULL refresh mode was chosen. NULL if refresh mode is not FULL.
|
|
735
735
|
:param pulumi.Input[builtins.int] rows: Number of rows in the table.
|
|
736
736
|
:param pulumi.Input[builtins.str] scheduling_state: Displays ACTIVE for dynamic tables that are actively scheduling refreshes and SUSPENDED for suspended dynamic tables.
|
|
@@ -835,7 +835,7 @@ class DynamicTable(pulumi.CustomResource):
|
|
|
835
835
|
@pulumi.getter
|
|
836
836
|
def initialize(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
837
837
|
"""
|
|
838
|
-
Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
838
|
+
(Default: `ON_CREATE`) Initialize trigger for the dynamic table. Can only be set on creation. Available options are ON*CREATE and ON*SCHEDULE.
|
|
839
839
|
"""
|
|
840
840
|
return pulumi.get(self, "initialize")
|
|
841
841
|
|
|
@@ -875,7 +875,7 @@ class DynamicTable(pulumi.CustomResource):
|
|
|
875
875
|
@pulumi.getter(name="orReplace")
|
|
876
876
|
def or_replace(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
877
877
|
"""
|
|
878
|
-
Specifies whether to replace the dynamic table if it already exists.
|
|
878
|
+
(Default: `false`) Specifies whether to replace the dynamic table if it already exists.
|
|
879
879
|
"""
|
|
880
880
|
return pulumi.get(self, "or_replace")
|
|
881
881
|
|
|
@@ -899,7 +899,7 @@ class DynamicTable(pulumi.CustomResource):
|
|
|
899
899
|
@pulumi.getter(name="refreshMode")
|
|
900
900
|
def refresh_mode(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
901
901
|
"""
|
|
902
|
-
INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
902
|
+
(Default: `AUTO`) INCREMENTAL to use incremental refreshes, FULL to recompute the whole table on every refresh, or AUTO to let Snowflake decide.
|
|
903
903
|
"""
|
|
904
904
|
return pulumi.get(self, "refresh_mode")
|
|
905
905
|
|