pulumi-snowflake 2.2.0a1751946295__py3-none-any.whl → 2.3.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (160) hide show
  1. pulumi_snowflake/__init__.py +20 -1
  2. pulumi_snowflake/_inputs.py +17236 -16797
  3. pulumi_snowflake/account.py +252 -253
  4. pulumi_snowflake/account_authentication_policy_attachment.py +18 -19
  5. pulumi_snowflake/account_parameter.py +35 -36
  6. pulumi_snowflake/account_password_policy_attachment.py +18 -19
  7. pulumi_snowflake/account_role.py +42 -43
  8. pulumi_snowflake/alert.py +149 -150
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +197 -198
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +180 -181
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +193 -194
  12. pulumi_snowflake/api_integration.py +251 -252
  13. pulumi_snowflake/authentication_policy.py +167 -168
  14. pulumi_snowflake/compute_pool.py +167 -168
  15. pulumi_snowflake/config/__init__.py +1 -1
  16. pulumi_snowflake/config/__init__.pyi +1 -2
  17. pulumi_snowflake/config/outputs.py +21 -22
  18. pulumi_snowflake/config/vars.py +43 -44
  19. pulumi_snowflake/cortex_search_service.py +191 -192
  20. pulumi_snowflake/current_account.py +2096 -2097
  21. pulumi_snowflake/current_organization_account.py +5863 -0
  22. pulumi_snowflake/database.py +353 -354
  23. pulumi_snowflake/database_role.py +63 -64
  24. pulumi_snowflake/dynamic_table.py +274 -275
  25. pulumi_snowflake/email_notification_integration.py +70 -71
  26. pulumi_snowflake/execute.py +61 -62
  27. pulumi_snowflake/external_function.py +280 -281
  28. pulumi_snowflake/external_oauth_integration.py +288 -289
  29. pulumi_snowflake/external_table.py +246 -247
  30. pulumi_snowflake/external_volume.py +68 -69
  31. pulumi_snowflake/failover_group.py +135 -136
  32. pulumi_snowflake/file_format.py +622 -623
  33. pulumi_snowflake/function_java.py +320 -321
  34. pulumi_snowflake/function_javascript.py +243 -244
  35. pulumi_snowflake/function_python.py +334 -335
  36. pulumi_snowflake/function_scala.py +320 -321
  37. pulumi_snowflake/function_sql.py +226 -227
  38. pulumi_snowflake/get_account_roles.py +16 -17
  39. pulumi_snowflake/get_accounts.py +16 -17
  40. pulumi_snowflake/get_alerts.py +22 -23
  41. pulumi_snowflake/get_compute_pools.py +23 -24
  42. pulumi_snowflake/get_connections.py +10 -11
  43. pulumi_snowflake/get_cortex_search_services.py +18 -19
  44. pulumi_snowflake/get_current_account.py +9 -10
  45. pulumi_snowflake/get_current_role.py +5 -6
  46. pulumi_snowflake/get_database.py +25 -26
  47. pulumi_snowflake/get_database_role.py +19 -20
  48. pulumi_snowflake/get_database_roles.py +17 -18
  49. pulumi_snowflake/get_databases.py +29 -30
  50. pulumi_snowflake/get_dynamic_tables.py +13 -14
  51. pulumi_snowflake/get_external_functions.py +16 -17
  52. pulumi_snowflake/get_external_tables.py +16 -17
  53. pulumi_snowflake/get_failover_groups.py +10 -11
  54. pulumi_snowflake/get_file_formats.py +16 -17
  55. pulumi_snowflake/get_functions.py +16 -17
  56. pulumi_snowflake/get_git_repositories.py +18 -19
  57. pulumi_snowflake/get_grants.py +9 -10
  58. pulumi_snowflake/get_image_repositories.py +11 -12
  59. pulumi_snowflake/get_masking_policies.py +18 -19
  60. pulumi_snowflake/get_materialized_views.py +16 -17
  61. pulumi_snowflake/get_network_policies.py +16 -17
  62. pulumi_snowflake/get_parameters.py +34 -35
  63. pulumi_snowflake/get_pipes.py +16 -17
  64. pulumi_snowflake/get_procedures.py +16 -17
  65. pulumi_snowflake/get_resource_monitors.py +10 -11
  66. pulumi_snowflake/get_row_access_policies.py +18 -19
  67. pulumi_snowflake/get_schemas.py +30 -31
  68. pulumi_snowflake/get_secrets.py +17 -18
  69. pulumi_snowflake/get_security_integrations.py +16 -17
  70. pulumi_snowflake/get_sequences.py +16 -17
  71. pulumi_snowflake/get_services.py +30 -31
  72. pulumi_snowflake/get_shares.py +10 -11
  73. pulumi_snowflake/get_stages.py +16 -17
  74. pulumi_snowflake/get_storage_integrations.py +4 -5
  75. pulumi_snowflake/get_streamlits.py +18 -19
  76. pulumi_snowflake/get_streams.py +24 -25
  77. pulumi_snowflake/get_system_generate_scim_access_token.py +11 -12
  78. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +11 -12
  79. pulumi_snowflake/get_system_get_private_link_config.py +21 -22
  80. pulumi_snowflake/get_system_get_snowflake_platform_info.py +7 -8
  81. pulumi_snowflake/get_tables.py +24 -25
  82. pulumi_snowflake/get_tags.py +11 -12
  83. pulumi_snowflake/get_tasks.py +30 -31
  84. pulumi_snowflake/get_user_programmatic_access_tokens.py +113 -0
  85. pulumi_snowflake/get_users.py +29 -30
  86. pulumi_snowflake/get_views.py +24 -25
  87. pulumi_snowflake/get_warehouses.py +22 -23
  88. pulumi_snowflake/git_repository.py +133 -134
  89. pulumi_snowflake/grant_account_role.py +52 -53
  90. pulumi_snowflake/grant_application_role.py +52 -53
  91. pulumi_snowflake/grant_database_role.py +69 -70
  92. pulumi_snowflake/grant_ownership.py +55 -56
  93. pulumi_snowflake/grant_privileges_to_account_role.py +125 -126
  94. pulumi_snowflake/grant_privileges_to_database_role.py +122 -123
  95. pulumi_snowflake/grant_privileges_to_share.py +154 -155
  96. pulumi_snowflake/image_repository.py +80 -81
  97. pulumi_snowflake/job_service.py +148 -149
  98. pulumi_snowflake/legacy_service_user.py +1269 -1270
  99. pulumi_snowflake/managed_account.py +140 -141
  100. pulumi_snowflake/masking_policy.py +136 -137
  101. pulumi_snowflake/materialized_view.py +149 -150
  102. pulumi_snowflake/network_policy.py +116 -117
  103. pulumi_snowflake/network_policy_attachment.py +52 -53
  104. pulumi_snowflake/network_rule.py +129 -130
  105. pulumi_snowflake/notification_integration.py +298 -299
  106. pulumi_snowflake/oauth_integration_for_custom_clients.py +263 -264
  107. pulumi_snowflake/oauth_integration_for_partner_applications.py +169 -170
  108. pulumi_snowflake/object_parameter.py +72 -73
  109. pulumi_snowflake/outputs.py +15957 -15511
  110. pulumi_snowflake/password_policy.py +299 -300
  111. pulumi_snowflake/pipe.py +181 -182
  112. pulumi_snowflake/primary_connection.py +70 -71
  113. pulumi_snowflake/procedure_java.py +341 -342
  114. pulumi_snowflake/procedure_javascript.py +247 -248
  115. pulumi_snowflake/procedure_python.py +338 -339
  116. pulumi_snowflake/procedure_scala.py +341 -342
  117. pulumi_snowflake/procedure_sql.py +247 -248
  118. pulumi_snowflake/provider.py +377 -378
  119. pulumi_snowflake/pulumi-plugin.json +1 -1
  120. pulumi_snowflake/resource_monitor.py +165 -166
  121. pulumi_snowflake/row_access_policy.py +102 -103
  122. pulumi_snowflake/saml2_integration.py +303 -304
  123. pulumi_snowflake/schema.py +390 -391
  124. pulumi_snowflake/scim_integration.py +133 -134
  125. pulumi_snowflake/secondary_connection.py +72 -73
  126. pulumi_snowflake/secondary_database.py +350 -351
  127. pulumi_snowflake/secret_with_authorization_code_grant.py +138 -139
  128. pulumi_snowflake/secret_with_basic_authentication.py +121 -122
  129. pulumi_snowflake/secret_with_client_credentials.py +125 -126
  130. pulumi_snowflake/secret_with_generic_string.py +104 -105
  131. pulumi_snowflake/sequence.py +121 -122
  132. pulumi_snowflake/service.py +233 -234
  133. pulumi_snowflake/service_user.py +1239 -1240
  134. pulumi_snowflake/share.py +61 -62
  135. pulumi_snowflake/shared_database.py +299 -300
  136. pulumi_snowflake/stage.py +234 -235
  137. pulumi_snowflake/storage_integration.py +230 -231
  138. pulumi_snowflake/stream_on_directory_table.py +128 -129
  139. pulumi_snowflake/stream_on_external_table.py +151 -152
  140. pulumi_snowflake/stream_on_table.py +164 -165
  141. pulumi_snowflake/stream_on_view.py +164 -165
  142. pulumi_snowflake/streamlit.py +184 -185
  143. pulumi_snowflake/table.py +147 -148
  144. pulumi_snowflake/table_column_masking_policy_application.py +52 -53
  145. pulumi_snowflake/table_constraint.py +191 -192
  146. pulumi_snowflake/tag.py +114 -115
  147. pulumi_snowflake/tag_association.py +86 -87
  148. pulumi_snowflake/task.py +1224 -1225
  149. pulumi_snowflake/user.py +1346 -1347
  150. pulumi_snowflake/user_authentication_policy_attachment.py +35 -36
  151. pulumi_snowflake/user_password_policy_attachment.py +35 -36
  152. pulumi_snowflake/user_programmatic_access_token.py +598 -0
  153. pulumi_snowflake/user_public_keys.py +52 -53
  154. pulumi_snowflake/view.py +187 -188
  155. pulumi_snowflake/warehouse.py +286 -287
  156. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/METADATA +1 -1
  157. pulumi_snowflake-2.3.0.dist-info/RECORD +161 -0
  158. pulumi_snowflake-2.2.0a1751946295.dist-info/RECORD +0 -158
  159. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/WHEEL +0 -0
  160. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -22,19 +21,19 @@ __all__ = ['SecretWithBasicAuthenticationArgs', 'SecretWithBasicAuthentication']
