pulumi-snowflake 2.3.0a1753339260__py3-none-any.whl → 2.3.0a1753415140__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 +20 -1
- pulumi_snowflake/_inputs.py +17236 -16797
- pulumi_snowflake/account.py +252 -253
- pulumi_snowflake/account_authentication_policy_attachment.py +18 -19
- pulumi_snowflake/account_parameter.py +35 -36
- pulumi_snowflake/account_password_policy_attachment.py +18 -19
- pulumi_snowflake/account_role.py +42 -43
- pulumi_snowflake/alert.py +149 -150
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +197 -198
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +180 -181
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +193 -194
- pulumi_snowflake/api_integration.py +251 -252
- pulumi_snowflake/authentication_policy.py +167 -168
- pulumi_snowflake/compute_pool.py +167 -168
- pulumi_snowflake/config/__init__.py +1 -1
- pulumi_snowflake/config/__init__.pyi +1 -2
- pulumi_snowflake/config/outputs.py +21 -22
- pulumi_snowflake/config/vars.py +43 -44
- pulumi_snowflake/cortex_search_service.py +191 -192
- pulumi_snowflake/current_account.py +2096 -2097
- pulumi_snowflake/current_organization_account.py +5863 -0
- pulumi_snowflake/database.py +353 -354
- pulumi_snowflake/database_role.py +63 -64
- pulumi_snowflake/dynamic_table.py +274 -275
- pulumi_snowflake/email_notification_integration.py +70 -71
- pulumi_snowflake/execute.py +61 -62
- pulumi_snowflake/external_function.py +280 -281
- pulumi_snowflake/external_oauth_integration.py +288 -289
- pulumi_snowflake/external_table.py +246 -247
- pulumi_snowflake/external_volume.py +68 -69
- pulumi_snowflake/failover_group.py +135 -136
- pulumi_snowflake/file_format.py +622 -623
- pulumi_snowflake/function_java.py +320 -321
- pulumi_snowflake/function_javascript.py +243 -244
- pulumi_snowflake/function_python.py +334 -335
- pulumi_snowflake/function_scala.py +320 -321
- pulumi_snowflake/function_sql.py +226 -227
- pulumi_snowflake/get_account_roles.py +16 -17
- pulumi_snowflake/get_accounts.py +16 -17
- pulumi_snowflake/get_alerts.py +22 -23
- pulumi_snowflake/get_compute_pools.py +23 -24
- pulumi_snowflake/get_connections.py +10 -11
- pulumi_snowflake/get_cortex_search_services.py +18 -19
- pulumi_snowflake/get_current_account.py +9 -10
- pulumi_snowflake/get_current_role.py +5 -6
- pulumi_snowflake/get_database.py +25 -26
- pulumi_snowflake/get_database_role.py +19 -20
- pulumi_snowflake/get_database_roles.py +17 -18
- pulumi_snowflake/get_databases.py +29 -30
- pulumi_snowflake/get_dynamic_tables.py +13 -14
- pulumi_snowflake/get_external_functions.py +16 -17
- pulumi_snowflake/get_external_tables.py +16 -17
- pulumi_snowflake/get_failover_groups.py +10 -11
- pulumi_snowflake/get_file_formats.py +16 -17
- pulumi_snowflake/get_functions.py +16 -17
- pulumi_snowflake/get_git_repositories.py +18 -19
- pulumi_snowflake/get_grants.py +9 -10
- pulumi_snowflake/get_image_repositories.py +11 -12
- pulumi_snowflake/get_masking_policies.py +18 -19
- pulumi_snowflake/get_materialized_views.py +16 -17
- pulumi_snowflake/get_network_policies.py +16 -17
- pulumi_snowflake/get_parameters.py +34 -35
- pulumi_snowflake/get_pipes.py +16 -17
- pulumi_snowflake/get_procedures.py +16 -17
- pulumi_snowflake/get_resource_monitors.py +10 -11
- pulumi_snowflake/get_row_access_policies.py +18 -19
- pulumi_snowflake/get_schemas.py +30 -31
- pulumi_snowflake/get_secrets.py +17 -18
- pulumi_snowflake/get_security_integrations.py +16 -17
- pulumi_snowflake/get_sequences.py +16 -17
- pulumi_snowflake/get_services.py +30 -31
- pulumi_snowflake/get_shares.py +10 -11
- pulumi_snowflake/get_stages.py +16 -17
- pulumi_snowflake/get_storage_integrations.py +4 -5
- pulumi_snowflake/get_streamlits.py +18 -19
- pulumi_snowflake/get_streams.py +24 -25
- pulumi_snowflake/get_system_generate_scim_access_token.py +11 -12
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +11 -12
- pulumi_snowflake/get_system_get_private_link_config.py +21 -22
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +7 -8
- pulumi_snowflake/get_tables.py +24 -25
- pulumi_snowflake/get_tags.py +11 -12
- pulumi_snowflake/get_tasks.py +30 -31
- pulumi_snowflake/get_user_programmatic_access_tokens.py +113 -0
- pulumi_snowflake/get_users.py +29 -30
- pulumi_snowflake/get_views.py +24 -25
- pulumi_snowflake/get_warehouses.py +22 -23
- pulumi_snowflake/git_repository.py +133 -134
- pulumi_snowflake/grant_account_role.py +52 -53
- pulumi_snowflake/grant_application_role.py +52 -53
- pulumi_snowflake/grant_database_role.py +69 -70
- pulumi_snowflake/grant_ownership.py +55 -56
- pulumi_snowflake/grant_privileges_to_account_role.py +125 -126
- pulumi_snowflake/grant_privileges_to_database_role.py +122 -123
- pulumi_snowflake/grant_privileges_to_share.py +154 -155
- pulumi_snowflake/image_repository.py +80 -81
- pulumi_snowflake/job_service.py +148 -149
- pulumi_snowflake/legacy_service_user.py +1269 -1270
- pulumi_snowflake/managed_account.py +140 -141
- pulumi_snowflake/masking_policy.py +136 -137
- pulumi_snowflake/materialized_view.py +149 -150
- pulumi_snowflake/network_policy.py +116 -117
- pulumi_snowflake/network_policy_attachment.py +52 -53
- pulumi_snowflake/network_rule.py +129 -130
- pulumi_snowflake/notification_integration.py +298 -299
- pulumi_snowflake/oauth_integration_for_custom_clients.py +263 -264
- pulumi_snowflake/oauth_integration_for_partner_applications.py +169 -170
- pulumi_snowflake/object_parameter.py +72 -73
- pulumi_snowflake/outputs.py +15957 -15511
- pulumi_snowflake/password_policy.py +299 -300
- pulumi_snowflake/pipe.py +181 -182
- pulumi_snowflake/primary_connection.py +70 -71
- pulumi_snowflake/procedure_java.py +341 -342
- pulumi_snowflake/procedure_javascript.py +247 -248
- pulumi_snowflake/procedure_python.py +338 -339
- pulumi_snowflake/procedure_scala.py +341 -342
- pulumi_snowflake/procedure_sql.py +247 -248
- pulumi_snowflake/provider.py +377 -378
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +165 -166
- pulumi_snowflake/row_access_policy.py +102 -103
- pulumi_snowflake/saml2_integration.py +303 -304
- pulumi_snowflake/schema.py +390 -391
- pulumi_snowflake/scim_integration.py +133 -134
- pulumi_snowflake/secondary_connection.py +72 -73
- pulumi_snowflake/secondary_database.py +350 -351
- pulumi_snowflake/secret_with_authorization_code_grant.py +138 -139
- pulumi_snowflake/secret_with_basic_authentication.py +121 -122
- pulumi_snowflake/secret_with_client_credentials.py +125 -126
- pulumi_snowflake/secret_with_generic_string.py +104 -105
- pulumi_snowflake/sequence.py +121 -122
- pulumi_snowflake/service.py +233 -234
- pulumi_snowflake/service_user.py +1239 -1240
- pulumi_snowflake/share.py +61 -62
- pulumi_snowflake/shared_database.py +299 -300
- pulumi_snowflake/stage.py +234 -235
- pulumi_snowflake/storage_integration.py +230 -231
- pulumi_snowflake/stream_on_directory_table.py +128 -129
- pulumi_snowflake/stream_on_external_table.py +151 -152
- pulumi_snowflake/stream_on_table.py +164 -165
- pulumi_snowflake/stream_on_view.py +164 -165
- pulumi_snowflake/streamlit.py +184 -185
- pulumi_snowflake/table.py +147 -148
- pulumi_snowflake/table_column_masking_policy_application.py +52 -53
- pulumi_snowflake/table_constraint.py +191 -192
- pulumi_snowflake/tag.py +114 -115
- pulumi_snowflake/tag_association.py +86 -87
- pulumi_snowflake/task.py +1224 -1225
- pulumi_snowflake/user.py +1346 -1347
- pulumi_snowflake/user_authentication_policy_attachment.py +35 -36
- pulumi_snowflake/user_password_policy_attachment.py +35 -36
- pulumi_snowflake/user_programmatic_access_token.py +598 -0
- pulumi_snowflake/user_public_keys.py +52 -53
- pulumi_snowflake/view.py +187 -188
- pulumi_snowflake/warehouse.py +286 -287
- {pulumi_snowflake-2.3.0a1753339260.dist-info → pulumi_snowflake-2.3.0a1753415140.dist-info}/METADATA +1 -1
- pulumi_snowflake-2.3.0a1753415140.dist-info/RECORD +161 -0
- pulumi_snowflake-2.3.0a1753339260.dist-info/RECORD +0 -158
- {pulumi_snowflake-2.3.0a1753339260.dist-info → pulumi_snowflake-2.3.0a1753415140.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-2.3.0a1753339260.dist-info → pulumi_snowflake-2.3.0a1753415140.dist-info}/top_level.txt +0 -0
pulumi_snowflake/tag.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -22,20 +21,20 @@ __all__ = ['TagArgs', 'Tag']
|
|
|
22
21
|
@pulumi.input_type
|
|
23
22
|
class TagArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
|
-
database: pulumi.Input[
|
|
26
|
-
schema: pulumi.Input[
|
|
27
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
28
|
-
comment: Optional[pulumi.Input[
|
|
29
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
30
|
-
name: Optional[pulumi.Input[
|
|
24
|
+
database: pulumi.Input[_builtins.str],
|
|
25
|
+
schema: pulumi.Input[_builtins.str],
|
|
26
|
+
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
27
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
|
+
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
29
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
31
30
|
"""
|
|
32
31
|
The set of arguments for constructing a Tag resource.
|
|
33
|
-
:param pulumi.Input[
|
|
34
|
-
:param pulumi.Input[
|
|
35
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
36
|
-
:param pulumi.Input[
|
|
37
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
38
|
-
:param pulumi.Input[
|
|
32
|
+
:param pulumi.Input[_builtins.str] database: The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
33
|
+
:param pulumi.Input[_builtins.str] schema: The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
34
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_values: Set of allowed values for the tag.
|
|
35
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the tag.
|
|
36
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] masking_policies: Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
37
|
+
:param pulumi.Input[_builtins.str] name: Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
39
38
|
"""
|
|
40
39
|
pulumi.set(__self__, "database", database)
|
|
41
40
|
pulumi.set(__self__, "schema", schema)
|
|
@@ -48,99 +47,99 @@ class TagArgs:
|
|
|
48
47
|
if name is not None:
|
|
49
48
|
pulumi.set(__self__, "name", name)
|
|
50
49
|
|
|
51
|
-
@property
|
|
50
|
+
@_builtins.property
|
|
52
51
|
@pulumi.getter
|
|
53
|
-
def database(self) -> pulumi.Input[
|
|
52
|
+
def database(self) -> pulumi.Input[_builtins.str]:
|
|
54
53
|
"""
|
|
55
54
|
The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
56
55
|
"""
|
|
57
56
|
return pulumi.get(self, "database")
|
|
58
57
|
|
|
59
58
|
@database.setter
|
|
60
|
-
def database(self, value: pulumi.Input[
|
|
59
|
+
def database(self, value: pulumi.Input[_builtins.str]):
|
|
61
60
|
pulumi.set(self, "database", value)
|
|
62
61
|
|
|
63
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
64
63
|
@pulumi.getter
|
|
65
|
-
def schema(self) -> pulumi.Input[
|
|
64
|
+
def schema(self) -> pulumi.Input[_builtins.str]:
|
|
66
65
|
"""
|
|
67
66
|
The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
68
67
|
"""
|
|
69
68
|
return pulumi.get(self, "schema")
|
|
70
69
|
|
|
71
70
|
@schema.setter
|
|
72
|
-
def schema(self, value: pulumi.Input[
|
|
71
|
+
def schema(self, value: pulumi.Input[_builtins.str]):
|
|
73
72
|
pulumi.set(self, "schema", value)
|
|
74
73
|
|
|
75
|
-
@property
|
|
74
|
+
@_builtins.property
|
|
76
75
|
@pulumi.getter(name="allowedValues")
|
|
77
|
-
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
76
|
+
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
78
77
|
"""
|
|
79
78
|
Set of allowed values for the tag.
|
|
80
79
|
"""
|
|
81
80
|
return pulumi.get(self, "allowed_values")
|
|
82
81
|
|
|
83
82
|
@allowed_values.setter
|
|
84
|
-
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
83
|
+
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
85
84
|
pulumi.set(self, "allowed_values", value)
|
|
86
85
|
|
|
87
|
-
@property
|
|
86
|
+
@_builtins.property
|
|
88
87
|
@pulumi.getter
|
|
89
|
-
def comment(self) -> Optional[pulumi.Input[
|
|
88
|
+
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
90
89
|
"""
|
|
91
90
|
Specifies a comment for the tag.
|
|
92
91
|
"""
|
|
93
92
|
return pulumi.get(self, "comment")
|
|
94
93
|
|
|
95
94
|
@comment.setter
|
|
96
|
-
def comment(self, value: Optional[pulumi.Input[
|
|
95
|
+
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
97
96
|
pulumi.set(self, "comment", value)
|
|
98
97
|
|
|
99
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
100
99
|
@pulumi.getter(name="maskingPolicies")
|
|
101
|
-
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
100
|
+
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
102
101
|
"""
|
|
103
102
|
Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
104
103
|
"""
|
|
105
104
|
return pulumi.get(self, "masking_policies")
|
|
106
105
|
|
|
107
106
|
@masking_policies.setter
|
|
108
|
-
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
107
|
+
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
109
108
|
pulumi.set(self, "masking_policies", value)
|
|
110
109
|
|
|
111
|
-
@property
|
|
110
|
+
@_builtins.property
|
|
112
111
|
@pulumi.getter
|
|
113
|
-
def name(self) -> Optional[pulumi.Input[
|
|
112
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
114
113
|
"""
|
|
115
114
|
Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
116
115
|
"""
|
|
117
116
|
return pulumi.get(self, "name")
|
|
118
117
|
|
|
119
118
|
@name.setter
|
|
120
|
-
def name(self, value: Optional[pulumi.Input[
|
|
119
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
121
120
|
pulumi.set(self, "name", value)
|
|
122
121
|
|
|
123
122
|
|
|
124
123
|
@pulumi.input_type
|
|
125
124
|
class _TagState:
|
|
126
125
|
def __init__(__self__, *,
|
|
127
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
128
|
-
comment: Optional[pulumi.Input[
|
|
129
|
-
database: Optional[pulumi.Input[
|
|
130
|
-
fully_qualified_name: Optional[pulumi.Input[
|
|
131
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
132
|
-
name: Optional[pulumi.Input[
|
|
133
|
-
schema: Optional[pulumi.Input[
|
|
126
|
+
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
127
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
128
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
129
|
+
fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
130
|
+
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
131
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
132
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
134
133
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['TagShowOutputArgs']]]] = None):
|
|
135
134
|
"""
|
|
136
135
|
Input properties used for looking up and filtering Tag resources.
|
|
137
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
138
|
-
:param pulumi.Input[
|
|
139
|
-
:param pulumi.Input[
|
|
140
|
-
:param pulumi.Input[
|
|
141
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
142
|
-
:param pulumi.Input[
|
|
143
|
-
:param pulumi.Input[
|
|
136
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_values: Set of allowed values for the tag.
|
|
137
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the tag.
|
|
138
|
+
:param pulumi.Input[_builtins.str] database: The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
139
|
+
: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).
|
|
140
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] masking_policies: Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
141
|
+
:param pulumi.Input[_builtins.str] name: Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
142
|
+
:param pulumi.Input[_builtins.str] schema: The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
144
143
|
:param pulumi.Input[Sequence[pulumi.Input['TagShowOutputArgs']]] show_outputs: Outputs the result of `SHOW TAGS` for the given tag.
|
|
145
144
|
"""
|
|
146
145
|
if allowed_values is not None:
|
|
@@ -160,91 +159,91 @@ class _TagState:
|
|
|
160
159
|
if show_outputs is not None:
|
|
161
160
|
pulumi.set(__self__, "show_outputs", show_outputs)
|
|
162
161
|
|
|
163
|
-
@property
|
|
162
|
+
@_builtins.property
|
|
164
163
|
@pulumi.getter(name="allowedValues")
|
|
165
|
-
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
164
|
+
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
166
165
|
"""
|
|
167
166
|
Set of allowed values for the tag.
|
|
168
167
|
"""
|
|
169
168
|
return pulumi.get(self, "allowed_values")
|
|
170
169
|
|
|
171
170
|
@allowed_values.setter
|
|
172
|
-
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
171
|
+
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
173
172
|
pulumi.set(self, "allowed_values", value)
|
|
174
173
|
|
|
175
|
-
@property
|
|
174
|
+
@_builtins.property
|
|
176
175
|
@pulumi.getter
|
|
177
|
-
def comment(self) -> Optional[pulumi.Input[
|
|
176
|
+
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
178
177
|
"""
|
|
179
178
|
Specifies a comment for the tag.
|
|
180
179
|
"""
|
|
181
180
|
return pulumi.get(self, "comment")
|
|
182
181
|
|
|
183
182
|
@comment.setter
|
|
184
|
-
def comment(self, value: Optional[pulumi.Input[
|
|
183
|
+
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
185
184
|
pulumi.set(self, "comment", value)
|
|
186
185
|
|
|
187
|
-
@property
|
|
186
|
+
@_builtins.property
|
|
188
187
|
@pulumi.getter
|
|
189
|
-
def database(self) -> Optional[pulumi.Input[
|
|
188
|
+
def database(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
190
189
|
"""
|
|
191
190
|
The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
192
191
|
"""
|
|
193
192
|
return pulumi.get(self, "database")
|
|
194
193
|
|
|
195
194
|
@database.setter
|
|
196
|
-
def database(self, value: Optional[pulumi.Input[
|
|
195
|
+
def database(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
197
196
|
pulumi.set(self, "database", value)
|
|
198
197
|
|
|
199
|
-
@property
|
|
198
|
+
@_builtins.property
|
|
200
199
|
@pulumi.getter(name="fullyQualifiedName")
|
|
201
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[
|
|
200
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
202
201
|
"""
|
|
203
202
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
204
203
|
"""
|
|
205
204
|
return pulumi.get(self, "fully_qualified_name")
|
|
206
205
|
|
|
207
206
|
@fully_qualified_name.setter
|
|
208
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[
|
|
207
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
209
208
|
pulumi.set(self, "fully_qualified_name", value)
|
|
210
209
|
|
|
211
|
-
@property
|
|
210
|
+
@_builtins.property
|
|
212
211
|
@pulumi.getter(name="maskingPolicies")
|
|
213
|
-
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
212
|
+
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
214
213
|
"""
|
|
215
214
|
Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
216
215
|
"""
|
|
217
216
|
return pulumi.get(self, "masking_policies")
|
|
218
217
|
|
|
219
218
|
@masking_policies.setter
|
|
220
|
-
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
219
|
+
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
221
220
|
pulumi.set(self, "masking_policies", value)
|
|
222
221
|
|
|
223
|
-
@property
|
|
222
|
+
@_builtins.property
|
|
224
223
|
@pulumi.getter
|
|
225
|
-
def name(self) -> Optional[pulumi.Input[
|
|
224
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
226
225
|
"""
|
|
227
226
|
Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
228
227
|
"""
|
|
229
228
|
return pulumi.get(self, "name")
|
|
230
229
|
|
|
231
230
|
@name.setter
|
|
232
|
-
def name(self, value: Optional[pulumi.Input[
|
|
231
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
233
232
|
pulumi.set(self, "name", value)
|
|
234
233
|
|
|
235
|
-
@property
|
|
234
|
+
@_builtins.property
|
|
236
235
|
@pulumi.getter
|
|
237
|
-
def schema(self) -> Optional[pulumi.Input[
|
|
236
|
+
def schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
238
237
|
"""
|
|
239
238
|
The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
240
239
|
"""
|
|
241
240
|
return pulumi.get(self, "schema")
|
|
242
241
|
|
|
243
242
|
@schema.setter
|
|
244
|
-
def schema(self, value: Optional[pulumi.Input[
|
|
243
|
+
def schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
245
244
|
pulumi.set(self, "schema", value)
|
|
246
245
|
|
|
247
|
-
@property
|
|
246
|
+
@_builtins.property
|
|
248
247
|
@pulumi.getter(name="showOutputs")
|
|
249
248
|
def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TagShowOutputArgs']]]]:
|
|
250
249
|
"""
|
|
@@ -263,12 +262,12 @@ class Tag(pulumi.CustomResource):
|
|
|
263
262
|
def __init__(__self__,
|
|
264
263
|
resource_name: str,
|
|
265
264
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
266
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
267
|
-
comment: Optional[pulumi.Input[
|
|
268
|
-
database: Optional[pulumi.Input[
|
|
269
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
270
|
-
name: Optional[pulumi.Input[
|
|
271
|
-
schema: Optional[pulumi.Input[
|
|
265
|
+
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
266
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
|
+
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
269
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
270
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
272
271
|
__props__=None):
|
|
273
272
|
"""
|
|
274
273
|
## Import
|
|
@@ -279,12 +278,12 @@ class Tag(pulumi.CustomResource):
|
|
|
279
278
|
|
|
280
279
|
:param str resource_name: The name of the resource.
|
|
281
280
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
282
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
283
|
-
:param pulumi.Input[
|
|
284
|
-
:param pulumi.Input[
|
|
285
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
286
|
-
:param pulumi.Input[
|
|
287
|
-
:param pulumi.Input[
|
|
281
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_values: Set of allowed values for the tag.
|
|
282
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the tag.
|
|
283
|
+
:param pulumi.Input[_builtins.str] database: The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
284
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] masking_policies: Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
285
|
+
:param pulumi.Input[_builtins.str] name: Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
286
|
+
:param pulumi.Input[_builtins.str] schema: The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
288
287
|
"""
|
|
289
288
|
...
|
|
290
289
|
@overload
|
|
@@ -314,12 +313,12 @@ class Tag(pulumi.CustomResource):
|
|
|
314
313
|
def _internal_init(__self__,
|
|
315
314
|
resource_name: str,
|
|
316
315
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
317
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
318
|
-
comment: Optional[pulumi.Input[
|
|
319
|
-
database: Optional[pulumi.Input[
|
|
320
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
321
|
-
name: Optional[pulumi.Input[
|
|
322
|
-
schema: Optional[pulumi.Input[
|
|
316
|
+
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
317
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
318
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
319
|
+
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
320
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
321
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
323
322
|
__props__=None):
|
|
324
323
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
325
324
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -351,13 +350,13 @@ class Tag(pulumi.CustomResource):
|
|
|
351
350
|
def get(resource_name: str,
|
|
352
351
|
id: pulumi.Input[str],
|
|
353
352
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
354
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
355
|
-
comment: Optional[pulumi.Input[
|
|
356
|
-
database: Optional[pulumi.Input[
|
|
357
|
-
fully_qualified_name: Optional[pulumi.Input[
|
|
358
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
359
|
-
name: Optional[pulumi.Input[
|
|
360
|
-
schema: Optional[pulumi.Input[
|
|
353
|
+
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
354
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
355
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
356
|
+
fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
357
|
+
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
358
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
359
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
361
360
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TagShowOutputArgs', 'TagShowOutputArgsDict']]]]] = None) -> 'Tag':
|
|
362
361
|
"""
|
|
363
362
|
Get an existing Tag resource's state with the given name, id, and optional extra
|
|
@@ -366,13 +365,13 @@ class Tag(pulumi.CustomResource):
|
|
|
366
365
|
:param str resource_name: The unique name of the resulting resource.
|
|
367
366
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
368
367
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
369
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
370
|
-
:param pulumi.Input[
|
|
371
|
-
:param pulumi.Input[
|
|
372
|
-
:param pulumi.Input[
|
|
373
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
374
|
-
:param pulumi.Input[
|
|
375
|
-
:param pulumi.Input[
|
|
368
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_values: Set of allowed values for the tag.
|
|
369
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the tag.
|
|
370
|
+
:param pulumi.Input[_builtins.str] database: The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
371
|
+
: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).
|
|
372
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] masking_policies: Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
373
|
+
:param pulumi.Input[_builtins.str] name: Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
374
|
+
:param pulumi.Input[_builtins.str] schema: The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
376
375
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TagShowOutputArgs', 'TagShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW TAGS` for the given tag.
|
|
377
376
|
"""
|
|
378
377
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -389,63 +388,63 @@ class Tag(pulumi.CustomResource):
|
|
|
389
388
|
__props__.__dict__["show_outputs"] = show_outputs
|
|
390
389
|
return Tag(resource_name, opts=opts, __props__=__props__)
|
|
391
390
|
|
|
392
|
-
@property
|
|
391
|
+
@_builtins.property
|
|
393
392
|
@pulumi.getter(name="allowedValues")
|
|
394
|
-
def allowed_values(self) -> pulumi.Output[Optional[Sequence[
|
|
393
|
+
def allowed_values(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
|
395
394
|
"""
|
|
396
395
|
Set of allowed values for the tag.
|
|
397
396
|
"""
|
|
398
397
|
return pulumi.get(self, "allowed_values")
|
|
399
398
|
|
|
400
|
-
@property
|
|
399
|
+
@_builtins.property
|
|
401
400
|
@pulumi.getter
|
|
402
|
-
def comment(self) -> pulumi.Output[Optional[
|
|
401
|
+
def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
403
402
|
"""
|
|
404
403
|
Specifies a comment for the tag.
|
|
405
404
|
"""
|
|
406
405
|
return pulumi.get(self, "comment")
|
|
407
406
|
|
|
408
|
-
@property
|
|
407
|
+
@_builtins.property
|
|
409
408
|
@pulumi.getter
|
|
410
|
-
def database(self) -> pulumi.Output[
|
|
409
|
+
def database(self) -> pulumi.Output[_builtins.str]:
|
|
411
410
|
"""
|
|
412
411
|
The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
413
412
|
"""
|
|
414
413
|
return pulumi.get(self, "database")
|
|
415
414
|
|
|
416
|
-
@property
|
|
415
|
+
@_builtins.property
|
|
417
416
|
@pulumi.getter(name="fullyQualifiedName")
|
|
418
|
-
def fully_qualified_name(self) -> pulumi.Output[
|
|
417
|
+
def fully_qualified_name(self) -> pulumi.Output[_builtins.str]:
|
|
419
418
|
"""
|
|
420
419
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
421
420
|
"""
|
|
422
421
|
return pulumi.get(self, "fully_qualified_name")
|
|
423
422
|
|
|
424
|
-
@property
|
|
423
|
+
@_builtins.property
|
|
425
424
|
@pulumi.getter(name="maskingPolicies")
|
|
426
|
-
def masking_policies(self) -> pulumi.Output[Optional[Sequence[
|
|
425
|
+
def masking_policies(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
|
427
426
|
"""
|
|
428
427
|
Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
429
428
|
"""
|
|
430
429
|
return pulumi.get(self, "masking_policies")
|
|
431
430
|
|
|
432
|
-
@property
|
|
431
|
+
@_builtins.property
|
|
433
432
|
@pulumi.getter
|
|
434
|
-
def name(self) -> pulumi.Output[
|
|
433
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
435
434
|
"""
|
|
436
435
|
Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
437
436
|
"""
|
|
438
437
|
return pulumi.get(self, "name")
|
|
439
438
|
|
|
440
|
-
@property
|
|
439
|
+
@_builtins.property
|
|
441
440
|
@pulumi.getter
|
|
442
|
-
def schema(self) -> pulumi.Output[
|
|
441
|
+
def schema(self) -> pulumi.Output[_builtins.str]:
|
|
443
442
|
"""
|
|
444
443
|
The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
445
444
|
"""
|
|
446
445
|
return pulumi.get(self, "schema")
|
|
447
446
|
|
|
448
|
-
@property
|
|
447
|
+
@_builtins.property
|
|
449
448
|
@pulumi.getter(name="showOutputs")
|
|
450
449
|
def show_outputs(self) -> pulumi.Output[Sequence['outputs.TagShowOutput']]:
|
|
451
450
|
"""
|