pulumi-snowflake 1.2.0a1743575514__py3-none-any.whl → 1.2.0a1744266763__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 +1 -0
- pulumi_snowflake/_inputs.py +12288 -12287
- pulumi_snowflake/account.py +186 -185
- pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
- pulumi_snowflake/account_parameter.py +29 -28
- pulumi_snowflake/account_password_policy_attachment.py +15 -14
- pulumi_snowflake/account_role.py +32 -31
- pulumi_snowflake/alert.py +120 -119
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
- pulumi_snowflake/api_integration.py +203 -202
- pulumi_snowflake/authentication_policy.py +134 -133
- pulumi_snowflake/config/__init__.py +1 -0
- pulumi_snowflake/config/__init__.pyi +1 -0
- pulumi_snowflake/config/outputs.py +16 -15
- pulumi_snowflake/config/vars.py +1 -0
- pulumi_snowflake/cortex_search_service.py +141 -140
- pulumi_snowflake/database.py +288 -287
- pulumi_snowflake/database_role.py +50 -49
- pulumi_snowflake/dynamic_table.py +218 -217
- pulumi_snowflake/email_notification_integration.py +56 -55
- pulumi_snowflake/execute.py +50 -49
- pulumi_snowflake/external_function.py +225 -224
- pulumi_snowflake/external_oauth_integration.py +232 -231
- pulumi_snowflake/external_table.py +197 -196
- pulumi_snowflake/external_volume.py +50 -49
- pulumi_snowflake/failover_group.py +106 -105
- pulumi_snowflake/file_format.py +512 -511
- pulumi_snowflake/function_java.py +249 -248
- pulumi_snowflake/function_javascript.py +193 -192
- pulumi_snowflake/function_python.py +263 -262
- pulumi_snowflake/function_scala.py +249 -248
- pulumi_snowflake/function_sql.py +179 -178
- pulumi_snowflake/get_account_roles.py +12 -11
- pulumi_snowflake/get_accounts.py +12 -11
- pulumi_snowflake/get_alerts.py +17 -16
- pulumi_snowflake/get_connections.py +7 -6
- pulumi_snowflake/get_cortex_search_services.py +12 -11
- pulumi_snowflake/get_current_account.py +5 -4
- pulumi_snowflake/get_current_role.py +3 -2
- pulumi_snowflake/get_database.py +15 -14
- pulumi_snowflake/get_database_role.py +14 -13
- pulumi_snowflake/get_database_roles.py +12 -11
- pulumi_snowflake/get_databases.py +22 -21
- pulumi_snowflake/get_dynamic_tables.py +7 -6
- pulumi_snowflake/get_external_functions.py +12 -11
- pulumi_snowflake/get_external_tables.py +12 -11
- pulumi_snowflake/get_failover_groups.py +7 -6
- pulumi_snowflake/get_file_formats.py +12 -11
- pulumi_snowflake/get_functions.py +12 -11
- pulumi_snowflake/get_grants.py +2 -1
- pulumi_snowflake/get_masking_policies.py +12 -11
- pulumi_snowflake/get_materialized_views.py +12 -11
- pulumi_snowflake/get_network_policies.py +12 -11
- pulumi_snowflake/get_parameters.py +27 -26
- pulumi_snowflake/get_pipes.py +12 -11
- pulumi_snowflake/get_procedures.py +12 -11
- pulumi_snowflake/get_resource_monitors.py +7 -6
- pulumi_snowflake/get_row_access_policies.py +12 -11
- pulumi_snowflake/get_schemas.py +22 -21
- pulumi_snowflake/get_secrets.py +12 -11
- pulumi_snowflake/get_security_integrations.py +12 -11
- pulumi_snowflake/get_sequences.py +12 -11
- pulumi_snowflake/get_shares.py +7 -6
- pulumi_snowflake/get_stages.py +12 -11
- pulumi_snowflake/get_storage_integrations.py +2 -1
- pulumi_snowflake/get_streamlits.py +12 -11
- pulumi_snowflake/get_streams.py +17 -16
- pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
- pulumi_snowflake/get_system_get_private_link_config.py +11 -10
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
- pulumi_snowflake/get_tables.py +12 -11
- pulumi_snowflake/get_tags.py +7 -6
- pulumi_snowflake/get_tasks.py +22 -21
- pulumi_snowflake/get_users.py +22 -21
- pulumi_snowflake/get_views.py +17 -16
- pulumi_snowflake/get_warehouses.py +17 -16
- pulumi_snowflake/grant_account_role.py +43 -42
- pulumi_snowflake/grant_application_role.py +43 -42
- pulumi_snowflake/grant_database_role.py +57 -56
- pulumi_snowflake/grant_ownership.py +43 -42
- pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
- pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
- pulumi_snowflake/grant_privileges_to_share.py +127 -126
- pulumi_snowflake/legacy_service_user.py +1039 -1038
- pulumi_snowflake/managed_account.py +113 -112
- pulumi_snowflake/masking_policy.py +106 -105
- pulumi_snowflake/materialized_view.py +120 -119
- pulumi_snowflake/network_policy.py +92 -91
- pulumi_snowflake/network_policy_attachment.py +43 -42
- pulumi_snowflake/network_rule.py +106 -105
- pulumi_snowflake/notification_integration.py +238 -237
- pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
- pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
- pulumi_snowflake/object_parameter.py +57 -56
- pulumi_snowflake/outputs.py +9273 -9272
- pulumi_snowflake/password_policy.py +246 -245
- pulumi_snowflake/pipe.py +148 -147
- pulumi_snowflake/primary_connection.py +55 -54
- pulumi_snowflake/procedure_java.py +267 -266
- pulumi_snowflake/procedure_javascript.py +197 -196
- pulumi_snowflake/procedure_python.py +267 -266
- pulumi_snowflake/procedure_scala.py +267 -266
- pulumi_snowflake/procedure_sql.py +197 -196
- pulumi_snowflake/provider.py +303 -302
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +134 -133
- pulumi_snowflake/row_access_policy.py +78 -77
- pulumi_snowflake/saml2_integration.py +246 -245
- pulumi_snowflake/schema.py +316 -315
- pulumi_snowflake/scim_integration.py +106 -105
- pulumi_snowflake/secondary_connection.py +57 -56
- pulumi_snowflake/secondary_database.py +288 -287
- pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
- pulumi_snowflake/secret_with_basic_authentication.py +95 -94
- pulumi_snowflake/secret_with_client_credentials.py +99 -98
- pulumi_snowflake/secret_with_generic_string.py +81 -80
- pulumi_snowflake/sequence.py +99 -98
- pulumi_snowflake/service_user.py +1015 -1014
- pulumi_snowflake/share.py +50 -49
- pulumi_snowflake/shared_database.py +246 -245
- pulumi_snowflake/stage.py +190 -189
- pulumi_snowflake/storage_integration.py +166 -165
- pulumi_snowflake/stream_on_directory_table.py +100 -99
- pulumi_snowflake/stream_on_external_table.py +114 -113
- pulumi_snowflake/stream_on_table.py +124 -123
- pulumi_snowflake/stream_on_view.py +124 -123
- pulumi_snowflake/streamlit.py +148 -147
- pulumi_snowflake/table.py +113 -112
- pulumi_snowflake/table_column_masking_policy_application.py +43 -42
- pulumi_snowflake/table_constraint.py +155 -154
- pulumi_snowflake/tag.py +92 -91
- pulumi_snowflake/tag_association.py +71 -70
- pulumi_snowflake/task.py +1002 -1001
- pulumi_snowflake/user.py +1101 -1100
- pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
- pulumi_snowflake/user_password_policy_attachment.py +29 -28
- pulumi_snowflake/user_public_keys.py +43 -42
- pulumi_snowflake/view.py +136 -135
- pulumi_snowflake/warehouse.py +232 -231
- {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.2.0a1744266763.dist-info/RECORD +148 -0
- pulumi_snowflake-1.2.0a1743575514.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.2.0a1743575514.dist-info → pulumi_snowflake-1.2.0a1744266763.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,17 +22,17 @@ __all__ = ['SecretWithGenericStringArgs', 'SecretWithGenericString']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class SecretWithGenericStringArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
database: pulumi.Input[str],
|
|
25
|
-
schema: pulumi.Input[str],
|
|
26
|
-
secret_string: pulumi.Input[str],
|
|
27
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
25
|
+
database: pulumi.Input[builtins.str],
|
|
26
|
+
schema: pulumi.Input[builtins.str],
|
|
27
|
+
secret_string: pulumi.Input[builtins.str],
|
|
28
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
29
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
29
30
|
"""
|
|
30
31
|
The set of arguments for constructing a SecretWithGenericString resource.
|
|
31
|
-
: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: `|`, `.`, `"`.
|
|
32
|
-
: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: `|`, `.`, `"`.
|
|
33
|
-
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
34
|
-
: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: `|`, `.`, `"`.
|
|
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] comment: Specifies a comment for the secret.
|
|
35
|
+
: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: `|`, `.`, `"`.
|
|
35
36
|
"""
|
|
36
37
|
pulumi.set(__self__, "database", database)
|
|
37
38
|
pulumi.set(__self__, "schema", schema)
|
|
@@ -43,83 +44,83 @@ class SecretWithGenericStringArgs:
|
|
|
43
44
|
|
|
44
45
|
@property
|
|
45
46
|
@pulumi.getter
|
|
46
|
-
def database(self) -> pulumi.Input[str]:
|
|
47
|
+
def database(self) -> pulumi.Input[builtins.str]:
|
|
47
48
|
"""
|
|
48
49
|
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
49
50
|
"""
|
|
50
51
|
return pulumi.get(self, "database")
|
|
51
52
|
|
|
52
53
|
@database.setter
|
|
53
|
-
def database(self, value: pulumi.Input[str]):
|
|
54
|
+
def database(self, value: pulumi.Input[builtins.str]):
|
|
54
55
|
pulumi.set(self, "database", value)
|
|
55
56
|
|
|
56
57
|
@property
|
|
57
58
|
@pulumi.getter
|
|
58
|
-
def schema(self) -> pulumi.Input[str]:
|
|
59
|
+
def schema(self) -> pulumi.Input[builtins.str]:
|
|
59
60
|
"""
|
|
60
61
|
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
61
62
|
"""
|
|
62
63
|
return pulumi.get(self, "schema")
|
|
63
64
|
|
|
64
65
|
@schema.setter
|
|
65
|
-
def schema(self, value: pulumi.Input[str]):
|
|
66
|
+
def schema(self, value: pulumi.Input[builtins.str]):
|
|
66
67
|
pulumi.set(self, "schema", value)
|
|
67
68
|
|
|
68
69
|
@property
|
|
69
70
|
@pulumi.getter(name="secretString")
|
|
70
|
-
def secret_string(self) -> pulumi.Input[str]:
|
|
71
|
+
def secret_string(self) -> pulumi.Input[builtins.str]:
|
|
71
72
|
return pulumi.get(self, "secret_string")
|
|
72
73
|
|
|
73
74
|
@secret_string.setter
|
|
74
|
-
def secret_string(self, value: pulumi.Input[str]):
|
|
75
|
+
def secret_string(self, value: pulumi.Input[builtins.str]):
|
|
75
76
|
pulumi.set(self, "secret_string", value)
|
|
76
77
|
|
|
77
78
|
@property
|
|
78
79
|
@pulumi.getter
|
|
79
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
80
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
80
81
|
"""
|
|
81
82
|
Specifies a comment for the secret.
|
|
82
83
|
"""
|
|
83
84
|
return pulumi.get(self, "comment")
|
|
84
85
|
|
|
85
86
|
@comment.setter
|
|
86
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
87
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
87
88
|
pulumi.set(self, "comment", value)
|
|
88
89
|
|
|
89
90
|
@property
|
|
90
91
|
@pulumi.getter
|
|
91
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
92
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
92
93
|
"""
|
|
93
94
|
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: `|`, `.`, `"`.
|
|
94
95
|
"""
|
|
95
96
|
return pulumi.get(self, "name")
|
|
96
97
|
|
|
97
98
|
@name.setter
|
|
98
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
99
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
99
100
|
pulumi.set(self, "name", value)
|
|
100
101
|
|
|
101
102
|
|
|
102
103
|
@pulumi.input_type
|
|
103
104
|
class _SecretWithGenericStringState:
|
|
104
105
|
def __init__(__self__, *,
|
|
105
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
106
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
106
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
107
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
107
108
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringDescribeOutputArgs']]]] = None,
|
|
108
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
109
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
110
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
111
|
-
secret_string: Optional[pulumi.Input[str]] = None,
|
|
112
|
-
secret_type: Optional[pulumi.Input[str]] = None,
|
|
109
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
110
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
111
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
112
|
+
secret_string: Optional[pulumi.Input[builtins.str]] = None,
|
|
113
|
+
secret_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
113
114
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringShowOutputArgs']]]] = None):
|
|
114
115
|
"""
|
|
115
116
|
Input properties used for looking up and filtering SecretWithGenericString resources.
|
|
116
|
-
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
117
|
-
: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: `|`, `.`, `"`.
|
|
117
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the secret.
|
|
118
|
+
: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: `|`, `.`, `"`.
|
|
118
119
|
:param pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
|
|
119
|
-
: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).
|
|
120
|
-
: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: `|`, `.`, `"`.
|
|
121
|
-
: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: `|`, `.`, `"`.
|
|
122
|
-
: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.
|
|
120
|
+
: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).
|
|
121
|
+
: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: `|`, `.`, `"`.
|
|
122
|
+
: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: `|`, `.`, `"`.
|
|
123
|
+
: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.
|
|
123
124
|
:param pulumi.Input[Sequence[pulumi.Input['SecretWithGenericStringShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
|
|
124
125
|
"""
|
|
125
126
|
if comment is not None:
|
|
@@ -143,26 +144,26 @@ class _SecretWithGenericStringState:
|
|
|
143
144
|
|
|
144
145
|
@property
|
|
145
146
|
@pulumi.getter
|
|
146
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
147
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
147
148
|
"""
|
|
148
149
|
Specifies a comment for the secret.
|
|
149
150
|
"""
|
|
150
151
|
return pulumi.get(self, "comment")
|
|
151
152
|
|
|
152
153
|
@comment.setter
|
|
153
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
154
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
154
155
|
pulumi.set(self, "comment", value)
|
|
155
156
|
|
|
156
157
|
@property
|
|
157
158
|
@pulumi.getter
|
|
158
|
-
def database(self) -> Optional[pulumi.Input[str]]:
|
|
159
|
+
def database(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
159
160
|
"""
|
|
160
161
|
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
161
162
|
"""
|
|
162
163
|
return pulumi.get(self, "database")
|
|
163
164
|
|
|
164
165
|
@database.setter
|
|
165
|
-
def database(self, value: Optional[pulumi.Input[str]]):
|
|
166
|
+
def database(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
166
167
|
pulumi.set(self, "database", value)
|
|
167
168
|
|
|
168
169
|
@property
|
|
@@ -179,59 +180,59 @@ class _SecretWithGenericStringState:
|
|
|
179
180
|
|
|
180
181
|
@property
|
|
181
182
|
@pulumi.getter(name="fullyQualifiedName")
|
|
182
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
|
|
183
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
183
184
|
"""
|
|
184
185
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
185
186
|
"""
|
|
186
187
|
return pulumi.get(self, "fully_qualified_name")
|
|
187
188
|
|
|
188
189
|
@fully_qualified_name.setter
|
|
189
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
|
|
190
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
190
191
|
pulumi.set(self, "fully_qualified_name", value)
|
|
191
192
|
|
|
192
193
|
@property
|
|
193
194
|
@pulumi.getter
|
|
194
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
195
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
195
196
|
"""
|
|
196
197
|
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: `|`, `.`, `"`.
|
|
197
198
|
"""
|
|
198
199
|
return pulumi.get(self, "name")
|
|
199
200
|
|
|
200
201
|
@name.setter
|
|
201
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
202
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
202
203
|
pulumi.set(self, "name", value)
|
|
203
204
|
|
|
204
205
|
@property
|
|
205
206
|
@pulumi.getter
|
|
206
|
-
def schema(self) -> Optional[pulumi.Input[str]]:
|
|
207
|
+
def schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
207
208
|
"""
|
|
208
209
|
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
209
210
|
"""
|
|
210
211
|
return pulumi.get(self, "schema")
|
|
211
212
|
|
|
212
213
|
@schema.setter
|
|
213
|
-
def schema(self, value: Optional[pulumi.Input[str]]):
|
|
214
|
+
def schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
214
215
|
pulumi.set(self, "schema", value)
|
|
215
216
|
|
|
216
217
|
@property
|
|
217
218
|
@pulumi.getter(name="secretString")
|
|
218
|
-
def secret_string(self) -> Optional[pulumi.Input[str]]:
|
|
219
|
+
def secret_string(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
219
220
|
return pulumi.get(self, "secret_string")
|
|
220
221
|
|
|
221
222
|
@secret_string.setter
|
|
222
|
-
def secret_string(self, value: Optional[pulumi.Input[str]]):
|
|
223
|
+
def secret_string(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
223
224
|
pulumi.set(self, "secret_string", value)
|
|
224
225
|
|
|
225
226
|
@property
|
|
226
227
|
@pulumi.getter(name="secretType")
|
|
227
|
-
def secret_type(self) -> Optional[pulumi.Input[str]]:
|
|
228
|
+
def secret_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
228
229
|
"""
|
|
229
230
|
Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
|
|
230
231
|
"""
|
|
231
232
|
return pulumi.get(self, "secret_type")
|
|
232
233
|
|
|
233
234
|
@secret_type.setter
|
|
234
|
-
def secret_type(self, value: Optional[pulumi.Input[str]]):
|
|
235
|
+
def secret_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
235
236
|
pulumi.set(self, "secret_type", value)
|
|
236
237
|
|
|
237
238
|
@property
|
|
@@ -252,11 +253,11 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
252
253
|
def __init__(__self__,
|
|
253
254
|
resource_name: str,
|
|
254
255
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
255
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
256
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
257
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
258
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
259
|
-
secret_string: Optional[pulumi.Input[str]] = None,
|
|
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,
|
|
260
261
|
__props__=None):
|
|
261
262
|
"""
|
|
262
263
|
## Import
|
|
@@ -267,10 +268,10 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
267
268
|
|
|
268
269
|
:param str resource_name: The name of the resource.
|
|
269
270
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
270
|
-
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
271
|
-
: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: `|`, `.`, `"`.
|
|
272
|
-
: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: `|`, `.`, `"`.
|
|
273
|
-
: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: `|`, `.`, `"`.
|
|
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: `|`, `.`, `"`.
|
|
274
275
|
"""
|
|
275
276
|
...
|
|
276
277
|
@overload
|
|
@@ -300,11 +301,11 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
300
301
|
def _internal_init(__self__,
|
|
301
302
|
resource_name: str,
|
|
302
303
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
303
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
304
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
305
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
306
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
307
|
-
secret_string: Optional[pulumi.Input[str]] = None,
|
|
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,
|
|
308
309
|
__props__=None):
|
|
309
310
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
310
311
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -341,14 +342,14 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
341
342
|
def get(resource_name: str,
|
|
342
343
|
id: pulumi.Input[str],
|
|
343
344
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
344
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
345
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
345
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
346
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
346
347
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringDescribeOutputArgs', 'SecretWithGenericStringDescribeOutputArgsDict']]]]] = None,
|
|
347
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
348
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
349
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
350
|
-
secret_string: Optional[pulumi.Input[str]] = None,
|
|
351
|
-
secret_type: Optional[pulumi.Input[str]] = None,
|
|
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,
|
|
352
353
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringShowOutputArgs', 'SecretWithGenericStringShowOutputArgsDict']]]]] = None) -> 'SecretWithGenericString':
|
|
353
354
|
"""
|
|
354
355
|
Get an existing SecretWithGenericString resource's state with the given name, id, and optional extra
|
|
@@ -357,13 +358,13 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
357
358
|
:param str resource_name: The unique name of the resulting resource.
|
|
358
359
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
359
360
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
360
|
-
:param pulumi.Input[str] comment: Specifies a comment for the secret.
|
|
361
|
-
: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: `|`, `.`, `"`.
|
|
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: `|`, `.`, `"`.
|
|
362
363
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringDescribeOutputArgs', 'SecretWithGenericStringDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECRET` for the given secret.
|
|
363
|
-
: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).
|
|
364
|
-
: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: `|`, `.`, `"`.
|
|
365
|
-
: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: `|`, `.`, `"`.
|
|
366
|
-
: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.
|
|
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.
|
|
367
368
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SecretWithGenericStringShowOutputArgs', 'SecretWithGenericStringShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECRETS` for the given secret.
|
|
368
369
|
"""
|
|
369
370
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -383,7 +384,7 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
383
384
|
|
|
384
385
|
@property
|
|
385
386
|
@pulumi.getter
|
|
386
|
-
def comment(self) -> pulumi.Output[Optional[str]]:
|
|
387
|
+
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
387
388
|
"""
|
|
388
389
|
Specifies a comment for the secret.
|
|
389
390
|
"""
|
|
@@ -391,7 +392,7 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
391
392
|
|
|
392
393
|
@property
|
|
393
394
|
@pulumi.getter
|
|
394
|
-
def database(self) -> pulumi.Output[str]:
|
|
395
|
+
def database(self) -> pulumi.Output[builtins.str]:
|
|
395
396
|
"""
|
|
396
397
|
The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
397
398
|
"""
|
|
@@ -407,7 +408,7 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
407
408
|
|
|
408
409
|
@property
|
|
409
410
|
@pulumi.getter(name="fullyQualifiedName")
|
|
410
|
-
def fully_qualified_name(self) -> pulumi.Output[str]:
|
|
411
|
+
def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
|
|
411
412
|
"""
|
|
412
413
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
413
414
|
"""
|
|
@@ -415,7 +416,7 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
415
416
|
|
|
416
417
|
@property
|
|
417
418
|
@pulumi.getter
|
|
418
|
-
def name(self) -> pulumi.Output[str]:
|
|
419
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
419
420
|
"""
|
|
420
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: `|`, `.`, `"`.
|
|
421
422
|
"""
|
|
@@ -423,7 +424,7 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
423
424
|
|
|
424
425
|
@property
|
|
425
426
|
@pulumi.getter
|
|
426
|
-
def schema(self) -> pulumi.Output[str]:
|
|
427
|
+
def schema(self) -> pulumi.Output[builtins.str]:
|
|
427
428
|
"""
|
|
428
429
|
The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
429
430
|
"""
|
|
@@ -431,12 +432,12 @@ class SecretWithGenericString(pulumi.CustomResource):
|
|
|
431
432
|
|
|
432
433
|
@property
|
|
433
434
|
@pulumi.getter(name="secretString")
|
|
434
|
-
def secret_string(self) -> pulumi.Output[str]:
|
|
435
|
+
def secret_string(self) -> pulumi.Output[builtins.str]:
|
|
435
436
|
return pulumi.get(self, "secret_string")
|
|
436
437
|
|
|
437
438
|
@property
|
|
438
439
|
@pulumi.getter(name="secretType")
|
|
439
|
-
def secret_type(self) -> pulumi.Output[str]:
|
|
440
|
+
def secret_type(self) -> pulumi.Output[builtins.str]:
|
|
440
441
|
"""
|
|
441
442
|
Specifies a type for the secret. This field is used for checking external changes and recreating the resources if needed.
|
|
442
443
|
"""
|