22
21
  @pulumi.input_type
23
22
  class SecretWithBasicAuthenticationArgs:
24
23
  def __init__(__self__, *,
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):
24
+ database: pulumi.Input[_builtins.str],
25
+ password: pulumi.Input[_builtins.str],
26
+ schema: pulumi.Input[_builtins.str],
27
+ username: pulumi.Input[_builtins.str],
28
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
29
+ name: Optional[pulumi.Input[_builtins.str]] = None):
31
30
  """
32
31
  The set of arguments for constructing a SecretWithBasicAuthentication resource.
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: `|`, `.`, `"`.
32
+ :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: `|`, `.`, `"`.
33
+ :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: `|`, `.`, `"`.
34
+ :param pulumi.Input[_builtins.str] username: Specifies the username value to store in the secret.
35
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the secret.
36
+ :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: `|`, `.`, `"`.
38
37
  """
39
38
  pulumi.set(__self__, "database", database)
40
39
  pulumi.set(__self__, "password", password)
@@ -45,100 +44,100 @@ class SecretWithBasicAuthenticationArgs:
45
44
  if name is not None:
46
45
  pulumi.set(__self__, "name", name)
47
46
 
48
- @property
47
+ @_builtins.property
49
48
  @pulumi.getter
50
- def database(self) -> pulumi.Input[builtins.str]:
49
+ def database(self) -> pulumi.Input[_builtins.str]:
51
50
  """
52
51
  The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
53
52
  """
