pulumi-snowflake 1.2.0a1743489585__py3-none-any.whl → 1.2.0a1744183688__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- 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.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.2.0a1744183688.dist-info/RECORD +148 -0
- pulumi_snowflake-1.2.0a1743489585.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -55,7 +56,7 @@ class GetDatabaseRolesResult:
|
|
|
55
56
|
|
|
56
57
|
@property
|
|
57
58
|
@pulumi.getter
|
|
58
|
-
def id(self) -> str:
|
|
59
|
+
def id(self) -> builtins.str:
|
|
59
60
|
"""
|
|
60
61
|
The provider-assigned unique ID for this managed resource.
|
|
61
62
|
"""
|
|
@@ -63,7 +64,7 @@ class GetDatabaseRolesResult:
|
|
|
63
64
|
|
|
64
65
|
@property
|
|
65
66
|
@pulumi.getter(name="inDatabase")
|
|
66
|
-
def in_database(self) -> str:
|
|
67
|
+
def in_database(self) -> builtins.str:
|
|
67
68
|
"""
|
|
68
69
|
The database from which to return the database roles from.
|
|
69
70
|
"""
|
|
@@ -71,7 +72,7 @@ class GetDatabaseRolesResult:
|
|
|
71
72
|
|
|
72
73
|
@property
|
|
73
74
|
@pulumi.getter
|
|
74
|
-
def like(self) -> Optional[str]:
|
|
75
|
+
def like(self) -> Optional[builtins.str]:
|
|
75
76
|
"""
|
|
76
77
|
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
77
78
|
"""
|
|
@@ -99,16 +100,16 @@ class AwaitableGetDatabaseRolesResult(GetDatabaseRolesResult):
|
|
|
99
100
|
limit=self.limit)
|
|
100
101
|
|
|
101
102
|
|
|
102
|
-
def get_database_roles(in_database: Optional[str] = None,
|
|
103
|
-
like: Optional[str] = None,
|
|
103
|
+
def get_database_roles(in_database: Optional[builtins.str] = None,
|
|
104
|
+
like: Optional[builtins.str] = None,
|
|
104
105
|
limit: Optional[Union['GetDatabaseRolesLimitArgs', 'GetDatabaseRolesLimitArgsDict']] = None,
|
|
105
106
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseRolesResult:
|
|
106
107
|
"""
|
|
107
108
|
Data source used to get details of filtered database roles. Filtering is aligned with the current possibilities for [SHOW DATABASE ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-database-roles) query (`like` and `limit` are supported). The results of SHOW is encapsulated in show_output collection.
|
|
108
109
|
|
|
109
110
|
|
|
110
|
-
:param str in_database: The database from which to return the database roles from.
|
|
111
|
-
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
111
|
+
:param builtins.str in_database: The database from which to return the database roles from.
|
|
112
|
+
:param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
112
113
|
:param Union['GetDatabaseRolesLimitArgs', 'GetDatabaseRolesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
|
|
113
114
|
"""
|
|
114
115
|
__args__ = dict()
|
|
@@ -124,16 +125,16 @@ def get_database_roles(in_database: Optional[str] = None,
|
|
|
124
125
|
in_database=pulumi.get(__ret__, 'in_database'),
|
|
125
126
|
like=pulumi.get(__ret__, 'like'),
|
|
126
127
|
limit=pulumi.get(__ret__, 'limit'))
|
|
127
|
-
def get_database_roles_output(in_database: Optional[pulumi.Input[str]] = None,
|
|
128
|
-
like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
128
|
+
def get_database_roles_output(in_database: Optional[pulumi.Input[builtins.str]] = None,
|
|
129
|
+
like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
129
130
|
limit: Optional[pulumi.Input[Optional[Union['GetDatabaseRolesLimitArgs', 'GetDatabaseRolesLimitArgsDict']]]] = None,
|
|
130
131
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabaseRolesResult]:
|
|
131
132
|
"""
|
|
132
133
|
Data source used to get details of filtered database roles. Filtering is aligned with the current possibilities for [SHOW DATABASE ROLES](https://docs.snowflake.com/en/sql-reference/sql/show-database-roles) query (`like` and `limit` are supported). The results of SHOW is encapsulated in show_output collection.
|
|
133
134
|
|
|
134
135
|
|
|
135
|
-
:param str in_database: The database from which to return the database roles from.
|
|
136
|
-
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
136
|
+
:param builtins.str in_database: The database from which to return the database roles from.
|
|
137
|
+
:param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
137
138
|
:param Union['GetDatabaseRolesLimitArgs', 'GetDatabaseRolesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
|
|
138
139
|
"""
|
|
139
140
|
__args__ = dict()
|
|
@@ -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
|
|
@@ -61,7 +62,7 @@ class GetDatabasesResult:
|
|
|
61
62
|
|
|
62
63
|
@property
|
|
63
64
|
@pulumi.getter
|
|
64
|
-
def id(self) -> str:
|
|
65
|
+
def id(self) -> builtins.str:
|
|
65
66
|
"""
|
|
66
67
|
The provider-assigned unique ID for this managed resource.
|
|
67
68
|
"""
|
|
@@ -69,7 +70,7 @@ class GetDatabasesResult:
|
|
|
69
70
|
|
|
70
71
|
@property
|
|
71
72
|
@pulumi.getter
|
|
72
|
-
def like(self) -> Optional[str]:
|
|
73
|
+
def like(self) -> Optional[builtins.str]:
|
|
73
74
|
"""
|
|
74
75
|
Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
75
76
|
"""
|
|
@@ -85,7 +86,7 @@ class GetDatabasesResult:
|
|
|
85
86
|
|
|
86
87
|
@property
|
|
87
88
|
@pulumi.getter(name="startsWith")
|
|
88
|
-
def starts_with(self) -> Optional[str]:
|
|
89
|
+
def starts_with(self) -> Optional[builtins.str]:
|
|
89
90
|
"""
|
|
90
91
|
Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
91
92
|
"""
|
|
@@ -93,7 +94,7 @@ class GetDatabasesResult:
|
|
|
93
94
|
|
|
94
95
|
@property
|
|
95
96
|
@pulumi.getter(name="withDescribe")
|
|
96
|
-
def with_describe(self) -> Optional[bool]:
|
|
97
|
+
def with_describe(self) -> Optional[builtins.bool]:
|
|
97
98
|
"""
|
|
98
99
|
Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
|
|
99
100
|
"""
|
|
@@ -101,7 +102,7 @@ class GetDatabasesResult:
|
|
|
101
102
|
|
|
102
103
|
@property
|
|
103
104
|
@pulumi.getter(name="withParameters")
|
|
104
|
-
def with_parameters(self) -> Optional[bool]:
|
|
105
|
+
def with_parameters(self) -> Optional[builtins.bool]:
|
|
105
106
|
"""
|
|
106
107
|
Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
|
|
107
108
|
"""
|
|
@@ -123,21 +124,21 @@ class AwaitableGetDatabasesResult(GetDatabasesResult):
|
|
|
123
124
|
with_parameters=self.with_parameters)
|
|
124
125
|
|
|
125
126
|
|
|
126
|
-
def get_databases(like: Optional[str] = None,
|
|
127
|
+
def get_databases(like: Optional[builtins.str] = None,
|
|
127
128
|
limit: Optional[Union['GetDatabasesLimitArgs', 'GetDatabasesLimitArgsDict']] = None,
|
|
128
|
-
starts_with: Optional[str] = None,
|
|
129
|
-
with_describe: Optional[bool] = None,
|
|
130
|
-
with_parameters: Optional[bool] = None,
|
|
129
|
+
starts_with: Optional[builtins.str] = None,
|
|
130
|
+
with_describe: Optional[builtins.bool] = None,
|
|
131
|
+
with_parameters: Optional[builtins.bool] = None,
|
|
131
132
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabasesResult:
|
|
132
133
|
"""
|
|
133
134
|
Data source used to get details of filtered databases. Filtering is aligned with the current possibilities for [SHOW DATABASES](https://docs.snowflake.com/en/sql-reference/sql/show-databases) query (`like`, `starts_with`, and `limit` are all supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
|
|
134
135
|
|
|
135
136
|
|
|
136
|
-
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
137
|
+
:param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
137
138
|
:param Union['GetDatabasesLimitArgs', 'GetDatabasesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
|
|
138
|
-
:param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
139
|
-
:param bool with_describe: Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
|
|
140
|
-
:param bool with_parameters: Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
|
|
139
|
+
:param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
140
|
+
:param builtins.bool with_describe: Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
|
|
141
|
+
:param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
|
|
141
142
|
"""
|
|
142
143
|
__args__ = dict()
|
|
143
144
|
__args__['like'] = like
|
|
@@ -156,21 +157,21 @@ def get_databases(like: Optional[str] = None,
|
|
|
156
157
|
starts_with=pulumi.get(__ret__, 'starts_with'),
|
|
157
158
|
with_describe=pulumi.get(__ret__, 'with_describe'),
|
|
158
159
|
with_parameters=pulumi.get(__ret__, 'with_parameters'))
|
|
159
|
-
def get_databases_output(like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
160
|
+
def get_databases_output(like: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
160
161
|
limit: Optional[pulumi.Input[Optional[Union['GetDatabasesLimitArgs', 'GetDatabasesLimitArgsDict']]]] = None,
|
|
161
|
-
starts_with: Optional[pulumi.Input[Optional[str]]] = None,
|
|
162
|
-
with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
163
|
-
with_parameters: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
162
|
+
starts_with: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
163
|
+
with_describe: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
|
|
164
|
+
with_parameters: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
|
|
164
165
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDatabasesResult]:
|
|
165
166
|
"""
|
|
166
167
|
Data source used to get details of filtered databases. Filtering is aligned with the current possibilities for [SHOW DATABASES](https://docs.snowflake.com/en/sql-reference/sql/show-databases) query (`like`, `starts_with`, and `limit` are all supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
|
|
167
168
|
|
|
168
169
|
|
|
169
|
-
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
170
|
+
:param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
170
171
|
:param Union['GetDatabasesLimitArgs', 'GetDatabasesLimitArgsDict'] limit: Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `starts_with` or `like`.
|
|
171
|
-
:param str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
172
|
-
:param bool with_describe: Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
|
|
173
|
-
:param bool with_parameters: Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
|
|
172
|
+
:param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
173
|
+
:param builtins.bool with_describe: Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
|
|
174
|
+
:param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
|
|
174
175
|
"""
|
|
175
176
|
__args__ = dict()
|
|
176
177
|
__args__['like'] = like
|
|
@@ -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
|
|
@@ -50,7 +51,7 @@ class GetDynamicTablesResult:
|
|
|
50
51
|
|
|
51
52
|
@property
|
|
52
53
|
@pulumi.getter
|
|
53
|
-
def id(self) -> str:
|
|
54
|
+
def id(self) -> builtins.str:
|
|
54
55
|
"""
|
|
55
56
|
The provider-assigned unique ID for this managed resource.
|
|
56
57
|
"""
|
|
@@ -90,7 +91,7 @@ class GetDynamicTablesResult:
|
|
|
90
91
|
|
|
91
92
|
@property
|
|
92
93
|
@pulumi.getter(name="startsWith")
|
|
93
|
-
def starts_with(self) -> Optional[str]:
|
|
94
|
+
def starts_with(self) -> Optional[builtins.str]:
|
|
94
95
|
"""
|
|
95
96
|
Optionally filters the command output based on the characters that appear at the beginning of the object name. The string is case-sensitive.
|
|
96
97
|
"""
|
|
@@ -114,7 +115,7 @@ class AwaitableGetDynamicTablesResult(GetDynamicTablesResult):
|
|
|
114
115
|
def get_dynamic_tables(in_: Optional[Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict']] = None,
|
|
115
116
|
like: Optional[Union['GetDynamicTablesLikeArgs', 'GetDynamicTablesLikeArgsDict']] = None,
|
|
116
117
|
limit: Optional[Union['GetDynamicTablesLimitArgs', 'GetDynamicTablesLimitArgsDict']] = None,
|
|
117
|
-
starts_with: Optional[str] = None,
|
|
118
|
+
starts_with: Optional[builtins.str] = None,
|
|
118
119
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDynamicTablesResult:
|
|
119
120
|
"""
|
|
120
121
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -123,7 +124,7 @@ def get_dynamic_tables(in_: Optional[Union['GetDynamicTablesInArgs', 'GetDynamic
|
|
|
123
124
|
:param Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict'] in_: IN clause to filter the list of dynamic tables.
|
|
124
125
|
:param Union['GetDynamicTablesLikeArgs', 'GetDynamicTablesLikeArgsDict'] like: LIKE clause to filter the list of dynamic tables.
|
|
125
126
|
:param Union['GetDynamicTablesLimitArgs', 'GetDynamicTablesLimitArgsDict'] limit: Optionally limits the maximum number of rows returned, while also enabling “pagination” of the results. Note that the actual number of rows returned might be less than the specified limit (e.g. the number of existing objects is less than the specified limit).
|
|
126
|
-
:param str starts_with: Optionally filters the command output based on the characters that appear at the beginning of the object name. The string is case-sensitive.
|
|
127
|
+
:param builtins.str starts_with: Optionally filters the command output based on the characters that appear at the beginning of the object name. The string is case-sensitive.
|
|
127
128
|
"""
|
|
128
129
|
__args__ = dict()
|
|
129
130
|
__args__['in'] = in_
|
|
@@ -143,7 +144,7 @@ def get_dynamic_tables(in_: Optional[Union['GetDynamicTablesInArgs', 'GetDynamic
|
|
|
143
144
|
def get_dynamic_tables_output(in_: Optional[pulumi.Input[Optional[Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict']]]] = None,
|
|
144
145
|
like: Optional[pulumi.Input[Optional[Union['GetDynamicTablesLikeArgs', 'GetDynamicTablesLikeArgsDict']]]] = None,
|
|
145
146
|
limit: Optional[pulumi.Input[Optional[Union['GetDynamicTablesLimitArgs', 'GetDynamicTablesLimitArgsDict']]]] = None,
|
|
146
|
-
starts_with: Optional[pulumi.Input[Optional[str]]] = None,
|
|
147
|
+
starts_with: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
147
148
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDynamicTablesResult]:
|
|
148
149
|
"""
|
|
149
150
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -152,7 +153,7 @@ def get_dynamic_tables_output(in_: Optional[pulumi.Input[Optional[Union['GetDyna
|
|
|
152
153
|
:param Union['GetDynamicTablesInArgs', 'GetDynamicTablesInArgsDict'] in_: IN clause to filter the list of dynamic tables.
|
|
153
154
|
:param Union['GetDynamicTablesLikeArgs', 'GetDynamicTablesLikeArgsDict'] like: LIKE clause to filter the list of dynamic tables.
|
|
154
155
|
:param Union['GetDynamicTablesLimitArgs', 'GetDynamicTablesLimitArgsDict'] limit: Optionally limits the maximum number of rows returned, while also enabling “pagination” of the results. Note that the actual number of rows returned might be less than the specified limit (e.g. the number of existing objects is less than the specified limit).
|
|
155
|
-
:param str starts_with: Optionally filters the command output based on the characters that appear at the beginning of the object name. The string is case-sensitive.
|
|
156
|
+
:param builtins.str starts_with: Optionally filters the command output based on the characters that appear at the beginning of the object name. The string is case-sensitive.
|
|
156
157
|
"""
|
|
157
158
|
__args__ = dict()
|
|
158
159
|
__args__['in'] = in_
|
|
@@ -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
|
|
@@ -43,7 +44,7 @@ class GetExternalFunctionsResult:
|
|
|
43
44
|
|
|
44
45
|
@property
|
|
45
46
|
@pulumi.getter
|
|
46
|
-
def database(self) -> Optional[str]:
|
|
47
|
+
def database(self) -> Optional[builtins.str]:
|
|
47
48
|
"""
|
|
48
49
|
The database from which to return the schemas from.
|
|
49
50
|
"""
|
|
@@ -59,7 +60,7 @@ class GetExternalFunctionsResult:
|
|
|
59
60
|
|
|
60
61
|
@property
|
|
61
62
|
@pulumi.getter
|
|
62
|
-
def id(self) -> str:
|
|
63
|
+
def id(self) -> builtins.str:
|
|
63
64
|
"""
|
|
64
65
|
The provider-assigned unique ID for this managed resource.
|
|
65
66
|
"""
|
|
@@ -67,7 +68,7 @@ class GetExternalFunctionsResult:
|
|
|
67
68
|
|
|
68
69
|
@property
|
|
69
70
|
@pulumi.getter
|
|
70
|
-
def schema(self) -> Optional[str]:
|
|
71
|
+
def schema(self) -> Optional[builtins.str]:
|
|
71
72
|
"""
|
|
72
73
|
The schema from which to return the external functions from.
|
|
73
74
|
"""
|
|
@@ -86,8 +87,8 @@ class AwaitableGetExternalFunctionsResult(GetExternalFunctionsResult):
|
|
|
86
87
|
schema=self.schema)
|
|
87
88
|
|
|
88
89
|
|
|
89
|
-
def get_external_functions(database: Optional[str] = None,
|
|
90
|
-
schema: Optional[str] = None,
|
|
90
|
+
def get_external_functions(database: Optional[builtins.str] = None,
|
|
91
|
+
schema: Optional[builtins.str] = None,
|
|
91
92
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalFunctionsResult:
|
|
92
93
|
"""
|
|
93
94
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -103,8 +104,8 @@ def get_external_functions(database: Optional[str] = None,
|
|
|
103
104
|
```
|
|
104
105
|
|
|
105
106
|
|
|
106
|
-
:param str database: The database from which to return the schemas from.
|
|
107
|
-
:param str schema: The schema from which to return the external functions from.
|
|
107
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
108
|
+
:param builtins.str schema: The schema from which to return the external functions from.
|
|
108
109
|
"""
|
|
109
110
|
__args__ = dict()
|
|
110
111
|
__args__['database'] = database
|
|
@@ -117,8 +118,8 @@ def get_external_functions(database: Optional[str] = None,
|
|
|
117
118
|
external_functions=pulumi.get(__ret__, 'external_functions'),
|
|
118
119
|
id=pulumi.get(__ret__, 'id'),
|
|
119
120
|
schema=pulumi.get(__ret__, 'schema'))
|
|
120
|
-
def get_external_functions_output(database: Optional[pulumi.Input[Optional[str]]] = None,
|
|
121
|
-
schema: Optional[pulumi.Input[Optional[str]]] = None,
|
|
121
|
+
def get_external_functions_output(database: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
122
|
+
schema: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
122
123
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalFunctionsResult]:
|
|
123
124
|
"""
|
|
124
125
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -134,8 +135,8 @@ def get_external_functions_output(database: Optional[pulumi.Input[Optional[str]]
|
|
|
134
135
|
```
|
|
135
136
|
|
|
136
137
|
|
|
137
|
-
:param str database: The database from which to return the schemas from.
|
|
138
|
-
:param str schema: The schema from which to return the external functions from.
|
|
138
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
139
|
+
:param builtins.str schema: The schema from which to return the external functions from.
|
|
139
140
|
"""
|
|
140
141
|
__args__ = dict()
|
|
141
142
|
__args__['database'] = database
|
|
@@ -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
|
|
@@ -43,7 +44,7 @@ class GetExternalTablesResult:
|
|
|
43
44
|
|
|
44
45
|
@property
|
|
45
46
|
@pulumi.getter
|
|
46
|
-
def database(self) -> str:
|
|
47
|
+
def database(self) -> builtins.str:
|
|
47
48
|
"""
|
|
48
49
|
The database from which to return the schemas from.
|
|
49
50
|
"""
|
|
@@ -59,7 +60,7 @@ class GetExternalTablesResult:
|
|
|
59
60
|
|
|
60
61
|
@property
|
|
61
62
|
@pulumi.getter
|
|
62
|
-
def id(self) -> str:
|
|
63
|
+
def id(self) -> builtins.str:
|
|
63
64
|
"""
|
|
64
65
|
The provider-assigned unique ID for this managed resource.
|
|
65
66
|
"""
|
|
@@ -67,7 +68,7 @@ class GetExternalTablesResult:
|
|
|
67
68
|
|
|
68
69
|
@property
|
|
69
70
|
@pulumi.getter
|
|
70
|
-
def schema(self) -> str:
|
|
71
|
+
def schema(self) -> builtins.str:
|
|
71
72
|
"""
|
|
72
73
|
The schema from which to return the external tables from.
|
|
73
74
|
"""
|
|
@@ -86,8 +87,8 @@ class AwaitableGetExternalTablesResult(GetExternalTablesResult):
|
|
|
86
87
|
schema=self.schema)
|
|
87
88
|
|
|
88
89
|
|
|
89
|
-
def get_external_tables(database: Optional[str] = None,
|
|
90
|
-
schema: Optional[str] = None,
|
|
90
|
+
def get_external_tables(database: Optional[builtins.str] = None,
|
|
91
|
+
schema: Optional[builtins.str] = None,
|
|
91
92
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalTablesResult:
|
|
92
93
|
"""
|
|
93
94
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -103,8 +104,8 @@ def get_external_tables(database: Optional[str] = None,
|
|
|
103
104
|
```
|
|
104
105
|
|
|
105
106
|
|
|
106
|
-
:param str database: The database from which to return the schemas from.
|
|
107
|
-
:param str schema: The schema from which to return the external tables from.
|
|
107
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
108
|
+
:param builtins.str schema: The schema from which to return the external tables from.
|
|
108
109
|
"""
|
|
109
110
|
__args__ = dict()
|
|
110
111
|
__args__['database'] = database
|
|
@@ -117,8 +118,8 @@ def get_external_tables(database: Optional[str] = None,
|
|
|
117
118
|
external_tables=pulumi.get(__ret__, 'external_tables'),
|
|
118
119
|
id=pulumi.get(__ret__, 'id'),
|
|
119
120
|
schema=pulumi.get(__ret__, 'schema'))
|
|
120
|
-
def get_external_tables_output(database: Optional[pulumi.Input[str]] = None,
|
|
121
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
121
|
+
def get_external_tables_output(database: Optional[pulumi.Input[builtins.str]] = None,
|
|
122
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
122
123
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalTablesResult]:
|
|
123
124
|
"""
|
|
124
125
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -134,8 +135,8 @@ def get_external_tables_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
134
135
|
```
|
|
135
136
|
|
|
136
137
|
|
|
137
|
-
:param str database: The database from which to return the schemas from.
|
|
138
|
-
:param str schema: The schema from which to return the external tables from.
|
|
138
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
139
|
+
:param builtins.str schema: The schema from which to return the external tables from.
|
|
139
140
|
"""
|
|
140
141
|
__args__ = dict()
|
|
141
142
|
__args__['database'] = database
|
|
@@ -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
|
|
@@ -48,7 +49,7 @@ class GetFailoverGroupsResult:
|
|
|
48
49
|
|
|
49
50
|
@property
|
|
50
51
|
@pulumi.getter
|
|
51
|
-
def id(self) -> str:
|
|
52
|
+
def id(self) -> builtins.str:
|
|
52
53
|
"""
|
|
53
54
|
The provider-assigned unique ID for this managed resource.
|
|
54
55
|
"""
|
|
@@ -56,7 +57,7 @@ class GetFailoverGroupsResult:
|
|
|
56
57
|
|
|
57
58
|
@property
|
|
58
59
|
@pulumi.getter(name="inAccount")
|
|
59
|
-
def in_account(self) -> Optional[str]:
|
|
60
|
+
def in_account(self) -> Optional[builtins.str]:
|
|
60
61
|
"""
|
|
61
62
|
Specifies the identifier for the account
|
|
62
63
|
"""
|
|
@@ -74,13 +75,13 @@ class AwaitableGetFailoverGroupsResult(GetFailoverGroupsResult):
|
|
|
74
75
|
in_account=self.in_account)
|
|
75
76
|
|
|
76
77
|
|
|
77
|
-
def get_failover_groups(in_account: Optional[str] = None,
|
|
78
|
+
def get_failover_groups(in_account: Optional[builtins.str] = None,
|
|
78
79
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFailoverGroupsResult:
|
|
79
80
|
"""
|
|
80
81
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
81
82
|
|
|
82
83
|
|
|
83
|
-
:param str in_account: Specifies the identifier for the account
|
|
84
|
+
:param builtins.str in_account: Specifies the identifier for the account
|
|
84
85
|
"""
|
|
85
86
|
__args__ = dict()
|
|
86
87
|
__args__['inAccount'] = in_account
|
|
@@ -91,13 +92,13 @@ def get_failover_groups(in_account: Optional[str] = None,
|
|
|
91
92
|
failover_groups=pulumi.get(__ret__, 'failover_groups'),
|
|
92
93
|
id=pulumi.get(__ret__, 'id'),
|
|
93
94
|
in_account=pulumi.get(__ret__, 'in_account'))
|
|
94
|
-
def get_failover_groups_output(in_account: Optional[pulumi.Input[Optional[str]]] = None,
|
|
95
|
+
def get_failover_groups_output(in_account: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
|
95
96
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFailoverGroupsResult]:
|
|
96
97
|
"""
|
|
97
98
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
98
99
|
|
|
99
100
|
|
|
100
|
-
:param str in_account: Specifies the identifier for the account
|
|
101
|
+
:param builtins.str in_account: Specifies the identifier for the account
|
|
101
102
|
"""
|
|
102
103
|
__args__ = dict()
|
|
103
104
|
__args__['inAccount'] = in_account
|
|
@@ -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
|
|
@@ -43,7 +44,7 @@ class GetFileFormatsResult:
|
|
|
43
44
|
|
|
44
45
|
@property
|
|
45
46
|
@pulumi.getter
|
|
46
|
-
def database(self) -> str:
|
|
47
|
+
def database(self) -> builtins.str:
|
|
47
48
|
"""
|
|
48
49
|
The database from which to return the schemas from.
|
|
49
50
|
"""
|
|
@@ -59,7 +60,7 @@ class GetFileFormatsResult:
|
|
|
59
60
|
|
|
60
61
|
@property
|
|
61
62
|
@pulumi.getter
|
|
62
|
-
def id(self) -> str:
|
|
63
|
+
def id(self) -> builtins.str:
|
|
63
64
|
"""
|
|
64
65
|
The provider-assigned unique ID for this managed resource.
|
|
65
66
|
"""
|
|
@@ -67,7 +68,7 @@ class GetFileFormatsResult:
|
|
|
67
68
|
|
|
68
69
|
@property
|
|
69
70
|
@pulumi.getter
|
|
70
|
-
def schema(self) -> str:
|
|
71
|
+
def schema(self) -> builtins.str:
|
|
71
72
|
"""
|
|
72
73
|
The schema from which to return the file formats from.
|
|
73
74
|
"""
|
|
@@ -86,8 +87,8 @@ class AwaitableGetFileFormatsResult(GetFileFormatsResult):
|
|
|
86
87
|
schema=self.schema)
|
|
87
88
|
|
|
88
89
|
|
|
89
|
-
def get_file_formats(database: Optional[str] = None,
|
|
90
|
-
schema: Optional[str] = None,
|
|
90
|
+
def get_file_formats(database: Optional[builtins.str] = None,
|
|
91
|
+
schema: Optional[builtins.str] = None,
|
|
91
92
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFileFormatsResult:
|
|
92
93
|
"""
|
|
93
94
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -103,8 +104,8 @@ def get_file_formats(database: Optional[str] = None,
|
|
|
103
104
|
```
|
|
104
105
|
|
|
105
106
|
|
|
106
|
-
:param str database: The database from which to return the schemas from.
|
|
107
|
-
:param str schema: The schema from which to return the file formats from.
|
|
107
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
108
|
+
:param builtins.str schema: The schema from which to return the file formats from.
|
|
108
109
|
"""
|
|
109
110
|
__args__ = dict()
|
|
110
111
|
__args__['database'] = database
|
|
@@ -117,8 +118,8 @@ def get_file_formats(database: Optional[str] = None,
|
|
|
117
118
|
file_formats=pulumi.get(__ret__, 'file_formats'),
|
|
118
119
|
id=pulumi.get(__ret__, 'id'),
|
|
119
120
|
schema=pulumi.get(__ret__, 'schema'))
|
|
120
|
-
def get_file_formats_output(database: Optional[pulumi.Input[str]] = None,
|
|
121
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
121
|
+
def get_file_formats_output(database: Optional[pulumi.Input[builtins.str]] = None,
|
|
122
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
122
123
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFileFormatsResult]:
|
|
123
124
|
"""
|
|
124
125
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -134,8 +135,8 @@ def get_file_formats_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
134
135
|
```
|
|
135
136
|
|
|
136
137
|
|
|
137
|
-
:param str database: The database from which to return the schemas from.
|
|
138
|
-
:param str schema: The schema from which to return the file formats from.
|
|
138
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
139
|
+
:param builtins.str schema: The schema from which to return the file formats from.
|
|
139
140
|
"""
|
|
140
141
|
__args__ = dict()
|
|
141
142
|
__args__['database'] = database
|
|
@@ -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
|
|
@@ -43,7 +44,7 @@ class GetFunctionsResult:
|
|
|
43
44
|
|
|
44
45
|
@property
|
|
45
46
|
@pulumi.getter
|
|
46
|
-
def database(self) -> str:
|
|
47
|
+
def database(self) -> builtins.str:
|
|
47
48
|
"""
|
|
48
49
|
The database from which to return the schemas from.
|
|
49
50
|
"""
|
|
@@ -59,7 +60,7 @@ class GetFunctionsResult:
|
|
|
59
60
|
|
|
60
61
|
@property
|
|
61
62
|
@pulumi.getter
|
|
62
|
-
def id(self) -> str:
|
|
63
|
+
def id(self) -> builtins.str:
|
|
63
64
|
"""
|
|
64
65
|
The provider-assigned unique ID for this managed resource.
|
|
65
66
|
"""
|
|
@@ -67,7 +68,7 @@ class GetFunctionsResult:
|
|
|
67
68
|
|
|
68
69
|
@property
|
|
69
70
|
@pulumi.getter
|
|
70
|
-
def schema(self) -> str:
|
|
71
|
+
def schema(self) -> builtins.str:
|
|
71
72
|
"""
|
|
72
73
|
The schema from which to return the functions from.
|
|
73
74
|
"""
|
|
@@ -86,8 +87,8 @@ class AwaitableGetFunctionsResult(GetFunctionsResult):
|
|
|
86
87
|
schema=self.schema)
|
|
87
88
|
|
|
88
89
|
|
|
89
|
-
def get_functions(database: Optional[str] = None,
|
|
90
|
-
schema: Optional[str] = None,
|
|
90
|
+
def get_functions(database: Optional[builtins.str] = None,
|
|
91
|
+
schema: Optional[builtins.str] = None,
|
|
91
92
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFunctionsResult:
|
|
92
93
|
"""
|
|
93
94
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -103,8 +104,8 @@ def get_functions(database: Optional[str] = None,
|
|
|
103
104
|
```
|
|
104
105
|
|
|
105
106
|
|
|
106
|
-
:param str database: The database from which to return the schemas from.
|
|
107
|
-
:param str schema: The schema from which to return the functions from.
|
|
107
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
108
|
+
:param builtins.str schema: The schema from which to return the functions from.
|
|
108
109
|
"""
|
|
109
110
|
__args__ = dict()
|
|
110
111
|
__args__['database'] = database
|
|
@@ -117,8 +118,8 @@ def get_functions(database: Optional[str] = None,
|
|
|
117
118
|
functions=pulumi.get(__ret__, 'functions'),
|
|
118
119
|
id=pulumi.get(__ret__, 'id'),
|
|
119
120
|
schema=pulumi.get(__ret__, 'schema'))
|
|
120
|
-
def get_functions_output(database: Optional[pulumi.Input[str]] = None,
|
|
121
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
121
|
+
def get_functions_output(database: Optional[pulumi.Input[builtins.str]] = None,
|
|
122
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
122
123
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFunctionsResult]:
|
|
123
124
|
"""
|
|
124
125
|
!> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
@@ -134,8 +135,8 @@ def get_functions_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
134
135
|
```
|
|
135
136
|
|
|
136
137
|
|
|
137
|
-
:param str database: The database from which to return the schemas from.
|
|
138
|
-
:param str schema: The schema from which to return the functions from.
|
|
138
|
+
:param builtins.str database: The database from which to return the schemas from.
|
|
139
|
+
:param builtins.str schema: The schema from which to return the functions from.
|
|
139
140
|
"""
|
|
140
141
|
__args__ = dict()
|
|
141
142
|
__args__['database'] = database
|
pulumi_snowflake/get_grants.py
CHANGED
|
@@ -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
|
|
@@ -101,7 +102,7 @@ class GetGrantsResult:
|
|
|
101
102
|
|
|
102
103
|
@property
|
|
103
104
|
@pulumi.getter
|
|
104
|
-
def id(self) -> str:
|
|
105
|
+
def id(self) -> builtins.str:
|
|
105
106
|
"""
|
|
106
107
|
The provider-assigned unique ID for this managed resource.
|
|
107
108
|
"""
|