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,19 +22,19 @@ __all__ = ['SecretWithBasicAuthenticationArgs', 'SecretWithBasicAuthentication']
21
22
  @pulumi.input_type
22
23
  class SecretWithBasicAuthenticationArgs:
23
24
  def __init__(__self__, *,
24
- database: pulumi.Input[str],
25
- password: pulumi.Input[str],
26
- schema: pulumi.Input[str],
27
- username: pulumi.Input[str],
28
- comment: Optional[pulumi.Input[str]] = None,
29
- name: Optional[pulumi.Input[str]] = None):
25
+ database: pulumi.Input[builtins.str],
26
+ password: pulumi.Input[builtins.str],
27
+ schema: pulumi.Input[builtins.str],
28
+ username: pulumi.Input[builtins.str],
29
+ comment: Optional[pulumi.Input[builtins.str]] = None,
30
+ name: Optional[pulumi.Input[builtins.str]] = None):
30
31
  """
31
32
  The set of arguments for constructing a SecretWithBasicAuthentication resource.
32
- :param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
33
- :param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
34
- :param pulumi.Input[str] username: Specifies the username value to store in the secret.
35
- :param pulumi.Input[str] comment: Specifies a comment for the secret.
36
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
33
+ :param pulumi.Input[builtins.str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
34
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
35
+ :param pulumi.Input[builtins.str] username: Specifies the username value to store in the secret.
36
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the secret.
37
+ :param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
37
38
  """
38
39
  pulumi.set(__self__, "database", database)
39
40
  pulumi.set(__self__, "password", password)
@@ -46,98 +47,98 @@ class SecretWithBasicAuthenticationArgs:
46
47
 
47
48
  @property
48
49
  @pulumi.getter
49
- def database(self) -> pulumi.Input[str]:
50
+ def database(self) -> pulumi.Input[builtins.str]:
50
51
  """
51
52
  The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
52
53
  """
53
54
  return pulumi.get(self, "database")
54
55
 
55
56
  @database.setter
56
- def database(self, value: pulumi.Input[str]):
57
+ def database(self, value: pulumi.Input[builtins.str]):
57
58
  pulumi.set(self, "database", value)
58
59
 
59
60
  @property
60
61
  @pulumi.getter
61
- def password(self) -> pulumi.Input[str]:
62
+ def password(self) -> pulumi.Input[builtins.str]:
62
63
  return pulumi.get(self, "password")
63
64
 
64
65
  @password.setter
65
- def password(self, value: pulumi.Input[str]):
66
+ def password(self, value: pulumi.Input[builtins.str]):
66
67
  pulumi.set(self, "password", value)
67
68
 
68
69
  @property
69
70
  @pulumi.getter
70
- def schema(self) -> pulumi.Input[str]:
71
+ def schema(self) -> pulumi.Input[builtins.str]:
71
72
  """
72
73
  The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
73
74
  """
74
75
  return pulumi.get(self, "schema")
75
76
 
76
77
  @schema.setter
77
- def schema(self, value: pulumi.Input[str]):
78
+ def schema(self, value: pulumi.Input[builtins.str]):
78
79
  pulumi.set(self, "schema", value)
79
80
 
80
81
  @property
81
82
  @pulumi.getter
82
- def username(self) -> pulumi.Input[str]:
83
+ def username(self) -> pulumi.Input[builtins.str]:
83
84
  """
84
85
  Specifies the username value to store in the secret.
85
86
  """
86
87
  return pulumi.get(self, "username")
87
88
 
88
89
  @username.setter
89
- def username(self, value: pulumi.Input[str]):
90
+ def username(self, value: pulumi.Input[builtins.str]):
90
91
  pulumi.set(self, "username", value)
91
92
 
92
93
  @property
93
94
  @pulumi.getter
94
- def comment(self) -> Optional[pulumi.Input[str]]:
95
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
95
96
  """
96
97
  Specifies a comment for the secret.
97
98
  """
98
99
  return pulumi.get(self, "comment")
99
100
 
100
101
  @comment.setter
101
- def comment(self, value: Optional[pulumi.Input[str]]):
102
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
102
103
  pulumi.set(self, "comment", value)
103
104
 
104
105
  @property
105
106
  @pulumi.getter
106
- def name(self) -> Optional[pulumi.Input[str]]:
107
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
107
108
  """
108
109
  String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
109
110
  """
110
111
  return pulumi.get(self, "name")
111
112
 
112
113
  @name.setter
113
- def name(self, value: Optional[pulumi.Input[str]]):
114
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
114
115
  pulumi.set(self, "name", value)
115
116
 
116
117
 
117
118
  @pulumi.input_type
118
119
  class _SecretWithBasicAuthenticationState:
119
120
  def __init__(__self__, *,
120
- comment: Optional[pulumi.Input[str]] = None,
121
- database: Optional[pulumi.Input[str]] = None,
121
+ comment: Optional[pulumi.Input[builtins.str]] = None,
122
+ database: Optional[pulumi.Input[builtins.str]] = None,
122
123
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationDescribeOutputArgs']]]] = None,
123
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
124
- name: Optional[pulumi.Input[str]] = None,
125
- password: Optional[pulumi.Input[str]] = None,
126
- schema: Optional[pulumi.Input[str]] = None,
127
- secret_type: Optional[pulumi.Input[str]] = None,
124
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
125
+ name: Optional[pulumi.Input[builtins.str]] = None,
126
+ password: Optional[pulumi.Input[builtins.str]] = None,
127
+ schema: Optional[pulumi.Input[builtins.str]] = None,
128
+ secret_type: Optional[pulumi.Input[builtins.str]] = None,
128
129
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationShowOutputArgs']]]] = None,
129
- username: Optional[pulumi.Input[str]] = None):
130
+ username: Optional[pulumi.Input[builtins.str]] = None):
130
131
  """
131
132
  Input properties used for looking up and filtering SecretWithBasicAuthentication resources.
132
- :param pulumi.Input[str] comment: Specifies a comment for the secret.
133
- :param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
133
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the secret.
134
+ :param pulumi.Input[builtins.str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
134
135
  :param pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
135
- :param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
136
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
137
- :param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
138
- :param pulumi.Input[str] secret_type: Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
136
+ :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
137
+ :param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
138
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
139
+ :param pulumi.Input[builtins.str] secret_type: Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
139
140
  :param pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
140
- :param pulumi.Input[str] username: Specifies the username value to store in the secret.
141
+ :param pulumi.Input[builtins.str] username: Specifies the username value to store in the secret.
141
142
  """
142
143
  if comment is not None:
143
144
  pulumi.set(__self__, "comment", comment)
@@ -162,26 +163,26 @@ class _SecretWithBasicAuthenticationState:
162
163
 
163
164
  @property
164
165
  @pulumi.getter
165
- def comment(self) -> Optional[pulumi.Input[str]]:
166
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
166
167
  """
167
168
  Specifies a comment for the secret.
168
169
  """
169
170
  return pulumi.get(self, "comment")
170
171
 
171
172
  @comment.setter
172
- def comment(self, value: Optional[pulumi.Input[str]]):
173
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
173
174
  pulumi.set(self, "comment", value)
174
175
 
175
176
  @property
176
177
  @pulumi.getter
177
- def database(self) -> Optional[pulumi.Input[str]]:
178
+ def database(self) -> Optional[pulumi.Input[builtins.str]]:
178
179
  """
179
180
  The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
180
181
  """
181
182
  return pulumi.get(self, "database")
182
183
 
183
184
  @database.setter
184
- def database(self, value: Optional[pulumi.Input[str]]):
185
+ def database(self, value: Optional[pulumi.Input[builtins.str]]):
185
186
  pulumi.set(self, "database", value)
186
187
 
187
188
  @property
@@ -198,59 +199,59 @@ class _SecretWithBasicAuthenticationState:
198
199
 
199
200
  @property
200
201
  @pulumi.getter(name="fullyQualifiedName")
201
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
202
+ def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
202
203
  """
203
204
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
204
205
  """
205
206
  return pulumi.get(self, "fully_qualified_name")
206
207
 
207
208
  @fully_qualified_name.setter
208
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
209
+ def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
209
210
  pulumi.set(self, "fully_qualified_name", value)
210
211
 
211
212
  @property
212
213
  @pulumi.getter
213
- def name(self) -> Optional[pulumi.Input[str]]:
214
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
214
215
  """
215
216
  String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
216
217
  """
217
218
  return pulumi.get(self, "name")
218
219
 
219
220
  @name.setter
220
- def name(self, value: Optional[pulumi.Input[str]]):
221
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
221
222
  pulumi.set(self, "name", value)
222
223
 
223
224
  @property
224
225
  @pulumi.getter
225
- def password(self) -> Optional[pulumi.Input[str]]:
226
+ def password(self) -> Optional[pulumi.Input[builtins.str]]:
226
227
  return pulumi.get(self, "password")
227
228
 
228
229
  @password.setter
229
- def password(self, value: Optional[pulumi.Input[str]]):
230
+ def password(self, value: Optional[pulumi.Input[builtins.str]]):
230
231
  pulumi.set(self, "password", value)
231
232
 
232
233
  @property
233
234
  @pulumi.getter
234
- def schema(self) -> Optional[pulumi.Input[str]]:
235
+ def schema(self) -> Optional[pulumi.Input[builtins.str]]:
235
236
  """
236
237
  The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
237
238
  """