54
53
  return pulumi.get(self, "database")
55
54
 
56
55
  @database.setter
57
- def database(self, value: pulumi.Input[builtins.str]):
56
+ def database(self, value: pulumi.Input[_builtins.str]):
58
57
  pulumi.set(self, "database", value)
59
58
 
60
- @property
59
+ @_builtins.property
61
60
  @pulumi.getter
62
- def password(self) -> pulumi.Input[builtins.str]:
61
+ def password(self) -> pulumi.Input[_builtins.str]:
63
62
  return pulumi.get(self, "password")
64
63
 
65
64
  @password.setter
66
- def password(self, value: pulumi.Input[builtins.str]):
65
+ def password(self, value: pulumi.Input[_builtins.str]):
67
66
  pulumi.set(self, "password", value)
68
67
 
69
- @property
68
+ @_builtins.property
70
69
  @pulumi.getter
71
- def schema(self) -> pulumi.Input[builtins.str]:
70
+ def schema(self) -> pulumi.Input[_builtins.str]:
72
71
  """
73
72
  The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
74
73
  """
75
74
  return pulumi.get(self, "schema")
76
75
 
77
76
  @schema.setter
78
- def schema(self, value: pulumi.Input[builtins.str]):
77
+ def schema(self, value: pulumi.Input[_builtins.str]):
79
78
  pulumi.set(self, "schema", value)
