pulumi-snowflake 2.3.0a1753339260__py3-none-any.whl → 2.3.0a1753415140__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/__init__.py +20 -1
- pulumi_snowflake/_inputs.py +17236 -16797
- pulumi_snowflake/account.py +252 -253
- pulumi_snowflake/account_authentication_policy_attachment.py +18 -19
- pulumi_snowflake/account_parameter.py +35 -36
- pulumi_snowflake/account_password_policy_attachment.py +18 -19
- pulumi_snowflake/account_role.py +42 -43
- pulumi_snowflake/alert.py +149 -150
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +197 -198
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +180 -181
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +193 -194
- pulumi_snowflake/api_integration.py +251 -252
- pulumi_snowflake/authentication_policy.py +167 -168
- pulumi_snowflake/compute_pool.py +167 -168
- pulumi_snowflake/config/__init__.py +1 -1
- pulumi_snowflake/config/__init__.pyi +1 -2
- pulumi_snowflake/config/outputs.py +21 -22
- pulumi_snowflake/config/vars.py +43 -44
- pulumi_snowflake/cortex_search_service.py +191 -192
- pulumi_snowflake/current_account.py +2096 -2097
- pulumi_snowflake/current_organization_account.py +5863 -0
- pulumi_snowflake/database.py +353 -354
- pulumi_snowflake/database_role.py +63 -64
- pulumi_snowflake/dynamic_table.py +274 -275
- pulumi_snowflake/email_notification_integration.py +70 -71
- pulumi_snowflake/execute.py +61 -62
- pulumi_snowflake/external_function.py +280 -281
- pulumi_snowflake/external_oauth_integration.py +288 -289
- pulumi_snowflake/external_table.py +246 -247
- pulumi_snowflake/external_volume.py +68 -69
- pulumi_snowflake/failover_group.py +135 -136
- pulumi_snowflake/file_format.py +622 -623
- pulumi_snowflake/function_java.py +320 -321
- pulumi_snowflake/function_javascript.py +243 -244
- pulumi_snowflake/function_python.py +334 -335
- pulumi_snowflake/function_scala.py +320 -321
- pulumi_snowflake/function_sql.py +226 -227
- pulumi_snowflake/get_account_roles.py +16 -17
- pulumi_snowflake/get_accounts.py +16 -17
- pulumi_snowflake/get_alerts.py +22 -23
- pulumi_snowflake/get_compute_pools.py +23 -24
- pulumi_snowflake/get_connections.py +10 -11
- pulumi_snowflake/get_cortex_search_services.py +18 -19
- pulumi_snowflake/get_current_account.py +9 -10
- pulumi_snowflake/get_current_role.py +5 -6
- pulumi_snowflake/get_database.py +25 -26
- pulumi_snowflake/get_database_role.py +19 -20
- pulumi_snowflake/get_database_roles.py +17 -18
- pulumi_snowflake/get_databases.py +29 -30
- pulumi_snowflake/get_dynamic_tables.py +13 -14
- pulumi_snowflake/get_external_functions.py +16 -17
- pulumi_snowflake/get_external_tables.py +16 -17
- pulumi_snowflake/get_failover_groups.py +10 -11
- pulumi_snowflake/get_file_formats.py +16 -17
- pulumi_snowflake/get_functions.py +16 -17
- pulumi_snowflake/get_git_repositories.py +18 -19
- pulumi_snowflake/get_grants.py +9 -10
- pulumi_snowflake/get_image_repositories.py +11 -12
- pulumi_snowflake/get_masking_policies.py +18 -19
- pulumi_snowflake/get_materialized_views.py +16 -17
- pulumi_snowflake/get_network_policies.py +16 -17
- pulumi_snowflake/get_parameters.py +34 -35
- pulumi_snowflake/get_pipes.py +16 -17
- pulumi_snowflake/get_procedures.py +16 -17
- pulumi_snowflake/get_resource_monitors.py +10 -11
- pulumi_snowflake/get_row_access_policies.py +18 -19
- pulumi_snowflake/get_schemas.py +30 -31
- pulumi_snowflake/get_secrets.py +17 -18
- pulumi_snowflake/get_security_integrations.py +16 -17
- pulumi_snowflake/get_sequences.py +16 -17
- pulumi_snowflake/get_services.py +30 -31
- pulumi_snowflake/get_shares.py +10 -11
- pulumi_snowflake/get_stages.py +16 -17
- pulumi_snowflake/get_storage_integrations.py +4 -5
- pulumi_snowflake/get_streamlits.py +18 -19
- pulumi_snowflake/get_streams.py +24 -25
- pulumi_snowflake/get_system_generate_scim_access_token.py +11 -12
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +11 -12
- pulumi_snowflake/get_system_get_private_link_config.py +21 -22
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +7 -8
- pulumi_snowflake/get_tables.py +24 -25
- pulumi_snowflake/get_tags.py +11 -12
- pulumi_snowflake/get_tasks.py +30 -31
- pulumi_snowflake/get_user_programmatic_access_tokens.py +113 -0
- pulumi_snowflake/get_users.py +29 -30
- pulumi_snowflake/get_views.py +24 -25
- pulumi_snowflake/get_warehouses.py +22 -23
- pulumi_snowflake/git_repository.py +133 -134
- pulumi_snowflake/grant_account_role.py +52 -53
- pulumi_snowflake/grant_application_role.py +52 -53
- pulumi_snowflake/grant_database_role.py +69 -70
- pulumi_snowflake/grant_ownership.py +55 -56
- pulumi_snowflake/grant_privileges_to_account_role.py +125 -126
- pulumi_snowflake/grant_privileges_to_database_role.py +122 -123
- pulumi_snowflake/grant_privileges_to_share.py +154 -155
- pulumi_snowflake/image_repository.py +80 -81
- pulumi_snowflake/job_service.py +148 -149
- pulumi_snowflake/legacy_service_user.py +1269 -1270
- pulumi_snowflake/managed_account.py +140 -141
- pulumi_snowflake/masking_policy.py +136 -137
- pulumi_snowflake/materialized_view.py +149 -150
- pulumi_snowflake/network_policy.py +116 -117
- pulumi_snowflake/network_policy_attachment.py +52 -53
- pulumi_snowflake/network_rule.py +129 -130
- pulumi_snowflake/notification_integration.py +298 -299
- pulumi_snowflake/oauth_integration_for_custom_clients.py +263 -264
- pulumi_snowflake/oauth_integration_for_partner_applications.py +169 -170
- pulumi_snowflake/object_parameter.py +72 -73
- pulumi_snowflake/outputs.py +15957 -15511
- pulumi_snowflake/password_policy.py +299 -300
- pulumi_snowflake/pipe.py +181 -182
- pulumi_snowflake/primary_connection.py +70 -71
- pulumi_snowflake/procedure_java.py +341 -342
- pulumi_snowflake/procedure_javascript.py +247 -248
- pulumi_snowflake/procedure_python.py +338 -339
- pulumi_snowflake/procedure_scala.py +341 -342
- pulumi_snowflake/procedure_sql.py +247 -248
- pulumi_snowflake/provider.py +377 -378
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +165 -166
- pulumi_snowflake/row_access_policy.py +102 -103
- pulumi_snowflake/saml2_integration.py +303 -304
- pulumi_snowflake/schema.py +390 -391
- pulumi_snowflake/scim_integration.py +133 -134
- pulumi_snowflake/secondary_connection.py +72 -73
- pulumi_snowflake/secondary_database.py +350 -351
- pulumi_snowflake/secret_with_authorization_code_grant.py +138 -139
- pulumi_snowflake/secret_with_basic_authentication.py +121 -122
- pulumi_snowflake/secret_with_client_credentials.py +125 -126
- pulumi_snowflake/secret_with_generic_string.py +104 -105
- pulumi_snowflake/sequence.py +121 -122
- pulumi_snowflake/service.py +233 -234
- pulumi_snowflake/service_user.py +1239 -1240
- pulumi_snowflake/share.py +61 -62
- pulumi_snowflake/shared_database.py +299 -300
- pulumi_snowflake/stage.py +234 -235
- pulumi_snowflake/storage_integration.py +230 -231
- pulumi_snowflake/stream_on_directory_table.py +128 -129
- pulumi_snowflake/stream_on_external_table.py +151 -152
- pulumi_snowflake/stream_on_table.py +164 -165
- pulumi_snowflake/stream_on_view.py +164 -165
- pulumi_snowflake/streamlit.py +184 -185
- pulumi_snowflake/table.py +147 -148
- pulumi_snowflake/table_column_masking_policy_application.py +52 -53
- pulumi_snowflake/table_constraint.py +191 -192
- pulumi_snowflake/tag.py +114 -115
- pulumi_snowflake/tag_association.py +86 -87
- pulumi_snowflake/task.py +1224 -1225
- pulumi_snowflake/user.py +1346 -1347
- pulumi_snowflake/user_authentication_policy_attachment.py +35 -36
- pulumi_snowflake/user_password_policy_attachment.py +35 -36
- pulumi_snowflake/user_programmatic_access_token.py +598 -0
- pulumi_snowflake/user_public_keys.py +52 -53
- pulumi_snowflake/view.py +187 -188
- pulumi_snowflake/warehouse.py +286 -287
- {pulumi_snowflake-2.3.0a1753339260.dist-info → pulumi_snowflake-2.3.0a1753415140.dist-info}/METADATA +1 -1
- pulumi_snowflake-2.3.0a1753415140.dist-info/RECORD +161 -0
- pulumi_snowflake-2.3.0a1753339260.dist-info/RECORD +0 -158
- {pulumi_snowflake-2.3.0a1753339260.dist-info → pulumi_snowflake-2.3.0a1753415140.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-2.3.0a1753339260.dist-info → pulumi_snowflake-2.3.0a1753415140.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,17 +21,17 @@ __all__ = ['SecretWithGenericStringArgs', 'SecretWithGenericString']
|
|
|
22
21
|
@pulumi.input_type
|
|
23
22
|
class SecretWithGenericStringArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
|
-
database: pulumi.Input[
|
|
26
|
-
schema: pulumi.Input[
|
|
27
|
-
secret_string: pulumi.Input[
|
|
28
|
-
comment: Optional[pulumi.Input[
|
|
29
|
-
name: Optional[pulumi.Input[
|
|
24
|
+
database: pulumi.Input[_builtins.str],
|
|
25
|
+
schema: pulumi.Input[_builtins.str],
|
|
26
|
+
secret_string: pulumi.Input[_builtins.str],
|
|
27
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
30
29
|
"""
|
|
31
30
|
The set of arguments for constructing a SecretWithGenericString resource.
|
|
32
|
-
:param pulumi.Input[
|
|
33
|
-
:param pulumi.Input[
|
|
34
|
-
:param pulumi.Input[
|
|
35
|
-
:param pulumi.Input[
|
|
31
|
+
: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: `|`, `.`, `"`.
|
|
32
|
+
: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: `|`, `.`, `"`.
|
|
33
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the secret.
|
|
34
|
+
: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: `|`, `.`, `"`.
|
|
36
35
|
"""
|
|
37
36
|
pulumi.set(__self__, "database", database)
|
|
38
37
|
pulumi.set(__self__, "schema", schema)
|
|
@@ -42,85 +41,85 @@ class SecretWithGenericStringArgs:
|
|
|
42
41
|
if name is not None:
|
|
43
42
|
pulumi.set(__self__, "name", name)
|
|
44
43
|
|
|
45
|
-
@property
|
|
44
|
+
@_builtins.property
|
|
46
45
|
@pulumi.getter
|
|
47
|
-
def database(self) -> pulumi.Input[
|
|
46
|
+
def database(self) -> pulumi.Input[_builtins.str]:
|
|
48
47
|
"""
|
|
49
48
|
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
50
49
|
"""
|
|
51
50
|
return pulumi.get(self, "database")
|
|
52
51
|
|
|
53
52
|
@database.setter
|
|
54
|
-
def database(self, value: pulumi.Input[
|
|
53
|
+
def database(self, value: pulumi.Input[_builtins.str]):
|
|
55
54
|
pulumi.set(self, "database", value)
|
|
56
55
|
|
|
57
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
58
57
|
@pulumi.getter
|
|
59
|
-
def schema(self) -> pulumi.Input[
|
|
58
|
+
def schema(self) -> pulumi.Input[_builtins.str]:
|
|
60
59
|
"""
|
|
61
60
|
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
62
61
|
"""
|
|
63
62
|
return pulumi.get(self, "schema")
|
|
64
63
|
|
|
65
64
|
@schema.setter
|
|
66
|
-
def schema(self, value: pulumi.Input[
|
|
65
|
+
def schema(self, value: pulumi.Input[_builtins.str]):
|
|
67
66
|
pulumi.set(self, "schema", value)
|
|
68
67
|
|
|
69
|
-
@property
|
|
68
|
+
@_builtins.property
|
|
70
69
|
@pulumi.getter(name="secretString")
|
|
71
|
-
def secret_string(self) -> pulumi.Input[
|
|
70
|
+
def secret_string(self) -> pulumi.Input[_builtins.str]:
|
|
72
71
|
return pulumi.get(self, "secret_string")
|
|
73
72
|
|
|
74
73
|
@secret_string.setter
|
|
75
|
-
def secret_string(self, value: pulumi.Input[
|
|
74
|
+
def secret_string(self, value: pulumi.Input[_builtins.str]):
|
|
76
75
|
pulumi.set(self, "secret_string", value)
|
|
77
76
|
|
|
78
|
-
@property
|
|
77
|
+
@_builtins.property
|
|
79
78
|
@pulumi.getter
|
|
80
|
-
def comment(self) -> Optional[pulumi.Input[
|
|
79
|
+
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
81
80
|
"""
|
|
82
81
|
Specifies a comment for the secret.
|
|
83
82
|
"""
|
|
84
83
|
return pulumi.get(self, "comment")
|
|
85
84
|
|
|
86
85
|
@comment.setter
|
|
87
|
-
def comment(self, value: Optional[pulumi.Input[
|
|
86
|
+
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
88
87
|
pulumi.set(self, "comment", value)
|
|
89
88
|
|
|
90
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
91
90
|
@pulumi.getter
|
|
92
|
-
def name(self) -> Optional[pulumi.Input[
|
|
91
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
93
92
|
"""
|
|
94
93
|
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: `|`, `.`, `"`.
|
|
95
94
|
"""
|
|
96
95
|
return pulumi.get(self, "name")
|
|
97
96
|
|
|
98
97
|
@name.setter
|
|
99
|
-
def name(self, value: Optional[pulumi.Input[
|
|
98
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
100
99
|
pulumi.set(self, "name", value)
|
|
101
100
|
|
|
102
101
|
|
|
103
102
|
@pulumi.input_type
|
|
104
103
|
class _SecretWithGenericStringState:
|
|
105
104
|
def __init__(__self__, *,
|
|
106
|
-
comment: Optional[pulumi.Input[
|
|
107
|
-
database: Optional[pulumi.Input[
|
|
105
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
106
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
108
107
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringDescribeOutputArgs']]]] = None,
|
|
109
|
-
fully_qualified_name: Optional[pulumi.Input[
|
|
110
|
-
name: Optional[pulumi.Input[
|
|
111
|
-
schema: Optional[pulumi.Input[
|
|
112
|
-
secret_string: Optional[pulumi.Input[
|
|
113
|
-
secret_type: Optional[pulumi.Input[
|
|
108
|
+
fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
109
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
110
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
111
|
+
secret_string: Optional[pulumi.Input[_builtins.str]] = None,
|
|
112
|
+
secret_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
114
113
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringShowOutputArgs']]]] = None):
|
|
115
114
|
"""
|
|
116
115
|
Input properties used for looking up and filtering SecretWithGenericString resources.
|
|
117
|
-
:param pulumi.Input[
|
|
118
|
-
:param pulumi.Input[
|
|
116
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the secret.
|
|
117
|
+
: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: `|`, `.`, `"`.
|
|
119
118
|
:param pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
|
|
120
|
-
:param pulumi.Input[
|
|
121
|
-
:param pulumi.Input[
|
|
122
|
-
:param pulumi.Input[
|
|
123
|
-
:param pulumi.Input[
|
|
119
|
+
: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).
|
|
120
|
+
: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: `|`, `.`, `"`.
|
|
121
|
+
: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: `|`, `.`, `"`.
|
|
122
|
+
: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.
|
|
124
123
|
:param pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
|
|
125
124
|
"""
|
|
126
125
|
if comment is not None:
|
|
@@ -142,31 +141,31 @@ class _SecretWithGenericStringState:
|
|
|
142
141
|
if show_outputs is not None:
|
|
143
142
|
pulumi.set(__self__, "show_outputs", show_outputs)
|
|
144
143
|
|
|
145
|
-
@property
|
|
144
|
+
@_builtins.property
|
|
146
145
|
@pulumi.getter
|
|
147
|
-
def comment(self) -> Optional[pulumi.Input[
|
|
146
|
+
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
148
147
|
"""
|
|
149
148
|
Specifies a comment for the secret.
|
|
150
149
|
"""
|
|
151
150
|
return pulumi.get(self, "comment")
|
|
152
151
|
|
|
153
152
|
@comment.setter
|
|
154
|
-
def comment(self, value: Optional[pulumi.Input[
|
|
153
|
+
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
155
154
|
pulumi.set(self, "comment", value)
|
|
156
155
|
|
|
157
|
-
@property
|
|
156
|
+
@_builtins.property
|
|
158
157
|
@pulumi.getter
|
|
159
|
-
def database(self) -> Optional[pulumi.Input[
|
|
158
|
+
def database(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
160
159
|
"""
|
|
161
160
|
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
162
161
|
"""
|
|
163
162
|
return pulumi.get(self, "database")
|
|
164
163
|
|
|
165
164
|
@database.setter
|
|
166
|
-
def database(self, value: Optional[pulumi.Input[
|
|
165
|
+
def database(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
167
166
|
pulumi.set(self, "database", value)
|
|
168
167
|
|
|
169
|
-
@property
|
|
168
|
+
@_builtins.property
|
|
170
169
|
@pulumi.getter(name="describeOutputs")
|
|
171
170
|
def describe_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringDescribeOutputArgs']]]]:
|
|
172
171
|
"""
|
|
@@ -178,64 +177,64 @@ class _SecretWithGenericStringState:
|
|
|
178
177
|
def describe_outputs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringDescribeOutputArgs']]]]):
|
|
179
178
|
pulumi.set(self, "describe_outputs", value)
|
|
180
179
|
|
|
181
|
-
@property
|
|
180
|
+
@_builtins.property
|
|
182
181
|
@pulumi.getter(name="fullyQualifiedName")
|
|
183
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[
|
|
182
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
184
183
|
"""
|
|
185
184
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
186
185
|
"""
|
|
187
186
|
return pulumi.get(self, "fully_qualified_name")
|
|
188
187
|
|
|
189
188
|
@fully_qualified_name.setter
|
|
190
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[
|
|
189
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
191
190
|
pulumi.set(self, "fully_qualified_name", value)
|
|
192
191
|
|
|
193
|
-
@property
|
|
192
|
+
@_builtins.property
|
|
194
193
|
@pulumi.getter
|
|
195
|
-
def name(self) -> Optional[pulumi.Input[
|
|
194
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
196
195
|
"""
|
|
197
196
|
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: `|`, `.`, `"`.
|
|
198
197
|
"""
|
|
199
198
|
return pulumi.get(self, "name")
|
|
200
199
|
|
|
201
200
|
@name.setter
|
|
202
|
-
def name(self, value: Optional[pulumi.Input[
|
|
201
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
203
202
|
pulumi.set(self, "name", value)
|
|
204
203
|
|
|
205
|
-
@property
|
|
204
|
+
@_builtins.property
|
|
206
205
|
@pulumi.getter
|
|
207
|
-
def schema(self) -> Optional[pulumi.Input[
|
|
206
|
+
def schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
208
207
|
"""
|
|
209
208
|
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
210
209
|
"""
|
|
211
210
|
return pulumi.get(self, "schema")
|
|
212
211
|
|
|
213
212
|
@schema.setter
|
|
214
|
-
def schema(self, value: Optional[pulumi.Input[
|
|
213
|
+
def schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
215
214
|
pulumi.set(self, "schema", value)
|
|
216
215
|
|
|
217
|
-
@property
|
|
216
|
+
@_builtins.property
|
|
218
217
|
@pulumi.getter(name="secretString")
|
|
219
|
-
def secret_string(self) -> Optional[pulumi.Input[
|
|
218
|
+
def secret_string(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
220
219
|
return pulumi.get(self, "secret_string")
|
|
221
220
|
|
|
222
221
|
@secret_string.setter
|
|
223
|
-
def secret_string(self, value: Optional[pulumi.Input[
|
|
222
|
+
def secret_string(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
224
223
|
pulumi.set(self, "secret_string", value)
|
|
225
224
|
|
|
226
|
-
@property
|
|
225
|
+
@_builtins.property
|
|
227
226
|
@pulumi.getter(name="secretType")
|
|
228
|
-
def secret_type(self) -> Optional[pulumi.Input[
|
|
227
|
+
def secret_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
229
228
|
"""
|
|
230
229
|
Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
|
|
231
230
|
"""
|
|
232
231
|
return pulumi.get(self, "secret_type")
|
|
233
232
|
|
|
234
233
|
@secret_type.setter
|
|
235
|
-
def secret_type(self, value: Optional[pulumi.Input[
|
|
234
|
+
def secret_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
236
235
|
pulumi.set(self, "secret_type", value)
|
|
237
236
|
|
|
238
|
-
@property
|
|
237
|
+
@_builtins.property
|
|
239
238
|
@pulumi.getter(name="showOutputs")
|
|
240
239
|
def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringShowOutputArgs']]]]:
|
|
241
240
|
"""
|
|
@@ -254,11 +253,11 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
254
253
|
def __init__(__self__,
|
|
255
254
|
resource_name: str,
|
|
256
255
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
257
|
-
comment: Optional[pulumi.Input[
|
|
258
|
-
database: Optional[pulumi.Input[
|
|
259
|
-
name: Optional[pulumi.Input[
|
|
260
|
-
schema: Optional[pulumi.Input[
|
|
261
|
-
secret_string: Optional[pulumi.Input[
|
|
256
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
257
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
258
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
259
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
260
|
+
secret_string: Optional[pulumi.Input[_builtins.str]] = None,
|
|
262
261
|
__props__=None):
|
|
263
262
|
"""
|
|
264
263
|
## Import
|
|
@@ -269,10 +268,10 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
269
268
|
|
|
270
269
|
:param str resource_name: The name of the resource.
|
|
271
270
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
272
|
-
:param pulumi.Input[
|
|
273
|
-
:param pulumi.Input[
|
|
274
|
-
:param pulumi.Input[
|
|
275
|
-
:param pulumi.Input[
|
|
271
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the secret.
|
|
272
|
+
: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: `|`, `.`, `"`.
|
|
273
|
+
: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: `|`, `.`, `"`.
|
|
274
|
+
: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: `|`, `.`, `"`.
|
|
276
275
|
"""
|
|
277
276
|
...
|
|
278
277
|
@overload
|
|
@@ -302,11 +301,11 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
302
301
|
def _internal_init(__self__,
|
|
303
302
|
resource_name: str,
|
|
304
303
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
305
|
-
comment: Optional[pulumi.Input[
|
|
306
|
-
database: Optional[pulumi.Input[
|
|
307
|
-
name: Optional[pulumi.Input[
|
|
308
|
-
schema: Optional[pulumi.Input[
|
|
309
|
-
secret_string: Optional[pulumi.Input[
|
|
304
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
305
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
306
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
307
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
308
|
+
secret_string: Optional[pulumi.Input[_builtins.str]] = None,
|
|
310
309
|
__props__=None):
|
|
311
310
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
312
311
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -343,14 +342,14 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
343
342
|
def get(resource_name: str,
|
|
344
343
|
id: pulumi.Input[str],
|
|
345
344
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
346
|
-
comment: Optional[pulumi.Input[
|
|
347
|
-
database: Optional[pulumi.Input[
|
|
345
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
346
|
+
database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
348
347
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringDescribeOutputArgs', 'SecretWithGenericStringDescribeOutputArgsDict']]]]] = None,
|
|
349
|
-
fully_qualified_name: Optional[pulumi.Input[
|
|
350
|
-
name: Optional[pulumi.Input[
|
|
351
|
-
schema: Optional[pulumi.Input[
|
|
352
|
-
secret_string: Optional[pulumi.Input[
|
|
353
|
-
secret_type: Optional[pulumi.Input[
|
|
348
|
+
fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
349
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
350
|
+
schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
351
|
+
secret_string: Optional[pulumi.Input[_builtins.str]] = None,
|
|
352
|
+
secret_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
354
353
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringShowOutputArgs', 'SecretWithGenericStringShowOutputArgsDict']]]]] = None) -> 'SecretWithGenericString':
|
|
355
354
|
"""
|
|
356
355
|
Get an existing SecretWithGenericString resource's state with the given name, id, and optional extra
|
|
@@ -359,13 +358,13 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
359
358
|
:param str resource_name: The unique name of the resulting resource.
|
|
360
359
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
361
360
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
362
|
-
:param pulumi.Input[
|
|
363
|
-
:param pulumi.Input[
|
|
361
|
+
:param pulumi.Input[_builtins.str] comment: Specifies a comment for the secret.
|
|
362
|
+
: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: `|`, `.`, `"`.
|
|
364
363
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringDescribeOutputArgs', 'SecretWithGenericStringDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
|
|
365
|
-
:param pulumi.Input[
|
|
366
|
-
:param pulumi.Input[
|
|
367
|
-
:param pulumi.Input[
|
|
368
|
-
:param pulumi.Input[
|
|
364
|
+
: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).
|
|
365
|
+
: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: `|`, `.`, `"`.
|
|
366
|
+
: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: `|`, `.`, `"`.
|
|
367
|
+
: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.
|
|
369
368
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringShowOutputArgs', 'SecretWithGenericStringShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
|
|
370
369
|
"""
|
|
371
370
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -383,23 +382,23 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
383
382
|
__props__.__dict__["show_outputs"] = show_outputs
|
|
384
383
|
return SecretWithGenericString(resource_name, opts=opts, __props__=__props__)
|
|
385
384
|
|
|
386
|
-
@property
|
|
385
|
+
@_builtins.property
|
|
387
386
|
@pulumi.getter
|
|
388
|
-
def comment(self) -> pulumi.Output[Optional[
|
|
387
|
+
def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
389
388
|
"""
|
|
390
389
|
Specifies a comment for the secret.
|
|
391
390
|
"""
|
|
392
391
|
return pulumi.get(self, "comment")
|
|
393
392
|
|
|
394
|
-
@property
|
|
393
|
+
@_builtins.property
|
|
395
394
|
@pulumi.getter
|
|
396
|
-
def database(self) -> pulumi.Output[
|
|
395
|
+
def database(self) -> pulumi.Output[_builtins.str]:
|
|
397
396
|
"""
|
|
398
397
|
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
399
398
|
"""
|
|
400
399
|
return pulumi.get(self, "database")
|
|
401
400
|
|
|
402
|
-
@property
|
|
401
|
+
@_builtins.property
|
|
403
402
|
@pulumi.getter(name="describeOutputs")
|
|
404
403
|
def describe_outputs(self) -> pulumi.Output[Sequence['outputs.SecretWithGenericStringDescribeOutput']]:
|
|
405
404
|
"""
|
|
@@ -407,44 +406,44 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
407
406
|
"""
|
|
408
407
|
return pulumi.get(self, "describe_outputs")
|
|
409
408
|
|
|
410
|
-
@property
|
|
409
|
+
@_builtins.property
|
|
411
410
|
@pulumi.getter(name="fullyQualifiedName")
|
|
412
|
-
def fully_qualified_name(self) -> pulumi.Output[
|
|
411
|
+
def fully_qualified_name(self) -> pulumi.Output[_builtins.str]:
|
|
413
412
|
"""
|
|
414
413
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
415
414
|
"""
|
|
416
415
|
return pulumi.get(self, "fully_qualified_name")
|
|
417
416
|
|
|
418
|
-
@property
|
|
417
|
+
@_builtins.property
|
|
419
418
|
@pulumi.getter
|
|
420
|
-
def name(self) -> pulumi.Output[
|
|
419
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
421
420
|
"""
|
|
422
421
|
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: `|`, `.`, `"`.
|
|
423
422
|
"""
|
|
424
423
|
return pulumi.get(self, "name")
|
|
425
424
|
|
|
426
|
-
@property
|
|
425
|
+
@_builtins.property
|
|
427
426
|
@pulumi.getter
|
|
428
|
-
def schema(self) -> pulumi.Output[
|
|
427
|
+
def schema(self) -> pulumi.Output[_builtins.str]:
|
|
429
428
|
"""
|
|
430
429
|
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
431
430
|
"""
|
|
432
431
|
return pulumi.get(self, "schema")
|
|
433
432
|
|
|
434
|
-
@property
|
|
433
|
+
@_builtins.property
|
|
435
434
|
@pulumi.getter(name="secretString")
|
|
436
|
-
def secret_string(self) -> pulumi.Output[
|
|
435
|
+
def secret_string(self) -> pulumi.Output[_builtins.str]:
|
|
437
436
|
return pulumi.get(self, "secret_string")
|
|
438
437
|
|
|
439
|
-
@property
|
|
438
|
+
@_builtins.property
|
|
440
439
|
@pulumi.getter(name="secretType")
|
|
441
|
-
def secret_type(self) -> pulumi.Output[
|
|
440
|
+
def secret_type(self) -> pulumi.Output[_builtins.str]:
|
|
442
441
|
"""
|
|
443
442
|
Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
|
|
444
443
|
"""
|
|
445
444
|
return pulumi.get(self, "secret_type")
|
|
446
445
|
|
|
447
|
-
@property
|
|
446
|
+
@_builtins.property
|
|
448
447
|
@pulumi.getter(name="showOutputs")
|
|
449
448
|
def show_outputs(self) -> pulumi.Output[Sequence['outputs.SecretWithGenericStringShowOutput']]:
|
|
450
449
|
"""
|