pulumi-snowflake 1.1.4a1742960027__py3-none-any.whl → 1.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/__init__.py +1 -0
- pulumi_snowflake/_inputs.py +12306 -12305
- pulumi_snowflake/account.py +189 -188
- pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
- pulumi_snowflake/account_parameter.py +29 -28
- pulumi_snowflake/account_password_policy_attachment.py +15 -14
- pulumi_snowflake/account_role.py +32 -31
- pulumi_snowflake/alert.py +123 -122
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +161 -160
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +147 -146
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +157 -156
- pulumi_snowflake/api_integration.py +218 -217
- pulumi_snowflake/authentication_policy.py +137 -136
- pulumi_snowflake/config/__init__.py +1 -0
- pulumi_snowflake/config/__init__.pyi +1 -0
- pulumi_snowflake/config/outputs.py +16 -15
- pulumi_snowflake/config/vars.py +1 -0
- pulumi_snowflake/cortex_search_service.py +141 -140
- pulumi_snowflake/database.py +288 -287
- pulumi_snowflake/database_role.py +50 -49
- pulumi_snowflake/dynamic_table.py +227 -226
- pulumi_snowflake/email_notification_integration.py +56 -55
- pulumi_snowflake/execute.py +50 -49
- pulumi_snowflake/external_function.py +237 -236
- pulumi_snowflake/external_oauth_integration.py +232 -231
- pulumi_snowflake/external_table.py +206 -205
- pulumi_snowflake/external_volume.py +59 -54
- pulumi_snowflake/failover_group.py +109 -108
- pulumi_snowflake/file_format.py +512 -511
- pulumi_snowflake/function_java.py +255 -254
- pulumi_snowflake/function_javascript.py +199 -198
- pulumi_snowflake/function_python.py +272 -271
- pulumi_snowflake/function_scala.py +255 -254
- pulumi_snowflake/function_sql.py +185 -184
- pulumi_snowflake/get_account_roles.py +12 -11
- pulumi_snowflake/get_accounts.py +12 -11
- pulumi_snowflake/get_alerts.py +23 -18
- pulumi_snowflake/get_connections.py +7 -6
- pulumi_snowflake/get_cortex_search_services.py +18 -13
- pulumi_snowflake/get_current_account.py +11 -6
- pulumi_snowflake/get_current_role.py +9 -4
- pulumi_snowflake/get_database.py +21 -16
- pulumi_snowflake/get_database_role.py +20 -15
- pulumi_snowflake/get_database_roles.py +12 -11
- pulumi_snowflake/get_databases.py +24 -23
- pulumi_snowflake/get_dynamic_tables.py +13 -8
- pulumi_snowflake/get_external_functions.py +18 -13
- pulumi_snowflake/get_external_tables.py +18 -13
- pulumi_snowflake/get_failover_groups.py +13 -8
- pulumi_snowflake/get_file_formats.py +18 -13
- pulumi_snowflake/get_functions.py +18 -13
- pulumi_snowflake/get_grants.py +6 -1
- pulumi_snowflake/get_masking_policies.py +13 -12
- pulumi_snowflake/get_materialized_views.py +18 -13
- pulumi_snowflake/get_network_policies.py +13 -12
- pulumi_snowflake/get_parameters.py +34 -29
- pulumi_snowflake/get_pipes.py +18 -13
- pulumi_snowflake/get_procedures.py +18 -13
- pulumi_snowflake/get_resource_monitors.py +7 -6
- pulumi_snowflake/get_row_access_policies.py +13 -12
- pulumi_snowflake/get_schemas.py +24 -23
- pulumi_snowflake/get_secrets.py +17 -12
- pulumi_snowflake/get_security_integrations.py +13 -12
- pulumi_snowflake/get_sequences.py +18 -13
- pulumi_snowflake/get_shares.py +13 -8
- pulumi_snowflake/get_stages.py +18 -13
- pulumi_snowflake/get_storage_integrations.py +8 -3
- pulumi_snowflake/get_streamlits.py +13 -12
- pulumi_snowflake/get_streams.py +18 -17
- pulumi_snowflake/get_system_generate_scim_access_token.py +14 -9
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +12 -7
- pulumi_snowflake/get_system_get_private_link_config.py +17 -12
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +10 -5
- pulumi_snowflake/get_tables.py +18 -13
- pulumi_snowflake/get_tags.py +7 -6
- pulumi_snowflake/get_tasks.py +23 -22
- pulumi_snowflake/get_users.py +24 -23
- pulumi_snowflake/get_views.py +18 -17
- pulumi_snowflake/get_warehouses.py +19 -18
- pulumi_snowflake/grant_account_role.py +43 -42
- pulumi_snowflake/grant_application_role.py +43 -42
- pulumi_snowflake/grant_database_role.py +57 -56
- pulumi_snowflake/grant_ownership.py +43 -42
- pulumi_snowflake/grant_privileges_to_account_role.py +107 -106
- pulumi_snowflake/grant_privileges_to_database_role.py +104 -103
- pulumi_snowflake/grant_privileges_to_share.py +127 -126
- pulumi_snowflake/legacy_service_user.py +1048 -1047
- pulumi_snowflake/managed_account.py +116 -115
- pulumi_snowflake/masking_policy.py +109 -108
- pulumi_snowflake/materialized_view.py +126 -125
- pulumi_snowflake/network_policy.py +92 -91
- pulumi_snowflake/network_policy_attachment.py +46 -45
- pulumi_snowflake/network_rule.py +106 -105
- pulumi_snowflake/notification_integration.py +254 -240
- pulumi_snowflake/oauth_integration_for_custom_clients.py +225 -224
- pulumi_snowflake/oauth_integration_for_partner_applications.py +143 -142
- pulumi_snowflake/object_parameter.py +60 -59
- pulumi_snowflake/outputs.py +9282 -9281
- pulumi_snowflake/password_policy.py +291 -286
- pulumi_snowflake/pipe.py +151 -150
- pulumi_snowflake/primary_connection.py +55 -54
- pulumi_snowflake/procedure_java.py +273 -272
- pulumi_snowflake/procedure_javascript.py +203 -202
- pulumi_snowflake/procedure_python.py +273 -272
- pulumi_snowflake/procedure_scala.py +273 -272
- pulumi_snowflake/procedure_sql.py +203 -202
- pulumi_snowflake/provider.py +303 -302
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +134 -133
- pulumi_snowflake/row_access_policy.py +78 -77
- pulumi_snowflake/saml2_integration.py +258 -257
- pulumi_snowflake/schema.py +322 -321
- pulumi_snowflake/scim_integration.py +109 -108
- pulumi_snowflake/secondary_connection.py +57 -56
- pulumi_snowflake/secondary_database.py +288 -287
- pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
- pulumi_snowflake/secret_with_basic_authentication.py +95 -94
- pulumi_snowflake/secret_with_client_credentials.py +99 -98
- pulumi_snowflake/secret_with_generic_string.py +81 -80
- pulumi_snowflake/sequence.py +108 -107
- pulumi_snowflake/service_user.py +1021 -1020
- pulumi_snowflake/share.py +50 -49
- pulumi_snowflake/shared_database.py +246 -245
- pulumi_snowflake/stage.py +190 -189
- pulumi_snowflake/storage_integration.py +231 -165
- pulumi_snowflake/stream_on_directory_table.py +100 -99
- pulumi_snowflake/stream_on_external_table.py +117 -116
- pulumi_snowflake/stream_on_table.py +127 -126
- pulumi_snowflake/stream_on_view.py +127 -126
- pulumi_snowflake/streamlit.py +148 -147
- pulumi_snowflake/table.py +119 -118
- pulumi_snowflake/table_column_masking_policy_application.py +43 -42
- pulumi_snowflake/table_constraint.py +173 -172
- pulumi_snowflake/tag.py +92 -91
- pulumi_snowflake/tag_association.py +74 -73
- pulumi_snowflake/task.py +1005 -1004
- pulumi_snowflake/user.py +1110 -1109
- pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
- pulumi_snowflake/user_password_policy_attachment.py +29 -28
- pulumi_snowflake/user_public_keys.py +43 -42
- pulumi_snowflake/view.py +142 -141
- pulumi_snowflake/warehouse.py +244 -243
- {pulumi_snowflake-1.1.4a1742960027.dist-info → pulumi_snowflake-1.2.0.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.2.0.dist-info/RECORD +148 -0
- pulumi_snowflake-1.1.4a1742960027.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.1.4a1742960027.dist-info → pulumi_snowflake-1.2.0.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.1.4a1742960027.dist-info → pulumi_snowflake-1.2.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -22,15 +23,15 @@ __all__ = ['ExternalVolumeArgs', 'ExternalVolume']
|
|
|
22
23
|
class ExternalVolumeArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
25
|
storage_locations: pulumi.Input[Sequence[pulumi.Input['ExternalVolumeStorageLocationArgs']]],
|
|
25
|
-
allow_writes: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
26
|
+
allow_writes: Optional[pulumi.Input[builtins.str]] = None,
|
|
27
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
28
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
28
29
|
"""
|
|
29
30
|
The set of arguments for constructing a ExternalVolume resource.
|
|
30
31
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalVolumeStorageLocationArgs']]] storage_locations: List of named cloud storage locations in different regions and, optionally, cloud platforms. Minimum 1 required. The order of the list is important as it impacts the active storage location, and updates will be triggered if it changes. Note that not all parameter combinations are valid as they depend on the given storage*provider. Consult [the docs](https://docs.snowflake.com/en/sql-reference/sql/create-external-volume#cloud-provider-parameters-cloudproviderparams) for more details on this.
|
|
31
|
-
:param pulumi.Input[str] allow_writes: Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
32
|
-
:param pulumi.Input[str] comment: Specifies a comment for the external volume.
|
|
33
|
-
:param pulumi.Input[str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
32
|
+
:param pulumi.Input[builtins.str] allow_writes: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
33
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the external volume.
|
|
34
|
+
:param pulumi.Input[builtins.str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
34
35
|
"""
|
|
35
36
|
pulumi.set(__self__, "storage_locations", storage_locations)
|
|
36
37
|
if allow_writes is not None:
|
|
@@ -54,58 +55,58 @@ class ExternalVolumeArgs:
|
|
|
54
55
|
|
|
55
56
|
@property
|
|
56
57
|
@pulumi.getter(name="allowWrites")
|
|
57
|
-
def allow_writes(self) -> Optional[pulumi.Input[str]]:
|
|
58
|
+
def allow_writes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
58
59
|
"""
|
|
59
|
-
Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
60
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
60
61
|
"""
|
|
61
62
|
return pulumi.get(self, "allow_writes")
|
|
62
63
|
|
|
63
64
|
@allow_writes.setter
|
|
64
|
-
def allow_writes(self, value: Optional[pulumi.Input[str]]):
|
|
65
|
+
def allow_writes(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
65
66
|
pulumi.set(self, "allow_writes", value)
|
|
66
67
|
|
|
67
68
|
@property
|
|
68
69
|
@pulumi.getter
|
|
69
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
70
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
70
71
|
"""
|
|
71
72
|
Specifies a comment for the external volume.
|
|
72
73
|
"""
|
|
73
74
|
return pulumi.get(self, "comment")
|
|
74
75
|
|
|
75
76
|
@comment.setter
|
|
76
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
77
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
77
78
|
pulumi.set(self, "comment", value)
|
|
78
79
|
|
|
79
80
|
@property
|
|
80
81
|
@pulumi.getter
|
|
81
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
82
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
82
83
|
"""
|
|
83
84
|
Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
84
85
|
"""
|
|
85
86
|
return pulumi.get(self, "name")
|
|
86
87
|
|
|
87
88
|
@name.setter
|
|
88
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
89
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
89
90
|
pulumi.set(self, "name", value)
|
|
90
91
|
|
|
91
92
|
|
|
92
93
|
@pulumi.input_type
|
|
93
94
|
class _ExternalVolumeState:
|
|
94
95
|
def __init__(__self__, *,
|
|
95
|
-
allow_writes: Optional[pulumi.Input[str]] = None,
|
|
96
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
96
|
+
allow_writes: Optional[pulumi.Input[builtins.str]] = None,
|
|
97
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
97
98
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalVolumeDescribeOutputArgs']]]] = None,
|
|
98
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
99
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
99
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
100
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
100
101
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalVolumeShowOutputArgs']]]] = None,
|
|
101
102
|
storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalVolumeStorageLocationArgs']]]] = None):
|
|
102
103
|
"""
|
|
103
104
|
Input properties used for looking up and filtering ExternalVolume resources.
|
|
104
|
-
:param pulumi.Input[str] allow_writes: Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
105
|
-
:param pulumi.Input[str] comment: Specifies a comment for the external volume.
|
|
105
|
+
:param pulumi.Input[builtins.str] allow_writes: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
106
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the external volume.
|
|
106
107
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalVolumeDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE EXTERNAL VOLUME` for the given external volume.
|
|
107
|
-
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
108
|
-
:param pulumi.Input[str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
108
|
+
: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).
|
|
109
|
+
:param pulumi.Input[builtins.str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
109
110
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalVolumeShowOutputArgs']]] show_outputs: Outputs the result of `SHOW EXTERNAL VOLUMES` for the given external volume.
|
|
110
111
|
:param pulumi.Input[Sequence[pulumi.Input['ExternalVolumeStorageLocationArgs']]] storage_locations: List of named cloud storage locations in different regions and, optionally, cloud platforms. Minimum 1 required. The order of the list is important as it impacts the active storage location, and updates will be triggered if it changes. Note that not all parameter combinations are valid as they depend on the given storage*provider. Consult [the docs](https://docs.snowflake.com/en/sql-reference/sql/create-external-volume#cloud-provider-parameters-cloudproviderparams) for more details on this.
|
|
111
112
|
"""
|
|
@@ -126,26 +127,26 @@ class _ExternalVolumeState:
|
|
|
126
127
|
|
|
127
128
|
@property
|
|
128
129
|
@pulumi.getter(name="allowWrites")
|
|
129
|
-
def allow_writes(self) -> Optional[pulumi.Input[str]]:
|
|
130
|
+
def allow_writes(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
130
131
|
"""
|
|
131
|
-
Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
132
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
132
133
|
"""
|
|
133
134
|
return pulumi.get(self, "allow_writes")
|
|
134
135
|
|
|
135
136
|
@allow_writes.setter
|
|
136
|
-
def allow_writes(self, value: Optional[pulumi.Input[str]]):
|
|
137
|
+
def allow_writes(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
137
138
|
pulumi.set(self, "allow_writes", value)
|
|
138
139
|
|
|
139
140
|
@property
|
|
140
141
|
@pulumi.getter
|
|
141
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
142
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
142
143
|
"""
|
|
143
144
|
Specifies a comment for the external volume.
|
|
144
145
|
"""
|
|
145
146
|
return pulumi.get(self, "comment")
|
|
146
147
|
|
|
147
148
|
@comment.setter
|
|
148
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
149
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
149
150
|
pulumi.set(self, "comment", value)
|
|
150
151
|
|
|
151
152
|
@property
|
|
@@ -162,26 +163,26 @@ class _ExternalVolumeState:
|
|
|
162
163
|
|
|
163
164
|
@property
|
|
164
165
|
@pulumi.getter(name="fullyQualifiedName")
|
|
165
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
|
|
166
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
166
167
|
"""
|
|
167
168
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
168
169
|
"""
|
|
169
170
|
return pulumi.get(self, "fully_qualified_name")
|
|
170
171
|
|
|
171
172
|
@fully_qualified_name.setter
|
|
172
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
|
|
173
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
173
174
|
pulumi.set(self, "fully_qualified_name", value)
|
|
174
175
|
|
|
175
176
|
@property
|
|
176
177
|
@pulumi.getter
|
|
177
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
178
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
178
179
|
"""
|
|
179
180
|
Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
180
181
|
"""
|
|
181
182
|
return pulumi.get(self, "name")
|
|
182
183
|
|
|
183
184
|
@name.setter
|
|
184
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
185
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
185
186
|
pulumi.set(self, "name", value)
|
|
186
187
|
|
|
187
188
|
@property
|
|
@@ -214,21 +215,23 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
214
215
|
def __init__(__self__,
|
|
215
216
|
resource_name: str,
|
|
216
217
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
217
|
-
allow_writes: Optional[pulumi.Input[str]] = None,
|
|
218
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
219
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
218
|
+
allow_writes: Optional[pulumi.Input[builtins.str]] = None,
|
|
219
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
220
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
220
221
|
storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeStorageLocationArgs', 'ExternalVolumeStorageLocationArgsDict']]]]] = None,
|
|
221
222
|
__props__=None):
|
|
222
223
|
"""
|
|
223
|
-
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field
|
|
224
|
+
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
224
225
|
|
|
225
226
|
Resource used to manage external volume objects. For more information, check [external volume documentation](https://docs.snowflake.com/en/sql-reference/commands-data-loading#external-volume).
|
|
226
227
|
|
|
228
|
+
> **Note** If a field has a default value, it is shown next to the type in the schema.
|
|
229
|
+
|
|
227
230
|
:param str resource_name: The name of the resource.
|
|
228
231
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
229
|
-
:param pulumi.Input[str] allow_writes: Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
230
|
-
:param pulumi.Input[str] comment: Specifies a comment for the external volume.
|
|
231
|
-
:param pulumi.Input[str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
232
|
+
:param pulumi.Input[builtins.str] allow_writes: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
233
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the external volume.
|
|
234
|
+
:param pulumi.Input[builtins.str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
232
235
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeStorageLocationArgs', 'ExternalVolumeStorageLocationArgsDict']]]] storage_locations: List of named cloud storage locations in different regions and, optionally, cloud platforms. Minimum 1 required. The order of the list is important as it impacts the active storage location, and updates will be triggered if it changes. Note that not all parameter combinations are valid as they depend on the given storage*provider. Consult [the docs](https://docs.snowflake.com/en/sql-reference/sql/create-external-volume#cloud-provider-parameters-cloudproviderparams) for more details on this.
|
|
233
236
|
"""
|
|
234
237
|
...
|
|
@@ -238,10 +241,12 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
238
241
|
args: ExternalVolumeArgs,
|
|
239
242
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
240
243
|
"""
|
|
241
|
-
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field
|
|
244
|
+
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
242
245
|
|
|
243
246
|
Resource used to manage external volume objects. For more information, check [external volume documentation](https://docs.snowflake.com/en/sql-reference/commands-data-loading#external-volume).
|
|
244
247
|
|
|
248
|
+
> **Note** If a field has a default value, it is shown next to the type in the schema.
|
|
249
|
+
|
|
245
250
|
:param str resource_name: The name of the resource.
|
|
246
251
|
:param ExternalVolumeArgs args: The arguments to use to populate this resource's properties.
|
|
247
252
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -257,9 +262,9 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
257
262
|
def _internal_init(__self__,
|
|
258
263
|
resource_name: str,
|
|
259
264
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
260
|
-
allow_writes: Optional[pulumi.Input[str]] = None,
|
|
261
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
262
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
265
|
+
allow_writes: Optional[pulumi.Input[builtins.str]] = None,
|
|
266
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
267
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
263
268
|
storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeStorageLocationArgs', 'ExternalVolumeStorageLocationArgsDict']]]]] = None,
|
|
264
269
|
__props__=None):
|
|
265
270
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -289,11 +294,11 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
289
294
|
def get(resource_name: str,
|
|
290
295
|
id: pulumi.Input[str],
|
|
291
296
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
292
|
-
allow_writes: Optional[pulumi.Input[str]] = None,
|
|
293
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
297
|
+
allow_writes: Optional[pulumi.Input[builtins.str]] = None,
|
|
298
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
294
299
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeDescribeOutputArgs', 'ExternalVolumeDescribeOutputArgsDict']]]]] = None,
|
|
295
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
296
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
300
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
301
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
297
302
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeShowOutputArgs', 'ExternalVolumeShowOutputArgsDict']]]]] = None,
|
|
298
303
|
storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeStorageLocationArgs', 'ExternalVolumeStorageLocationArgsDict']]]]] = None) -> 'ExternalVolume':
|
|
299
304
|
"""
|
|
@@ -303,11 +308,11 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
303
308
|
:param str resource_name: The unique name of the resulting resource.
|
|
304
309
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
305
310
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
306
|
-
:param pulumi.Input[str] allow_writes: Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
307
|
-
:param pulumi.Input[str] comment: Specifies a comment for the external volume.
|
|
311
|
+
:param pulumi.Input[builtins.str] allow_writes: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
312
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the external volume.
|
|
308
313
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeDescribeOutputArgs', 'ExternalVolumeDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE EXTERNAL VOLUME` for the given external volume.
|
|
309
|
-
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
310
|
-
:param pulumi.Input[str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
314
|
+
: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).
|
|
315
|
+
:param pulumi.Input[builtins.str] name: Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
311
316
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeShowOutputArgs', 'ExternalVolumeShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW EXTERNAL VOLUMES` for the given external volume.
|
|
312
317
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeStorageLocationArgs', 'ExternalVolumeStorageLocationArgsDict']]]] storage_locations: List of named cloud storage locations in different regions and, optionally, cloud platforms. Minimum 1 required. The order of the list is important as it impacts the active storage location, and updates will be triggered if it changes. Note that not all parameter combinations are valid as they depend on the given storage*provider. Consult [the docs](https://docs.snowflake.com/en/sql-reference/sql/create-external-volume#cloud-provider-parameters-cloudproviderparams) for more details on this.
|
|
313
318
|
"""
|
|
@@ -326,15 +331,15 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
326
331
|
|
|
327
332
|
@property
|
|
328
333
|
@pulumi.getter(name="allowWrites")
|
|
329
|
-
def allow_writes(self) -> pulumi.Output[Optional[str]]:
|
|
334
|
+
def allow_writes(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
330
335
|
"""
|
|
331
|
-
Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
336
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. 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.
|
|
332
337
|
"""
|
|
333
338
|
return pulumi.get(self, "allow_writes")
|
|
334
339
|
|
|
335
340
|
@property
|
|
336
341
|
@pulumi.getter
|
|
337
|
-
def comment(self) -> pulumi.Output[Optional[str]]:
|
|
342
|
+
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
338
343
|
"""
|
|
339
344
|
Specifies a comment for the external volume.
|
|
340
345
|
"""
|
|
@@ -350,7 +355,7 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
350
355
|
|
|
351
356
|
@property
|
|
352
357
|
@pulumi.getter(name="fullyQualifiedName")
|
|
353
|
-
def fully_qualified_name(self) -> pulumi.Output[str]:
|
|
358
|
+
def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
|
|
354
359
|
"""
|
|
355
360
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
356
361
|
"""
|
|
@@ -358,7 +363,7 @@ class ExternalVolume(pulumi.CustomResource):
|
|
|
358
363
|
|
|
359
364
|
@property
|
|
360
365
|
@pulumi.getter
|
|
361
|
-
def name(self) -> pulumi.Output[str]:
|
|
366
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
362
367
|
"""
|
|
363
368
|
Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
364
369
|
"""
|