80
79
 
81
- @property
80
+ @_builtins.property
82
81
  @pulumi.getter
83
- def username(self) -> pulumi.Input[builtins.str]:
82
+ def username(self) -> pulumi.Input[_builtins.str]:
84
83
  """
85
84
  Specifies the username value to store in the secret.
86
85
  """
87
86
  return pulumi.get(self, "username")
88
87
 
89
88
  @username.setter
90
- def username(self, value: pulumi.Input[builtins.str]):
89
+ def username(self, value: pulumi.Input[_builtins.str]):
91
90
  pulumi.set(self, "username", value)
92
91
 
93
- @property
92
+ @_builtins.property
94
93
  @pulumi.getter
95
- def comment(self) -> Optional[pulumi.Input[builtins.str]]:
94
+ def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
96
95
  """
97
96
  Specifies a comment for the secret.
98
97
  """
99
98
  return pulumi.get(self, "comment")
100
99
 
101
100
  @comment.setter
102
- def comment(self, value: Optional[pulumi.Input[builtins.str]]):
101
+ def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
103
102
  pulumi.set(self, "comment", value)
104
103
 
105
- @property
104
+ @_builtins.property
106
105
  @pulumi.getter
107
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
106
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
108
107
  """
109
108
  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: `|`, `.`, `"`.
110
109
  """
111
110
  return pulumi.get(self, "name")
112
111
 
113
112
  @name.setter
114
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
113
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
115
114
  pulumi.set(self, "name", value)
116
115
 
117
116
 
118
117
  @pulumi.input_type
119
118
  class _SecretWithBasicAuthenticationState:
120
119
  def __init__(__self__, *,
121
- comment: Optional[pulumi.Input[builtins.str]] = None,
122
- database: Optional[pulumi.Input[builtins.str]] = None,
120
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
121
+ database: Optional[pulumi.Input[_builtins.str]] = None,
123
122
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationDescribeOutputArgs']]]] = 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,
123
+ fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
124
+ name: Optional[pulumi.Input[_builtins.str]] = None,
125
+ password: Optional[pulumi.Input[_builtins.str]] = None,
126
+ schema: Optional[pulumi.Input[_builtins.str]] = None,
127
+ secret_type: Optional[pulumi.Input[_builtins.str]] = None,
129
128
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationShowOutputArgs']]]] = None,
130
- username: Optional[pulumi.Input[builtins.str]] = None):
129
+ username: Optional[pulumi.Input[_builtins.str]] = None):
131
130
  """
132
131
  Input properties used for looking up and filtering SecretWithBasicAuthentication resources.
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: `|`, `.`, `"`.
132
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the secret.
133
+ :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: `|`, `.`, `"`.
135
134
  :param pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
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.
135
+ :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).
136
+ :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: `|`, `.`, `"`.
137
+ :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: `|`, `.`, `"`.
138
+ :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.
140
139
  :param pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
141
- :param pulumi.Input[builtins.str] username: Specifies the username value to store in the secret.
140
+ :param pulumi.Input[_builtins.str] username: Specifies the username value to store in the secret.
142
141
  """
143
142
  if comment is not None:
144
143
  pulumi.set(__self__, "comment", comment)
@@ -161,31 +160,31 @@ class _SecretWithBasicAuthenticationState:
161
160
  if username is not None:
162
161
  pulumi.set(__self__, "username", username)
163
162
 
164
- @property
163
+ @_builtins.property
165
164
  @pulumi.getter
166
- def comment(self) -> Optional[pulumi.Input[builtins.str]]:
165
+ def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
167
166
  """
168
167
  Specifies a comment for the secret.
169
168
  """
