pulumi-snowflake 1.2.0a1743575514__py3-none-any.whl → 1.2.0a1744183688__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-snowflake might be problematic. Click here for more details.

Files changed (147) hide show
  1. pulumi_snowflake/__init__.py +1 -0
  2. pulumi_snowflake/_inputs.py +12288 -12287
  3. pulumi_snowflake/account.py +186 -185
  4. pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
  5. pulumi_snowflake/account_parameter.py +29 -28
  6. pulumi_snowflake/account_password_policy_attachment.py +15 -14
  7. pulumi_snowflake/account_role.py +32 -31
  8. pulumi_snowflake/alert.py +120 -119
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
  12. pulumi_snowflake/api_integration.py +203 -202
  13. pulumi_snowflake/authentication_policy.py +134 -133
  14. pulumi_snowflake/config/__init__.py +1 -0
  15. pulumi_snowflake/config/__init__.pyi +1 -0
  16. pulumi_snowflake/config/outputs.py +16 -15
  17. pulumi_snowflake/config/vars.py +1 -0
  18. pulumi_snowflake/cortex_search_service.py +141 -140
  19. pulumi_snowflake/database.py +288 -287
  20. pulumi_snowflake/database_role.py +50 -49
  21. pulumi_snowflake/dynamic_table.py +218 -217
  22. pulumi_snowflake/email_notification_integration.py +56 -55
  23. pulumi_snowflake/execute.py +50 -49
  24. pulumi_snowflake/external_function.py +225 -224
  25. pulumi_snowflake/external_oauth_integration.py +232 -231
  26. pulumi_snowflake/external_table.py +197 -196
  27. pulumi_snowflake/external_volume.py +50 -49
  28. pulumi_snowflake/failover_group.py +106 -105
  29. pulumi_snowflake/file_format.py +512 -511
  30. pulumi_snowflake/function_java.py +249 -248
  31. pulumi_snowflake/function_javascript.py +193 -192
  32. pulumi_snowflake/function_python.py +263 -262
  33. pulumi_snowflake/function_scala.py +249 -248
  34. pulumi_snowflake/function_sql.py +179 -178
  35. pulumi_snowflake/get_account_roles.py +12 -11
  36. pulumi_snowflake/get_accounts.py +12 -11
  37. pulumi_snowflake/get_alerts.py +17 -16
  38. pulumi_snowflake/get_connections.py +7 -6
  39. pulumi_snowflake/get_cortex_search_services.py +12 -11
  40. pulumi_snowflake/get_current_account.py +5 -4
  41. pulumi_snowflake/get_current_role.py +3 -2
  42. pulumi_snowflake/get_database.py +15 -14
  43. pulumi_snowflake/get_database_role.py +14 -13
  44. pulumi_snowflake/get_database_roles.py +12 -11
  45. pulumi_snowflake/get_databases.py +22 -21
  46. pulumi_snowflake/get_dynamic_tables.py +7 -6
  47. pulumi_snowflake/get_external_functions.py +12 -11
  48. pulumi_snowflake/get_external_tables.py +12 -11
  49. pulumi_snowflake/get_failover_groups.py +7 -6
  50. pulumi_snowflake/get_file_formats.py +12 -11
  51. pulumi_snowflake/get_functions.py +12 -11
  52. pulumi_snowflake/get_grants.py +2 -1
  53. pulumi_snowflake/get_masking_policies.py +12 -11
  54. pulumi_snowflake/get_materialized_views.py +12 -11
  55. pulumi_snowflake/get_network_policies.py +12 -11
  56. pulumi_snowflake/get_parameters.py +27 -26
  57. pulumi_snowflake/get_pipes.py +12 -11
  58. pulumi_snowflake/get_procedures.py +12 -11
  59. pulumi_snowflake/get_resource_monitors.py +7 -6
  60. pulumi_snowflake/get_row_access_policies.py +12 -11
  61. pulumi_snowflake/get_schemas.py +22 -21
  62. pulumi_snowflake/get_secrets.py +12 -11
  63. pulumi_snowflake/get_security_integrations.py +12 -11
  64. pulumi_snowflake/get_sequences.py +12 -11
  65. pulumi_snowflake/get_shares.py +7 -6
  66. pulumi_snowflake/get_stages.py +12 -11
  67. pulumi_snowflake/get_storage_integrations.py +2 -1
  68. pulumi_snowflake/get_streamlits.py +12 -11
  69. pulumi_snowflake/get_streams.py +17 -16
  70. pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
  71. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
  72. pulumi_snowflake/get_system_get_private_link_config.py +11 -10
  73. pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
  74. pulumi_snowflake/get_tables.py +12 -11
  75. pulumi_snowflake/get_tags.py +7 -6
  76. pulumi_snowflake/get_tasks.py +22 -21
  77. pulumi_snowflake/get_users.py +22 -21
  78. pulumi_snowflake/get_views.py +17 -16
  79. pulumi_snowflake/get_warehouses.py +17 -16
  80. pulumi_snowflake/grant_account_role.py +43 -42
  81. pulumi_snowflake/grant_application_role.py +43 -42
  82. pulumi_snowflake/grant_database_role.py +57 -56
  83. pulumi_snowflake/grant_ownership.py +43 -42
  84. pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
  85. pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
  86. pulumi_snowflake/grant_privileges_to_share.py +127 -126
  87. pulumi_snowflake/legacy_service_user.py +1039 -1038
  88. pulumi_snowflake/managed_account.py +113 -112
  89. pulumi_snowflake/masking_policy.py +106 -105
  90. pulumi_snowflake/materialized_view.py +120 -119
  91. pulumi_snowflake/network_policy.py +92 -91
  92. pulumi_snowflake/network_policy_attachment.py +43 -42
  93. pulumi_snowflake/network_rule.py +106 -105
  94. pulumi_snowflake/notification_integration.py +238 -237
  95. pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
  96. pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
  97. pulumi_snowflake/object_parameter.py +57 -56
  98. pulumi_snowflake/outputs.py +9273 -9272
  99. pulumi_snowflake/password_policy.py +246 -245
  100. pulumi_snowflake/pipe.py +148 -147
  101. pulumi_snowflake/primary_connection.py +55 -54
  102. pulumi_snowflake/procedure_java.py +267 -266
  103. pulumi_snowflake/procedure_javascript.py +197 -196
  104. pulumi_snowflake/procedure_python.py +267 -266
  105. pulumi_snowflake/procedure_scala.py +267 -266
  106. pulumi_snowflake/procedure_sql.py +197 -196
  107. pulumi_snowflake/provider.py +303 -302
  108. pulumi_snowflake/pulumi-plugin.json +1 -1
  109. pulumi_snowflake/resource_monitor.py +134 -133
  110. pulumi_snowflake/row_access_policy.py +78 -77
  111. pulumi_snowflake/saml2_integration.py +246 -245
  112. pulumi_snowflake/schema.py +316 -315
  113. pulumi_snowflake/scim_integration.py +106 -105
  114. pulumi_snowflake/secondary_connection.py +57 -56
  115. pulumi_snowflake/secondary_database.py +288 -287
  116. pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
  117. pulumi_snowflake/secret_with_basic_authentication.py +95 -94
  118. pulumi_snowflake/secret_with_client_credentials.py +99 -98
  119. pulumi_snowflake/secret_with_generic_string.py +81 -80
  120. pulumi_snowflake/sequence.py +99 -98
  121. pulumi_snowflake/service_user.py +1015 -1014
  122. pulumi_snowflake/share.py +50 -49
  123. pulumi_snowflake/shared_database.py +246 -245
  124. pulumi_snowflake/stage.py +190 -189
  125. pulumi_snowflake/storage_integration.py +166 -165
  126. pulumi_snowflake/stream_on_directory_table.py +100 -99
  127. pulumi_snowflake/stream_on_external_table.py +114 -113
  128. pulumi_snowflake/stream_on_table.py +124 -123
  129. pulumi_snowflake/stream_on_view.py +124 -123
  130. pulumi_snowflake/streamlit.py +148 -147
  131. pulumi_snowflake/table.py +113 -112
  132. pulumi_snowflake/table_column_masking_policy_application.py +43 -42
  133. pulumi_snowflake/table_constraint.py +155 -154
  134. pulumi_snowflake/tag.py +92 -91
  135. pulumi_snowflake/tag_association.py +71 -70
  136. pulumi_snowflake/task.py +1002 -1001
  137. pulumi_snowflake/user.py +1101 -1100
  138. pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
  139. pulumi_snowflake/user_password_policy_attachment.py +29 -28
  140. pulumi_snowflake/user_public_keys.py +43 -42
  141. pulumi_snowflake/view.py +136 -135
  142. pulumi_snowflake/warehouse.py +232 -231
  143. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/METADATA +1 -1
  144. pulumi_snowflake-1.2.0a1744183688.dist-info/RECORD +148 -0
  145. pulumi_snowflake-1.2.0a1743575514.dist-info/RECORD +0 -148
  146. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
  147. {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,26 +20,26 @@ __all__ = ['GrantPrivilegesToShareArgs', 'GrantPrivilegesToShare']
19
20
  @pulumi.input_type
20
21
  class GrantPrivilegesToShareArgs:
21
22
  def __init__(__self__, *,
22
- privileges: pulumi.Input[Sequence[pulumi.Input[str]]],
23
- to_share: pulumi.Input[str],
24
- on_all_tables_in_schema: Optional[pulumi.Input[str]] = None,
25
- on_database: Optional[pulumi.Input[str]] = None,
26
- on_function: Optional[pulumi.Input[str]] = None,
27
- on_schema: Optional[pulumi.Input[str]] = None,
28
- on_table: Optional[pulumi.Input[str]] = None,
29
- on_tag: Optional[pulumi.Input[str]] = None,
30
- on_view: Optional[pulumi.Input[str]] = None):
23
+ privileges: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
24
+ to_share: pulumi.Input[builtins.str],
25
+ on_all_tables_in_schema: Optional[pulumi.Input[builtins.str]] = None,
26
+ on_database: Optional[pulumi.Input[builtins.str]] = None,
27
+ on_function: Optional[pulumi.Input[builtins.str]] = None,
28
+ on_schema: Optional[pulumi.Input[builtins.str]] = None,
29
+ on_table: Optional[pulumi.Input[builtins.str]] = None,
30
+ on_tag: Optional[pulumi.Input[builtins.str]] = None,
31
+ on_view: Optional[pulumi.Input[builtins.str]] = None):
31
32
  """
32
33
  The set of arguments for constructing a GrantPrivilegesToShare resource.
33
- :param pulumi.Input[Sequence[pulumi.Input[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[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[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[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[str] on_function: The fully qualified name of the function on which privileges will be granted.
38
- :param pulumi.Input[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[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[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[str] on_view: The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
34
+ :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
35
+ :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.
36
+ :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.
37
+ :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.
38
+ :param pulumi.Input[builtins.str] on_function: The fully qualified name of the function on which privileges will be granted.
39
+ :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.
40
+ :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.
41
+ :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.
42
+ :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.
42
43
  """
