pulumi-snowflake 1.2.0a1743489585__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.
- pulumi_snowflake/__init__.py +1 -0
- pulumi_snowflake/_inputs.py +12288 -12287
- pulumi_snowflake/account.py +186 -185
- 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 +120 -119
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
- pulumi_snowflake/api_integration.py +203 -202
- pulumi_snowflake/authentication_policy.py +134 -133
- 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 +218 -217
- pulumi_snowflake/email_notification_integration.py +56 -55
- pulumi_snowflake/execute.py +50 -49
- pulumi_snowflake/external_function.py +225 -224
- pulumi_snowflake/external_oauth_integration.py +232 -231
- pulumi_snowflake/external_table.py +197 -196
- pulumi_snowflake/external_volume.py +50 -49
- pulumi_snowflake/failover_group.py +106 -105
- pulumi_snowflake/file_format.py +512 -511
- pulumi_snowflake/function_java.py +249 -248
- pulumi_snowflake/function_javascript.py +193 -192
- pulumi_snowflake/function_python.py +263 -262
- pulumi_snowflake/function_scala.py +249 -248
- pulumi_snowflake/function_sql.py +179 -178
- pulumi_snowflake/get_account_roles.py +12 -11
- pulumi_snowflake/get_accounts.py +12 -11
- pulumi_snowflake/get_alerts.py +17 -16
- pulumi_snowflake/get_connections.py +7 -6
- pulumi_snowflake/get_cortex_search_services.py +12 -11
- pulumi_snowflake/get_current_account.py +5 -4
- pulumi_snowflake/get_current_role.py +3 -2
- pulumi_snowflake/get_database.py +15 -14
- pulumi_snowflake/get_database_role.py +14 -13
- pulumi_snowflake/get_database_roles.py +12 -11
- pulumi_snowflake/get_databases.py +22 -21
- pulumi_snowflake/get_dynamic_tables.py +7 -6
- pulumi_snowflake/get_external_functions.py +12 -11
- pulumi_snowflake/get_external_tables.py +12 -11
- pulumi_snowflake/get_failover_groups.py +7 -6
- pulumi_snowflake/get_file_formats.py +12 -11
- pulumi_snowflake/get_functions.py +12 -11
- pulumi_snowflake/get_grants.py +2 -1
- pulumi_snowflake/get_masking_policies.py +12 -11
- pulumi_snowflake/get_materialized_views.py +12 -11
- pulumi_snowflake/get_network_policies.py +12 -11
- pulumi_snowflake/get_parameters.py +27 -26
- pulumi_snowflake/get_pipes.py +12 -11
- pulumi_snowflake/get_procedures.py +12 -11
- pulumi_snowflake/get_resource_monitors.py +7 -6
- pulumi_snowflake/get_row_access_policies.py +12 -11
- pulumi_snowflake/get_schemas.py +22 -21
- pulumi_snowflake/get_secrets.py +12 -11
- pulumi_snowflake/get_security_integrations.py +12 -11
- pulumi_snowflake/get_sequences.py +12 -11
- pulumi_snowflake/get_shares.py +7 -6
- pulumi_snowflake/get_stages.py +12 -11
- pulumi_snowflake/get_storage_integrations.py +2 -1
- pulumi_snowflake/get_streamlits.py +12 -11
- pulumi_snowflake/get_streams.py +17 -16
- pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
- pulumi_snowflake/get_system_get_private_link_config.py +11 -10
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
- pulumi_snowflake/get_tables.py +12 -11
- pulumi_snowflake/get_tags.py +7 -6
- pulumi_snowflake/get_tasks.py +22 -21
- pulumi_snowflake/get_users.py +22 -21
- pulumi_snowflake/get_views.py +17 -16
- pulumi_snowflake/get_warehouses.py +17 -16
- 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 +95 -94
- pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
- pulumi_snowflake/grant_privileges_to_share.py +127 -126
- pulumi_snowflake/legacy_service_user.py +1039 -1038
- pulumi_snowflake/managed_account.py +113 -112
- pulumi_snowflake/masking_policy.py +106 -105
- pulumi_snowflake/materialized_view.py +120 -119
- pulumi_snowflake/network_policy.py +92 -91
- pulumi_snowflake/network_policy_attachment.py +43 -42
- pulumi_snowflake/network_rule.py +106 -105
- pulumi_snowflake/notification_integration.py +238 -237
- pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
- pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
- pulumi_snowflake/object_parameter.py +57 -56
- pulumi_snowflake/outputs.py +9273 -9272
- pulumi_snowflake/password_policy.py +246 -245
- pulumi_snowflake/pipe.py +148 -147
- pulumi_snowflake/primary_connection.py +55 -54
- pulumi_snowflake/procedure_java.py +267 -266
- pulumi_snowflake/procedure_javascript.py +197 -196
- pulumi_snowflake/procedure_python.py +267 -266
- pulumi_snowflake/procedure_scala.py +267 -266
- pulumi_snowflake/procedure_sql.py +197 -196
- 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 +246 -245
- pulumi_snowflake/schema.py +316 -315
- pulumi_snowflake/scim_integration.py +106 -105
- 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 +99 -98
- pulumi_snowflake/service_user.py +1015 -1014
- pulumi_snowflake/share.py +50 -49
- pulumi_snowflake/shared_database.py +246 -245
- pulumi_snowflake/stage.py +190 -189
- pulumi_snowflake/storage_integration.py +166 -165
- pulumi_snowflake/stream_on_directory_table.py +100 -99
- pulumi_snowflake/stream_on_external_table.py +114 -113
- pulumi_snowflake/stream_on_table.py +124 -123
- pulumi_snowflake/stream_on_view.py +124 -123
- pulumi_snowflake/streamlit.py +148 -147
- pulumi_snowflake/table.py +113 -112
- pulumi_snowflake/table_column_masking_policy_application.py +43 -42
- pulumi_snowflake/table_constraint.py +155 -154
- pulumi_snowflake/tag.py +92 -91
- pulumi_snowflake/tag_association.py +71 -70
- pulumi_snowflake/task.py +1002 -1001
- pulumi_snowflake/user.py +1101 -1100
- 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 +136 -135
- pulumi_snowflake/warehouse.py +232 -231
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.2.0a1744183688.dist-info/RECORD +148 -0
- pulumi_snowflake-1.2.0a1743489585.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/top_level.txt +0 -0
pulumi_snowflake/tag.py
CHANGED
|
@@ -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
|
|
@@ -21,20 +22,20 @@ __all__ = ['TagArgs', 'Tag']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class TagArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
database: pulumi.Input[str],
|
|
25
|
-
schema: pulumi.Input[str],
|
|
26
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
27
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
29
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
25
|
+
database: pulumi.Input[builtins.str],
|
|
26
|
+
schema: pulumi.Input[builtins.str],
|
|
27
|
+
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
28
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
29
|
+
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
30
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
30
31
|
"""
|
|
31
32
|
The set of arguments for constructing a Tag resource.
|
|
32
|
-
:param pulumi.Input[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[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[str]]] allowed_values: Set of allowed values for the tag.
|
|
35
|
-
:param pulumi.Input[str] comment: Specifies a comment for the tag.
|
|
36
|
-
:param pulumi.Input[Sequence[pulumi.Input[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[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: `|`, `.`, `"`.
|
|
33
|
+
: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: `|`, `.`, `"`.
|
|
34
|
+
: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: `|`, `.`, `"`.
|
|
35
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_values: Set of allowed values for the tag.
|
|
36
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the tag.
|
|
37
|
+
: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.
|
|
38
|
+
: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: `|`, `.`, `"`.
|
|
38
39
|
"""
|
|
39
40
|
pulumi.set(__self__, "database", database)
|
|
40
41
|
pulumi.set(__self__, "schema", schema)
|
|
@@ -49,97 +50,97 @@ class TagArgs:
|
|
|
49
50
|
|
|
50
51
|
@property
|
|
51
52
|
@pulumi.getter
|
|
52
|
-
def database(self) -> pulumi.Input[str]:
|
|
53
|
+
def database(self) -> pulumi.Input[builtins.str]:
|
|
53
54
|
"""
|
|
54
55
|
The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
55
56
|
"""
|
|
56
57
|
return pulumi.get(self, "database")
|
|
57
58
|
|
|
58
59
|
@database.setter
|
|
59
|
-
def database(self, value: pulumi.Input[str]):
|
|
60
|
+
def database(self, value: pulumi.Input[builtins.str]):
|
|
60
61
|
pulumi.set(self, "database", value)
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter
|
|
64
|
-
def schema(self) -> pulumi.Input[str]:
|
|
65
|
+
def schema(self) -> pulumi.Input[builtins.str]:
|
|
65
66
|
"""
|
|
66
67
|
The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
67
68
|
"""
|
|
68
69
|
return pulumi.get(self, "schema")
|
|
69
70
|
|
|
70
71
|
@schema.setter
|
|
71
|
-
def schema(self, value: pulumi.Input[str]):
|
|
72
|
+
def schema(self, value: pulumi.Input[builtins.str]):
|
|
72
73
|
pulumi.set(self, "schema", value)
|
|
73
74
|
|
|
74
75
|
@property
|
|
75
76
|
@pulumi.getter(name="allowedValues")
|
|
76
|
-
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
77
|
+
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
77
78
|
"""
|
|
78
79
|
Set of allowed values for the tag.
|
|
79
80
|
"""
|
|
80
81
|
return pulumi.get(self, "allowed_values")
|
|
81
82
|
|
|
82
83
|
@allowed_values.setter
|
|
83
|
-
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
84
|
+
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
84
85
|
pulumi.set(self, "allowed_values", value)
|
|
85
86
|
|
|
86
87
|
@property
|
|
87
88
|
@pulumi.getter
|
|
88
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
89
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
89
90
|
"""
|
|
90
91
|
Specifies a comment for the tag.
|
|
91
92
|
"""
|
|
92
93
|
return pulumi.get(self, "comment")
|
|
93
94
|
|
|
94
95
|
@comment.setter
|
|
95
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
96
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
96
97
|
pulumi.set(self, "comment", value)
|
|
97
98
|
|
|
98
99
|
@property
|
|
99
100
|
@pulumi.getter(name="maskingPolicies")
|
|
100
|
-
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
101
|
+
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
101
102
|
"""
|
|
102
103
|
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.
|
|
103
104
|
"""
|
|
104
105
|
return pulumi.get(self, "masking_policies")
|
|
105
106
|
|
|
106
107
|
@masking_policies.setter
|
|
107
|
-
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
108
|
+
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
108
109
|
pulumi.set(self, "masking_policies", value)
|
|
109
110
|
|
|
110
111
|
@property
|
|
111
112
|
@pulumi.getter
|
|
112
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
113
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
113
114
|
"""
|
|
114
115
|
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: `|`, `.`, `"`.
|
|
115
116
|
"""
|
|
116
117
|
return pulumi.get(self, "name")
|
|
117
118
|
|
|
118
119
|
@name.setter
|
|
119
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
120
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
120
121
|
pulumi.set(self, "name", value)
|
|
121
122
|
|
|
122
123
|
|
|
123
124
|
@pulumi.input_type
|
|
124
125
|
class _TagState:
|
|
125
126
|
def __init__(__self__, *,
|
|
126
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
127
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
128
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
129
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
131
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
132
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
128
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
129
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
130
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
131
|
+
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
132
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
133
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
133
134
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['TagShowOutputArgs']]]] = None):
|
|
134
135
|
"""
|
|
135
136
|
Input properties used for looking up and filtering Tag resources.
|
|
136
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_values: Set of allowed values for the tag.
|
|
137
|
-
:param pulumi.Input[str] comment: Specifies a comment for the tag.
|
|
138
|
-
:param pulumi.Input[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[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[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[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[str] schema: The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
137
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_values: Set of allowed values for the tag.
|
|
138
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the tag.
|
|
139
|
+
: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: `|`, `.`, `"`.
|
|
140
|
+
: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).
|
|
141
|
+
: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.
|
|
142
|
+
: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: `|`, `.`, `"`.
|
|
143
|
+
: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: `|`, `.`, `"`.
|
|
143
144
|
:param pulumi.Input[Sequence[pulumi.Input['TagShowOutputArgs']]] show_outputs: Outputs the result of `SHOW TAGS` for the given tag.
|
|
144
145
|
"""
|
|
145
146
|
if allowed_values is not None:
|
|
@@ -161,86 +162,86 @@ class _TagState:
|
|
|
161
162
|
|
|
162
163
|
@property
|
|
163
164
|
@pulumi.getter(name="allowedValues")
|
|
164
|
-
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
165
|
+
def allowed_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
165
166
|
"""
|
|
166
167
|
Set of allowed values for the tag.
|
|
167
168
|
"""
|
|
168
169
|
return pulumi.get(self, "allowed_values")
|
|
169
170
|
|
|
170
171
|
@allowed_values.setter
|
|
171
|
-
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
172
|
+
def allowed_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
172
173
|
pulumi.set(self, "allowed_values", value)
|
|
173
174
|
|
|
174
175
|
@property
|
|
175
176
|
@pulumi.getter
|
|
176
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
177
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
177
178
|
"""
|
|
178
179
|
Specifies a comment for the tag.
|
|
179
180
|
"""
|
|
180
181
|
return pulumi.get(self, "comment")
|
|
181
182
|
|
|
182
183
|
@comment.setter
|
|
183
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
184
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
184
185
|
pulumi.set(self, "comment", value)
|
|
185
186
|
|
|
186
187
|
@property
|
|
187
188
|
@pulumi.getter
|
|
188
|
-
def database(self) -> Optional[pulumi.Input[str]]:
|
|
189
|
+
def database(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
189
190
|
"""
|
|
190
191
|
The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
191
192
|
"""
|
|
192
193
|
return pulumi.get(self, "database")
|
|
193
194
|
|
|
194
195
|
@database.setter
|
|
195
|
-
def database(self, value: Optional[pulumi.Input[str]]):
|
|
196
|
+
def database(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
196
197
|
pulumi.set(self, "database", value)
|
|
197
198
|
|
|
198
199
|
@property
|
|
199
200
|
@pulumi.getter(name="fullyQualifiedName")
|
|
200
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
|
|
201
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
201
202
|
"""
|
|
202
203
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
203
204
|
"""
|
|
204
205
|
return pulumi.get(self, "fully_qualified_name")
|
|
205
206
|
|
|
206
207
|
@fully_qualified_name.setter
|
|
207
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
|
|
208
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
208
209
|
pulumi.set(self, "fully_qualified_name", value)
|
|
209
210
|
|
|
210
211
|
@property
|
|
211
212
|
@pulumi.getter(name="maskingPolicies")
|
|
212
|
-
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
213
|
+
def masking_policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
213
214
|
"""
|
|
214
215
|
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.
|
|
215
216
|
"""
|
|
216
217
|
return pulumi.get(self, "masking_policies")
|
|
217
218
|
|
|
218
219
|
@masking_policies.setter
|
|
219
|
-
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
220
|
+
def masking_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
220
221
|
pulumi.set(self, "masking_policies", value)
|
|
221
222
|
|
|
222
223
|
@property
|
|
223
224
|
@pulumi.getter
|
|
224
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
225
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
225
226
|
"""
|
|
226
227
|
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: `|`, `.`, `"`.
|
|
227
228
|
"""
|
|
228
229
|
return pulumi.get(self, "name")
|
|
229
230
|
|
|
230
231
|
@name.setter
|
|
231
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
232
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
232
233
|
pulumi.set(self, "name", value)
|
|
233
234
|
|
|
234
235
|
@property
|
|
235
236
|
@pulumi.getter
|
|
236
|
-
def schema(self) -> Optional[pulumi.Input[str]]:
|
|
237
|
+
def schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
237
238
|
"""
|
|
238
239
|
The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
239
240
|
"""
|
|
240
241
|
return pulumi.get(self, "schema")
|
|
241
242
|
|
|
242
243
|
@schema.setter
|
|
243
|
-
def schema(self, value: Optional[pulumi.Input[str]]):
|
|
244
|
+
def schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
244
245
|
pulumi.set(self, "schema", value)
|
|
245
246
|
|
|
246
247
|
@property
|
|
@@ -261,12 +262,12 @@ class Tag(pulumi.CustomResource):
|
|
|
261
262
|
def __init__(__self__,
|
|
262
263
|
resource_name: str,
|
|
263
264
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
264
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
265
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
266
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
267
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
268
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
269
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
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,
|
|
270
271
|
__props__=None):
|
|
271
272
|
"""
|
|
272
273
|
## Import
|
|
@@ -277,12 +278,12 @@ class Tag(pulumi.CustomResource):
|
|
|
277
278
|
|
|
278
279
|
:param str resource_name: The name of the resource.
|
|
279
280
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
280
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_values: Set of allowed values for the tag.
|
|
281
|
-
:param pulumi.Input[str] comment: Specifies a comment for the tag.
|
|
282
|
-
:param pulumi.Input[str] database: The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
283
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
284
|
-
:param pulumi.Input[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: `|`, `.`, `"`.
|
|
285
|
-
:param pulumi.Input[str] schema: The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
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: `|`, `.`, `"`.
|
|
286
287
|
"""
|
|
287
288
|
...
|
|
288
289
|
@overload
|
|
@@ -312,12 +313,12 @@ class Tag(pulumi.CustomResource):
|
|
|
312
313
|
def _internal_init(__self__,
|
|
313
314
|
resource_name: str,
|
|
314
315
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
315
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
316
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
317
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
318
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
319
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
320
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
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,
|
|
321
322
|
__props__=None):
|
|
322
323
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
323
324
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -349,13 +350,13 @@ class Tag(pulumi.CustomResource):
|
|
|
349
350
|
def get(resource_name: str,
|
|
350
351
|
id: pulumi.Input[str],
|
|
351
352
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
352
|
-
allowed_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
353
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
354
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
355
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
356
|
-
masking_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
357
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
358
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
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,
|
|
359
360
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TagShowOutputArgs', 'TagShowOutputArgsDict']]]]] = None) -> 'Tag':
|
|
360
361
|
"""
|
|
361
362
|
Get an existing Tag resource's state with the given name, id, and optional extra
|
|
@@ -364,13 +365,13 @@ class Tag(pulumi.CustomResource):
|
|
|
364
365
|
:param str resource_name: The unique name of the resulting resource.
|
|
365
366
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
366
367
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
367
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_values: Set of allowed values for the tag.
|
|
368
|
-
:param pulumi.Input[str] comment: Specifies a comment for the tag.
|
|
369
|
-
:param pulumi.Input[str] database: The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
370
|
-
: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).
|
|
371
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
372
|
-
:param pulumi.Input[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: `|`, `.`, `"`.
|
|
373
|
-
:param pulumi.Input[str] schema: The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
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: `|`, `.`, `"`.
|
|
374
375
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TagShowOutputArgs', 'TagShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW TAGS` for the given tag.
|
|
375
376
|
"""
|
|
376
377
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -389,7 +390,7 @@ class Tag(pulumi.CustomResource):
|
|
|
389
390
|
|
|
390
391
|
@property
|
|
391
392
|
@pulumi.getter(name="allowedValues")
|
|
392
|
-
def allowed_values(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
393
|
+
def allowed_values(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
|
393
394
|
"""
|
|
394
395
|
Set of allowed values for the tag.
|
|
395
396
|
"""
|
|
@@ -397,7 +398,7 @@ class Tag(pulumi.CustomResource):
|
|
|
397
398
|
|
|
398
399
|
@property
|
|
399
400
|
@pulumi.getter
|
|
400
|
-
def comment(self) -> pulumi.Output[Optional[str]]:
|
|
401
|
+
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
401
402
|
"""
|
|
402
403
|
Specifies a comment for the tag.
|
|
403
404
|
"""
|
|
@@ -405,7 +406,7 @@ class Tag(pulumi.CustomResource):
|
|
|
405
406
|
|
|
406
407
|
@property
|
|
407
408
|
@pulumi.getter
|
|
408
|
-
def database(self) -> pulumi.Output[str]:
|
|
409
|
+
def database(self) -> pulumi.Output[builtins.str]:
|
|
409
410
|
"""
|
|
410
411
|
The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
411
412
|
"""
|
|
@@ -413,7 +414,7 @@ class Tag(pulumi.CustomResource):
|
|
|
413
414
|
|
|
414
415
|
@property
|
|
415
416
|
@pulumi.getter(name="fullyQualifiedName")
|
|
416
|
-
def fully_qualified_name(self) -> pulumi.Output[str]:
|
|
417
|
+
def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
|
|
417
418
|
"""
|
|
418
419
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
419
420
|
"""
|
|
@@ -421,7 +422,7 @@ class Tag(pulumi.CustomResource):
|
|
|
421
422
|
|
|
422
423
|
@property
|
|
423
424
|
@pulumi.getter(name="maskingPolicies")
|
|
424
|
-
def masking_policies(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
425
|
+
def masking_policies(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
|
425
426
|
"""
|
|
426
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.
|
|
427
428
|
"""
|
|
@@ -429,7 +430,7 @@ class Tag(pulumi.CustomResource):
|
|
|
429
430
|
|
|
430
431
|
@property
|
|
431
432
|
@pulumi.getter
|
|
432
|
-
def name(self) -> pulumi.Output[str]:
|
|
433
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
433
434
|
"""
|
|
434
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: `|`, `.`, `"`.
|
|
435
436
|
"""
|
|
@@ -437,7 +438,7 @@ class Tag(pulumi.CustomResource):
|
|
|
437
438
|
|
|
438
439
|
@property
|
|
439
440
|
@pulumi.getter
|
|
440
|
-
def schema(self) -> pulumi.Output[str]:
|
|
441
|
+
def schema(self) -> pulumi.Output[builtins.str]:
|
|
441
442
|
"""
|
|
442
443
|
The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
443
444
|
"""
|