170
169
  return pulumi.get(self, "comment")
171
170
 
172
171
  @comment.setter
173
- def comment(self, value: Optional[pulumi.Input[builtins.str]]):
172
+ def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
174
173
  pulumi.set(self, "comment", value)
175
174
 
176
- @property
175
+ @_builtins.property
177
176
  @pulumi.getter
178
- def database(self) -> Optional[pulumi.Input[builtins.str]]:
177
+ def database(self) -> Optional[pulumi.Input[_builtins.str]]:
179
178
  """
180
179
  The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
181
180
  """
182
181
  return pulumi.get(self, "database")
183
182
 
184
183
  @database.setter
185
- def database(self, value: Optional[pulumi.Input[builtins.str]]):
184
+ def database(self, value: Optional[pulumi.Input[_builtins.str]]):
186
185
  pulumi.set(self, "database", value)
187
186
 
188
- @property
187
+ @_builtins.property
189
188
  @pulumi.getter(name="describeOutputs")
190
189
  def describe_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationDescribeOutputArgs']]]]:
191
190
  """
@@ -197,64 +196,64 @@ class _SecretWithBasicAuthenticationState:
197
196
  def describe_outputs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationDescribeOutputArgs']]]]):
198
197
  pulumi.set(self, "describe_outputs", value)
199
198
 
200
- @property
199
+ @_builtins.property
201
200
  @pulumi.getter(name="fullyQualifiedName")
202
- def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
201
+ def fully_qualified_name(self) -> Optional[pulumi.Input[_builtins.str]]:
203
202
  """
204
203
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
205
204
  """
206
205
  return pulumi.get(self, "fully_qualified_name")
207
206
 
208
207
  @fully_qualified_name.setter
209
- def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
208
+ def fully_qualified_name(self, value: Optional[pulumi.Input[_builtins.str]]):
210
209
  pulumi.set(self, "fully_qualified_name", value)
211
210
 
212
- @property
211
+ @_builtins.property
213
212
  @pulumi.getter
214
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
213
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
215
214
  """
216
215
  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: `|`, `.`, `"`.
217
216
  """
218
217
  return pulumi.get(self, "name")
219
218
 
220
219
  @name.setter
221
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
220
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
222
221
  pulumi.set(self, "name", value)
223
222
 
224
- @property
223
+ @_builtins.property
225
224
  @pulumi.getter
226
- def password(self) -> Optional[pulumi.Input[builtins.str]]:
225
+ def password(self) -> Optional[pulumi.Input[_builtins.str]]:
227
226
  return pulumi.get(self, "password")
228
227
 
229
228
  @password.setter
230
- def password(self, value: Optional[pulumi.Input[builtins.str]]):
229
+ def password(self, value: Optional[pulumi.Input[_builtins.str]]):
231
230
  pulumi.set(self, "password", value)
232
231
 
233
- @property
232
+ @_builtins.property
234
233
  @pulumi.getter
235
- def schema(self) -> Optional[pulumi.Input[builtins.str]]:
234
+ def schema(self) -> Optional[pulumi.Input[_builtins.str]]:
236
235
  """
237
236
  The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
238
237
  """
239
238
  return pulumi.get(self, "schema")
240
239
 
241
240
  @schema.setter
242
- def schema(self, value: Optional[pulumi.Input[builtins.str]]):
241
+ def schema(self, value: Optional[pulumi.Input[_builtins.str]]):
243
242
  pulumi.set(self, "schema", value)
244
243
 
245
- @property
244
+ @_builtins.property
246
245
  @pulumi.getter(name="secretType")
247
- def secret_type(self) -> Optional[pulumi.Input[builtins.str]]:
246
+ def secret_type(self) -> Optional[pulumi.Input[_builtins.str]]:
248
247
  """
249
248
  Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
250
249
  """
251
250
  return pulumi.get(self, "secret_type")
252
251
 
253
252
  @secret_type.setter
254
- def secret_type(self, value: Optional[pulumi.Input[builtins.str]]):
253
+ def secret_type(self, value: Optional[pulumi.Input[_builtins.str]]):
255
254
  pulumi.set(self, "secret_type", value)
256
255
 
257
- @property
256
+ @_builtins.property
258
257
  @pulumi.getter(name="showOutputs")
259
258
  def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationShowOutputArgs']]]]:
260
259
  """