238
239
  return pulumi.get(self, "schema")
239
240
 
240
241
  @schema.setter
241
- def schema(self, value: Optional[pulumi.Input[str]]):
242
+ def schema(self, value: Optional[pulumi.Input[builtins.str]]):
242
243
  pulumi.set(self, "schema", value)
243
244
 
244
245
  @property
245
246
  @pulumi.getter(name="secretType")
246
- def secret_type(self) -> Optional[pulumi.Input[str]]:
247
+ def secret_type(self) -> Optional[pulumi.Input[builtins.str]]:
247
248
  """
248
249
  Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
249
250
  """
250
251
  return pulumi.get(self, "secret_type")
251
252
 
252
253
  @secret_type.setter
253
- def secret_type(self, value: Optional[pulumi.Input[str]]):
254
+ def secret_type(self, value: Optional[pulumi.Input[builtins.str]]):
254
255
  pulumi.set(self, "secret_type", value)
255
256
 
256
257
  @property
@@ -267,14 +268,14 @@ class _SecretWithBasicAuthenticationState:
267
268
 
268
269
  @property
269
270
  @pulumi.getter
270
- def username(self) -> Optional[pulumi.Input[str]]:
271
+ def username(self) -> Optional[pulumi.Input[builtins.str]]:
271
272
  """
272
273
  Specifies the username value to store in the secret.
273
274
  """
274
275
  return pulumi.get(self, "username")
275
276
 
276
277
  @username.setter
277
- def username(self, value: Optional[pulumi.Input[str]]):
278
+ def username(self, value: Optional[pulumi.Input[builtins.str]]):
278
279
  pulumi.set(self, "username", value)
279
280
 
280
281
 
@@ -283,12 +284,12 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
283
284
  def __init__(__self__,
284
285
  resource_name: str,
285
286
  opts: Optional[pulumi.ResourceOptions] = None,
286
- comment: Optional[pulumi.Input[str]] = None,
287
- database: Optional[pulumi.Input[str]] = None,
288
- name: Optional[pulumi.Input[str]] = None,
289
- password: Optional[pulumi.Input[str]] = None,
290
- schema: Optional[pulumi.Input[str]] = None,
291
- username: Optional[pulumi.Input[str]] = None,
287
+ comment: Optional[pulumi.Input[builtins.str]] = None,
288
+ database: Optional[pulumi.Input[builtins.str]] = None,
289
+ name: Optional[pulumi.Input[builtins.str]] = None,
290
+ password: Optional[pulumi.Input[builtins.str]] = None,
291
+ schema: Optional[pulumi.Input[builtins.str]] = None,
292
+ username: Optional[pulumi.Input[builtins.str]] = None,
292
293
  __props__=None):
293
294
  """
294
295
  ## Import
@@ -299,11 +300,11 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
299
300
 
300
301
  :param str resource_name: The name of the resource.
301
302
  :param pulumi.ResourceOptions opts: Options for the resource.
302
- :param pulumi.Input[str] comment: Specifies a comment for the secret.
303
- :param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
304
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
305
- :param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
306
- :param pulumi.Input[str] username: Specifies the username value to store in the secret.
303
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the secret.
304
+ :param pulumi.Input[builtins.str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
305
+ :param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
306
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
307
+ :param pulumi.Input[builtins.str] username: Specifies the username value to store in the secret.
307
308
  """
308
309
  ...
309
310
  @overload
@@ -333,12 +334,12 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
333
334
  def _internal_init(__self__,
334
335
  resource_name: str,
335
336
  opts: Optional[pulumi.ResourceOptions] = None,
336
- comment: Optional[pulumi.Input[str]] = None,
337
- database: Optional[pulumi.Input[str]] = None,
338
- name: Optional[pulumi.Input[str]] = None,
339
- password: Optional[pulumi.Input[str]] = None,
340
- schema: Optional[pulumi.Input[str]] = None,
341
- username: Optional[pulumi.Input[str]] = None,
337
+ comment: Optional[pulumi.Input[builtins.str]] = None,
338
+ database: Optional[pulumi.Input[builtins.str]] = None,
339
+ name: Optional[pulumi.Input[builtins.str]] = None,
340
+ password: Optional[pulumi.Input[builtins.str]] = None,
341
+ schema: Optional[pulumi.Input[builtins.str]] = None,
342
+ username: Optional[pulumi.Input[builtins.str]] = None,
342
343
  __props__=None):
