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.
- 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.0a1743575514.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.0a1743575514.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
- {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
|
|
@@ -19,14 +20,14 @@ __all__ = ['TableColumnMaskingPolicyApplicationArgs', 'TableColumnMaskingPolicyA
|
|
|
19
20
|
@pulumi.input_type
|
|
20
21
|
class TableColumnMaskingPolicyApplicationArgs:
|
|
21
22
|
def __init__(__self__, *,
|
|
22
|
-
column: pulumi.Input[str],
|
|
23
|
-
masking_policy: pulumi.Input[str],
|
|
24
|
-
table: pulumi.Input[str]):
|
|
23
|
+
column: pulumi.Input[builtins.str],
|
|
24
|
+
masking_policy: pulumi.Input[builtins.str],
|
|
25
|
+
table: pulumi.Input[builtins.str]):
|
|
25
26
|
"""
|
|
26
27
|
The set of arguments for constructing a TableColumnMaskingPolicyApplication resource.
|
|
27
|
-
:param pulumi.Input[str] column: The column to apply the masking policy to.
|
|
28
|
-
:param pulumi.Input[str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
29
|
-
:param pulumi.Input[str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
28
|
+
:param pulumi.Input[builtins.str] column: The column to apply the masking policy to.
|
|
29
|
+
:param pulumi.Input[builtins.str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
30
|
+
:param pulumi.Input[builtins.str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
30
31
|
"""
|
|
31
32
|
pulumi.set(__self__, "column", column)
|
|
32
33
|
pulumi.set(__self__, "masking_policy", masking_policy)
|
|
@@ -34,52 +35,52 @@ class TableColumnMaskingPolicyApplicationArgs:
|
|
|
34
35
|
|
|
35
36
|
@property
|
|
36
37
|
@pulumi.getter
|
|
37
|
-
def column(self) -> pulumi.Input[str]:
|
|
38
|
+
def column(self) -> pulumi.Input[builtins.str]:
|
|
38
39
|
"""
|
|
39
40
|
The column to apply the masking policy to.
|
|
40
41
|
"""
|
|
41
42
|
return pulumi.get(self, "column")
|
|
42
43
|
|
|
43
44
|
@column.setter
|
|
44
|
-
def column(self, value: pulumi.Input[str]):
|
|
45
|
+
def column(self, value: pulumi.Input[builtins.str]):
|
|
45
46
|
pulumi.set(self, "column", value)
|
|
46
47
|
|
|
47
48
|
@property
|
|
48
49
|
@pulumi.getter(name="maskingPolicy")
|
|
49
|
-
def masking_policy(self) -> pulumi.Input[str]:
|
|
50
|
+
def masking_policy(self) -> pulumi.Input[builtins.str]:
|
|
50
51
|
"""
|
|
51
52
|
Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
52
53
|
"""
|
|
53
54
|
return pulumi.get(self, "masking_policy")
|
|
54
55
|
|
|
55
56
|
@masking_policy.setter
|
|
56
|
-
def masking_policy(self, value: pulumi.Input[str]):
|
|
57
|
+
def masking_policy(self, value: pulumi.Input[builtins.str]):
|
|
57
58
|
pulumi.set(self, "masking_policy", value)
|
|
58
59
|
|
|
59
60
|
@property
|
|
60
61
|
@pulumi.getter
|
|
61
|
-
def table(self) -> pulumi.Input[str]:
|
|
62
|
+
def table(self) -> pulumi.Input[builtins.str]:
|
|
62
63
|
"""
|
|
63
64
|
The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
64
65
|
"""
|
|
65
66
|
return pulumi.get(self, "table")
|
|
66
67
|
|
|
67
68
|
@table.setter
|
|
68
|
-
def table(self, value: pulumi.Input[str]):
|
|
69
|
+
def table(self, value: pulumi.Input[builtins.str]):
|
|
69
70
|
pulumi.set(self, "table", value)
|
|
70
71
|
|
|
71
72
|
|
|
72
73
|
@pulumi.input_type
|
|
73
74
|
class _TableColumnMaskingPolicyApplicationState:
|
|
74
75
|
def __init__(__self__, *,
|
|
75
|
-
column: Optional[pulumi.Input[str]] = None,
|
|
76
|
-
masking_policy: Optional[pulumi.Input[str]] = None,
|
|
77
|
-
table: Optional[pulumi.Input[str]] = None):
|
|
76
|
+
column: Optional[pulumi.Input[builtins.str]] = None,
|
|
77
|
+
masking_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
78
|
+
table: Optional[pulumi.Input[builtins.str]] = None):
|
|
78
79
|
"""
|
|
79
80
|
Input properties used for looking up and filtering TableColumnMaskingPolicyApplication resources.
|
|
80
|
-
:param pulumi.Input[str] column: The column to apply the masking policy to.
|
|
81
|
-
:param pulumi.Input[str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
82
|
-
:param pulumi.Input[str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
81
|
+
:param pulumi.Input[builtins.str] column: The column to apply the masking policy to.
|
|
82
|
+
:param pulumi.Input[builtins.str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
83
|
+
:param pulumi.Input[builtins.str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
83
84
|
"""
|
|
84
85
|
if column is not None:
|
|
85
86
|
pulumi.set(__self__, "column", column)
|
|
@@ -90,38 +91,38 @@ class _TableColumnMaskingPolicyApplicationState:
|
|
|
90
91
|
|
|
91
92
|
@property
|
|
92
93
|
@pulumi.getter
|
|
93
|
-
def column(self) -> Optional[pulumi.Input[str]]:
|
|
94
|
+
def column(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
94
95
|
"""
|
|
95
96
|
The column to apply the masking policy to.
|
|
96
97
|
"""
|
|
97
98
|
return pulumi.get(self, "column")
|
|
98
99
|
|
|
99
100
|
@column.setter
|
|
100
|
-
def column(self, value: Optional[pulumi.Input[str]]):
|
|
101
|
+
def column(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
101
102
|
pulumi.set(self, "column", value)
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter(name="maskingPolicy")
|
|
105
|
-
def masking_policy(self) -> Optional[pulumi.Input[str]]:
|
|
106
|
+
def masking_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
106
107
|
"""
|
|
107
108
|
Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
108
109
|
"""
|
|
109
110
|
return pulumi.get(self, "masking_policy")
|
|
110
111
|
|
|
111
112
|
@masking_policy.setter
|
|
112
|
-
def masking_policy(self, value: Optional[pulumi.Input[str]]):
|
|
113
|
+
def masking_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
113
114
|
pulumi.set(self, "masking_policy", value)
|
|
114
115
|
|
|
115
116
|
@property
|
|
116
117
|
@pulumi.getter
|
|
117
|
-
def table(self) -> Optional[pulumi.Input[str]]:
|
|
118
|
+
def table(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
118
119
|
"""
|
|
119
120
|
The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
120
121
|
"""
|
|
121
122
|
return pulumi.get(self, "table")
|
|
122
123
|
|
|
123
124
|
@table.setter
|
|
124
|
-
def table(self, value: Optional[pulumi.Input[str]]):
|
|
125
|
+
def table(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
125
126
|
pulumi.set(self, "table", value)
|
|
126
127
|
|
|
127
128
|
|
|
@@ -130,17 +131,17 @@ class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
|
130
131
|
def __init__(__self__,
|
|
131
132
|
resource_name: str,
|
|
132
133
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
133
|
-
column: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
masking_policy: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
table: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
column: Optional[pulumi.Input[builtins.str]] = None,
|
|
135
|
+
masking_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
136
|
+
table: Optional[pulumi.Input[builtins.str]] = None,
|
|
136
137
|
__props__=None):
|
|
137
138
|
"""
|
|
138
139
|
Create a TableColumnMaskingPolicyApplication resource with the given unique name, props, and options.
|
|
139
140
|
:param str resource_name: The name of the resource.
|
|
140
141
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
141
|
-
:param pulumi.Input[str] column: The column to apply the masking policy to.
|
|
142
|
-
:param pulumi.Input[str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
143
|
-
:param pulumi.Input[str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
142
|
+
:param pulumi.Input[builtins.str] column: The column to apply the masking policy to.
|
|
143
|
+
:param pulumi.Input[builtins.str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
144
|
+
:param pulumi.Input[builtins.str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
144
145
|
"""
|
|
145
146
|
...
|
|
146
147
|
@overload
|
|
@@ -165,9 +166,9 @@ class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
|
165
166
|
def _internal_init(__self__,
|
|
166
167
|
resource_name: str,
|
|
167
168
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
168
|
-
column: Optional[pulumi.Input[str]] = None,
|
|
169
|
-
masking_policy: Optional[pulumi.Input[str]] = None,
|
|
170
|
-
table: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
column: Optional[pulumi.Input[builtins.str]] = None,
|
|
170
|
+
masking_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
171
|
+
table: Optional[pulumi.Input[builtins.str]] = None,
|
|
171
172
|
__props__=None):
|
|
172
173
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
173
174
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -196,9 +197,9 @@ class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
|
196
197
|
def get(resource_name: str,
|
|
197
198
|
id: pulumi.Input[str],
|
|
198
199
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
199
|
-
column: Optional[pulumi.Input[str]] = None,
|
|
200
|
-
masking_policy: Optional[pulumi.Input[str]] = None,
|
|
201
|
-
table: Optional[pulumi.Input[str]] = None) -> 'TableColumnMaskingPolicyApplication':
|
|
200
|
+
column: Optional[pulumi.Input[builtins.str]] = None,
|
|
201
|
+
masking_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
202
|
+
table: Optional[pulumi.Input[builtins.str]] = None) -> 'TableColumnMaskingPolicyApplication':
|
|
202
203
|
"""
|
|
203
204
|
Get an existing TableColumnMaskingPolicyApplication resource's state with the given name, id, and optional extra
|
|
204
205
|
properties used to qualify the lookup.
|
|
@@ -206,9 +207,9 @@ class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
|
206
207
|
:param str resource_name: The unique name of the resulting resource.
|
|
207
208
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
208
209
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
209
|
-
:param pulumi.Input[str] column: The column to apply the masking policy to.
|
|
210
|
-
:param pulumi.Input[str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
211
|
-
:param pulumi.Input[str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
210
|
+
:param pulumi.Input[builtins.str] column: The column to apply the masking policy to.
|
|
211
|
+
:param pulumi.Input[builtins.str] masking_policy: Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
212
|
+
:param pulumi.Input[builtins.str] table: The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
212
213
|
"""
|
|
213
214
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
214
215
|
|
|
@@ -221,7 +222,7 @@ class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
|
221
222
|
|
|
222
223
|
@property
|
|
223
224
|
@pulumi.getter
|
|
224
|
-
def column(self) -> pulumi.Output[str]:
|
|
225
|
+
def column(self) -> pulumi.Output[builtins.str]:
|
|
225
226
|
"""
|
|
226
227
|
The column to apply the masking policy to.
|
|
227
228
|
"""
|
|
@@ -229,7 +230,7 @@ class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
|
229
230
|
|
|
230
231
|
@property
|
|
231
232
|
@pulumi.getter(name="maskingPolicy")
|
|
232
|
-
def masking_policy(self) -> pulumi.Output[str]:
|
|
233
|
+
def masking_policy(self) -> pulumi.Output[builtins.str]:
|
|
233
234
|
"""
|
|
234
235
|
Fully qualified name (`database.schema.policyname`) of the policy to apply.
|
|
235
236
|
"""
|
|
@@ -237,7 +238,7 @@ class TableColumnMaskingPolicyApplication(pulumi.CustomResource):
|
|
|
237
238
|
|
|
238
239
|
@property
|
|
239
240
|
@pulumi.getter
|
|
240
|
-
def table(self) -> pulumi.Output[str]:
|
|
241
|
+
def table(self) -> pulumi.Output[builtins.str]:
|
|
241
242
|
"""
|
|
242
243
|
The fully qualified name (`database.schema.table`) of the table to apply the masking policy to.
|
|
243
244
|
"""
|