@@ -266,16 +265,16 @@ class _SecretWithBasicAuthenticationState:
266
265
  def show_outputs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithBasicAuthenticationShowOutputArgs']]]]):
267
266
  pulumi.set(self, "show_outputs", value)
268
267
 
269
- @property
268
+ @_builtins.property
270
269
  @pulumi.getter
271
- def username(self) -> Optional[pulumi.Input[builtins.str]]:
270
+ def username(self) -> Optional[pulumi.Input[_builtins.str]]:
272
271
  """
273
272
  Specifies the username value to store in the secret.
274
273
  """
275
274
  return pulumi.get(self, "username")
276
275
 
277
276
  @username.setter
278
- def username(self, value: Optional[pulumi.Input[builtins.str]]):
277
+ def username(self, value: Optional[pulumi.Input[_builtins.str]]):
279
278
  pulumi.set(self, "username", value)
280
279
 
281
280
 
@@ -285,12 +284,12 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
285
284
  def __init__(__self__,
286
285
  resource_name: str,
287
286
  opts: Optional[pulumi.ResourceOptions] = None,
288
- comment: Optional[pulumi.Input[builtins.str]] = None,
289
- database: Optional[pulumi.Input[builtins.str]] = None,
290
- name: Optional[pulumi.Input[builtins.str]] = None,
291
- password: Optional[pulumi.Input[builtins.str]] = None,
292
- schema: Optional[pulumi.Input[builtins.str]] = None,
293
- username: Optional[pulumi.Input[builtins.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,
294
293
  __props__=None):
295
294
  """
296
295
  ## Import
@@ -301,11 +300,11 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
301
300
 
302
301
  :param str resource_name: The name of the resource.
303
302
  :param pulumi.ResourceOptions opts: Options for the resource.
304
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the secret.
305
- :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: `|`, `.`, `"`.
306
- :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: `|`, `.`, `"`.
307
- :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: `|`, `.`, `"`.
308
- :param pulumi.Input[builtins.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.
309
308
  """
310
309
  ...
311
310
  @overload
@@ -335,12 +334,12 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
335
334
  def _internal_init(__self__,
336
335
  resource_name: str,
337
336
  opts: Optional[pulumi.ResourceOptions] = None,
338
- comment: Optional[pulumi.Input[builtins.str]] = None,
339
- database: Optional[pulumi.Input[builtins.str]] = None,
340
- name: Optional[pulumi.Input[builtins.str]] = None,
341
- password: Optional[pulumi.Input[builtins.str]] = None,
342
- schema: Optional[pulumi.Input[builtins.str]] = None,
343
- username: Optional[pulumi.Input[builtins.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,
344
343
  __props__=None):
345
344
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
346
345
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -380,16 +379,16 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
380
379
  def get(resource_name: str,
381
380
  id: pulumi.Input[str],
382
381
  opts: Optional[pulumi.ResourceOptions] = None,
383
- comment: Optional[pulumi.Input[builtins.str]] = None,
384
- database: Optional[pulumi.Input[builtins.str]] = None,
382
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
383
+ database: Optional[pulumi.Input[_builtins.str]] = None,
385
384
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationDescribeOutputArgs', 'SecretWithBasicAuthenticationDescribeOutputArgsDict']]]]] = None,
386
- fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
387
- name: Optional[pulumi.Input[builtins.str]] = None,
388
- password: Optional[pulumi.Input[builtins.str]] = None,
389
- schema: Optional[pulumi.Input[builtins.str]] = None,
390
- secret_type: Optional[pulumi.Input[builtins.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,
391
390
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationShowOutputArgs', 'SecretWithBasicAuthenticationShowOutputArgsDict']]]]] = None,
392
- username: Optional[pulumi.Input[builtins.str]] = None) -> 'SecretWithBasicAuthentication':
391
+ username: Optional[pulumi.Input[_builtins.str]] = None) -> 'SecretWithBasicAuthentication':
393
392
  """
394
393
  Get an existing SecretWithBasicAuthentication resource's state with the given name, id, and optional extra
395
394
  properties used to qualify the lookup.
@@ -397,15 +396,15 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
397
396
  :param str resource_name: The unique name of the resulting resource.
398
397
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
399
398
  :param pulumi.ResourceOptions opts: Options for the resource.
400
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the secret.
401
- :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: `|`, `.`, `"`.
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: `|`, `.`, `"`.
402
401
  :param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationDescribeOutputArgs', 'SecretWithBasicAuthenticationDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
403
- :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).
404
- :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: `|`, `.`, `"`.
405
- :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: `|`, `.`, `"`.
406
- :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.
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.
407
406
  :param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithBasicAuthenticationShowOutputArgs', 'SecretWithBasicAuthenticationShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
408
- :param pulumi.Input[builtins.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.
409
408
  """
410
409
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
411
410
 
@@ -423,23 +422,23 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
423
422
  __props__.__dict__["username"] = username
424
423
  return SecretWithBasicAuthentication(resource_name, opts=opts, __props__=__props__)
425
424
 
426
- @property
425
+ @_builtins.property
427
426
  @pulumi.getter
428
- def comment(self) -> pulumi.Output[Optional[builtins.str]]:
427
+ def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
429
428
  """
430
429
  Specifies a comment for the secret.
431
430
  """
432
431
  return pulumi.get(self, "comment")
433
432
 
434
- @property
433
+ @_builtins.property
435
434
  @pulumi.getter
436
- def database(self) -> pulumi.Output[builtins.str]:
435
+ def database(self) -> pulumi.Output[_builtins.str]:
437
436
  """
438
437
  The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
439
438
  """
440
439
  return pulumi.get(self, "database")
441
440
 
442
- @property
441
+ @_builtins.property
443
442
  @pulumi.getter(name="describeOutputs")
444
443
  def describe_outputs(self) -> pulumi.Output[Sequence['outputs.SecretWithBasicAuthenticationDescribeOutput']]:
445
444
  """
@@ -447,44 +446,44 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
447
446
  """
448
447
  return pulumi.get(self, "describe_outputs")
449
448
 
450
- @property
449
+ @_builtins.property
451
450
  @pulumi.getter(name="fullyQualifiedName")
452
- def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
451
+ def fully_qualified_name(self) -> pulumi.Output[_builtins.str]:
453
452
  """
454
453
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
455
454
  """
456
455
  return pulumi.get(self, "fully_qualified_name")
457
456
 
458
- @property
457
+ @_builtins.property
459
458
  @pulumi.getter
460
- def name(self) -> pulumi.Output[builtins.str]:
459
+ def name(self) -> pulumi.Output[_builtins.str]:
461
460
  """
462
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: `|`, `.`, `"`.
463
462
  """
464
463
  return pulumi.get(self, "name")
465
464
 
466
- @property
465
+ @_builtins.property
467
466
  @pulumi.getter
468
- def password(self) -> pulumi.Output[builtins.str]:
467
+ def password(self) -> pulumi.Output[_builtins.str]:
469
468
  return pulumi.get(self, "password")
470
469
 
471
- @property
470
+ @_builtins.property
472
471
  @pulumi.getter
473
- def schema(self) -> pulumi.Output[builtins.str]:
472
+ def schema(self) -> pulumi.Output[_builtins.str]:
474
473
  """
475
474
  The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
476
475
  """
477
476
  return pulumi.get(self, "schema")
478
477
 
479
- @property
478
+ @_builtins.property
480
479
  @pulumi.getter(name="secretType")
481
- def secret_type(self) -> pulumi.Output[builtins.str]:
480
+ def secret_type(self) -> pulumi.Output[_builtins.str]:
482
481
  """
483
482
  Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
484
483
  """
485
484
  return pulumi.get(self, "secret_type")
486
485
 
487
- @property
486
+ @_builtins.property
488
487
  @pulumi.getter(name="showOutputs")
489
488
  def show_outputs(self) -> pulumi.Output[Sequence['outputs.SecretWithBasicAuthenticationShowOutput']]:
490
489
  """
@@ -492,9 +491,9 @@ class SecretWithBasicAuthentication(pulumi.CustomResource):
492
491
  """
493
492
  return pulumi.get(self, "show_outputs")
494
493
 
495
- @property
494
+ @_builtins.property
496
495
  @pulumi.getter
497
- def username(self) -> pulumi.Output[builtins.str]:
496
+ def username(self) -> pulumi.Output[_builtins.str]:
498
497
  """
499
498
  Specifies the username value to store in the secret.
500
499
  """