343
344
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
344
345
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -378,16 +379,16 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
378
379
  def get(resource_name: str,
379
380
  id: pulumi.Input[str],
380
381
  opts: Optional[pulumi.ResourceOptions] = None,
381
- comment: Optional[pulumi.Input[str]] = None,
382
- database: Optional[pulumi.Input[str]] = None,
382
+ comment: Optional[pulumi.Input[builtins.str]] = None,
383
+ database: Optional[pulumi.Input[builtins.str]] = None,
383
384
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationDescribeOutputArgs', 'SecretWithBasicAuthenticationDescribeOutputArgsDict']]]]] = None,
384
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
385
- name: Optional[pulumi.Input[str]] = None,
386
- password: Optional[pulumi.Input[str]] = None,
387
- schema: Optional[pulumi.Input[str]] = None,
388
- secret_type: Optional[pulumi.Input[str]] = None,
385
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
386
+ name: Optional[pulumi.Input[builtins.str]] = None,
387
+ password: Optional[pulumi.Input[builtins.str]] = None,
388
+ schema: Optional[pulumi.Input[builtins.str]] = None,
389
+ secret_type: Optional[pulumi.Input[builtins.str]] = None,
389
390
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationShowOutputArgs', 'SecretWithBasicAuthenticationShowOutputArgsDict']]]]] = None,
390
- username: Optional[pulumi.Input[str]] = None) -> 'SecretWithBasicAuthentication':
391
+ username: Optional[pulumi.Input[builtins.str]] = None) -> 'SecretWithBasicAuthentication':
391
392
  """
392
393
  Get an existing SecretWithBasicAuthentication resource's state with the given name, id, and optional extra
393
394
  properties used to qualify the lookup.
@@ -395,15 +396,15 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
395
396
  :param str resource_name: The unique name of the resulting resource.
396
397
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
397
398
  :param pulumi.ResourceOptions opts: Options for the resource.
398
- :param pulumi.Input[str] comment: Specifies a comment for the secret.
399
- :param pulumi.Input[str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
399
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the secret.
400
+ :param pulumi.Input[builtins.str] database: The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
400
401
  :param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationDescribeOutputArgs', 'SecretWithBasicAuthenticationDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
401
- :param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
402
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
403
- :param pulumi.Input[str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
404
- :param pulumi.Input[str] secret_type: Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
402
+ :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
403
+ :param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
404
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
405
+ :param pulumi.Input[builtins.str] secret_type: Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
405
406
  :param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationShowOutputArgs', 'SecretWithBasicAuthenticationShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
406
- :param pulumi.Input[str] username: Specifies the username value to store in the secret.
407
+ :param pulumi.Input[builtins.str] username: Specifies the username value to store in the secret.
407
408
  """
408
409
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
409
410
 
@@ -423,7 +424,7 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
423
424
 
424
425
  @property
425
426
  @pulumi.getter
426
- def comment(self) -> pulumi.Output[Optional[str]]:
427
+ def comment(self) -> pulumi.Output[Optional[builtins.str]]:
427
428
  """
428
429
  Specifies a comment for the secret.
429
430
  """
@@ -431,7 +432,7 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
431
432
 
432
433
  @property
433
434
  @pulumi.getter
434
- def database(self) -> pulumi.Output[str]:
435
+ def database(self) -> pulumi.Output[builtins.str]:
435
436
  """
436
437
  The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
437
438
  """
@@ -447,7 +448,7 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
447
448
 
448
449
  @property
449
450
  @pulumi.getter(name="fullyQualifiedName")
450
- def fully_qualified_name(self) -> pulumi.Output[str]:
451
+ def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
451
452
  """
452
453
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
453
454
  """
@@ -455,7 +456,7 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
455
456
 
456
457
  @property
457
458
  @pulumi.getter
458
- def name(self) -> pulumi.Output[str]:
459
+ def name(self) -> pulumi.Output[builtins.str]:
459
460
  """
460
461
  String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
461
462
  """
@@ -463,12 +464,12 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
463
464
 
464
465
  @property
465
466
  @pulumi.getter
466
- def password(self) -> pulumi.Output[str]:
467
+ def password(self) -> pulumi.Output[builtins.str]:
467
468
  return pulumi.get(self, "password")
468
469
 
469
470
  @property
470
471
  @pulumi.getter
471
- def schema(self) -> pulumi.Output[str]:
472
+ def schema(self) -> pulumi.Output[builtins.str]:
472
473
  """
473
474
  The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
474
475
  """
@@ -476,7 +477,7 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
476
477
 
477
478
  @property
478
479
  @pulumi.getter(name="secretType")
479
- def secret_type(self) -> pulumi.Output[str]:
480
+ def secret_type(self) -> pulumi.Output[builtins.str]:
480
481
  """
481
482
  Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
482
483
  """
@@ -492,7 +493,7 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
492
493
 
493
494
  @property
494
495
  @pulumi.getter
495
- def username(self) -> pulumi.Output[str]:
496
+ def username(self) -> pulumi.Output[builtins.str]:
496
497
  """
497
498
  Specifies the username value to store in the secret.
498
499
  """