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
|
|
|
17
12
|
__all__ = ['PasswordPolicyArgs', 'PasswordPolicy']
|
pulumi_snowflake/pipe.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__ = ['PipeArgs', 'Pipe']
|
pulumi_snowflake/procedure.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 *
|
pulumi_snowflake/provider.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 ._inputs import *
|
|
17
12
|
|
|
@@ -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 *
|
pulumi_snowflake/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
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -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 *
|
|
@@ -140,7 +135,7 @@ class _RowAccessPolicyState:
|
|
|
140
135
|
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
141
136
|
:param pulumi.Input[str] name: Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
|
|
142
137
|
:param pulumi.Input[str] schema: The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
|
|
143
|
-
:param pulumi.Input[Sequence[pulumi.Input['RowAccessPolicyShowOutputArgs']]] show_outputs: Outputs the result of `SHOW ROW ACCESS
|
|
138
|
+
:param pulumi.Input[Sequence[pulumi.Input['RowAccessPolicyShowOutputArgs']]] show_outputs: Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
|
|
144
139
|
"""
|
|
145
140
|
if arguments is not None:
|
|
146
141
|
pulumi.set(__self__, "arguments", arguments)
|
|
@@ -261,7 +256,7 @@ class _RowAccessPolicyState:
|
|
|
261
256
|
@pulumi.getter(name="showOutputs")
|
|
262
257
|
def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RowAccessPolicyShowOutputArgs']]]]:
|
|
263
258
|
"""
|
|
264
|
-
Outputs the result of `SHOW ROW ACCESS
|
|
259
|
+
Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
|
|
265
260
|
"""
|
|
266
261
|
return pulumi.get(self, "show_outputs")
|
|
267
262
|
|
|
@@ -392,7 +387,7 @@ class RowAccessPolicy(pulumi.CustomResource):
|
|
|
392
387
|
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
393
388
|
:param pulumi.Input[str] name: Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
|
|
394
389
|
:param pulumi.Input[str] schema: The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
|
|
395
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['RowAccessPolicyShowOutputArgs', 'RowAccessPolicyShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW ROW ACCESS
|
|
390
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['RowAccessPolicyShowOutputArgs', 'RowAccessPolicyShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
|
|
396
391
|
"""
|
|
397
392
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
398
393
|
|
|
@@ -477,7 +472,7 @@ class RowAccessPolicy(pulumi.CustomResource):
|
|
|
477
472
|
@pulumi.getter(name="showOutputs")
|
|
478
473
|
def show_outputs(self) -> pulumi.Output[Sequence['outputs.RowAccessPolicyShowOutput']]:
|
|
479
474
|
"""
|
|
480
|
-
Outputs the result of `SHOW ROW ACCESS
|
|
475
|
+
Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
|
|
481
476
|
"""
|
|
482
477
|
return pulumi.get(self, "show_outputs")
|
|
483
478
|
|
|
@@ -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 *
|
|
@@ -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__ = ['SamlIntegrationArgs', 'SamlIntegration']
|
pulumi_snowflake/schema.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 *
|
|
@@ -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 *
|
|
@@ -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__ = ['SecondaryDatabaseArgs', 'SecondaryDatabase']
|
pulumi_snowflake/sequence.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__ = ['SequenceArgs', 'Sequence']
|
|
@@ -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__ = ['SessionParameterArgs', 'SessionParameter']
|
pulumi_snowflake/share.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__ = ['ShareArgs', 'Share']
|
|
@@ -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__ = ['SharedDatabaseArgs', 'SharedDatabase']
|
pulumi_snowflake/stage.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 *
|
|
@@ -45,7 +40,7 @@ class StageArgs:
|
|
|
45
40
|
:param pulumi.Input[str] credentials: Specifies the credentials for the stage.
|
|
46
41
|
:param pulumi.Input[str] directory: Specifies the directory settings for the stage.
|
|
47
42
|
:param pulumi.Input[str] encryption: Specifies the encryption settings for the stage.
|
|
48
|
-
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
43
|
+
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
49
44
|
:param pulumi.Input[str] name: Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created.
|
|
50
45
|
:param pulumi.Input[str] snowflake_iam_user: An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account.
|
|
51
46
|
:param pulumi.Input[str] storage_integration: Specifies the name of the storage integration used to delegate authentication responsibility for external cloud storage to a Snowflake identity and access management (IAM) entity.
|
|
@@ -182,7 +177,7 @@ class StageArgs:
|
|
|
182
177
|
@pulumi.getter(name="fileFormat")
|
|
183
178
|
def file_format(self) -> Optional[pulumi.Input[str]]:
|
|
184
179
|
"""
|
|
185
|
-
Specifies the file format for the stage.
|
|
180
|
+
Specifies the file format for the stage.
|
|
186
181
|
"""
|
|
187
182
|
return pulumi.get(self, "file_format")
|
|
188
183
|
|
|
@@ -279,7 +274,7 @@ class _StageState:
|
|
|
279
274
|
:param pulumi.Input[str] database: The database in which to create the stage.
|
|
280
275
|
:param pulumi.Input[str] directory: Specifies the directory settings for the stage.
|
|
281
276
|
:param pulumi.Input[str] encryption: Specifies the encryption settings for the stage.
|
|
282
|
-
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
277
|
+
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
283
278
|
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
284
279
|
:param pulumi.Input[str] name: Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created.
|
|
285
280
|
:param pulumi.Input[str] schema: The schema in which to create the stage.
|
|
@@ -410,7 +405,7 @@ class _StageState:
|
|
|
410
405
|
@pulumi.getter(name="fileFormat")
|
|
411
406
|
def file_format(self) -> Optional[pulumi.Input[str]]:
|
|
412
407
|
"""
|
|
413
|
-
Specifies the file format for the stage.
|
|
408
|
+
Specifies the file format for the stage.
|
|
414
409
|
"""
|
|
415
410
|
return pulumi.get(self, "file_format")
|
|
416
411
|
|
|
@@ -542,7 +537,7 @@ class Stage(pulumi.CustomResource):
|
|
|
542
537
|
:param pulumi.Input[str] database: The database in which to create the stage.
|
|
543
538
|
:param pulumi.Input[str] directory: Specifies the directory settings for the stage.
|
|
544
539
|
:param pulumi.Input[str] encryption: Specifies the encryption settings for the stage.
|
|
545
|
-
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
540
|
+
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
546
541
|
:param pulumi.Input[str] name: Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created.
|
|
547
542
|
:param pulumi.Input[str] schema: The schema in which to create the stage.
|
|
548
543
|
:param pulumi.Input[str] snowflake_iam_user: An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account.
|
|
@@ -663,7 +658,7 @@ class Stage(pulumi.CustomResource):
|
|
|
663
658
|
:param pulumi.Input[str] database: The database in which to create the stage.
|
|
664
659
|
:param pulumi.Input[str] directory: Specifies the directory settings for the stage.
|
|
665
660
|
:param pulumi.Input[str] encryption: Specifies the encryption settings for the stage.
|
|
666
|
-
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
661
|
+
:param pulumi.Input[str] file_format: Specifies the file format for the stage.
|
|
667
662
|
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
668
663
|
:param pulumi.Input[str] name: Specifies the identifier for the stage; must be unique for the database and schema in which the stage is created.
|
|
669
664
|
:param pulumi.Input[str] schema: The schema in which to create the stage.
|
|
@@ -753,7 +748,7 @@ class Stage(pulumi.CustomResource):
|
|
|
753
748
|
@pulumi.getter(name="fileFormat")
|
|
754
749
|
def file_format(self) -> pulumi.Output[Optional[str]]:
|
|
755
750
|
"""
|
|
756
|
-
Specifies the file format for the stage.
|
|
751
|
+
Specifies the file format for the stage.
|
|
757
752
|
"""
|
|
758
753
|
return pulumi.get(self, "file_format")
|
|
759
754
|
|
|
@@ -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__ = ['StorageIntegrationArgs', 'StorageIntegration']
|
pulumi_snowflake/stream.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__ = ['StreamArgs', 'Stream']
|
pulumi_snowflake/streamlit.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 *
|
pulumi_snowflake/table.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 *
|
|
@@ -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__ = ['TableColumnMaskingPolicyApplicationArgs', 'TableColumnMaskingPolicyApplication']
|
|
@@ -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 *
|
pulumi_snowflake/tag.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__ = ['TagArgs', 'Tag']
|
|
@@ -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 *
|
|
@@ -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__ = ['TagMaskingPolicyAssociationArgs', 'TagMaskingPolicyAssociation']
|
pulumi_snowflake/task.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__ = ['TaskArgs', 'Task']
|
|
@@ -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__ = ['UnsafeExecuteArgs', 'UnsafeExecute']
|
pulumi_snowflake/user.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 *
|
|
@@ -2675,7 +2670,7 @@ class User(pulumi.CustomResource):
|
|
|
2675
2670
|
## Import
|
|
2676
2671
|
|
|
2677
2672
|
```sh
|
|
2678
|
-
$ pulumi import snowflake:index/user:User example
|
|
2673
|
+
$ pulumi import snowflake:index/user:User example userName
|
|
2679
2674
|
```
|
|
2680
2675
|
|
|
2681
2676
|
:param str resource_name: The name of the resource.
|
|
@@ -2765,7 +2760,7 @@ class User(pulumi.CustomResource):
|
|
|
2765
2760
|
## Import
|
|
2766
2761
|
|
|
2767
2762
|
```sh
|
|
2768
|
-
$ pulumi import snowflake:index/user:User example
|
|
2763
|
+
$ pulumi import snowflake:index/user:User example userName
|
|
2769
2764
|
```
|
|
2770
2765
|
|
|
2771
2766
|
:param str resource_name: The name of the resource.
|
|
@@ -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__ = ['UserPasswordPolicyAttachmentArgs', 'UserPasswordPolicyAttachment']
|
|
@@ -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__ = ['UserPublicKeysArgs', 'UserPublicKeys']
|
pulumi_snowflake/view.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 *
|
pulumi_snowflake/warehouse.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 *
|