pulumi-snowflake 1.2.0a1743575514__py3-none-any.whl → 1.2.0a1744183688__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.

Files changed (147) hide show
  1. pulumi_snowflake/__init__.py +1 -0
  2. pulumi_snowflake/_inputs.py +12288 -12287
  3. pulumi_snowflake/account.py +186 -185
  4. pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
  5. pulumi_snowflake/account_parameter.py +29 -28
  6. pulumi_snowflake/account_password_policy_attachment.py +15 -14
  7. pulumi_snowflake/account_role.py +32 -31
  8. pulumi_snowflake/alert.py +120 -119
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
  12. pulumi_snowflake/api_integration.py +203 -202
  13. pulumi_snowflake/authentication_policy.py +134 -133
  14. pulumi_snowflake/config/__init__.py +1 -0
  15. pulumi_snowflake/config/__init__.pyi +1 -0
  16. pulumi_snowflake/config/outputs.py +16 -15
  17. pulumi_snowflake/config/vars.py +1 -0
  18. pulumi_snowflake/cortex_search_service.py +141 -140
  19. pulumi_snowflake/database.py +288 -287
  20. pulumi_snowflake/database_role.py +50 -49
  21. pulumi_snowflake/dynamic_table.py +218 -217
  22. pulumi_snowflake/email_notification_integration.py +56 -55
  23. pulumi_snowflake/execute.py +50 -49
  24. pulumi_snowflake/external_function.py +225 -224
  25. pulumi_snowflake/external_oauth_integration.py +232 -231
  26. pulumi_snowflake/external_table.py +197 -196
  27. pulumi_snowflake/external_volume.py +50 -49
  28. pulumi_snowflake/failover_group.py +106 -105
  29. pulumi_snowflake/file_format.py +512 -511
  30. pulumi_snowflake/function_java.py +249 -248
  31. pulumi_snowflake/function_javascript.py +193 -192
  32. pulumi_snowflake/function_python.py +263 -262
  33. pulumi_snowflake/function_scala.py +249 -248
  34. pulumi_snowflake/function_sql.py +179 -178
  35. pulumi_snowflake/get_account_roles.py +12 -11
  36. pulumi_snowflake/get_accounts.py +12 -11
  37. pulumi_snowflake/get_alerts.py +17 -16
  38. pulumi_snowflake/get_connections.py +7 -6
  39. pulumi_snowflake/get_cortex_search_services.py +12 -11
  40. pulumi_snowflake/get_current_account.py +5 -4
  41. pulumi_snowflake/get_current_role.py +3 -2
  42. pulumi_snowflake/get_database.py +15 -14
  43. pulumi_snowflake/get_database_role.py +14 -13
  44. pulumi_snowflake/get_database_roles.py +12 -11
  45. pulumi_snowflake/get_databases.py +22 -21
  46. pulumi_snowflake/get_dynamic_tables.py +7 -6
  47. pulumi_snowflake/get_external_functions.py +12 -11
  48. pulumi_snowflake/get_external_tables.py +12 -11
  49. pulumi_snowflake/get_failover_groups.py +7 -6
  50. pulumi_snowflake/get_file_formats.py +12 -11
  51. pulumi_snowflake/get_functions.py +12 -11
  52. pulumi_snowflake/get_grants.py +2 -1
  53. pulumi_snowflake/get_masking_policies.py +12 -11
  54. pulumi_snowflake/get_materialized_views.py +12 -11
  55. pulumi_snowflake/get_network_policies.py +12 -11
  56. pulumi_snowflake/get_parameters.py +27 -26
  57. pulumi_snowflake/get_pipes.py +12 -11
  58. pulumi_snowflake/get_procedures.py +12 -11
  59. pulumi_snowflake/get_resource_monitors.py +7 -6
  60. pulumi_snowflake/get_row_access_policies.py +12 -11
  61. pulumi_snowflake/get_schemas.py +22 -21
  62. pulumi_snowflake/get_secrets.py +12 -11
  63. pulumi_snowflake/get_security_integrations.py +12 -11
  64. pulumi_snowflake/get_sequences.py +12 -11
  65. pulumi_snowflake/get_shares.py +7 -6
  66. pulumi_snowflake/get_stages.py +12 -11
  67. pulumi_snowflake/get_storage_integrations.py +2 -1
  68. pulumi_snowflake/get_streamlits.py +12 -11
  69. pulumi_snowflake/get_streams.py +17 -16
  70. pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
  71. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
  72. pulumi_snowflake/get_system_get_private_link_config.py +11 -10
  73. pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
  74. pulumi_snowflake/get_tables.py +12 -11
  75. pulumi_snowflake/get_tags.py +7 -6
  76. pulumi_snowflake/get_tasks.py +22 -21
  77. pulumi_snowflake/get_users.py +22 -21
  78. pulumi_snowflake/get_views.py +17 -16
  79. pulumi_snowflake/get_warehouses.py +17 -16
  80. pulumi_snowflake/grant_account_role.py +43 -42
  81. pulumi_snowflake/grant_application_role.py +43 -42
  82. pulumi_snowflake/grant_database_role.py +57 -56
  83. pulumi_snowflake/grant_ownership.py +43 -42
  84. pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
  85. pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
  86. pulumi_snowflake/grant_privileges_to_share.py +127 -126
  87. pulumi_snowflake/legacy_service_user.py +1039 -1038
  88. pulumi_snowflake/managed_account.py +113 -112
  89. pulumi_snowflake/masking_policy.py +106 -105
  90. pulumi_snowflake/materialized_view.py +120 -119
  91. pulumi_snowflake/network_policy.py +92 -91
  92. pulumi_snowflake/network_policy_attachment.py +43 -42
  93. pulumi_snowflake/network_rule.py +106 -105
  94. pulumi_snowflake/notification_integration.py +238 -237
  95. pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
  96. pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
  97. pulumi_snowflake/object_parameter.py +57 -56
  98. pulumi_snowflake/outputs.py +9273 -9272
  99. pulumi_snowflake/password_policy.py +246 -245
  100. pulumi_snowflake/pipe.py +148 -147
  101. pulumi_snowflake/primary_connection.py +55 -54
  102. pulumi_snowflake/procedure_java.py +267 -266
  103. pulumi_snowflake/procedure_javascript.py +197 -196
  104. pulumi_snowflake/procedure_python.py +267 -266
  105. pulumi_snowflake/procedure_scala.py +267 -266
  106. pulumi_snowflake/procedure_sql.py +197 -196
  107. pulumi_snowflake/provider.py +303 -302
  108. pulumi_snowflake/pulumi-plugin.json +1 -1
  109. pulumi_snowflake/resource_monitor.py +134 -133
  110. pulumi_snowflake/row_access_policy.py +78 -77
  111. pulumi_snowflake/saml2_integration.py +246 -245
  112. pulumi_snowflake/schema.py +316 -315
  113. pulumi_snowflake/scim_integration.py +106 -105
  114. pulumi_snowflake/secondary_connection.py +57 -56
  115. pulumi_snowflake/secondary_database.py +288 -287
  116. pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
  117. pulumi_snowflake/secret_with_basic_authentication.py +95 -94
  118. pulumi_snowflake/secret_with_client_credentials.py +99 -98
  119. pulumi_snowflake/secret_with_generic_string.py +81 -80
  120. pulumi_snowflake/sequence.py +99 -98
  121. pulumi_snowflake/service_user.py +1015 -1014
  122. pulumi_snowflake/share.py +50 -49
  123. pulumi_snowflake/shared_database.py +246 -245
  124. pulumi_snowflake/stage.py +190 -189
  125. pulumi_snowflake/storage_integration.py +166 -165
  126. pulumi_snowflake/stream_on_directory_table.py +100 -99
  127. pulumi_snowflake/stream_on_external_table.py +114 -113
  128. pulumi_snowflake/stream_on_table.py +124 -123
  129. pulumi_snowflake/stream_on_view.py +124 -123
  130. pulumi_snowflake/streamlit.py +148 -147
  131. pulumi_snowflake/table.py +113 -112
  132. pulumi_snowflake/table_column_masking_policy_application.py +43 -42
  133. pulumi_snowflake/table_constraint.py +155 -154
  134. pulumi_snowflake/tag.py +92 -91
  135. pulumi_snowflake/tag_association.py +71 -70
  136. pulumi_snowflake/task.py +1002 -1001
  137. pulumi_snowflake/user.py +1101 -1100
  138. pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
  139. pulumi_snowflake/user_password_policy_attachment.py +29 -28
  140. pulumi_snowflake/user_public_keys.py +43 -42
  141. pulumi_snowflake/view.py +136 -135
  142. pulumi_snowflake/warehouse.py +232 -231
  143. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/METADATA +1 -1
  144. pulumi_snowflake-1.2.0a1744183688.dist-info/RECORD +148 -0
  145. pulumi_snowflake-1.2.0a1743575514.dist-info/RECORD +0 -148
  146. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
  147. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744183688.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: 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
