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
|
@@ -34,8 +34,13 @@ class StorageIntegrationArgs:
|
|
|
34
34
|
The set of arguments for constructing a StorageIntegration resource.
|
|
35
35
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
36
36
|
:param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
37
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
|
|
38
|
+
:param pulumi.Input[builtins.str] comment: (Default: ``)
|
|
39
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`)
|
|
37
40
|
:param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
41
|
+
:param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
|
|
38
42
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
43
|
+
:param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
39
44
|
"""
|
|
40
45
|
pulumi.set(__self__, "storage_allowed_locations", storage_allowed_locations)
|
|
41
46
|
pulumi.set(__self__, "storage_provider", storage_provider)
|
|
@@ -83,6 +88,9 @@ class StorageIntegrationArgs:
|
|
|
83
88
|
@property
|
|
84
89
|
@pulumi.getter(name="azureTenantId")
|
|
85
90
|
def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
91
|
+
"""
|
|
92
|
+
(Default: ``)
|
|
93
|
+
"""
|
|
86
94
|
return pulumi.get(self, "azure_tenant_id")
|
|
87
95
|
|
|
88
96
|
@azure_tenant_id.setter
|
|
@@ -92,6 +100,9 @@ class StorageIntegrationArgs:
|
|
|
92
100
|
@property
|
|
93
101
|
@pulumi.getter
|
|
94
102
|
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
103
|
+
"""
|
|
104
|
+
(Default: ``)
|
|
105
|
+
"""
|
|
95
106
|
return pulumi.get(self, "comment")
|
|
96
107
|
|
|
97
108
|
@comment.setter
|
|
@@ -101,6 +112,9 @@ class StorageIntegrationArgs:
|
|
|
101
112
|
@property
|
|
102
113
|
@pulumi.getter
|
|
103
114
|
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
115
|
+
"""
|
|
116
|
+
(Default: `true`)
|
|
117
|
+
"""
|
|
104
118
|
return pulumi.get(self, "enabled")
|
|
105
119
|
|
|
106
120
|
@enabled.setter
|
|
@@ -131,6 +145,9 @@ class StorageIntegrationArgs:
|
|
|
131
145
|
@property
|
|
132
146
|
@pulumi.getter(name="storageAwsRoleArn")
|
|
133
147
|
def storage_aws_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
148
|
+
"""
|
|
149
|
+
(Default: ``)
|
|
150
|
+
"""
|
|
134
151
|
return pulumi.get(self, "storage_aws_role_arn")
|
|
135
152
|
|
|
136
153
|
@storage_aws_role_arn.setter
|
|
@@ -152,6 +169,9 @@ class StorageIntegrationArgs:
|
|
|
152
169
|
@property
|
|
153
170
|
@pulumi.getter
|
|
154
171
|
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
172
|
+
"""
|
|
173
|
+
(Default: `EXTERNAL_STAGE`)
|
|
174
|
+
"""
|
|
155
175
|
return pulumi.get(self, "type")
|
|
156
176
|
|
|
157
177
|
@type.setter
|
|
@@ -183,15 +203,20 @@ class _StorageIntegrationState:
|
|
|
183
203
|
Input properties used for looking up and filtering StorageIntegration resources.
|
|
184
204
|
:param pulumi.Input[builtins.str] azure_consent_url: The consent URL that is used to create an Azure Snowflake service principle inside your tenant.
|
|
185
205
|
:param pulumi.Input[builtins.str] azure_multi_tenant_app_name: This is the name of the Snowflake client application created for your account.
|
|
206
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
|
|
207
|
+
:param pulumi.Input[builtins.str] comment: (Default: ``)
|
|
186
208
|
:param pulumi.Input[builtins.str] created_on: Date and time when the storage integration was created.
|
|
209
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`)
|
|
187
210
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
188
211
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
189
212
|
:param pulumi.Input[builtins.str] storage_aws_external_id: The external ID that Snowflake will use when assuming the AWS role.
|
|
190
213
|
:param pulumi.Input[builtins.str] storage_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
191
214
|
:param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
215
|
+
:param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
|
|
192
216
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
193
217
|
:param pulumi.Input[builtins.str] storage_gcp_service_account: This is the name of the Snowflake Google Service Account created for your account.
|
|
194
218
|
:param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
219
|
+
:param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
195
220
|
"""
|
|
196
221
|
if azure_consent_url is not None:
|
|
197
222
|
pulumi.set(__self__, "azure_consent_url", azure_consent_url)
|
|
@@ -255,6 +280,9 @@ class _StorageIntegrationState:
|
|
|
255
280
|
@property
|
|
256
281
|
@pulumi.getter(name="azureTenantId")
|
|
257
282
|
def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
283
|
+
"""
|
|
284
|
+
(Default: ``)
|
|
285
|
+
"""
|
|
258
286
|
return pulumi.get(self, "azure_tenant_id")
|
|
259
287
|
|
|
260
288
|
@azure_tenant_id.setter
|
|
@@ -264,6 +292,9 @@ class _StorageIntegrationState:
|
|
|
264
292
|
@property
|
|
265
293
|
@pulumi.getter
|
|
266
294
|
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
295
|
+
"""
|
|
296
|
+
(Default: ``)
|
|
297
|
+
"""
|
|
267
298
|
return pulumi.get(self, "comment")
|
|
268
299
|
|
|
269
300
|
@comment.setter
|
|
@@ -285,6 +316,9 @@ class _StorageIntegrationState:
|
|
|
285
316
|
@property
|
|
286
317
|
@pulumi.getter
|
|
287
318
|
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
319
|
+
"""
|
|
320
|
+
(Default: `true`)
|
|
321
|
+
"""
|
|
288
322
|
return pulumi.get(self, "enabled")
|
|
289
323
|
|
|
290
324
|
@enabled.setter
|
|
@@ -363,6 +397,9 @@ class _StorageIntegrationState:
|
|
|
363
397
|
@property
|
|
364
398
|
@pulumi.getter(name="storageAwsRoleArn")
|
|
365
399
|
def storage_aws_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
400
|
+
"""
|
|
401
|
+
(Default: ``)
|
|
402
|
+
"""
|
|
366
403
|
return pulumi.get(self, "storage_aws_role_arn")
|
|
367
404
|
|
|
368
405
|
@storage_aws_role_arn.setter
|
|
@@ -408,6 +445,9 @@ class _StorageIntegrationState:
|
|
|
408
445
|
@property
|
|
409
446
|
@pulumi.getter
|
|
410
447
|
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
448
|
+
"""
|
|
449
|
+
(Default: `EXTERNAL_STAGE`)
|
|
450
|
+
"""
|
|
411
451
|
return pulumi.get(self, "type")
|
|
412
452
|
|
|
413
453
|
@type.setter
|
|
@@ -440,10 +480,15 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
440
480
|
|
|
441
481
|
:param str resource_name: The name of the resource.
|
|
442
482
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
483
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
|
|
484
|
+
:param pulumi.Input[builtins.str] comment: (Default: ``)
|
|
485
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`)
|
|
443
486
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
444
487
|
:param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
488
|
+
:param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
|
|
445
489
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
446
490
|
:param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
491
|
+
:param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
447
492
|
"""
|
|
448
493
|
...
|
|
449
494
|
@overload
|
|
@@ -549,15 +594,20 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
549
594
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
550
595
|
:param pulumi.Input[builtins.str] azure_consent_url: The consent URL that is used to create an Azure Snowflake service principle inside your tenant.
|
|
551
596
|
:param pulumi.Input[builtins.str] azure_multi_tenant_app_name: This is the name of the Snowflake client application created for your account.
|
|
597
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: (Default: ``)
|
|
598
|
+
:param pulumi.Input[builtins.str] comment: (Default: ``)
|
|
552
599
|
:param pulumi.Input[builtins.str] created_on: Date and time when the storage integration was created.
|
|
600
|
+
:param pulumi.Input[builtins.bool] enabled: (Default: `true`)
|
|
553
601
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
554
602
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
555
603
|
:param pulumi.Input[builtins.str] storage_aws_external_id: The external ID that Snowflake will use when assuming the AWS role.
|
|
556
604
|
:param pulumi.Input[builtins.str] storage_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
557
605
|
:param pulumi.Input[builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
606
|
+
:param pulumi.Input[builtins.str] storage_aws_role_arn: (Default: ``)
|
|
558
607
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
559
608
|
:param pulumi.Input[builtins.str] storage_gcp_service_account: This is the name of the Snowflake Google Service Account created for your account.
|
|
560
609
|
:param pulumi.Input[builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
610
|
+
:param pulumi.Input[builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
561
611
|
"""
|
|
562
612
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
563
613
|
|
|
@@ -601,11 +651,17 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
601
651
|
@property
|
|
602
652
|
@pulumi.getter(name="azureTenantId")
|
|
603
653
|
def azure_tenant_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
654
|
+
"""
|
|
655
|
+
(Default: ``)
|
|
656
|
+
"""
|
|
604
657
|
return pulumi.get(self, "azure_tenant_id")
|
|
605
658
|
|
|
606
659
|
@property
|
|
607
660
|
@pulumi.getter
|
|
608
661
|
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
662
|
+
"""
|
|
663
|
+
(Default: ``)
|
|
664
|
+
"""
|
|
609
665
|
return pulumi.get(self, "comment")
|
|
610
666
|
|
|
611
667
|
@property
|
|
@@ -619,6 +675,9 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
619
675
|
@property
|
|
620
676
|
@pulumi.getter
|
|
621
677
|
def enabled(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
678
|
+
"""
|
|
679
|
+
(Default: `true`)
|
|
680
|
+
"""
|
|
622
681
|
return pulumi.get(self, "enabled")
|
|
623
682
|
|
|
624
683
|
@property
|
|
@@ -669,6 +728,9 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
669
728
|
@property
|
|
670
729
|
@pulumi.getter(name="storageAwsRoleArn")
|
|
671
730
|
def storage_aws_role_arn(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
731
|
+
"""
|
|
732
|
+
(Default: ``)
|
|
733
|
+
"""
|
|
672
734
|
return pulumi.get(self, "storage_aws_role_arn")
|
|
673
735
|
|
|
674
736
|
@property
|
|
@@ -698,5 +760,8 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
698
760
|
@property
|
|
699
761
|
@pulumi.getter
|
|
700
762
|
def type(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
763
|
+
"""
|
|
764
|
+
(Default: `EXTERNAL_STAGE`)
|
|
765
|
+
"""
|
|
701
766
|
return pulumi.get(self, "type")
|
|
702
767
|
|
|
@@ -37,7 +37,7 @@ class StreamOnExternalTableArgs:
|
|
|
37
37
|
:param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
38
38
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
39
39
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
40
|
-
:param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
40
|
+
:param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
41
41
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
42
42
|
"""
|
|
43
43
|
pulumi.set(__self__, "database", database)
|
|
@@ -135,7 +135,7 @@ class StreamOnExternalTableArgs:
|
|
|
135
135
|
@pulumi.getter(name="insertOnly")
|
|
136
136
|
def insert_only(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
137
137
|
"""
|
|
138
|
-
Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
138
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "insert_only")
|
|
141
141
|
|
|
@@ -180,7 +180,7 @@ class _StreamOnExternalTableState:
|
|
|
180
180
|
:param pulumi.Input[Sequence[pulumi.Input['StreamOnExternalTableDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
181
181
|
:param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
182
182
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
183
|
-
:param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
183
|
+
:param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
184
184
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
185
185
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
186
186
|
:param pulumi.Input[Sequence[pulumi.Input['StreamOnExternalTableShowOutputArgs']]] show_outputs: Outputs the result of `SHOW STREAMS` for the given stream.
|
|
@@ -306,7 +306,7 @@ class _StreamOnExternalTableState:
|
|
|
306
306
|
@pulumi.getter(name="insertOnly")
|
|
307
307
|
def insert_only(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
308
308
|
"""
|
|
309
|
-
Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
309
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
310
310
|
"""
|
|
311
311
|
return pulumi.get(self, "insert_only")
|
|
312
312
|
|
|
@@ -399,7 +399,7 @@ class StreamOnExternalTable(pulumi.CustomResource):
|
|
|
399
399
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
400
400
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
401
401
|
:param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
402
|
-
:param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
402
|
+
:param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
403
403
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
404
404
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
405
405
|
"""
|
|
@@ -505,7 +505,7 @@ class StreamOnExternalTable(pulumi.CustomResource):
|
|
|
505
505
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnExternalTableDescribeOutputArgs', 'StreamOnExternalTableDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
506
506
|
:param pulumi.Input[builtins.str] external_table: Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
507
507
|
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
508
|
-
:param pulumi.Input[builtins.str] insert_only: Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
508
|
+
:param pulumi.Input[builtins.str] insert_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
509
509
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
510
510
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
511
511
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnExternalTableShowOutputArgs', 'StreamOnExternalTableShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW STREAMS` for the given stream.
|
|
@@ -590,7 +590,7 @@ class StreamOnExternalTable(pulumi.CustomResource):
|
|
|
590
590
|
@pulumi.getter(name="insertOnly")
|
|
591
591
|
def insert_only(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
592
592
|
"""
|
|
593
|
-
Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
593
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
594
594
|
"""
|
|
595
595
|
return pulumi.get(self, "insert_only")
|
|
596
596
|
|
|
@@ -37,7 +37,7 @@ class StreamOnTableArgs:
|
|
|
37
37
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
38
38
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
39
39
|
:param pulumi.Input[builtins.str] table: Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
40
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
40
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
41
41
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
42
42
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
43
43
|
"""
|
|
@@ -99,7 +99,7 @@ class StreamOnTableArgs:
|
|
|
99
99
|
@pulumi.getter(name="appendOnly")
|
|
100
100
|
def append_only(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
101
101
|
"""
|
|
102
|
-
Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
102
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "append_only")
|
|
105
105
|
|
|
@@ -188,7 +188,7 @@ class _StreamOnTableState:
|
|
|
188
188
|
table: Optional[pulumi.Input[builtins.str]] = None):
|
|
189
189
|
"""
|
|
190
190
|
Input properties used for looking up and filtering StreamOnTable resources.
|
|
191
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
191
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
192
192
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
193
193
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
194
194
|
:param pulumi.Input[Sequence[pulumi.Input['StreamOnTableDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
@@ -234,7 +234,7 @@ class _StreamOnTableState:
|
|
|
234
234
|
@pulumi.getter(name="appendOnly")
|
|
235
235
|
def append_only(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
236
236
|
"""
|
|
237
|
-
Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
237
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
238
238
|
"""
|
|
239
239
|
return pulumi.get(self, "append_only")
|
|
240
240
|
|
|
@@ -421,7 +421,7 @@ class StreamOnTable(pulumi.CustomResource):
|
|
|
421
421
|
|
|
422
422
|
:param str resource_name: The name of the resource.
|
|
423
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
424
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
424
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
425
425
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
426
426
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
427
427
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
@@ -528,7 +528,7 @@ class StreamOnTable(pulumi.CustomResource):
|
|
|
528
528
|
:param str resource_name: The unique name of the resulting resource.
|
|
529
529
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
530
530
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
531
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
531
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
532
532
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
533
533
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
534
534
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnTableDescribeOutputArgs', 'StreamOnTableDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
@@ -564,7 +564,7 @@ class StreamOnTable(pulumi.CustomResource):
|
|
|
564
564
|
@pulumi.getter(name="appendOnly")
|
|
565
565
|
def append_only(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
566
566
|
"""
|
|
567
|
-
Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
567
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
568
568
|
"""
|
|
569
569
|
return pulumi.get(self, "append_only")
|
|
570
570
|
|
|
@@ -37,7 +37,7 @@ class StreamOnViewArgs:
|
|
|
37
37
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
38
38
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
39
39
|
:param pulumi.Input[builtins.str] view: Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
40
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
40
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
41
41
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
42
42
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
43
43
|
"""
|
|
@@ -99,7 +99,7 @@ class StreamOnViewArgs:
|
|
|
99
99
|
@pulumi.getter(name="appendOnly")
|
|
100
100
|
def append_only(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
101
101
|
"""
|
|
102
|
-
Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
102
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "append_only")
|
|
105
105
|
|
|
@@ -188,7 +188,7 @@ class _StreamOnViewState:
|
|
|
188
188
|
view: Optional[pulumi.Input[builtins.str]] = None):
|
|
189
189
|
"""
|
|
190
190
|
Input properties used for looking up and filtering StreamOnView resources.
|
|
191
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
191
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
192
192
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
193
193
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
194
194
|
:param pulumi.Input[Sequence[pulumi.Input['StreamOnViewDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
@@ -234,7 +234,7 @@ class _StreamOnViewState:
|
|
|
234
234
|
@pulumi.getter(name="appendOnly")
|
|
235
235
|
def append_only(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
236
236
|
"""
|
|
237
|
-
Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
237
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
238
238
|
"""
|
|
239
239
|
return pulumi.get(self, "append_only")
|
|
240
240
|
|
|
@@ -421,7 +421,7 @@ class StreamOnView(pulumi.CustomResource):
|
|
|
421
421
|
|
|
422
422
|
:param str resource_name: The name of the resource.
|
|
423
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
424
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
424
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
425
425
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
426
426
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
427
427
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
@@ -528,7 +528,7 @@ class StreamOnView(pulumi.CustomResource):
|
|
|
528
528
|
:param str resource_name: The unique name of the resulting resource.
|
|
529
529
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
530
530
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
531
|
-
:param pulumi.Input[builtins.str] append_only: Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
531
|
+
:param pulumi.Input[builtins.str] append_only: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
532
532
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
533
533
|
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
534
534
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnViewDescribeOutputArgs', 'StreamOnViewDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
@@ -564,7 +564,7 @@ class StreamOnView(pulumi.CustomResource):
|
|
|
564
564
|
@pulumi.getter(name="appendOnly")
|
|
565
565
|
def append_only(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
566
566
|
"""
|
|
567
|
-
Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
567
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
568
568
|
"""
|
|
569
569
|
return pulumi.get(self, "append_only")
|
|
570
570
|
|
pulumi_snowflake/table.py
CHANGED
|
@@ -37,10 +37,10 @@ class TableArgs:
|
|
|
37
37
|
:param pulumi.Input[Sequence[pulumi.Input['TableColumnArgs']]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
38
38
|
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
39
39
|
:param pulumi.Input[builtins.str] schema: The schema in which to create the table.
|
|
40
|
-
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
40
|
+
:param pulumi.Input[builtins.bool] change_tracking: (Default: `false`) Specifies whether to enable change tracking on the table. Default false.
|
|
41
41
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
42
42
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
43
|
-
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
43
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
44
44
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
45
45
|
:param pulumi.Input['TablePrimaryKeyArgs'] primary_key: Definitions of primary key constraint to create on table
|
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input['TableTagArgs']]] tags: Definitions of a tag to associate with the resource.
|
|
@@ -109,7 +109,7 @@ class TableArgs:
|
|
|
109
109
|
@pulumi.getter(name="changeTracking")
|
|
110
110
|
def change_tracking(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
111
111
|
"""
|
|
112
|
-
Specifies whether to enable change tracking on the table. Default false.
|
|
112
|
+
(Default: `false`) Specifies whether to enable change tracking on the table. Default false.
|
|
113
113
|
"""
|
|
114
114
|
return pulumi.get(self, "change_tracking")
|
|
115
115
|
|
|
@@ -145,7 +145,7 @@ class TableArgs:
|
|
|
145
145
|
@pulumi.getter(name="dataRetentionTimeInDays")
|
|
146
146
|
def data_retention_time_in_days(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
147
147
|
"""
|
|
148
|
-
Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
148
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "data_retention_time_in_days")
|
|
151
151
|
|
|
@@ -209,11 +209,11 @@ class _TableState:
|
|
|
209
209
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['TableTagArgs']]]] = None):
|
|
210
210
|
"""
|
|
211
211
|
Input properties used for looking up and filtering Table resources.
|
|
212
|
-
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
212
|
+
:param pulumi.Input[builtins.bool] change_tracking: (Default: `false`) Specifies whether to enable change tracking on the table. Default false.
|
|
213
213
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
214
214
|
:param pulumi.Input[Sequence[pulumi.Input['TableColumnArgs']]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
215
215
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
216
|
-
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
216
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
217
217
|
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
218
218
|
: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).
|
|
219
219
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
@@ -257,7 +257,7 @@ class _TableState:
|
|
|
257
257
|
@pulumi.getter(name="changeTracking")
|
|
258
258
|
def change_tracking(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
259
259
|
"""
|
|
260
|
-
Specifies whether to enable change tracking on the table. Default false.
|
|
260
|
+
(Default: `false`) Specifies whether to enable change tracking on the table. Default false.
|
|
261
261
|
"""
|
|
262
262
|
return pulumi.get(self, "change_tracking")
|
|
263
263
|
|
|
@@ -305,7 +305,7 @@ class _TableState:
|
|
|
305
305
|
@pulumi.getter(name="dataRetentionTimeInDays")
|
|
306
306
|
def data_retention_time_in_days(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
307
307
|
"""
|
|
308
|
-
Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
308
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
309
309
|
"""
|
|
310
310
|
return pulumi.get(self, "data_retention_time_in_days")
|
|
311
311
|
|
|
@@ -427,11 +427,11 @@ class Table(pulumi.CustomResource):
|
|
|
427
427
|
|
|
428
428
|
:param str resource_name: The name of the resource.
|
|
429
429
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
430
|
-
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
430
|
+
:param pulumi.Input[builtins.bool] change_tracking: (Default: `false`) Specifies whether to enable change tracking on the table. Default false.
|
|
431
431
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
432
432
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TableColumnArgs', 'TableColumnArgsDict']]]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
433
433
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
434
|
-
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
434
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
435
435
|
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
436
436
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
437
437
|
:param pulumi.Input[Union['TablePrimaryKeyArgs', 'TablePrimaryKeyArgsDict']] primary_key: Definitions of primary key constraint to create on table
|
|
@@ -534,11 +534,11 @@ class Table(pulumi.CustomResource):
|
|
|
534
534
|
:param str resource_name: The unique name of the resulting resource.
|
|
535
535
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
536
536
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
537
|
-
:param pulumi.Input[builtins.bool] change_tracking: Specifies whether to enable change tracking on the table. Default false.
|
|
537
|
+
:param pulumi.Input[builtins.bool] change_tracking: (Default: `false`) Specifies whether to enable change tracking on the table. Default false.
|
|
538
538
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_bies: A list of one or more table columns/expressions to be used as clustering key(s) for the table
|
|
539
539
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TableColumnArgs', 'TableColumnArgsDict']]]] columns: Definitions of a column to create in the table. Minimum one required.
|
|
540
540
|
:param pulumi.Input[builtins.str] comment: Specifies a comment for the table.
|
|
541
|
-
:param pulumi.Input[builtins.int] data_retention_time_in_days: Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
541
|
+
:param pulumi.Input[builtins.int] data_retention_time_in_days: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
542
542
|
:param pulumi.Input[builtins.str] database: The database in which to create the table.
|
|
543
543
|
: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).
|
|
544
544
|
:param pulumi.Input[builtins.str] name: Specifies the identifier for the table; must be unique for the database and schema in which the table is created.
|
|
@@ -569,7 +569,7 @@ class Table(pulumi.CustomResource):
|
|
|
569
569
|
@pulumi.getter(name="changeTracking")
|
|
570
570
|
def change_tracking(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
571
571
|
"""
|
|
572
|
-
Specifies whether to enable change tracking on the table. Default false.
|
|
572
|
+
(Default: `false`) Specifies whether to enable change tracking on the table. Default false.
|
|
573
573
|
"""
|
|
574
574
|
return pulumi.get(self, "change_tracking")
|
|
575
575
|
|
|
@@ -601,7 +601,7 @@ class Table(pulumi.CustomResource):
|
|
|
601
601
|
@pulumi.getter(name="dataRetentionTimeInDays")
|
|
602
602
|
def data_retention_time_in_days(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
603
603
|
"""
|
|
604
|
-
Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
604
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the retention period for the table so that Time Travel actions (SELECT, CLONE, UNDROP) can be performed on historical data in the table. If you wish to inherit the parent schema setting then pass in the schema attribute to this argument or do not fill this parameter at all; the default value for this field is -1, which is a fallback to use Snowflake default - in this case the schema value
|
|
605
605
|
"""
|
|
606
606
|
return pulumi.get(self, "data_retention_time_in_days")
|
|
607
607
|
|