43
44
  pulumi.set(__self__, "privileges", privileges)
44
45
  pulumi.set(__self__, "to_share", to_share)
@@ -59,136 +60,136 @@ class GrantPrivilegesToShareArgs:
59
60
 
60
61
  @property
61
62
  @pulumi.getter
62
- def privileges(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
63
+ def privileges(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
63
64
  """
64
65
  The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
65
66
  """
66
67
  return pulumi.get(self, "privileges")
67
68
 
68
69
  @privileges.setter
69
- def privileges(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
70
+ def privileges(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
70
71
  pulumi.set(self, "privileges", value)
71
72
 
72
73
  @property
73
74
  @pulumi.getter(name="toShare")
74
- def to_share(self) -> pulumi.Input[str]:
75
+ def to_share(self) -> pulumi.Input[builtins.str]:
75
76
  """
76
77
  The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
77
78
  """
78
79
  return pulumi.get(self, "to_share")
79
80
 
80
81
  @to_share.setter
81
- def to_share(self, value: pulumi.Input[str]):
82
+ def to_share(self, value: pulumi.Input[builtins.str]):
82
83
  pulumi.set(self, "to_share", value)
83
84
 
84
85
  @property
85
86
  @pulumi.getter(name="onAllTablesInSchema")
86
- def on_all_tables_in_schema(self) -> Optional[pulumi.Input[str]]:
87
+ def on_all_tables_in_schema(self) -> Optional[pulumi.Input[builtins.str]]:
87
88
  """
88
89
  The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
89
90
  """
90
91
  return pulumi.get(self, "on_all_tables_in_schema")
91
92
 
92
93
  @on_all_tables_in_schema.setter
93
- def on_all_tables_in_schema(self, value: Optional[pulumi.Input[str]]):
94
+ def on_all_tables_in_schema(self, value: Optional[pulumi.Input[builtins.str]]):
94
95
  pulumi.set(self, "on_all_tables_in_schema", value)
95
96
 
96
97
  @property
97
98
  @pulumi.getter(name="onDatabase")
98
- def on_database(self) -> Optional[pulumi.Input[str]]:
99
+ def on_database(self) -> Optional[pulumi.Input[builtins.str]]:
99
100
  """
100
101
  The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
101
102
  """
102
103
  return pulumi.get(self, "on_database")
103
104
 
104
105
  @on_database.setter
105
- def on_database(self, value: Optional[pulumi.Input[str]]):
106
+ def on_database(self, value: Optional[pulumi.Input[builtins.str]]):
106
107
  pulumi.set(self, "on_database", value)
107
108
 
108
109
  @property
109
110
  @pulumi.getter(name="onFunction")
110
- def on_function(self) -> Optional[pulumi.Input[str]]:
111
+ def on_function(self) -> Optional[pulumi.Input[builtins.str]]:
111
112
  """
112
113
  The fully qualified name of the function on which privileges will be granted.
113
114
  """
114
115
  return pulumi.get(self, "on_function")
115
116
 
116
117
  @on_function.setter
117
- def on_function(self, value: Optional[pulumi.Input[str]]):
118
+ def on_function(self, value: Optional[pulumi.Input[builtins.str]]):
118
119
  pulumi.set(self, "on_function", value)
119
120
 
120
121
  @property
121
122
  @pulumi.getter(name="onSchema")
122
- def on_schema(self) -> Optional[pulumi.Input[str]]:
123
+ def on_schema(self) -> Optional[pulumi.Input[builtins.str]]:
123
124
  """
124
125
  The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
125
126
  """
126
127
  return pulumi.get(self, "on_schema")
127
128
 
128
129
  @on_schema.setter
129
- def on_schema(self, value: Optional[pulumi.Input[str]]):
130
+ def on_schema(self, value: Optional[pulumi.Input[builtins.str]]):
130
131
  pulumi.set(self, "on_schema", value)
131
132
 
132
133
  @property
133
134
  @pulumi.getter(name="onTable")
134
- def on_table(self) -> Optional[pulumi.Input[str]]:
135
+ def on_table(self) -> Optional[pulumi.Input[builtins.str]]:
135
136
  """
136
137
  The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
137
138
  """
138
139
  return pulumi.get(self, "on_table")
139
140
 
140
141
  @on_table.setter
141
- def on_table(self, value: Optional[pulumi.Input[str]]):
142
+ def on_table(self, value: Optional[pulumi.Input[builtins.str]]):
142
143
  pulumi.set(self, "on_table", value)
143
144
 
144
145
  @property
145
146
  @pulumi.getter(name="onTag")
146
- def on_tag(self) -> Optional[pulumi.Input[str]]:
147
+ def on_tag(self) -> Optional[pulumi.Input[builtins.str]]:
147
148
  """
148
149
  The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
149
150
  """
150
151
  return pulumi.get(self, "on_tag")
151
152
 
152
153
  @on_tag.setter
153
- def on_tag(self, value: Optional[pulumi.Input[str]]):
154
+ def on_tag(self, value: Optional[pulumi.Input[builtins.str]]):
154
155
  pulumi.set(self, "on_tag", value)
155
156
 
156
157
  @property
157
158
  @pulumi.getter(name="onView")
158
- def on_view(self) -> Optional[pulumi.Input[str]]:
159
+ def on_view(self) -> Optional[pulumi.Input[builtins.str]]:
159
160
  """
160
161
  The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
161
162
  """
162
163
  return pulumi.get(self, "on_view")
163
164
 
164
165
  @on_view.setter
165
- def on_view(self, value: Optional[pulumi.Input[str]]):
166
+ def on_view(self, value: Optional[pulumi.Input[builtins.str]]):
166
167
  pulumi.set(self, "on_view", value)
167
168
 
168
169
 
169
170
  @pulumi.input_type
170
171
  class _GrantPrivilegesToShareState:
171
172
  def __init__(__self__, *,
172
- on_all_tables_in_schema: Optional[pulumi.Input[str]] = None,
173
- on_database: Optional[pulumi.Input[str]] = None,
174
- on_function: Optional[pulumi.Input[str]] = None,
175
- on_schema: Optional[pulumi.Input[str]] = None,
176
- on_table: Optional[pulumi.Input[str]] = None,
177
- on_tag: Optional[pulumi.Input[str]] = None,
178
- on_view: Optional[pulumi.Input[str]] = None,
179
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
180
- to_share: Optional[pulumi.Input[str]] = None):
173
+ on_all_tables_in_schema: Optional[pulumi.Input[builtins.str]] = None,
174
+ on_database: Optional[pulumi.Input[builtins.str]] = None,
175
+ on_function: Optional[pulumi.Input[builtins.str]] = None,
176
+ on_schema: Optional[pulumi.Input[builtins.str]] = None,
177
+ on_table: Optional[pulumi.Input[builtins.str]] = None,
178
+ on_tag: Optional[pulumi.Input[builtins.str]] = None,
179
+ on_view: Optional[pulumi.Input[builtins.str]] = None,
180
+ privileges: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
181
+ to_share: Optional[pulumi.Input[builtins.str]] = None):
181
182
  """
182
183
  Input properties used for looking up and filtering GrantPrivilegesToShare resources.
183
- :param pulumi.Input[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[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[str] on_function: The fully qualified name of the function on which privileges will be granted.
186
- :param pulumi.Input[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[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[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[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[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[str] to_share: The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
184
+ :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.
185
+ :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.
186
+ :param pulumi.Input[builtins.str] on_function: The fully qualified name of the function on which privileges will be granted.
187
+ :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.
188
+ :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.
189
+ :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.
190
+ :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.
191
+ :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
192
+ :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.
192
193
  """
193
194
  if on_all_tables_in_schema is not None:
194
195
  pulumi.set(__self__, "on_all_tables_in_schema", on_all_tables_in_schema)
@@ -211,110 +212,110 @@ class _GrantPrivilegesToShareState:
211
212
 
212
213
  @property
213
214
  @pulumi.getter(name="onAllTablesInSchema")
214
- def on_all_tables_in_schema(self) -> Optional[pulumi.Input[str]]:
215
+ def on_all_tables_in_schema(self) -> Optional[pulumi.Input[builtins.str]]:
215
216
  """
216
217
  The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
217
218
  """
218
219
  return pulumi.get(self, "on_all_tables_in_schema")
219
220
 
220
221
  @on_all_tables_in_schema.setter
221
- def on_all_tables_in_schema(self, value: Optional[pulumi.Input[str]]):
222
+ def on_all_tables_in_schema(self, value: Optional[pulumi.Input[builtins.str]]):
222
223
  pulumi.set(self, "on_all_tables_in_schema", value)
223
224
 
224
225
  @property
225
226
  @pulumi.getter(name="onDatabase")
226
- def on_database(self) -> Optional[pulumi.Input[str]]:
227
+ def on_database(self) -> Optional[pulumi.Input[builtins.str]]:
227
228
  """
228
229
  The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
229
230
  """
230
231
  return pulumi.get(self, "on_database")
231
232
 
232
233
  @on_database.setter
233
- def on_database(self, value: Optional[pulumi.Input[str]]):
234
+ def on_database(self, value: Optional[pulumi.Input[builtins.str]]):
234
235
  pulumi.set(self, "on_database", value)
235
236
 
236
237
  @property
237
238
  @pulumi.getter(name="onFunction")
238
- def on_function(self) -> Optional[pulumi.Input[str]]:
239
+ def on_function(self) -> Optional[pulumi.Input[builtins.str]]:
239
240
  """
240
241
  The fully qualified name of the function on which privileges will be granted.
241
242
  """
242
243
  return pulumi.get(self, "on_function")
243
244
 
244
245
  @on_function.setter
245
- def on_function(self, value: Optional[pulumi.Input[str]]):
246
+ def on_function(self, value: Optional[pulumi.Input[builtins.str]]):
246
247
  pulumi.set(self, "on_function", value)
247
248
 
248
249
  @property
249
250
  @pulumi.getter(name="onSchema")
250
- def on_schema(self) -> Optional[pulumi.Input[str]]:
251
+ def on_schema(self) -> Optional[pulumi.Input[builtins.str]]:
251
252
  """
252
253
  The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
253
254
  """
254
255
  return pulumi.get(self, "on_schema")
255
256
 
256
257
  @on_schema.setter
257
- def on_schema(self, value: Optional[pulumi.Input[str]]):
258
+ def on_schema(self, value: Optional[pulumi.Input[builtins.str]]):
258
259
  pulumi.set(self, "on_schema", value)
259
260
 
260
261
  @property
261
262
  @pulumi.getter(name="onTable")
262
- def on_table(self) -> Optional[pulumi.Input[str]]:
263
+ def on_table(self) -> Optional[pulumi.Input[builtins.str]]:
263
264
  """
264
265
  The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
265
266
  """
266
267
  return pulumi.get(self, "on_table")
267
268
 
268
269
  @on_table.setter
269
- def on_table(self, value: Optional[pulumi.Input[str]]):
270
+ def on_table(self, value: Optional[pulumi.Input[builtins.str]]):
270
271
  pulumi.set(self, "on_table", value)
271
272
 
272
273
  @property
273
274
  @pulumi.getter(name="onTag")
274
- def on_tag(self) -> Optional[pulumi.Input[str]]:
275
+ def on_tag(self) -> Optional[pulumi.Input[builtins.str]]:
275
276
  """
276
277
  The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
277
278
  """
278
279
  return pulumi.get(self, "on_tag")
279
280
 
280
281
  @on_tag.setter
281
- def on_tag(self, value: Optional[pulumi.Input[str]]):
282
+ def on_tag(self, value: Optional[pulumi.Input[builtins.str]]):
282
283
  pulumi.set(self, "on_tag", value)
283
284
 
284
285
  @property
285
286
  @pulumi.getter(name="onView")
286
- def on_view(self) -> Optional[pulumi.Input[str]]:
287
+ def on_view(self) -> Optional[pulumi.Input[builtins.str]]:
287
288
  """
288
289
  The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
289
290
  """
290
291
  return pulumi.get(self, "on_view")
291
292
 
292
293
  @on_view.setter
293
- def on_view(self, value: Optional[pulumi.Input[str]]):
294
+ def on_view(self, value: Optional[pulumi.Input[builtins.str]]):
294
295
  pulumi.set(self, "on_view", value)
295
296
 
296
297
  @property
297
298
  @pulumi.getter
298
- def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
299
+ def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
299
300
  """
300
301
  The privileges to grant on the share. See available list of privileges: https://docs.snowflake.com/en/sql-reference/sql/grant-privilege-share#syntax
301
302
  """
302
303
  return pulumi.get(self, "privileges")
303
304
 
304
305
  @privileges.setter
305
- def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
306
+ def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
306
307
  pulumi.set(self, "privileges", value)
307
308
 
308
309
  @property
309
310
  @pulumi.getter(name="toShare")
310
- def to_share(self) -> Optional[pulumi.Input[str]]:
311
+ def to_share(self) -> Optional[pulumi.Input[builtins.str]]:
311
312
  """
312
313
  The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
313
314
  """
314
315
  return pulumi.get(self, "to_share")
315
316
 
316
317
  @to_share.setter
317
- def to_share(self, value: Optional[pulumi.Input[str]]):
318
+ def to_share(self, value: Optional[pulumi.Input[builtins.str]]):
318
319
  pulumi.set(self, "to_share", value)
319
320
 
320
321
 
@@ -323,15 +324,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
323
324
  def __init__(__self__,
324
325
  resource_name: str,
325
326
  opts: Optional[pulumi.ResourceOptions] = None,
326
- on_all_tables_in_schema: Optional[pulumi.Input[str]] = None,
327
- on_database: Optional[pulumi.Input[str]] = None,
328
- on_function: Optional[pulumi.Input[str]] = None,
329
- on_schema: Optional[pulumi.Input[str]] = None,
330
- on_table: Optional[pulumi.Input[str]] = None,
331
- on_tag: Optional[pulumi.Input[str]] = None,
332
- on_view: Optional[pulumi.Input[str]] = None,
333
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
334
- to_share: Optional[pulumi.Input[str]] = None,
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,
335
336
  __props__=None):
336
337
  """
337
338
  ## Import
@@ -344,15 +345,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
344
345
 
345
346
  :param str resource_name: The name of the resource.
346
347
  :param pulumi.ResourceOptions opts: Options for the resource.
347
- :param pulumi.Input[str] on_all_tables_in_schema: The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
348
- :param pulumi.Input[str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
349
- :param pulumi.Input[str] on_function: The fully qualified name of the function on which privileges will be granted.
350
- :param pulumi.Input[str] on_schema: The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
351
- :param pulumi.Input[str] on_table: The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
352
- :param pulumi.Input[str] on_tag: The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
353
- :param pulumi.Input[str] on_view: The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
354
- :param pulumi.Input[Sequence[pulumi.Input[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
355
- :param pulumi.Input[str] to_share: The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
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.
356
357
  """
357
358
  ...
358
359
  @overload
@@ -384,15 +385,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
384
385
  def _internal_init(__self__,
385
386
  resource_name: str,
386
387
  opts: Optional[pulumi.ResourceOptions] = None,
387
- on_all_tables_in_schema: Optional[pulumi.Input[str]] = None,
388
- on_database: Optional[pulumi.Input[str]] = None,
389
- on_function: Optional[pulumi.Input[str]] = None,
390
- on_schema: Optional[pulumi.Input[str]] = None,
391
- on_table: Optional[pulumi.Input[str]] = None,
392
- on_tag: Optional[pulumi.Input[str]] = None,
393
- on_view: Optional[pulumi.Input[str]] = None,
394
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
395
- to_share: Optional[pulumi.Input[str]] = None,
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,
396
397
  __props__=None):
397
398
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
398
399
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -425,15 +426,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
425
426
  def get(resource_name: str,
426
427
  id: pulumi.Input[str],
427
428
  opts: Optional[pulumi.ResourceOptions] = None,
428
- on_all_tables_in_schema: Optional[pulumi.Input[str]] = None,
429
- on_database: Optional[pulumi.Input[str]] = None,
430
- on_function: Optional[pulumi.Input[str]] = None,
431
- on_schema: Optional[pulumi.Input[str]] = None,
432
- on_table: Optional[pulumi.Input[str]] = None,
433
- on_tag: Optional[pulumi.Input[str]] = None,
434
- on_view: Optional[pulumi.Input[str]] = None,
435
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
436
- to_share: Optional[pulumi.Input[str]] = None) -> 'GrantPrivilegesToShare':
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':
437
438
  """
438
439
  Get an existing GrantPrivilegesToShare resource's state with the given name, id, and optional extra
439
440
  properties used to qualify the lookup.
@@ -441,15 +442,15 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
441
442
  :param str resource_name: The unique name of the resulting resource.
442
443
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
443
444
  :param pulumi.ResourceOptions opts: Options for the resource.
444
- :param pulumi.Input[str] on_all_tables_in_schema: The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
445
- :param pulumi.Input[str] on_database: The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
446
- :param pulumi.Input[str] on_function: The fully qualified name of the function on which privileges will be granted.
447
- :param pulumi.Input[str] on_schema: The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
448
- :param pulumi.Input[str] on_table: The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
449
- :param pulumi.Input[str] on_tag: The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
450
- :param pulumi.Input[str] on_view: The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
451
- :param pulumi.Input[Sequence[pulumi.Input[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
452
- :param pulumi.Input[str] to_share: The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
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.
453
454
  """
454
455
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
455
456
 
@@ -468,7 +469,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
468
469
 
469
470
  @property
470
471
  @pulumi.getter(name="onAllTablesInSchema")
471
- def on_all_tables_in_schema(self) -> pulumi.Output[Optional[str]]:
472
+ def on_all_tables_in_schema(self) -> pulumi.Output[Optional[builtins.str]]:
472
473
  """
473
474
  The fully qualified identifier for the schema for which the specified privilege will be granted for all tables.
474
475
  """
@@ -476,7 +477,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
476
477
 
477
478
  @property
478
479
  @pulumi.getter(name="onDatabase")
479
- def on_database(self) -> pulumi.Output[Optional[str]]:
480
+ def on_database(self) -> pulumi.Output[Optional[builtins.str]]:
480
481
  """
481
482
  The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
482
483
  """
@@ -484,7 +485,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
484
485
 
485
486
  @property
486
487
  @pulumi.getter(name="onFunction")
487
- def on_function(self) -> pulumi.Output[Optional[str]]:
488
+ def on_function(self) -> pulumi.Output[Optional[builtins.str]]:
488
489
  """
489
490
  The fully qualified name of the function on which privileges will be granted.
490
491
  """
@@ -492,7 +493,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
492
493
 
493
494
  @property
494
495
  @pulumi.getter(name="onSchema")
495
- def on_schema(self) -> pulumi.Output[Optional[str]]:
496
+ def on_schema(self) -> pulumi.Output[Optional[builtins.str]]:
496
497
  """
497
498
  The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
498
499
  """
@@ -500,7 +501,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
500
501
 
501
502
  @property
502
503
  @pulumi.getter(name="onTable")
503
- def on_table(self) -> pulumi.Output[Optional[str]]:
504
+ def on_table(self) -> pulumi.Output[Optional[builtins.str]]:
504
505
  """
505
506
  The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
506
507
  """
@@ -508,7 +509,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
508
509
 
509
510
  @property
510
511
  @pulumi.getter(name="onTag")
511
- def on_tag(self) -> pulumi.Output[Optional[str]]:
512
+ def on_tag(self) -> pulumi.Output[Optional[builtins.str]]:
512
513
  """
513
514
  The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
514
515
  """
@@ -516,7 +517,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
516
517
 
517
518
  @property
518
519
  @pulumi.getter(name="onView")
519
- def on_view(self) -> pulumi.Output[Optional[str]]:
520
+ def on_view(self) -> pulumi.Output[Optional[builtins.str]]:
520
521
  """
521
522
  The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
522
523
  """
@@ -524,7 +525,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
524
525
 
525
526
  @property
526
527
  @pulumi.getter
527
- def privileges(self) -> pulumi.Output[Sequence[str]]:
528
+ def privileges(self) -> pulumi.Output[Sequence[builtins.str]]:
528
529
  """
529
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
530
531
  """
@@ -532,7 +533,7 @@ class GrantPrivilegesToShare(pulumi.CustomResource):
532
533
 
533
534
  @property
534
535
  @pulumi.getter(name="toShare")
535
- def to_share(self) -> pulumi.Output[str]:
536
+ def to_share(self) -> pulumi.Output[builtins.str]:
536
537
  """
537
538
  The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
538
539
  """