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
@@ -21,27 +22,27 @@ __all__ = ['GrantPrivilegesToAccountRoleArgs', 'GrantPrivilegesToAccountRole']
21
22
  @pulumi.input_type
22
23
  class GrantPrivilegesToAccountRoleArgs:
23
24
  def __init__(__self__, *,
24
- account_role_name: pulumi.Input[str],
25
- all_privileges: Optional[pulumi.Input[bool]] = None,
26
- always_apply: Optional[pulumi.Input[bool]] = None,
27
- always_apply_trigger: Optional[pulumi.Input[str]] = None,
28
- on_account: Optional[pulumi.Input[bool]] = None,
25
+ account_role_name: pulumi.Input[builtins.str],
26
+ all_privileges: Optional[pulumi.Input[builtins.bool]] = None,
27
+ always_apply: Optional[pulumi.Input[builtins.bool]] = None,
28
+ always_apply_trigger: Optional[pulumi.Input[builtins.str]] = None,
29
+ on_account: Optional[pulumi.Input[builtins.bool]] = None,
29
30
  on_account_object: Optional[pulumi.Input['GrantPrivilegesToAccountRoleOnAccountObjectArgs']] = None,
30
31
  on_schema: Optional[pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaArgs']] = None,
31
32
  on_schema_object: Optional[pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectArgs']] = None,
32
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
33
- with_grant_option: Optional[pulumi.Input[bool]] = None):
33
+ privileges: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
34
+ with_grant_option: Optional[pulumi.Input[builtins.bool]] = None):
34
35
  """
35
36
  The set of arguments for constructing a GrantPrivilegesToAccountRole resource.
36
- :param pulumi.Input[str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
37
- :param pulumi.Input[bool] all_privileges: Grant all privileges on the account role.
38
- :param pulumi.Input[str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
39
- :param pulumi.Input[bool] on_account: If true, the privileges will be granted on the account.
37
+ :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
38
+ :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
39
+ :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
40
+ :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
40
41
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnAccountObjectArgs'] on_account_object: Specifies the account object on which privileges will be granted
41
42
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaArgs'] on_schema: Specifies the schema on which privileges will be granted.
42
43
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectArgs'] on_schema_object: Specifies the schema object on which privileges will be granted.
43
- :param pulumi.Input[Sequence[pulumi.Input[str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
44
- :param pulumi.Input[bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
44
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
45
+ :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
45
46
  """
46
47
  pulumi.set(__self__, "account_role_name", account_role_name)
47
48
  if all_privileges is not None:
@@ -65,59 +66,59 @@ class GrantPrivilegesToAccountRoleArgs:
65
66
 
66
67
  @property
67
68
  @pulumi.getter(name="accountRoleName")
68
- def account_role_name(self) -> pulumi.Input[str]:
69
+ def account_role_name(self) -> pulumi.Input[builtins.str]:
69
70
  """
70
71
  The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
71
72
  """
72
73
  return pulumi.get(self, "account_role_name")
73
74
 
74
75
  @account_role_name.setter
75
- def account_role_name(self, value: pulumi.Input[str]):
76
+ def account_role_name(self, value: pulumi.Input[builtins.str]):
76
77
  pulumi.set(self, "account_role_name", value)
77
78
 
78
79
  @property
79
80
  @pulumi.getter(name="allPrivileges")
80
- def all_privileges(self) -> Optional[pulumi.Input[bool]]:
81
+ def all_privileges(self) -> Optional[pulumi.Input[builtins.bool]]:
81
82
  """
82
83
  Grant all privileges on the account role.
83
84
  """
84
85
  return pulumi.get(self, "all_privileges")
85
86
 
86
87
  @all_privileges.setter
87
- def all_privileges(self, value: Optional[pulumi.Input[bool]]):
88
+ def all_privileges(self, value: Optional[pulumi.Input[builtins.bool]]):
88
89
  pulumi.set(self, "all_privileges", value)
89
90
 
90
91
  @property
91
92
  @pulumi.getter(name="alwaysApply")
92
- def always_apply(self) -> Optional[pulumi.Input[bool]]:
93
+ def always_apply(self) -> Optional[pulumi.Input[builtins.bool]]:
93
94
  return pulumi.get(self, "always_apply")
94
95
 
95
96
  @always_apply.setter
96
- def always_apply(self, value: Optional[pulumi.Input[bool]]):
97
+ def always_apply(self, value: Optional[pulumi.Input[builtins.bool]]):
97
98
  pulumi.set(self, "always_apply", value)
98
99
 
99
100
  @property
100
101
  @pulumi.getter(name="alwaysApplyTrigger")
101
- def always_apply_trigger(self) -> Optional[pulumi.Input[str]]:
102
+ def always_apply_trigger(self) -> Optional[pulumi.Input[builtins.str]]:
102
103
  """
103
104
  This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
104
105
  """
105
106
  return pulumi.get(self, "always_apply_trigger")
106
107
 
107
108
  @always_apply_trigger.setter
108
- def always_apply_trigger(self, value: Optional[pulumi.Input[str]]):
109
+ def always_apply_trigger(self, value: Optional[pulumi.Input[builtins.str]]):
109
110
  pulumi.set(self, "always_apply_trigger", value)
110
111
 
111
112
  @property
112
113
  @pulumi.getter(name="onAccount")
113
- def on_account(self) -> Optional[pulumi.Input[bool]]:
114
+ def on_account(self) -> Optional[pulumi.Input[builtins.bool]]:
114
115
  """
115
116
  If true, the privileges will be granted on the account.
116
117
  """
117
118
  return pulumi.get(self, "on_account")
118
119
 
119
120
  @on_account.setter
120
- def on_account(self, value: Optional[pulumi.Input[bool]]):
121
+ def on_account(self, value: Optional[pulumi.Input[builtins.bool]]):
121
122
  pulumi.set(self, "on_account", value)
122
123
 
123
124
  @property
@@ -158,53 +159,53 @@ class GrantPrivilegesToAccountRoleArgs:
158
159
 
159
160
  @property
160
161
  @pulumi.getter
161
- def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
162
+ def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
162
163
  """
163
164
  The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
164
165
  """
165
166
  return pulumi.get(self, "privileges")
166
167
 
167
168
  @privileges.setter
168
- def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
169
+ def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
169
170
  pulumi.set(self, "privileges", value)
170
171
 
171
172
  @property
172
173
  @pulumi.getter(name="withGrantOption")
173
- def with_grant_option(self) -> Optional[pulumi.Input[bool]]:
174
+ def with_grant_option(self) -> Optional[pulumi.Input[builtins.bool]]:
174
175
  """
175
176
  Specifies whether the grantee can grant the privileges to other users.
176
177
  """
177
178
  return pulumi.get(self, "with_grant_option")
178
179
 
179
180
  @with_grant_option.setter
180
- def with_grant_option(self, value: Optional[pulumi.Input[bool]]):
181
+ def with_grant_option(self, value: Optional[pulumi.Input[builtins.bool]]):
181
182
  pulumi.set(self, "with_grant_option", value)
182
183
 
183
184
 
184
185
  @pulumi.input_type
185
186
  class _GrantPrivilegesToAccountRoleState:
186
187
  def __init__(__self__, *,
187
- account_role_name: Optional[pulumi.Input[str]] = None,
188
- all_privileges: Optional[pulumi.Input[bool]] = None,
189
- always_apply: Optional[pulumi.Input[bool]] = None,
190
- always_apply_trigger: Optional[pulumi.Input[str]] = None,
191
- on_account: Optional[pulumi.Input[bool]] = None,
188
+ account_role_name: Optional[pulumi.Input[builtins.str]] = None,
189
+ all_privileges: Optional[pulumi.Input[builtins.bool]] = None,
190
+ always_apply: Optional[pulumi.Input[builtins.bool]] = None,
191
+ always_apply_trigger: Optional[pulumi.Input[builtins.str]] = None,
192
+ on_account: Optional[pulumi.Input[builtins.bool]] = None,
192
193
  on_account_object: Optional[pulumi.Input['GrantPrivilegesToAccountRoleOnAccountObjectArgs']] = None,
193
194
  on_schema: Optional[pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaArgs']] = None,
194
195
  on_schema_object: Optional[pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectArgs']] = None,
195
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
196
- with_grant_option: Optional[pulumi.Input[bool]] = None):
196
+ privileges: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
197
+ with_grant_option: Optional[pulumi.Input[builtins.bool]] = None):
197
198
  """
198
199
  Input properties used for looking up and filtering GrantPrivilegesToAccountRole resources.
199
- :param pulumi.Input[str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
200
- :param pulumi.Input[bool] all_privileges: Grant all privileges on the account role.
201
- :param pulumi.Input[str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
202
- :param pulumi.Input[bool] on_account: If true, the privileges will be granted on the account.
200
+ :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
201
+ :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
202
+ :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
203
+ :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
203
204
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnAccountObjectArgs'] on_account_object: Specifies the account object on which privileges will be granted
204
205
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaArgs'] on_schema: Specifies the schema on which privileges will be granted.
205
206
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectArgs'] on_schema_object: Specifies the schema object on which privileges will be granted.
206
- :param pulumi.Input[Sequence[pulumi.Input[str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
207
- :param pulumi.Input[bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
207
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
208
+ :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
208
209
  """
209
210
  if account_role_name is not None:
210
211
  pulumi.set(__self__, "account_role_name", account_role_name)
@@ -229,59 +230,59 @@ class _GrantPrivilegesToAccountRoleState:
229
230
 
230
231
  @property
231
232
  @pulumi.getter(name="accountRoleName")
232
- def account_role_name(self) -> Optional[pulumi.Input[str]]:
233
+ def account_role_name(self) -> Optional[pulumi.Input[builtins.str]]:
233
234
  """
234
235
  The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
235
236
  """
236
237
  return pulumi.get(self, "account_role_name")
237
238
 
238
239
  @account_role_name.setter
239
- def account_role_name(self, value: Optional[pulumi.Input[str]]):
240
+ def account_role_name(self, value: Optional[pulumi.Input[builtins.str]]):
240
241
  pulumi.set(self, "account_role_name", value)
241
242
 
242
243
  @property
243
244
  @pulumi.getter(name="allPrivileges")
244
- def all_privileges(self) -> Optional[pulumi.Input[bool]]:
245
+ def all_privileges(self) -> Optional[pulumi.Input[builtins.bool]]:
245
246
  """
246
247
  Grant all privileges on the account role.
247
248
  """
248
249
  return pulumi.get(self, "all_privileges")
249
250
 
250
251
  @all_privileges.setter
251
- def all_privileges(self, value: Optional[pulumi.Input[bool]]):
252
+ def all_privileges(self, value: Optional[pulumi.Input[builtins.bool]]):
252
253
  pulumi.set(self, "all_privileges", value)
253
254
 
254
255
  @property
255
256
  @pulumi.getter(name="alwaysApply")
256
- def always_apply(self) -> Optional[pulumi.Input[bool]]:
257
+ def always_apply(self) -> Optional[pulumi.Input[builtins.bool]]:
257
258
  return pulumi.get(self, "always_apply")
258
259
 
259
260
  @always_apply.setter
260
- def always_apply(self, value: Optional[pulumi.Input[bool]]):
261
+ def always_apply(self, value: Optional[pulumi.Input[builtins.bool]]):
261
262
  pulumi.set(self, "always_apply", value)
262
263
 
263
264
  @property
264
265
  @pulumi.getter(name="alwaysApplyTrigger")
265
- def always_apply_trigger(self) -> Optional[pulumi.Input[str]]:
266
+ def always_apply_trigger(self) -> Optional[pulumi.Input[builtins.str]]:
266
267
  """
267
268
  This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
268
269
  """
269
270
  return pulumi.get(self, "always_apply_trigger")
270
271
 
271
272
  @always_apply_trigger.setter
272
- def always_apply_trigger(self, value: Optional[pulumi.Input[str]]):
273
+ def always_apply_trigger(self, value: Optional[pulumi.Input[builtins.str]]):
273
274
  pulumi.set(self, "always_apply_trigger", value)
274
275
 
275
276
  @property
276
277
  @pulumi.getter(name="onAccount")
277
- def on_account(self) -> Optional[pulumi.Input[bool]]:
278
+ def on_account(self) -> Optional[pulumi.Input[builtins.bool]]:
278
279
  """
279
280
  If true, the privileges will be granted on the account.
280
281
  """
281
282
  return pulumi.get(self, "on_account")
282
283
 
283
284
  @on_account.setter
284
- def on_account(self, value: Optional[pulumi.Input[bool]]):
285
+ def on_account(self, value: Optional[pulumi.Input[builtins.bool]]):
285
286
  pulumi.set(self, "on_account", value)
286
287
 
287
288
  @property
@@ -322,26 +323,26 @@ class _GrantPrivilegesToAccountRoleState:
322
323
 
323
324
  @property
324
325
  @pulumi.getter
325
- def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
326
+ def privileges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
326
327
  """
327
328
  The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
328
329
  """
329
330
  return pulumi.get(self, "privileges")
330
331
 
331
332
  @privileges.setter
332
- def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
333
+ def privileges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
333
334
  pulumi.set(self, "privileges", value)
334
335
 
335
336
  @property
336
337
  @pulumi.getter(name="withGrantOption")
337
- def with_grant_option(self) -> Optional[pulumi.Input[bool]]:
338
+ def with_grant_option(self) -> Optional[pulumi.Input[builtins.bool]]:
338
339
  """
339
340
  Specifies whether the grantee can grant the privileges to other users.
340
341
  """
341
342
  return pulumi.get(self, "with_grant_option")
342
343
 
343
344
  @with_grant_option.setter
344
- def with_grant_option(self, value: Optional[pulumi.Input[bool]]):
345
+ def with_grant_option(self, value: Optional[pulumi.Input[builtins.bool]]):
345
346
  pulumi.set(self, "with_grant_option", value)
346
347
 
347
348
 
@@ -350,16 +351,16 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
350
351
  def __init__(__self__,
351
352
  resource_name: str,
352
353
  opts: Optional[pulumi.ResourceOptions] = None,
353
- account_role_name: Optional[pulumi.Input[str]] = None,
354
- all_privileges: Optional[pulumi.Input[bool]] = None,
355
- always_apply: Optional[pulumi.Input[bool]] = None,
356
- always_apply_trigger: Optional[pulumi.Input[str]] = None,
357
- on_account: Optional[pulumi.Input[bool]] = None,
354
+ account_role_name: Optional[pulumi.Input[builtins.str]] = None,
355
+ all_privileges: Optional[pulumi.Input[builtins.bool]] = None,
356
+ always_apply: Optional[pulumi.Input[builtins.bool]] = None,
357
+ always_apply_trigger: Optional[pulumi.Input[builtins.str]] = None,
358
+ on_account: Optional[pulumi.Input[builtins.bool]] = None,
358
359
  on_account_object: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnAccountObjectArgs', 'GrantPrivilegesToAccountRoleOnAccountObjectArgsDict']]] = None,
359
360
  on_schema: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaArgs', 'GrantPrivilegesToAccountRoleOnSchemaArgsDict']]] = None,
360
361
  on_schema_object: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaObjectArgs', 'GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict']]] = None,
361
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
362
- with_grant_option: Optional[pulumi.Input[bool]] = None,
362
+ privileges: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
363
+ with_grant_option: Optional[pulumi.Input[builtins.bool]] = None,
363
364
  __props__=None):
364
365
  """
365
366
  ## Import
@@ -392,15 +393,15 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
392
393
 
393
394
  :param str resource_name: The name of the resource.
394
395
  :param pulumi.ResourceOptions opts: Options for the resource.
395
- :param pulumi.Input[str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
396
- :param pulumi.Input[bool] all_privileges: Grant all privileges on the account role.
397
- :param pulumi.Input[str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
398
- :param pulumi.Input[bool] on_account: If true, the privileges will be granted on the account.
396
+ :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
397
+ :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
398
+ :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
399
+ :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
399
400
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnAccountObjectArgs', 'GrantPrivilegesToAccountRoleOnAccountObjectArgsDict']] on_account_object: Specifies the account object on which privileges will be granted
400
401
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaArgs', 'GrantPrivilegesToAccountRoleOnSchemaArgsDict']] on_schema: Specifies the schema on which privileges will be granted.
401
402
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaObjectArgs', 'GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict']] on_schema_object: Specifies the schema object on which privileges will be granted.
402
- :param pulumi.Input[Sequence[pulumi.Input[str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
403
- :param pulumi.Input[bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
403
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
404
+ :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
404
405
  """
405
406
  ...
406
407
  @overload
@@ -452,16 +453,16 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
452
453
  def _internal_init(__self__,
453
454
  resource_name: str,
454
455
  opts: Optional[pulumi.ResourceOptions] = None,
455
- account_role_name: Optional[pulumi.Input[str]] = None,
456
- all_privileges: Optional[pulumi.Input[bool]] = None,
457
- always_apply: Optional[pulumi.Input[bool]] = None,
458
- always_apply_trigger: Optional[pulumi.Input[str]] = None,
459
- on_account: Optional[pulumi.Input[bool]] = None,
456
+ account_role_name: Optional[pulumi.Input[builtins.str]] = None,
457
+ all_privileges: Optional[pulumi.Input[builtins.bool]] = None,
458
+ always_apply: Optional[pulumi.Input[builtins.bool]] = None,
459
+ always_apply_trigger: Optional[pulumi.Input[builtins.str]] = None,
460
+ on_account: Optional[pulumi.Input[builtins.bool]] = None,
460
461
  on_account_object: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnAccountObjectArgs', 'GrantPrivilegesToAccountRoleOnAccountObjectArgsDict']]] = None,
461
462
  on_schema: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaArgs', 'GrantPrivilegesToAccountRoleOnSchemaArgsDict']]] = None,
462
463
  on_schema_object: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaObjectArgs', 'GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict']]] = None,
463
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
464
- with_grant_option: Optional[pulumi.Input[bool]] = None,
464
+ privileges: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
465
+ with_grant_option: Optional[pulumi.Input[builtins.bool]] = None,
465
466
  __props__=None):
466
467
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
467
468
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -493,16 +494,16 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
493
494
  def get(resource_name: str,
494
495
  id: pulumi.Input[str],
495
496
  opts: Optional[pulumi.ResourceOptions] = None,
496
- account_role_name: Optional[pulumi.Input[str]] = None,
497
- all_privileges: Optional[pulumi.Input[bool]] = None,
498
- always_apply: Optional[pulumi.Input[bool]] = None,
499
- always_apply_trigger: Optional[pulumi.Input[str]] = None,
500
- on_account: Optional[pulumi.Input[bool]] = None,
497
+ account_role_name: Optional[pulumi.Input[builtins.str]] = None,
498
+ all_privileges: Optional[pulumi.Input[builtins.bool]] = None,
499
+ always_apply: Optional[pulumi.Input[builtins.bool]] = None,
500
+ always_apply_trigger: Optional[pulumi.Input[builtins.str]] = None,
501
+ on_account: Optional[pulumi.Input[builtins.bool]] = None,
501
502
  on_account_object: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnAccountObjectArgs', 'GrantPrivilegesToAccountRoleOnAccountObjectArgsDict']]] = None,
502
503
  on_schema: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaArgs', 'GrantPrivilegesToAccountRoleOnSchemaArgsDict']]] = None,
503
504
  on_schema_object: Optional[pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaObjectArgs', 'GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict']]] = None,
504
- privileges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
505
- with_grant_option: Optional[pulumi.Input[bool]] = None) -> 'GrantPrivilegesToAccountRole':
505
+ privileges: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
506
+ with_grant_option: Optional[pulumi.Input[builtins.bool]] = None) -> 'GrantPrivilegesToAccountRole':
506
507
  """
507
508
  Get an existing GrantPrivilegesToAccountRole resource's state with the given name, id, and optional extra
508
509
  properties used to qualify the lookup.
@@ -510,15 +511,15 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
510
511
  :param str resource_name: The unique name of the resulting resource.
511
512
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
512
513
  :param pulumi.ResourceOptions opts: Options for the resource.
513
- :param pulumi.Input[str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
514
- :param pulumi.Input[bool] all_privileges: Grant all privileges on the account role.
515
- :param pulumi.Input[str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
516
- :param pulumi.Input[bool] on_account: If true, the privileges will be granted on the account.
514
+ :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
515
+ :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
516
+ :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
517
+ :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
517
518
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnAccountObjectArgs', 'GrantPrivilegesToAccountRoleOnAccountObjectArgsDict']] on_account_object: Specifies the account object on which privileges will be granted
518
519
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaArgs', 'GrantPrivilegesToAccountRoleOnSchemaArgsDict']] on_schema: Specifies the schema on which privileges will be granted.
519
520
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaObjectArgs', 'GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict']] on_schema_object: Specifies the schema object on which privileges will be granted.
520
- :param pulumi.Input[Sequence[pulumi.Input[str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
521
- :param pulumi.Input[bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
521
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
522
+ :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
522
523
  """
523
524
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
524
525
 
@@ -538,7 +539,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
538
539
 
539
540
  @property
540
541
  @pulumi.getter(name="accountRoleName")
541
- def account_role_name(self) -> pulumi.Output[str]:
542
+ def account_role_name(self) -> pulumi.Output[builtins.str]:
542
543
  """
543
544
  The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
544
545
  """
@@ -546,7 +547,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
546
547
 
547
548
  @property
548
549
  @pulumi.getter(name="allPrivileges")
549
- def all_privileges(self) -> pulumi.Output[Optional[bool]]:
550
+ def all_privileges(self) -> pulumi.Output[Optional[builtins.bool]]:
550
551
  """
551
552
  Grant all privileges on the account role.
552
553
  """
@@ -554,12 +555,12 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
554
555
 
555
556
  @property
556
557
  @pulumi.getter(name="alwaysApply")
557
- def always_apply(self) -> pulumi.Output[Optional[bool]]:
558
+ def always_apply(self) -> pulumi.Output[Optional[builtins.bool]]:
558
559
  return pulumi.get(self, "always_apply")
559
560
 
560
561
  @property
561
562
  @pulumi.getter(name="alwaysApplyTrigger")
562
- def always_apply_trigger(self) -> pulumi.Output[Optional[str]]:
563
+ def always_apply_trigger(self) -> pulumi.Output[Optional[builtins.str]]:
563
564
  """
564
565
  This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
565
566
  """
@@ -567,7 +568,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
567
568
 
568
569
  @property
569
570
  @pulumi.getter(name="onAccount")
570
- def on_account(self) -> pulumi.Output[Optional[bool]]:
571
+ def on_account(self) -> pulumi.Output[Optional[builtins.bool]]:
571
572
  """
572
573
  If true, the privileges will be granted on the account.
573
574
  """
@@ -599,7 +600,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
599
600
 
600
601
  @property
601
602
  @pulumi.getter
602
- def privileges(self) -> pulumi.Output[Optional[Sequence[str]]]:
603
+ def privileges(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
603
604
  """
604
605
  The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
605
606
  """
@@ -607,7 +608,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
607
608
 
608
609
  @property
609
610
  @pulumi.getter(name="withGrantOption")
610
- def with_grant_option(self) -> pulumi.Output[Optional[bool]]:
611
+ def with_grant_option(self) -> pulumi.Output[Optional[builtins.bool]]:
611
612
  """
612
613
  Specifies whether the grantee can grant the privileges to other users.
613
614
  """