pulumi-snowflake 2.2.0__py3-none-any.whl → 2.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/__init__.py +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.2.0.dist-info → pulumi_snowflake-2.3.0.dist-info}/METADATA +1 -1
- pulumi_snowflake-2.3.0.dist-info/RECORD +161 -0
- pulumi_snowflake-2.2.0.dist-info/RECORD +0 -158
- {pulumi_snowflake-2.2.0.dist-info → pulumi_snowflake-2.3.0.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-2.2.0.dist-info → pulumi_snowflake-2.3.0.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
@@ -20,26 +19,26 @@ __all__ = ['GrantPrivilegesToShareArgs', 'GrantPrivilegesToShare']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class GrantPrivilegesToShareArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
privileges: pulumi.Input[Sequence[pulumi.Input[
|
|
24
|
-
to_share: pulumi.Input[
|
|
25
|
-
on_all_tables_in_schema: Optional[pulumi.Input[
|
|
26
|
-
on_database: Optional[pulumi.Input[
|
|
27
|
-
on_function: Optional[pulumi.Input[
|
|
28
|
-
on_schema: Optional[pulumi.Input[
|
|
29
|
-
on_table: Optional[pulumi.Input[
|
|
30
|
-
on_tag: Optional[pulumi.Input[
|
|
31
|
-
on_view: Optional[pulumi.Input[
|
|
22
|
+
privileges: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
23
|
+
to_share: pulumi.Input[_builtins.str],
|
|
24
|
+
on_all_tables_in_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
25
|
+
on_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
on_function: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
|
+
on_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
|
+
on_table: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
|
+
on_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
|
+
on_view: Optional[pulumi.Input[_builtins.str]] = None):
|
|
32
31
|
"""
|
|
33
32
|
The set of arguments for constructing a GrantPrivilegesToShare resource.
|
|
34
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
35
|
-
:param pulumi.Input[
|
|
36
|
-
:param pulumi.Input[
|
|
37
|
-
:param pulumi.Input[
|
|
38
|
-
:param pulumi.Input[
|
|
39
|
-
:param pulumi.Input[
|
|
40
|
-
:param pulumi.Input[
|
|
41
|
-
:param pulumi.Input[
|
|
42
|
-
:param pulumi.Input[
|
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] privileges: The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
|
|
34
|
+
:param pulumi.Input[_builtins.str] to_share: The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
35
|
+
:param pulumi.Input[_builtins.str] on_all_tables_in_schema: The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
|
|
36
|
+
:param pulumi.Input[_builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
37
|
+
:param pulumi.Input[_builtins.str] on_function: The fully qualified name of the function on which privileges will be granted.
|
|
38
|
+
:param pulumi.Input[_builtins.str] on_schema: The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
39
|
+
:param pulumi.Input[_builtins.str] on_table: The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
40
|
+
:param pulumi.Input[_builtins.str] on_tag: The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
41
|
+
:param pulumi.Input[_builtins.str] on_view: The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
43
42
|
"""
|
|
44
43
|
pulumi.set(__self__, "privileges", privileges)
|
|
45
44
|
pulumi.set(__self__, "to_share", to_share)
|
|
@@ -58,138 +57,138 @@ class GrantPrivilegesToShareArgs:
|
|
|
58
57
|
if on_view is not None:
|
|
59
58
|
pulumi.set(__self__, "on_view", on_view)
|
|
60
59
|
|
|
61
|
-
@property
|
|
60
|
+
@_builtins.property
|
|
62
61
|
@pulumi.getter
|
|
63
|
-
def privileges(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
62
|
+
def privileges(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
64
63
|
"""
|
|
65
64
|
The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
|
|
66
65
|
"""
|
|
67
66
|
return pulumi.get(self, "privileges")
|
|
68
67
|
|
|
69
68
|
@privileges.setter
|
|
70
|
-
def privileges(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
69
|
+
def privileges(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
71
70
|
pulumi.set(self, "privileges", value)
|
|
72
71
|
|
|
73
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
74
73
|
@pulumi.getter(name="toShare")
|
|
75
|
-
def to_share(self) -> pulumi.Input[
|
|
74
|
+
def to_share(self) -> pulumi.Input[_builtins.str]:
|
|
76
75
|
"""
|
|
77
76
|
The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
78
77
|
"""
|
|
79
78
|
return pulumi.get(self, "to_share")
|
|
80
79
|
|
|
81
80
|
@to_share.setter
|
|
82
|
-
def to_share(self, value: pulumi.Input[
|
|
81
|
+
def to_share(self, value: pulumi.Input[_builtins.str]):
|
|
83
82
|
pulumi.set(self, "to_share", value)
|
|
84
83
|
|
|
85
|
-
@property
|
|
84
|
+
@_builtins.property
|
|
86
85
|
@pulumi.getter(name="onAllTablesInSchema")
|
|
87
|
-
def on_all_tables_in_schema(self) -> Optional[pulumi.Input[
|
|
86
|
+
def on_all_tables_in_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
88
87
|
"""
|
|
89
88
|
The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
|
|
90
89
|
"""
|
|
91
90
|
return pulumi.get(self, "on_all_tables_in_schema")
|
|
92
91
|
|
|
93
92
|
@on_all_tables_in_schema.setter
|
|
94
|
-
def on_all_tables_in_schema(self, value: Optional[pulumi.Input[
|
|
93
|
+
def on_all_tables_in_schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
95
94
|
pulumi.set(self, "on_all_tables_in_schema", value)
|
|
96
95
|
|
|
97
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
98
97
|
@pulumi.getter(name="onDatabase")
|
|
99
|
-
def on_database(self) -> Optional[pulumi.Input[
|
|
98
|
+
def on_database(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
100
99
|
"""
|
|
101
100
|
The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
102
101
|
"""
|
|
103
102
|
return pulumi.get(self, "on_database")
|
|
104
103
|
|
|
105
104
|
@on_database.setter
|
|
106
|
-
def on_database(self, value: Optional[pulumi.Input[
|
|
105
|
+
def on_database(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
107
106
|
pulumi.set(self, "on_database", value)
|
|
108
107
|
|
|
109
|
-
@property
|
|
108
|
+
@_builtins.property
|
|
110
109
|
@pulumi.getter(name="onFunction")
|
|
111
|
-
def on_function(self) -> Optional[pulumi.Input[
|
|
110
|
+
def on_function(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
112
111
|
"""
|
|
113
112
|
The fully qualified name of the function on which privileges will be granted.
|
|
114
113
|
"""
|
|
115
114
|
return pulumi.get(self, "on_function")
|
|
116
115
|
|
|
117
116
|
@on_function.setter
|
|
118
|
-
def on_function(self, value: Optional[pulumi.Input[
|
|
117
|
+
def on_function(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
119
118
|
pulumi.set(self, "on_function", value)
|
|
120
119
|
|
|
121
|
-
@property
|
|
120
|
+
@_builtins.property
|
|
122
121
|
@pulumi.getter(name="onSchema")
|
|
123
|
-
def on_schema(self) -> Optional[pulumi.Input[
|
|
122
|
+
def on_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
124
123
|
"""
|
|
125
124
|
The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
126
125
|
"""
|
|
127
126
|
return pulumi.get(self, "on_schema")
|
|
128
127
|
|
|
129
128
|
@on_schema.setter
|
|
130
|
-
def on_schema(self, value: Optional[pulumi.Input[
|
|
129
|
+
def on_schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
131
130
|
pulumi.set(self, "on_schema", value)
|
|
132
131
|
|
|
133
|
-
@property
|
|
132
|
+
@_builtins.property
|
|
134
133
|
@pulumi.getter(name="onTable")
|
|
135
|
-
def on_table(self) -> Optional[pulumi.Input[
|
|
134
|
+
def on_table(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
136
135
|
"""
|
|
137
136
|
The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
138
137
|
"""
|
|
139
138
|
return pulumi.get(self, "on_table")
|
|
140
139
|
|
|
141
140
|
@on_table.setter
|
|
142
|
-
def on_table(self, value: Optional[pulumi.Input[
|
|
141
|
+
def on_table(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
143
142
|
pulumi.set(self, "on_table", value)
|
|
144
143
|
|
|
145
|
-
@property
|
|
144
|
+
@_builtins.property
|
|
146
145
|
@pulumi.getter(name="onTag")
|
|
147
|
-
def on_tag(self) -> Optional[pulumi.Input[
|
|
146
|
+
def on_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
148
147
|
"""
|
|
149
148
|
The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
150
149
|
"""
|
|
151
150
|
return pulumi.get(self, "on_tag")
|
|
152
151
|
|
|
153
152
|
@on_tag.setter
|
|
154
|
-
def on_tag(self, value: Optional[pulumi.Input[
|
|
153
|
+
def on_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
155
154
|
pulumi.set(self, "on_tag", value)
|
|
156
155
|
|
|
157
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
158
157
|
@pulumi.getter(name="onView")
|
|
159
|
-
def on_view(self) -> Optional[pulumi.Input[
|
|
158
|
+
def on_view(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
160
159
|
"""
|
|
161
160
|
The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
162
161
|
"""
|
|
163
162
|
return pulumi.get(self, "on_view")
|
|
164
163
|
|
|
165
164
|
@on_view.setter
|
|
166
|
-
def on_view(self, value: Optional[pulumi.Input[
|
|
165
|
+
def on_view(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
167
166
|
pulumi.set(self, "on_view", value)
|
|
168
167
|
|
|
169
168
|
|
|
170
169
|
@pulumi.input_type
|
|
171
170
|
class _GrantPrivilegesToShareState:
|
|
172
171
|
def __init__(__self__, *,
|
|
173
|
-
on_all_tables_in_schema: Optional[pulumi.Input[
|
|
174
|
-
on_database: Optional[pulumi.Input[
|
|
175
|
-
on_function: Optional[pulumi.Input[
|
|
176
|
-
on_schema: Optional[pulumi.Input[
|
|
177
|
-
on_table: Optional[pulumi.Input[
|
|
178
|
-
on_tag: Optional[pulumi.Input[
|
|
179
|
-
on_view: Optional[pulumi.Input[
|
|
180
|
-
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
181
|
-
to_share: Optional[pulumi.Input[
|
|
172
|
+
on_all_tables_in_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
173
|
+
on_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
174
|
+
on_function: Optional[pulumi.Input[_builtins.str]] = None,
|
|
175
|
+
on_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
176
|
+
on_table: Optional[pulumi.Input[_builtins.str]] = None,
|
|
177
|
+
on_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
178
|
+
on_view: Optional[pulumi.Input[_builtins.str]] = None,
|
|
179
|
+
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
180
|
+
to_share: Optional[pulumi.Input[_builtins.str]] = None):
|
|
182
181
|
"""
|
|
183
182
|
Input properties used for looking up and filtering GrantPrivilegesToShare resources.
|
|
184
|
-
:param pulumi.Input[
|
|
185
|
-
:param pulumi.Input[
|
|
186
|
-
:param pulumi.Input[
|
|
187
|
-
:param pulumi.Input[
|
|
188
|
-
:param pulumi.Input[
|
|
189
|
-
:param pulumi.Input[
|
|
190
|
-
:param pulumi.Input[
|
|
191
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
192
|
-
:param pulumi.Input[
|
|
183
|
+
:param pulumi.Input[_builtins.str] on_all_tables_in_schema: The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
|
|
184
|
+
:param pulumi.Input[_builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
185
|
+
:param pulumi.Input[_builtins.str] on_function: The fully qualified name of the function on which privileges will be granted.
|
|
186
|
+
:param pulumi.Input[_builtins.str] on_schema: The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
187
|
+
:param pulumi.Input[_builtins.str] on_table: The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
188
|
+
:param pulumi.Input[_builtins.str] on_tag: The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
189
|
+
:param pulumi.Input[_builtins.str] on_view: The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
190
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] privileges: The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
|
|
191
|
+
:param pulumi.Input[_builtins.str] to_share: The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
193
192
|
"""
|
|
194
193
|
if on_all_tables_in_schema is not None:
|
|
195
194
|
pulumi.set(__self__, "on_all_tables_in_schema", on_all_tables_in_schema)
|
|
@@ -210,112 +209,112 @@ class _GrantPrivilegesToShareState:
|
|
|
210
209
|
if to_share is not None:
|
|
211
210
|
pulumi.set(__self__, "to_share", to_share)
|
|
212
211
|
|
|
213
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
214
213
|
@pulumi.getter(name="onAllTablesInSchema")
|
|
215
|
-
def on_all_tables_in_schema(self) -> Optional[pulumi.Input[
|
|
214
|
+
def on_all_tables_in_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
216
215
|
"""
|
|
217
216
|
The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
|
|
218
217
|
"""
|
|
219
218
|
return pulumi.get(self, "on_all_tables_in_schema")
|
|
220
219
|
|
|
221
220
|
@on_all_tables_in_schema.setter
|
|
222
|
-
def on_all_tables_in_schema(self, value: Optional[pulumi.Input[
|
|
221
|
+
def on_all_tables_in_schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
223
222
|
pulumi.set(self, "on_all_tables_in_schema", value)
|
|
224
223
|
|
|
225
|
-
@property
|
|
224
|
+
@_builtins.property
|
|
226
225
|
@pulumi.getter(name="onDatabase")
|
|
227
|
-
def on_database(self) -> Optional[pulumi.Input[
|
|
226
|
+
def on_database(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
228
227
|
"""
|
|
229
228
|
The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
230
229
|
"""
|
|
231
230
|
return pulumi.get(self, "on_database")
|
|
232
231
|
|
|
233
232
|
@on_database.setter
|
|
234
|
-
def on_database(self, value: Optional[pulumi.Input[
|
|
233
|
+
def on_database(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
235
234
|
pulumi.set(self, "on_database", value)
|
|
236
235
|
|
|
237
|
-
@property
|
|
236
|
+
@_builtins.property
|
|
238
237
|
@pulumi.getter(name="onFunction")
|
|
239
|
-
def on_function(self) -> Optional[pulumi.Input[
|
|
238
|
+
def on_function(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
240
239
|
"""
|
|
241
240
|
The fully qualified name of the function on which privileges will be granted.
|
|
242
241
|
"""
|
|
243
242
|
return pulumi.get(self, "on_function")
|
|
244
243
|
|
|
245
244
|
@on_function.setter
|
|
246
|
-
def on_function(self, value: Optional[pulumi.Input[
|
|
245
|
+
def on_function(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
247
246
|
pulumi.set(self, "on_function", value)
|
|
248
247
|
|
|
249
|
-
@property
|
|
248
|
+
@_builtins.property
|
|
250
249
|
@pulumi.getter(name="onSchema")
|
|
251
|
-
def on_schema(self) -> Optional[pulumi.Input[
|
|
250
|
+
def on_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
252
251
|
"""
|
|
253
252
|
The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
254
253
|
"""
|
|
255
254
|
return pulumi.get(self, "on_schema")
|
|
256
255
|
|
|
257
256
|
@on_schema.setter
|
|
258
|
-
def on_schema(self, value: Optional[pulumi.Input[
|
|
257
|
+
def on_schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
259
258
|
pulumi.set(self, "on_schema", value)
|
|
260
259
|
|
|
261
|
-
@property
|
|
260
|
+
@_builtins.property
|
|
262
261
|
@pulumi.getter(name="onTable")
|
|
263
|
-
def on_table(self) -> Optional[pulumi.Input[
|
|
262
|
+
def on_table(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
264
263
|
"""
|
|
265
264
|
The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
266
265
|
"""
|
|
267
266
|
return pulumi.get(self, "on_table")
|
|
268
267
|
|
|
269
268
|
@on_table.setter
|
|
270
|
-
def on_table(self, value: Optional[pulumi.Input[
|
|
269
|
+
def on_table(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
271
270
|
pulumi.set(self, "on_table", value)
|
|
272
271
|
|
|
273
|
-
@property
|
|
272
|
+
@_builtins.property
|
|
274
273
|
@pulumi.getter(name="onTag")
|
|
275
|
-
def on_tag(self) -> Optional[pulumi.Input[
|
|
274
|
+
def on_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
276
275
|
"""
|
|
277
276
|
The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
278
277
|
"""
|
|
279
278
|
return pulumi.get(self, "on_tag")
|
|
280
279
|
|
|
281
280
|
@on_tag.setter
|
|
282
|
-
def on_tag(self, value: Optional[pulumi.Input[
|
|
281
|
+
def on_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
283
282
|
pulumi.set(self, "on_tag", value)
|
|
284
283
|
|
|
285
|
-
@property
|
|
284
|
+
@_builtins.property
|
|
286
285
|
@pulumi.getter(name="onView")
|
|
287
|
-
def on_view(self) -> Optional[pulumi.Input[
|
|
286
|
+
def on_view(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
288
287
|
"""
|
|
289
288
|
The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
290
289
|
"""
|
|
291
290
|
return pulumi.get(self, "on_view")
|
|
292
291
|
|
|
293
292
|
@on_view.setter
|
|
294
|
-
def on_view(self, value: Optional[pulumi.Input[
|
|
293
|
+
def on_view(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
295
294
|
pulumi.set(self, "on_view", value)
|
|
296
295
|
|
|
297
|
-
@property
|
|
296
|
+
@_builtins.property
|
|
298
297
|
@pulumi.getter
|
|
299
|
-
def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
298
|
+
def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
300
299
|
"""
|
|
301
300
|
The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
|
|
302
301
|
"""
|
|
303
302
|
return pulumi.get(self, "privileges")
|
|
304
303
|
|
|
305
304
|
@privileges.setter
|
|
306
|
-
def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
305
|
+
def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
307
306
|
pulumi.set(self, "privileges", value)
|
|
308
307
|
|
|
309
|
-
@property
|
|
308
|
+
@_builtins.property
|
|
310
309
|
@pulumi.getter(name="toShare")
|
|
311
|
-
def to_share(self) -> Optional[pulumi.Input[
|
|
310
|
+
def to_share(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
312
311
|
"""
|
|
313
312
|
The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
314
313
|
"""
|
|
315
314
|
return pulumi.get(self, "to_share")
|
|
316
315
|
|
|
317
316
|
@to_share.setter
|
|
318
|
-
def to_share(self, value: Optional[pulumi.Input[
|
|
317
|
+
def to_share(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
319
318
|
pulumi.set(self, "to_share", value)
|
|
320
319
|
|
|
321
320
|
|
|
@@ -325,15 +324,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
|
|
|
325
324
|
def __init__(__self__,
|
|
326
325
|
resource_name: str,
|
|
327
326
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
328
|
-
on_all_tables_in_schema: Optional[pulumi.Input[
|
|
329
|
-
on_database: Optional[pulumi.Input[
|
|
330
|
-
on_function: Optional[pulumi.Input[
|
|
331
|
-
on_schema: Optional[pulumi.Input[
|
|
332
|
-
on_table: Optional[pulumi.Input[
|
|
333
|
-
on_tag: Optional[pulumi.Input[
|
|
334
|
-
on_view: Optional[pulumi.Input[
|
|
335
|
-
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
336
|
-
to_share: Optional[pulumi.Input[
|
|
327
|
+
on_all_tables_in_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
328
|
+
on_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
329
|
+
on_function: Optional[pulumi.Input[_builtins.str]] = None,
|
|
330
|
+
on_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
331
|
+
on_table: Optional[pulumi.Input[_builtins.str]] = None,
|
|
332
|
+
on_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
333
|
+
on_view: Optional[pulumi.Input[_builtins.str]] = None,
|
|
334
|
+
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
335
|
+
to_share: Optional[pulumi.Input[_builtins.str]] = None,
|
|
337
336
|
__props__=None):
|
|
338
337
|
"""
|
|
339
338
|
## Import
|
|
@@ -346,15 +345,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
|
|
|
346
345
|
|
|
347
346
|
:param str resource_name: The name of the resource.
|
|
348
347
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
349
|
-
:param pulumi.Input[
|
|
350
|
-
:param pulumi.Input[
|
|
351
|
-
:param pulumi.Input[
|
|
352
|
-
:param pulumi.Input[
|
|
353
|
-
:param pulumi.Input[
|
|
354
|
-
:param pulumi.Input[
|
|
355
|
-
:param pulumi.Input[
|
|
356
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
357
|
-
:param pulumi.Input[
|
|
348
|
+
:param pulumi.Input[_builtins.str] on_all_tables_in_schema: The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
|
|
349
|
+
:param pulumi.Input[_builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
350
|
+
:param pulumi.Input[_builtins.str] on_function: The fully qualified name of the function on which privileges will be granted.
|
|
351
|
+
:param pulumi.Input[_builtins.str] on_schema: The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
352
|
+
:param pulumi.Input[_builtins.str] on_table: The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
353
|
+
:param pulumi.Input[_builtins.str] on_tag: The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
354
|
+
:param pulumi.Input[_builtins.str] on_view: The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
355
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] privileges: The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
|
|
356
|
+
:param pulumi.Input[_builtins.str] to_share: The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
358
357
|
"""
|
|
359
358
|
...
|
|
360
359
|
@overload
|
|
@@ -386,15 +385,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
|
|
|
386
385
|
def _internal_init(__self__,
|
|
387
386
|
resource_name: str,
|
|
388
387
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
389
|
-
on_all_tables_in_schema: Optional[pulumi.Input[
|
|
390
|
-
on_database: Optional[pulumi.Input[
|
|
391
|
-
on_function: Optional[pulumi.Input[
|
|
392
|
-
on_schema: Optional[pulumi.Input[
|
|
393
|
-
on_table: Optional[pulumi.Input[
|
|
394
|
-
on_tag: Optional[pulumi.Input[
|
|
395
|
-
on_view: Optional[pulumi.Input[
|
|
396
|
-
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
397
|
-
to_share: Optional[pulumi.Input[
|
|
388
|
+
on_all_tables_in_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
389
|
+
on_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
390
|
+
on_function: Optional[pulumi.Input[_builtins.str]] = None,
|
|
391
|
+
on_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
392
|
+
on_table: Optional[pulumi.Input[_builtins.str]] = None,
|
|
393
|
+
on_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
394
|
+
on_view: Optional[pulumi.Input[_builtins.str]] = None,
|
|
395
|
+
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
396
|
+
to_share: Optional[pulumi.Input[_builtins.str]] = None,
|
|
398
397
|
__props__=None):
|
|
399
398
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
400
399
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -427,15 +426,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
|
|
|
427
426
|
def get(resource_name: str,
|
|
428
427
|
id: pulumi.Input[str],
|
|
429
428
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
430
|
-
on_all_tables_in_schema: Optional[pulumi.Input[
|
|
431
|
-
on_database: Optional[pulumi.Input[
|
|
432
|
-
on_function: Optional[pulumi.Input[
|
|
433
|
-
on_schema: Optional[pulumi.Input[
|
|
434
|
-
on_table: Optional[pulumi.Input[
|
|
435
|
-
on_tag: Optional[pulumi.Input[
|
|
436
|
-
on_view: Optional[pulumi.Input[
|
|
437
|
-
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
438
|
-
to_share: Optional[pulumi.Input[
|
|
429
|
+
on_all_tables_in_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
430
|
+
on_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
431
|
+
on_function: Optional[pulumi.Input[_builtins.str]] = None,
|
|
432
|
+
on_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
433
|
+
on_table: Optional[pulumi.Input[_builtins.str]] = None,
|
|
434
|
+
on_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
435
|
+
on_view: Optional[pulumi.Input[_builtins.str]] = None,
|
|
436
|
+
privileges: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
437
|
+
to_share: Optional[pulumi.Input[_builtins.str]] = None) -> 'GrantPrivilegesToShare':
|
|
439
438
|
"""
|
|
440
439
|
Get an existing GrantPrivilegesToShare resource's state with the given name, id, and optional extra
|
|
441
440
|
properties used to qualify the lookup.
|
|
@@ -443,15 +442,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
|
|
|
443
442
|
:param str resource_name: The unique name of the resulting resource.
|
|
444
443
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
445
444
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
446
|
-
:param pulumi.Input[
|
|
447
|
-
:param pulumi.Input[
|
|
448
|
-
:param pulumi.Input[
|
|
449
|
-
:param pulumi.Input[
|
|
450
|
-
:param pulumi.Input[
|
|
451
|
-
:param pulumi.Input[
|
|
452
|
-
:param pulumi.Input[
|
|
453
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
454
|
-
:param pulumi.Input[
|
|
445
|
+
:param pulumi.Input[_builtins.str] on_all_tables_in_schema: The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
|
|
446
|
+
:param pulumi.Input[_builtins.str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
447
|
+
:param pulumi.Input[_builtins.str] on_function: The fully qualified name of the function on which privileges will be granted.
|
|
448
|
+
:param pulumi.Input[_builtins.str] on_schema: The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
449
|
+
:param pulumi.Input[_builtins.str] on_table: The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
450
|
+
:param pulumi.Input[_builtins.str] on_tag: The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
451
|
+
:param pulumi.Input[_builtins.str] on_view: The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
452
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] privileges: The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
|
|
453
|
+
:param pulumi.Input[_builtins.str] to_share: The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
455
454
|
"""
|
|
456
455
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
457
456
|
|
|
@@ -468,73 +467,73 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
|
|
|
468
467
|
__props__.__dict__["to_share"] = to_share
|
|
469
468
|
return GrantPrivilegesToShare(resource_name, opts=opts, __props__=__props__)
|
|
470
469
|
|
|
471
|
-
@property
|
|
470
|
+
@_builtins.property
|
|
472
471
|
@pulumi.getter(name="onAllTablesInSchema")
|
|
473
|
-
def on_all_tables_in_schema(self) -> pulumi.Output[Optional[
|
|
472
|
+
def on_all_tables_in_schema(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
474
473
|
"""
|
|
475
474
|
The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
|
|
476
475
|
"""
|
|
477
476
|
return pulumi.get(self, "on_all_tables_in_schema")
|
|
478
477
|
|
|
479
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
480
479
|
@pulumi.getter(name="onDatabase")
|
|
481
|
-
def on_database(self) -> pulumi.Output[Optional[
|
|
480
|
+
def on_database(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
482
481
|
"""
|
|
483
482
|
The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
|
|
484
483
|
"""
|
|
485
484
|
return pulumi.get(self, "on_database")
|
|
486
485
|
|
|
487
|
-
@property
|
|
486
|
+
@_builtins.property
|
|
488
487
|
@pulumi.getter(name="onFunction")
|
|
489
|
-
def on_function(self) -> pulumi.Output[Optional[
|
|
488
|
+
def on_function(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
490
489
|
"""
|
|
491
490
|
The fully qualified name of the function on which privileges will be granted.
|
|
492
491
|
"""
|
|
493
492
|
return pulumi.get(self, "on_function")
|
|
494
493
|
|
|
495
|
-
@property
|
|
494
|
+
@_builtins.property
|
|
496
495
|
@pulumi.getter(name="onSchema")
|
|
497
|
-
def on_schema(self) -> pulumi.Output[Optional[
|
|
496
|
+
def on_schema(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
498
497
|
"""
|
|
499
498
|
The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
|
|
500
499
|
"""
|
|
501
500
|
return pulumi.get(self, "on_schema")
|
|
502
501
|
|
|
503
|
-
@property
|
|
502
|
+
@_builtins.property
|
|
504
503
|
@pulumi.getter(name="onTable")
|
|
505
|
-
def on_table(self) -> pulumi.Output[Optional[
|
|
504
|
+
def on_table(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
506
505
|
"""
|
|
507
506
|
The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
|
|
508
507
|
"""
|
|
509
508
|
return pulumi.get(self, "on_table")
|
|
510
509
|
|
|
511
|
-
@property
|
|
510
|
+
@_builtins.property
|
|
512
511
|
@pulumi.getter(name="onTag")
|
|
513
|
-
def on_tag(self) -> pulumi.Output[Optional[
|
|
512
|
+
def on_tag(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
514
513
|
"""
|
|
515
514
|
The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
|
|
516
515
|
"""
|
|
517
516
|
return pulumi.get(self, "on_tag")
|
|
518
517
|
|
|
519
|
-
@property
|
|
518
|
+
@_builtins.property
|
|
520
519
|
@pulumi.getter(name="onView")
|
|
521
|
-
def on_view(self) -> pulumi.Output[Optional[
|
|
520
|
+
def on_view(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
522
521
|
"""
|
|
523
522
|
The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
|
|
524
523
|
"""
|
|
525
524
|
return pulumi.get(self, "on_view")
|
|
526
525
|
|
|
527
|
-
@property
|
|
526
|
+
@_builtins.property
|
|
528
527
|
@pulumi.getter
|
|
529
|
-
def privileges(self) -> pulumi.Output[Sequence[
|
|
528
|
+
def privileges(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
530
529
|
"""
|
|
531
530
|
The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
|
|
532
531
|
"""
|
|
533
532
|
return pulumi.get(self, "privileges")
|
|
534
533
|
|
|
535
|
-
@property
|
|
534
|
+
@_builtins.property
|
|
536
535
|
@pulumi.getter(name="toShare")
|
|
537
|
-
def to_share(self) -> pulumi.Output[
|
|
536
|
+
def to_share(self) -> pulumi.Output[_builtins.str]:
|
|
538
537
|
"""
|
|
539
538
|
The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
|
|
540
539
|
"""
|