60
  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: 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
132
  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,9 +215,9 @@ 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
  """
@@ -226,9 +227,9 @@ class ExternalVolume(pulumi.CustomResource):
226
227
 
227
228
  :param str resource_name: The name of the resource.
228
229
  :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: `|`, `.`, `"`.
230
+ :param pulumi.Input[builtins.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.
231
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the external volume.
232
+ :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
233
  :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
234
  """
234
235
  ...
@@ -257,9 +258,9 @@ class ExternalVolume(pulumi.CustomResource):
257
258
  def _internal_init(__self__,
258
259
  resource_name: str,
259
260
  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,
261
+ allow_writes: Optional[pulumi.Input[builtins.str]] = None,
262
+ comment: Optional[pulumi.Input[builtins.str]] = None,
263
+ name: Optional[pulumi.Input[builtins.str]] = None,
263
264
  storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeStorageLocationArgs', 'ExternalVolumeStorageLocationArgsDict']]]]] = None,
264
265
  __props__=None):
265
266
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -289,11 +290,11 @@ class ExternalVolume(pulumi.CustomResource):
289
290
  def get(resource_name: str,
290
291
  id: pulumi.Input[str],
291
292
  opts: Optional[pulumi.ResourceOptions] = None,
292
- allow_writes: Optional[pulumi.Input[str]] = None,
293
- comment: Optional[pulumi.Input[str]] = None,
293
+ allow_writes: Optional[pulumi.Input[builtins.str]] = None,
294
+ comment: Optional[pulumi.Input[builtins.str]] = None,
294
295
  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,
296
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
297
+ name: Optional[pulumi.Input[builtins.str]] = None,
297
298
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeShowOutputArgs', 'ExternalVolumeShowOutputArgsDict']]]]] = None,
298
299
  storage_locations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeStorageLocationArgs', 'ExternalVolumeStorageLocationArgsDict']]]]] = None) -> 'ExternalVolume':
299
300
  """
@@ -303,11 +304,11 @@ class ExternalVolume(pulumi.CustomResource):
303
304
  :param str resource_name: The unique name of the resulting resource.
304
305
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
305
306
  :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.
307
+ :param pulumi.Input[builtins.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.
308
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the external volume.
308
309
  :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: `|`, `.`, `"`.
310
+ :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).
311
+ :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
312
  :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalVolumeShowOutputArgs', 'ExternalVolumeShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW EXTERNAL VOLUMES` for the given external volume.
312
313
  :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
314
  """
@@ -326,7 +327,7 @@ class ExternalVolume(pulumi.CustomResource):
326
327
 
327
328
  @property
328
329
  @pulumi.getter(name="allowWrites")
329
- def allow_writes(self) -> pulumi.Output[Optional[str]]:
330
+ def allow_writes(self) -> pulumi.Output[Optional[builtins.str]]:
330
331
  """
331
332
  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
333
  """
@@ -334,7 +335,7 @@ class ExternalVolume(pulumi.CustomResource):
334
335
 
335
336
  @property
336
337
  @pulumi.getter
337
- def comment(self) -> pulumi.Output[Optional[str]]:
338
+ def comment(self) -> pulumi.Output[Optional[builtins.str]]:
338
339
  """
339
340
  Specifies a comment for the external volume.
340
341
  """
@@ -350,7 +351,7 @@ class ExternalVolume(pulumi.CustomResource):
350
351
 
351
352
  @property
352
353
  @pulumi.getter(name="fullyQualifiedName")
353
- def fully_qualified_name(self) -> pulumi.Output[str]:
354
+ def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
354
355
  """
355
356
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
356
357
  """
@@ -358,7 +359,7 @@ class ExternalVolume(pulumi.CustomResource):
358
359
 
359
360
  @property
360
361
  @pulumi.getter
361
- def name(self) -> pulumi.Output[str]:
362
+ def name(self) -> pulumi.Output[builtins.str]:
362
363
  """
363
364
  Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
364
365
  """