pulumi-snowflake 0.60.0__py3-none-any.whl → 0.60.0a1727848944__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 +0 -36
- pulumi_snowflake/_inputs.py +3548 -19849
- pulumi_snowflake/_utilities.py +1 -1
- pulumi_snowflake/account.py +0 -5
- pulumi_snowflake/account_parameter.py +0 -5
- pulumi_snowflake/account_password_policy_attachment.py +0 -5
- pulumi_snowflake/account_role.py +0 -5
- pulumi_snowflake/alert.py +0 -5
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -5
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -5
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -5
- pulumi_snowflake/api_integration.py +0 -5
- pulumi_snowflake/config/__init__.pyi +0 -5
- pulumi_snowflake/config/outputs.py +0 -5
- pulumi_snowflake/config/vars.py +0 -5
- pulumi_snowflake/cortex_search_service.py +0 -5
- pulumi_snowflake/database.py +0 -5
- pulumi_snowflake/database_old.py +0 -5
- pulumi_snowflake/database_role.py +0 -5
- pulumi_snowflake/dynamic_table.py +0 -5
- pulumi_snowflake/email_notification_integration.py +0 -5
- pulumi_snowflake/external_function.py +0 -5
- pulumi_snowflake/external_oauth_integration.py +0 -5
- pulumi_snowflake/external_table.py +0 -5
- pulumi_snowflake/failover_group.py +0 -5
- pulumi_snowflake/file_format.py +0 -5
- pulumi_snowflake/function.py +0 -5
- pulumi_snowflake/get_accounts.py +4 -13
- pulumi_snowflake/get_alerts.py +4 -17
- pulumi_snowflake/get_cortex_search_services.py +4 -19
- pulumi_snowflake/get_current_account.py +4 -13
- pulumi_snowflake/get_current_role.py +4 -11
- pulumi_snowflake/get_database.py +4 -20
- pulumi_snowflake/get_database_role.py +4 -16
- pulumi_snowflake/get_database_roles.py +4 -17
- pulumi_snowflake/get_databases.py +4 -21
- pulumi_snowflake/get_dynamic_tables.py +4 -19
- pulumi_snowflake/get_external_functions.py +4 -15
- pulumi_snowflake/get_external_tables.py +4 -15
- pulumi_snowflake/get_failover_groups.py +4 -13
- pulumi_snowflake/get_file_formats.py +4 -15
- pulumi_snowflake/get_functions.py +4 -15
- pulumi_snowflake/get_grants.py +4 -21
- pulumi_snowflake/get_masking_policies.py +4 -19
- pulumi_snowflake/get_materialized_views.py +4 -15
- pulumi_snowflake/get_network_policies.py +4 -15
- pulumi_snowflake/get_parameters.py +4 -21
- pulumi_snowflake/get_pipes.py +4 -15
- pulumi_snowflake/get_procedures.py +4 -15
- pulumi_snowflake/get_resource_monitors.py +4 -13
- pulumi_snowflake/get_role.py +4 -13
- pulumi_snowflake/get_roles.py +4 -15
- pulumi_snowflake/get_row_access_policies.py +4 -19
- pulumi_snowflake/get_schemas.py +4 -23
- pulumi_snowflake/get_security_integrations.py +4 -15
- pulumi_snowflake/get_sequences.py +4 -15
- pulumi_snowflake/get_shares.py +4 -13
- pulumi_snowflake/get_stages.py +4 -15
- pulumi_snowflake/get_storage_integrations.py +4 -11
- pulumi_snowflake/get_streamlits.py +4 -19
- pulumi_snowflake/get_streams.py +4 -15
- pulumi_snowflake/get_system_generate_scim_access_token.py +4 -13
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -13
- pulumi_snowflake/get_system_get_private_link_config.py +4 -19
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -12
- pulumi_snowflake/get_tables.py +4 -15
- pulumi_snowflake/get_tasks.py +4 -15
- pulumi_snowflake/get_users.py +4 -21
- pulumi_snowflake/get_views.py +4 -21
- pulumi_snowflake/get_warehouses.py +4 -17
- pulumi_snowflake/grant_account_role.py +0 -5
- pulumi_snowflake/grant_application_role.py +0 -5
- pulumi_snowflake/grant_database_role.py +0 -5
- pulumi_snowflake/grant_ownership.py +0 -5
- pulumi_snowflake/grant_privileges_to_account_role.py +0 -5
- pulumi_snowflake/grant_privileges_to_database_role.py +0 -5
- pulumi_snowflake/grant_privileges_to_share.py +0 -5
- pulumi_snowflake/managed_account.py +0 -5
- pulumi_snowflake/masking_policy.py +4 -9
- pulumi_snowflake/materialized_view.py +0 -5
- pulumi_snowflake/network_policy.py +0 -5
- pulumi_snowflake/network_policy_attachment.py +0 -5
- pulumi_snowflake/network_rule.py +0 -5
- pulumi_snowflake/notification_integration.py +0 -5
- pulumi_snowflake/oauth_integration.py +0 -5
- pulumi_snowflake/oauth_integration_for_custom_clients.py +0 -5
- pulumi_snowflake/oauth_integration_for_partner_applications.py +0 -5
- pulumi_snowflake/object_parameter.py +0 -5
- pulumi_snowflake/outputs.py +2936 -10916
- pulumi_snowflake/password_policy.py +0 -5
- pulumi_snowflake/pipe.py +0 -5
- pulumi_snowflake/procedure.py +0 -5
- pulumi_snowflake/provider.py +0 -5
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +0 -5
- pulumi_snowflake/role.py +0 -5
- pulumi_snowflake/row_access_policy.py +4 -9
- pulumi_snowflake/saml2_integration.py +0 -5
- pulumi_snowflake/saml_integration.py +0 -5
- pulumi_snowflake/schema.py +0 -5
- pulumi_snowflake/scim_integration.py +0 -5
- pulumi_snowflake/secondary_database.py +0 -5
- pulumi_snowflake/sequence.py +0 -5
- pulumi_snowflake/session_parameter.py +0 -5
- pulumi_snowflake/share.py +0 -5
- pulumi_snowflake/shared_database.py +0 -5
- pulumi_snowflake/stage.py +7 -12
- pulumi_snowflake/storage_integration.py +0 -5
- pulumi_snowflake/stream.py +0 -5
- pulumi_snowflake/streamlit.py +0 -5
- pulumi_snowflake/table.py +0 -5
- pulumi_snowflake/table_column_masking_policy_application.py +0 -5
- pulumi_snowflake/table_constraint.py +0 -5
- pulumi_snowflake/tag.py +0 -5
- pulumi_snowflake/tag_association.py +0 -5
- pulumi_snowflake/tag_masking_policy_association.py +0 -5
- pulumi_snowflake/task.py +0 -5
- pulumi_snowflake/unsafe_execute.py +0 -5
- pulumi_snowflake/user.py +2 -7
- pulumi_snowflake/user_password_policy_attachment.py +0 -5
- pulumi_snowflake/user_public_keys.py +0 -5
- pulumi_snowflake/view.py +0 -5
- pulumi_snowflake/warehouse.py +0 -5
- {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/METADATA +2 -3
- pulumi_snowflake-0.60.0a1727848944.dist-info/RECORD +129 -0
- pulumi_snowflake/legacy_service_user.py +0 -3666
- pulumi_snowflake/service_user.py +0 -3585
- pulumi_snowflake/stream_on_external_table.py +0 -597
- pulumi_snowflake/stream_on_table.py +0 -631
- pulumi_snowflake-0.60.0.dist-info/RECORD +0 -133
- {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-0.60.0.dist-info → pulumi_snowflake-0.60.0a1727848944.dist-info}/top_level.txt +0 -0
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -115,6 +110,9 @@ def get_procedures(database: Optional[str] = None,
|
|
|
115
110
|
id=pulumi.get(__ret__, 'id'),
|
|
116
111
|
procedures=pulumi.get(__ret__, 'procedures'),
|
|
117
112
|
schema=pulumi.get(__ret__, 'schema'))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
@_utilities.lift_output_func(get_procedures)
|
|
118
116
|
def get_procedures_output(database: Optional[pulumi.Input[str]] = None,
|
|
119
117
|
schema: Optional[pulumi.Input[str]] = None,
|
|
120
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProceduresResult]:
|
|
@@ -133,13 +131,4 @@ def get_procedures_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
133
131
|
:param str database: The database from which to return the schemas from.
|
|
134
132
|
:param str schema: The schema from which to return the procedures from.
|
|
135
133
|
"""
|
|
136
|
-
|
|
137
|
-
__args__['database'] = database
|
|
138
|
-
__args__['schema'] = schema
|
|
139
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
140
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getProcedures:getProcedures', __args__, opts=opts, typ=GetProceduresResult)
|
|
141
|
-
return __ret__.apply(lambda __response__: GetProceduresResult(
|
|
142
|
-
database=pulumi.get(__response__, 'database'),
|
|
143
|
-
id=pulumi.get(__response__, 'id'),
|
|
144
|
-
procedures=pulumi.get(__response__, 'procedures'),
|
|
145
|
-
schema=pulumi.get(__response__, 'schema')))
|
|
134
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -93,6 +88,9 @@ def get_resource_monitors(like: Optional[str] = None,
|
|
|
93
88
|
id=pulumi.get(__ret__, 'id'),
|
|
94
89
|
like=pulumi.get(__ret__, 'like'),
|
|
95
90
|
resource_monitors=pulumi.get(__ret__, 'resource_monitors'))
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
@_utilities.lift_output_func(get_resource_monitors)
|
|
96
94
|
def get_resource_monitors_output(like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
97
95
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetResourceMonitorsResult]:
|
|
98
96
|
"""
|
|
@@ -103,11 +101,4 @@ def get_resource_monitors_output(like: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
103
101
|
|
|
104
102
|
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
105
103
|
"""
|
|
106
|
-
|
|
107
|
-
__args__['like'] = like
|
|
108
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
109
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getResourceMonitors:getResourceMonitors', __args__, opts=opts, typ=GetResourceMonitorsResult)
|
|
110
|
-
return __ret__.apply(lambda __response__: GetResourceMonitorsResult(
|
|
111
|
-
id=pulumi.get(__response__, 'id'),
|
|
112
|
-
like=pulumi.get(__response__, 'like'),
|
|
113
|
-
resource_monitors=pulumi.get(__response__, 'resource_monitors')))
|
|
104
|
+
...
|
pulumi_snowflake/get_role.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -99,6 +94,9 @@ def get_role(name: Optional[str] = None,
|
|
|
99
94
|
comment=pulumi.get(__ret__, 'comment'),
|
|
100
95
|
id=pulumi.get(__ret__, 'id'),
|
|
101
96
|
name=pulumi.get(__ret__, 'name'))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
@_utilities.lift_output_func(get_role)
|
|
102
100
|
def get_role_output(name: Optional[pulumi.Input[str]] = None,
|
|
103
101
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRoleResult]:
|
|
104
102
|
"""
|
|
@@ -116,11 +114,4 @@ def get_role_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
116
114
|
|
|
117
115
|
:param str name: The role for which to return metadata.
|
|
118
116
|
"""
|
|
119
|
-
|
|
120
|
-
__args__['name'] = name
|
|
121
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
122
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getRole:getRole', __args__, opts=opts, typ=GetRoleResult)
|
|
123
|
-
return __ret__.apply(lambda __response__: GetRoleResult(
|
|
124
|
-
comment=pulumi.get(__response__, 'comment'),
|
|
125
|
-
id=pulumi.get(__response__, 'id'),
|
|
126
|
-
name=pulumi.get(__response__, 'name')))
|
|
117
|
+
...
|
pulumi_snowflake/get_roles.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -109,6 +104,9 @@ def get_roles(in_class: Optional[str] = None,
|
|
|
109
104
|
in_class=pulumi.get(__ret__, 'in_class'),
|
|
110
105
|
like=pulumi.get(__ret__, 'like'),
|
|
111
106
|
roles=pulumi.get(__ret__, 'roles'))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
@_utilities.lift_output_func(get_roles)
|
|
112
110
|
def get_roles_output(in_class: Optional[pulumi.Input[Optional[str]]] = None,
|
|
113
111
|
like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
114
112
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRolesResult]:
|
|
@@ -121,13 +119,4 @@ def get_roles_output(in_class: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
121
119
|
:param str in_class: Filters the SHOW GRANTS output by class name.
|
|
122
120
|
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
123
121
|
"""
|
|
124
|
-
|
|
125
|
-
__args__['inClass'] = in_class
|
|
126
|
-
__args__['like'] = like
|
|
127
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
128
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getRoles:getRoles', __args__, opts=opts, typ=GetRolesResult)
|
|
129
|
-
return __ret__.apply(lambda __response__: GetRolesResult(
|
|
130
|
-
id=pulumi.get(__response__, 'id'),
|
|
131
|
-
in_class=pulumi.get(__response__, 'in_class'),
|
|
132
|
-
like=pulumi.get(__response__, 'like'),
|
|
133
|
-
roles=pulumi.get(__response__, 'roles')))
|
|
122
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -142,6 +137,9 @@ def get_row_access_policies(in_: Optional[Union['GetRowAccessPoliciesInArgs', 'G
|
|
|
142
137
|
limit=pulumi.get(__ret__, 'limit'),
|
|
143
138
|
row_access_policies=pulumi.get(__ret__, 'row_access_policies'),
|
|
144
139
|
with_describe=pulumi.get(__ret__, 'with_describe'))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
@_utilities.lift_output_func(get_row_access_policies)
|
|
145
143
|
def get_row_access_policies_output(in_: Optional[pulumi.Input[Optional[Union['GetRowAccessPoliciesInArgs', 'GetRowAccessPoliciesInArgsDict']]]] = None,
|
|
146
144
|
like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
147
145
|
limit: Optional[pulumi.Input[Optional[Union['GetRowAccessPoliciesLimitArgs', 'GetRowAccessPoliciesLimitArgsDict']]]] = None,
|
|
@@ -158,17 +156,4 @@ def get_row_access_policies_output(in_: Optional[pulumi.Input[Optional[Union['Ge
|
|
|
158
156
|
:param Union['GetRowAccessPoliciesLimitArgs', 'GetRowAccessPoliciesLimitArgsDict'] 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`.
|
|
159
157
|
:param bool with_describe: Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true.
|
|
160
158
|
"""
|
|
161
|
-
|
|
162
|
-
__args__['in'] = in_
|
|
163
|
-
__args__['like'] = like
|
|
164
|
-
__args__['limit'] = limit
|
|
165
|
-
__args__['withDescribe'] = with_describe
|
|
166
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
167
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getRowAccessPolicies:getRowAccessPolicies', __args__, opts=opts, typ=GetRowAccessPoliciesResult)
|
|
168
|
-
return __ret__.apply(lambda __response__: GetRowAccessPoliciesResult(
|
|
169
|
-
id=pulumi.get(__response__, 'id'),
|
|
170
|
-
in_=pulumi.get(__response__, 'in_'),
|
|
171
|
-
like=pulumi.get(__response__, 'like'),
|
|
172
|
-
limit=pulumi.get(__response__, 'limit'),
|
|
173
|
-
row_access_policies=pulumi.get(__response__, 'row_access_policies'),
|
|
174
|
-
with_describe=pulumi.get(__response__, 'with_describe')))
|
|
159
|
+
...
|
pulumi_snowflake/get_schemas.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -174,6 +169,9 @@ def get_schemas(in_: Optional[Union['GetSchemasInArgs', 'GetSchemasInArgsDict']]
|
|
|
174
169
|
starts_with=pulumi.get(__ret__, 'starts_with'),
|
|
175
170
|
with_describe=pulumi.get(__ret__, 'with_describe'),
|
|
176
171
|
with_parameters=pulumi.get(__ret__, 'with_parameters'))
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
@_utilities.lift_output_func(get_schemas)
|
|
177
175
|
def get_schemas_output(in_: Optional[pulumi.Input[Optional[Union['GetSchemasInArgs', 'GetSchemasInArgsDict']]]] = None,
|
|
178
176
|
like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
179
177
|
limit: Optional[pulumi.Input[Optional[Union['GetSchemasLimitArgs', 'GetSchemasLimitArgsDict']]]] = None,
|
|
@@ -194,21 +192,4 @@ def get_schemas_output(in_: Optional[pulumi.Input[Optional[Union['GetSchemasInAr
|
|
|
194
192
|
:param bool with_describe: Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
|
|
195
193
|
:param bool with_parameters: Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
|
|
196
194
|
"""
|
|
197
|
-
|
|
198
|
-
__args__['in'] = in_
|
|
199
|
-
__args__['like'] = like
|
|
200
|
-
__args__['limit'] = limit
|
|
201
|
-
__args__['startsWith'] = starts_with
|
|
202
|
-
__args__['withDescribe'] = with_describe
|
|
203
|
-
__args__['withParameters'] = with_parameters
|
|
204
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
205
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getSchemas:getSchemas', __args__, opts=opts, typ=GetSchemasResult)
|
|
206
|
-
return __ret__.apply(lambda __response__: GetSchemasResult(
|
|
207
|
-
id=pulumi.get(__response__, 'id'),
|
|
208
|
-
in_=pulumi.get(__response__, 'in_'),
|
|
209
|
-
like=pulumi.get(__response__, 'like'),
|
|
210
|
-
limit=pulumi.get(__response__, 'limit'),
|
|
211
|
-
schemas=pulumi.get(__response__, 'schemas'),
|
|
212
|
-
starts_with=pulumi.get(__response__, 'starts_with'),
|
|
213
|
-
with_describe=pulumi.get(__response__, 'with_describe'),
|
|
214
|
-
with_parameters=pulumi.get(__response__, 'with_parameters')))
|
|
195
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -109,6 +104,9 @@ def get_security_integrations(like: Optional[str] = None,
|
|
|
109
104
|
like=pulumi.get(__ret__, 'like'),
|
|
110
105
|
security_integrations=pulumi.get(__ret__, 'security_integrations'),
|
|
111
106
|
with_describe=pulumi.get(__ret__, 'with_describe'))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
@_utilities.lift_output_func(get_security_integrations)
|
|
112
110
|
def get_security_integrations_output(like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
113
111
|
with_describe: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
114
112
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecurityIntegrationsResult]:
|
|
@@ -121,13 +119,4 @@ def get_security_integrations_output(like: Optional[pulumi.Input[Optional[str]]]
|
|
|
121
119
|
:param str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
122
120
|
:param bool with_describe: Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
|
|
123
121
|
"""
|
|
124
|
-
|
|
125
|
-
__args__['like'] = like
|
|
126
|
-
__args__['withDescribe'] = with_describe
|
|
127
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
128
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getSecurityIntegrations:getSecurityIntegrations', __args__, opts=opts, typ=GetSecurityIntegrationsResult)
|
|
129
|
-
return __ret__.apply(lambda __response__: GetSecurityIntegrationsResult(
|
|
130
|
-
id=pulumi.get(__response__, 'id'),
|
|
131
|
-
like=pulumi.get(__response__, 'like'),
|
|
132
|
-
security_integrations=pulumi.get(__response__, 'security_integrations'),
|
|
133
|
-
with_describe=pulumi.get(__response__, 'with_describe')))
|
|
122
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -115,6 +110,9 @@ def get_sequences(database: Optional[str] = None,
|
|
|
115
110
|
id=pulumi.get(__ret__, 'id'),
|
|
116
111
|
schema=pulumi.get(__ret__, 'schema'),
|
|
117
112
|
sequences=pulumi.get(__ret__, 'sequences'))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
@_utilities.lift_output_func(get_sequences)
|
|
118
116
|
def get_sequences_output(database: Optional[pulumi.Input[str]] = None,
|
|
119
117
|
schema: Optional[pulumi.Input[str]] = None,
|
|
120
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSequencesResult]:
|
|
@@ -133,13 +131,4 @@ def get_sequences_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
133
131
|
:param str database: The database from which to return the schemas from.
|
|
134
132
|
:param str schema: The schema from which to return the sequences from.
|
|
135
133
|
"""
|
|
136
|
-
|
|
137
|
-
__args__['database'] = database
|
|
138
|
-
__args__['schema'] = schema
|
|
139
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
140
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getSequences:getSequences', __args__, opts=opts, typ=GetSequencesResult)
|
|
141
|
-
return __ret__.apply(lambda __response__: GetSequencesResult(
|
|
142
|
-
database=pulumi.get(__response__, 'database'),
|
|
143
|
-
id=pulumi.get(__response__, 'id'),
|
|
144
|
-
schema=pulumi.get(__response__, 'schema'),
|
|
145
|
-
sequences=pulumi.get(__response__, 'sequences')))
|
|
134
|
+
...
|
pulumi_snowflake/get_shares.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -99,6 +94,9 @@ def get_shares(pattern: Optional[str] = None,
|
|
|
99
94
|
id=pulumi.get(__ret__, 'id'),
|
|
100
95
|
pattern=pulumi.get(__ret__, 'pattern'),
|
|
101
96
|
shares=pulumi.get(__ret__, 'shares'))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
@_utilities.lift_output_func(get_shares)
|
|
102
100
|
def get_shares_output(pattern: Optional[pulumi.Input[Optional[str]]] = None,
|
|
103
101
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSharesResult]:
|
|
104
102
|
"""
|
|
@@ -115,11 +113,4 @@ def get_shares_output(pattern: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
115
113
|
|
|
116
114
|
:param str pattern: Filters the command output by object name.
|
|
117
115
|
"""
|
|
118
|
-
|
|
119
|
-
__args__['pattern'] = pattern
|
|
120
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
121
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getShares:getShares', __args__, opts=opts, typ=GetSharesResult)
|
|
122
|
-
return __ret__.apply(lambda __response__: GetSharesResult(
|
|
123
|
-
id=pulumi.get(__response__, 'id'),
|
|
124
|
-
pattern=pulumi.get(__response__, 'pattern'),
|
|
125
|
-
shares=pulumi.get(__response__, 'shares')))
|
|
116
|
+
...
|
pulumi_snowflake/get_stages.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -115,6 +110,9 @@ def get_stages(database: Optional[str] = None,
|
|
|
115
110
|
id=pulumi.get(__ret__, 'id'),
|
|
116
111
|
schema=pulumi.get(__ret__, 'schema'),
|
|
117
112
|
stages=pulumi.get(__ret__, 'stages'))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
@_utilities.lift_output_func(get_stages)
|
|
118
116
|
def get_stages_output(database: Optional[pulumi.Input[str]] = None,
|
|
119
117
|
schema: Optional[pulumi.Input[str]] = None,
|
|
120
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStagesResult]:
|
|
@@ -133,13 +131,4 @@ def get_stages_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
133
131
|
:param str database: The database from which to return the schemas from.
|
|
134
132
|
:param str schema: The schema from which to return the stages from.
|
|
135
133
|
"""
|
|
136
|
-
|
|
137
|
-
__args__['database'] = database
|
|
138
|
-
__args__['schema'] = schema
|
|
139
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
140
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getStages:getStages', __args__, opts=opts, typ=GetStagesResult)
|
|
141
|
-
return __ret__.apply(lambda __response__: GetStagesResult(
|
|
142
|
-
database=pulumi.get(__response__, 'database'),
|
|
143
|
-
id=pulumi.get(__response__, 'id'),
|
|
144
|
-
schema=pulumi.get(__response__, 'schema'),
|
|
145
|
-
stages=pulumi.get(__response__, 'stages')))
|
|
134
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -80,6 +75,9 @@ def get_storage_integrations(opts: Optional[pulumi.InvokeOptions] = None) -> Awa
|
|
|
80
75
|
return AwaitableGetStorageIntegrationsResult(
|
|
81
76
|
id=pulumi.get(__ret__, 'id'),
|
|
82
77
|
storage_integrations=pulumi.get(__ret__, 'storage_integrations'))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@_utilities.lift_output_func(get_storage_integrations)
|
|
83
81
|
def get_storage_integrations_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStorageIntegrationsResult]:
|
|
84
82
|
"""
|
|
85
83
|
## Example Usage
|
|
@@ -91,9 +89,4 @@ def get_storage_integrations_output(opts: Optional[pulumi.InvokeOptions] = None)
|
|
|
91
89
|
current = snowflake.get_storage_integrations()
|
|
92
90
|
```
|
|
93
91
|
"""
|
|
94
|
-
|
|
95
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
96
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getStorageIntegrations:getStorageIntegrations', __args__, opts=opts, typ=GetStorageIntegrationsResult)
|
|
97
|
-
return __ret__.apply(lambda __response__: GetStorageIntegrationsResult(
|
|
98
|
-
id=pulumi.get(__response__, 'id'),
|
|
99
|
-
storage_integrations=pulumi.get(__response__, 'storage_integrations')))
|
|
92
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -142,6 +137,9 @@ def get_streamlits(in_: Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInAr
|
|
|
142
137
|
limit=pulumi.get(__ret__, 'limit'),
|
|
143
138
|
streamlits=pulumi.get(__ret__, 'streamlits'),
|
|
144
139
|
with_describe=pulumi.get(__ret__, 'with_describe'))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
@_utilities.lift_output_func(get_streamlits)
|
|
145
143
|
def get_streamlits_output(in_: Optional[pulumi.Input[Optional[Union['GetStreamlitsInArgs', 'GetStreamlitsInArgsDict']]]] = None,
|
|
146
144
|
like: Optional[pulumi.Input[Optional[str]]] = None,
|
|
147
145
|
limit: Optional[pulumi.Input[Optional[Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict']]]] = None,
|
|
@@ -158,17 +156,4 @@ def get_streamlits_output(in_: Optional[pulumi.Input[Optional[Union['GetStreamli
|
|
|
158
156
|
:param Union['GetStreamlitsLimitArgs', 'GetStreamlitsLimitArgsDict'] 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`.
|
|
159
157
|
:param bool with_describe: Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
|
|
160
158
|
"""
|
|
161
|
-
|
|
162
|
-
__args__['in'] = in_
|
|
163
|
-
__args__['like'] = like
|
|
164
|
-
__args__['limit'] = limit
|
|
165
|
-
__args__['withDescribe'] = with_describe
|
|
166
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
167
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getStreamlits:getStreamlits', __args__, opts=opts, typ=GetStreamlitsResult)
|
|
168
|
-
return __ret__.apply(lambda __response__: GetStreamlitsResult(
|
|
169
|
-
id=pulumi.get(__response__, 'id'),
|
|
170
|
-
in_=pulumi.get(__response__, 'in_'),
|
|
171
|
-
like=pulumi.get(__response__, 'like'),
|
|
172
|
-
limit=pulumi.get(__response__, 'limit'),
|
|
173
|
-
streamlits=pulumi.get(__response__, 'streamlits'),
|
|
174
|
-
with_describe=pulumi.get(__response__, 'with_describe')))
|
|
159
|
+
...
|
pulumi_snowflake/get_streams.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -115,6 +110,9 @@ def get_streams(database: Optional[str] = None,
|
|
|
115
110
|
id=pulumi.get(__ret__, 'id'),
|
|
116
111
|
schema=pulumi.get(__ret__, 'schema'),
|
|
117
112
|
streams=pulumi.get(__ret__, 'streams'))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
@_utilities.lift_output_func(get_streams)
|
|
118
116
|
def get_streams_output(database: Optional[pulumi.Input[str]] = None,
|
|
119
117
|
schema: Optional[pulumi.Input[str]] = None,
|
|
120
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStreamsResult]:
|
|
@@ -133,13 +131,4 @@ def get_streams_output(database: Optional[pulumi.Input[str]] = None,
|
|
|
133
131
|
:param str database: The database from which to return the streams from.
|
|
134
132
|
:param str schema: The schema from which to return the streams from.
|
|
135
133
|
"""
|
|
136
|
-
|
|
137
|
-
__args__['database'] = database
|
|
138
|
-
__args__['schema'] = schema
|
|
139
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
140
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getStreams:getStreams', __args__, opts=opts, typ=GetStreamsResult)
|
|
141
|
-
return __ret__.apply(lambda __response__: GetStreamsResult(
|
|
142
|
-
database=pulumi.get(__response__, 'database'),
|
|
143
|
-
id=pulumi.get(__response__, 'id'),
|
|
144
|
-
schema=pulumi.get(__response__, 'schema'),
|
|
145
|
-
streams=pulumi.get(__response__, 'streams')))
|
|
134
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -97,6 +92,9 @@ def get_system_generate_scim_access_token(integration_name: Optional[str] = None
|
|
|
97
92
|
access_token=pulumi.get(__ret__, 'access_token'),
|
|
98
93
|
id=pulumi.get(__ret__, 'id'),
|
|
99
94
|
integration_name=pulumi.get(__ret__, 'integration_name'))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
@_utilities.lift_output_func(get_system_generate_scim_access_token)
|
|
100
98
|
def get_system_generate_scim_access_token_output(integration_name: Optional[pulumi.Input[str]] = None,
|
|
101
99
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemGenerateScimAccessTokenResult]:
|
|
102
100
|
"""
|
|
@@ -112,11 +110,4 @@ def get_system_generate_scim_access_token_output(integration_name: Optional[pulu
|
|
|
112
110
|
|
|
113
111
|
:param str integration_name: SCIM Integration Name
|
|
114
112
|
"""
|
|
115
|
-
|
|
116
|
-
__args__['integrationName'] = integration_name
|
|
117
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
118
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getSystemGenerateScimAccessToken:getSystemGenerateScimAccessToken', __args__, opts=opts, typ=GetSystemGenerateScimAccessTokenResult)
|
|
119
|
-
return __ret__.apply(lambda __response__: GetSystemGenerateScimAccessTokenResult(
|
|
120
|
-
access_token=pulumi.get(__response__, 'access_token'),
|
|
121
|
-
id=pulumi.get(__response__, 'id'),
|
|
122
|
-
integration_name=pulumi.get(__response__, 'integration_name')))
|
|
113
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -97,6 +92,9 @@ def get_system_get_aws_sns_iam_policy(aws_sns_topic_arn: Optional[str] = None,
|
|
|
97
92
|
aws_sns_topic_arn=pulumi.get(__ret__, 'aws_sns_topic_arn'),
|
|
98
93
|
aws_sns_topic_policy_json=pulumi.get(__ret__, 'aws_sns_topic_policy_json'),
|
|
99
94
|
id=pulumi.get(__ret__, 'id'))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
@_utilities.lift_output_func(get_system_get_aws_sns_iam_policy)
|
|
100
98
|
def get_system_get_aws_sns_iam_policy_output(aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
|
|
101
99
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemGetAwsSnsIamPolicyResult]:
|
|
102
100
|
"""
|
|
@@ -112,11 +110,4 @@ def get_system_get_aws_sns_iam_policy_output(aws_sns_topic_arn: Optional[pulumi.
|
|
|
112
110
|
|
|
113
111
|
:param str aws_sns_topic_arn: Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
|
|
114
112
|
"""
|
|
115
|
-
|
|
116
|
-
__args__['awsSnsTopicArn'] = aws_sns_topic_arn
|
|
117
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
118
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getSystemGetAwsSnsIamPolicy:getSystemGetAwsSnsIamPolicy', __args__, opts=opts, typ=GetSystemGetAwsSnsIamPolicyResult)
|
|
119
|
-
return __ret__.apply(lambda __response__: GetSystemGetAwsSnsIamPolicyResult(
|
|
120
|
-
aws_sns_topic_arn=pulumi.get(__response__, 'aws_sns_topic_arn'),
|
|
121
|
-
aws_sns_topic_policy_json=pulumi.get(__response__, 'aws_sns_topic_policy_json'),
|
|
122
|
-
id=pulumi.get(__response__, 'id')))
|
|
113
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -224,6 +219,9 @@ def get_system_get_private_link_config(opts: Optional[pulumi.InvokeOptions] = No
|
|
|
224
219
|
regionless_account_url=pulumi.get(__ret__, 'regionless_account_url'),
|
|
225
220
|
regionless_snowsight_url=pulumi.get(__ret__, 'regionless_snowsight_url'),
|
|
226
221
|
snowsight_url=pulumi.get(__ret__, 'snowsight_url'))
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
@_utilities.lift_output_func(get_system_get_private_link_config)
|
|
227
225
|
def get_system_get_private_link_config_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemGetPrivateLinkConfigResult]:
|
|
228
226
|
"""
|
|
229
227
|
## Example Usage
|
|
@@ -276,17 +274,4 @@ def get_system_get_private_link_config_output(opts: Optional[pulumi.InvokeOption
|
|
|
276
274
|
records=[snowflake_private_link_vpc_endpoint.dns_entry[0].dns_name])
|
|
277
275
|
```
|
|
278
276
|
"""
|
|
279
|
-
|
|
280
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
281
|
-
__ret__ = pulumi.runtime.invoke_output('snowflake:index/getSystemGetPrivateLinkConfig:getSystemGetPrivateLinkConfig', __args__, opts=opts, typ=GetSystemGetPrivateLinkConfigResult)
|
|
282
|
-
return __ret__.apply(lambda __response__: GetSystemGetPrivateLinkConfigResult(
|
|
283
|
-
account_name=pulumi.get(__response__, 'account_name'),
|
|
284
|
-
account_url=pulumi.get(__response__, 'account_url'),
|
|
285
|
-
aws_vpce_id=pulumi.get(__response__, 'aws_vpce_id'),
|
|
286
|
-
azure_pls_id=pulumi.get(__response__, 'azure_pls_id'),
|
|
287
|
-
id=pulumi.get(__response__, 'id'),
|
|
288
|
-
internal_stage=pulumi.get(__response__, 'internal_stage'),
|
|
289
|
-
ocsp_url=pulumi.get(__response__, 'ocsp_url'),
|
|
290
|
-
regionless_account_url=pulumi.get(__response__, 'regionless_account_url'),
|
|
291
|
-
regionless_snowsight_url=pulumi.get(__response__, 'regionless_snowsight_url'),
|
|
292
|
-
snowsight_url=pulumi.get(__response__, 'snowsight_url')))
|
|
277
|
+
...
|