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
|
|
@@ -21,19 +22,19 @@ __all__ = ['StreamOnDirectoryTableArgs', 'StreamOnDirectoryTable']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class StreamOnDirectoryTableArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
database: pulumi.Input[str],
|
|
25
|
-
schema: pulumi.Input[str],
|
|
26
|
-
stage: pulumi.Input[str],
|
|
27
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
copy_grants: Optional[pulumi.Input[bool]] = None,
|
|
29
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
25
|
+
database: pulumi.Input[builtins.str],
|
|
26
|
+
schema: pulumi.Input[builtins.str],
|
|
27
|
+
stage: pulumi.Input[builtins.str],
|
|
28
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
29
|
+
copy_grants: Optional[pulumi.Input[builtins.bool]] = None,
|
|
30
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
30
31
|
"""
|
|
31
32
|
The set of arguments for constructing a StreamOnDirectoryTable resource.
|
|
32
|
-
:param pulumi.Input[str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
33
|
-
:param pulumi.Input[str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
34
|
-
:param pulumi.Input[str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
35
|
-
:param pulumi.Input[str] comment: Specifies a comment for the stream.
|
|
36
|
-
:param pulumi.Input[str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
33
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
34
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
35
|
+
:param pulumi.Input[builtins.str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
36
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
37
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
37
38
|
"""
|
|
38
39
|
pulumi.set(__self__, "database", database)
|
|
39
40
|
pulumi.set(__self__, "schema", schema)
|
|
@@ -47,99 +48,99 @@ class StreamOnDirectoryTableArgs:
|
|
|
47
48
|
|
|
48
49
|
@property
|
|
49
50
|
@pulumi.getter
|
|
50
|
-
def database(self) -> pulumi.Input[str]:
|
|
51
|
+
def database(self) -> pulumi.Input[builtins.str]:
|
|
51
52
|
"""
|
|
52
53
|
The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
53
54
|
"""
|
|
54
55
|
return pulumi.get(self, "database")
|
|
55
56
|
|
|
56
57
|
@database.setter
|
|
57
|
-
def database(self, value: pulumi.Input[str]):
|
|
58
|
+
def database(self, value: pulumi.Input[builtins.str]):
|
|
58
59
|
pulumi.set(self, "database", value)
|
|
59
60
|
|
|
60
61
|
@property
|
|
61
62
|
@pulumi.getter
|
|
62
|
-
def schema(self) -> pulumi.Input[str]:
|
|
63
|
+
def schema(self) -> pulumi.Input[builtins.str]:
|
|
63
64
|
"""
|
|
64
65
|
The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
65
66
|
"""
|
|
66
67
|
return pulumi.get(self, "schema")
|
|
67
68
|
|
|
68
69
|
@schema.setter
|
|
69
|
-
def schema(self, value: pulumi.Input[str]):
|
|
70
|
+
def schema(self, value: pulumi.Input[builtins.str]):
|
|
70
71
|
pulumi.set(self, "schema", value)
|
|
71
72
|
|
|
72
73
|
@property
|
|
73
74
|
@pulumi.getter
|
|
74
|
-
def stage(self) -> pulumi.Input[str]:
|
|
75
|
+
def stage(self) -> pulumi.Input[builtins.str]:
|
|
75
76
|
"""
|
|
76
77
|
Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
77
78
|
"""
|
|
78
79
|
return pulumi.get(self, "stage")
|
|
79
80
|
|
|
80
81
|
@stage.setter
|
|
81
|
-
def stage(self, value: pulumi.Input[str]):
|
|
82
|
+
def stage(self, value: pulumi.Input[builtins.str]):
|
|
82
83
|
pulumi.set(self, "stage", value)
|
|
83
84
|
|
|
84
85
|
@property
|
|
85
86
|
@pulumi.getter
|
|
86
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
87
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
87
88
|
"""
|
|
88
89
|
Specifies a comment for the stream.
|
|
89
90
|
"""
|
|
90
91
|
return pulumi.get(self, "comment")
|
|
91
92
|
|
|
92
93
|
@comment.setter
|
|
93
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
94
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
94
95
|
pulumi.set(self, "comment", value)
|
|
95
96
|
|
|
96
97
|
@property
|
|
97
98
|
@pulumi.getter(name="copyGrants")
|
|
98
|
-
def copy_grants(self) -> Optional[pulumi.Input[bool]]:
|
|
99
|
+
def copy_grants(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
99
100
|
return pulumi.get(self, "copy_grants")
|
|
100
101
|
|
|
101
102
|
@copy_grants.setter
|
|
102
|
-
def copy_grants(self, value: Optional[pulumi.Input[bool]]):
|
|
103
|
+
def copy_grants(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
103
104
|
pulumi.set(self, "copy_grants", value)
|
|
104
105
|
|
|
105
106
|
@property
|
|
106
107
|
@pulumi.getter
|
|
107
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
108
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
108
109
|
"""
|
|
109
110
|
Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
110
111
|
"""
|
|
111
112
|
return pulumi.get(self, "name")
|
|
112
113
|
|
|
113
114
|
@name.setter
|
|
114
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
115
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
115
116
|
pulumi.set(self, "name", value)
|
|
116
117
|
|
|
117
118
|
|
|
118
119
|
@pulumi.input_type
|
|
119
120
|
class _StreamOnDirectoryTableState:
|
|
120
121
|
def __init__(__self__, *,
|
|
121
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
122
|
-
copy_grants: Optional[pulumi.Input[bool]] = None,
|
|
123
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
122
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
123
|
+
copy_grants: Optional[pulumi.Input[builtins.bool]] = None,
|
|
124
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
124
125
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['StreamOnDirectoryTableDescribeOutputArgs']]]] = None,
|
|
125
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
127
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
127
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
128
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
128
129
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['StreamOnDirectoryTableShowOutputArgs']]]] = None,
|
|
129
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
130
|
-
stale: Optional[pulumi.Input[bool]] = None,
|
|
131
|
-
stream_type: Optional[pulumi.Input[str]] = None):
|
|
130
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
131
|
+
stale: Optional[pulumi.Input[builtins.bool]] = None,
|
|
132
|
+
stream_type: Optional[pulumi.Input[builtins.str]] = None):
|
|
132
133
|
"""
|
|
133
134
|
Input properties used for looking up and filtering StreamOnDirectoryTable resources.
|
|
134
|
-
:param pulumi.Input[str] comment: Specifies a comment for the stream.
|
|
135
|
-
:param pulumi.Input[str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
135
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
136
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
136
137
|
:param pulumi.Input[Sequence[pulumi.Input['StreamOnDirectoryTableDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
137
|
-
: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).
|
|
138
|
-
:param pulumi.Input[str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
139
|
-
:param pulumi.Input[str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
138
|
+
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
139
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
140
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
140
141
|
:param pulumi.Input[Sequence[pulumi.Input['StreamOnDirectoryTableShowOutputArgs']]] show_outputs: Outputs the result of `SHOW STREAMS` for the given stream.
|
|
141
|
-
:param pulumi.Input[str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
142
|
-
:param pulumi.Input[str] stream_type: Specifies a type for the stream. This field is used for checking external changes and recreating the resources if needed.
|
|
142
|
+
:param pulumi.Input[builtins.str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
143
|
+
:param pulumi.Input[builtins.str] stream_type: Specifies a type for the stream. This field is used for checking external changes and recreating the resources if needed.
|
|
143
144
|
"""
|
|
144
145
|
if comment is not None:
|
|
145
146
|
pulumi.set(__self__, "comment", comment)
|
|
@@ -166,35 +167,35 @@ class _StreamOnDirectoryTableState:
|
|
|
166
167
|
|
|
167
168
|
@property
|
|
168
169
|
@pulumi.getter
|
|
169
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
170
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
170
171
|
"""
|
|
171
172
|
Specifies a comment for the stream.
|
|
172
173
|
"""
|
|
173
174
|
return pulumi.get(self, "comment")
|
|
174
175
|
|
|
175
176
|
@comment.setter
|
|
176
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
177
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
177
178
|
pulumi.set(self, "comment", value)
|
|
178
179
|
|
|
179
180
|
@property
|
|
180
181
|
@pulumi.getter(name="copyGrants")
|
|
181
|
-
def copy_grants(self) -> Optional[pulumi.Input[bool]]:
|
|
182
|
+
def copy_grants(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
182
183
|
return pulumi.get(self, "copy_grants")
|
|
183
184
|
|
|
184
185
|
@copy_grants.setter
|
|
185
|
-
def copy_grants(self, value: Optional[pulumi.Input[bool]]):
|
|
186
|
+
def copy_grants(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
186
187
|
pulumi.set(self, "copy_grants", value)
|
|
187
188
|
|
|
188
189
|
@property
|
|
189
190
|
@pulumi.getter
|
|
190
|
-
def database(self) -> Optional[pulumi.Input[str]]:
|
|
191
|
+
def database(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
191
192
|
"""
|
|
192
193
|
The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
193
194
|
"""
|
|
194
195
|
return pulumi.get(self, "database")
|
|
195
196
|
|
|
196
197
|
@database.setter
|
|
197
|
-
def database(self, value: Optional[pulumi.Input[str]]):
|
|
198
|
+
def database(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
198
199
|
pulumi.set(self, "database", value)
|
|
199
200
|
|
|
200
201
|
@property
|
|
@@ -211,38 +212,38 @@ class _StreamOnDirectoryTableState:
|
|
|
211
212
|
|
|
212
213
|
@property
|
|
213
214
|
@pulumi.getter(name="fullyQualifiedName")
|
|
214
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
|
|
215
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
215
216
|
"""
|
|
216
217
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
217
218
|
"""
|
|
218
219
|
return pulumi.get(self, "fully_qualified_name")
|
|
219
220
|
|
|
220
221
|
@fully_qualified_name.setter
|
|
221
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
|
|
222
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
222
223
|
pulumi.set(self, "fully_qualified_name", value)
|
|
223
224
|
|
|
224
225
|
@property
|
|
225
226
|
@pulumi.getter
|
|
226
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
227
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
227
228
|
"""
|
|
228
229
|
Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
229
230
|
"""
|
|
230
231
|
return pulumi.get(self, "name")
|
|
231
232
|
|
|
232
233
|
@name.setter
|
|
233
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
234
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
234
235
|
pulumi.set(self, "name", value)
|
|
235
236
|
|
|
236
237
|
@property
|
|
237
238
|
@pulumi.getter
|
|
238
|
-
def schema(self) -> Optional[pulumi.Input[str]]:
|
|
239
|
+
def schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
239
240
|
"""
|
|
240
241
|
The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
241
242
|
"""
|
|
242
243
|
return pulumi.get(self, "schema")
|
|
243
244
|
|
|
244
245
|
@schema.setter
|
|
245
|
-
def schema(self, value: Optional[pulumi.Input[str]]):
|
|
246
|
+
def schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
246
247
|
pulumi.set(self, "schema", value)
|
|
247
248
|
|
|
248
249
|
@property
|
|
@@ -259,35 +260,35 @@ class _StreamOnDirectoryTableState:
|
|
|
259
260
|
|
|
260
261
|
@property
|
|
261
262
|
@pulumi.getter
|
|
262
|
-
def stage(self) -> Optional[pulumi.Input[str]]:
|
|
263
|
+
def stage(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
263
264
|
"""
|
|
264
265
|
Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
265
266
|
"""
|
|
266
267
|
return pulumi.get(self, "stage")
|
|
267
268
|
|
|
268
269
|
@stage.setter
|
|
269
|
-
def stage(self, value: Optional[pulumi.Input[str]]):
|
|
270
|
+
def stage(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
270
271
|
pulumi.set(self, "stage", value)
|
|
271
272
|
|
|
272
273
|
@property
|
|
273
274
|
@pulumi.getter
|
|
274
|
-
def stale(self) -> Optional[pulumi.Input[bool]]:
|
|
275
|
+
def stale(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
275
276
|
return pulumi.get(self, "stale")
|
|
276
277
|
|
|
277
278
|
@stale.setter
|
|
278
|
-
def stale(self, value: Optional[pulumi.Input[bool]]):
|
|
279
|
+
def stale(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
279
280
|
pulumi.set(self, "stale", value)
|
|
280
281
|
|
|
281
282
|
@property
|
|
282
283
|
@pulumi.getter(name="streamType")
|
|
283
|
-
def stream_type(self) -> Optional[pulumi.Input[str]]:
|
|
284
|
+
def stream_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
284
285
|
"""
|
|
285
286
|
Specifies a type for the stream. This field is used for checking external changes and recreating the resources if needed.
|
|
286
287
|
"""
|
|
287
288
|
return pulumi.get(self, "stream_type")
|
|
288
289
|
|
|
289
290
|
@stream_type.setter
|
|
290
|
-
def stream_type(self, value: Optional[pulumi.Input[str]]):
|
|
291
|
+
def stream_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
291
292
|
pulumi.set(self, "stream_type", value)
|
|
292
293
|
|
|
293
294
|
|
|
@@ -296,12 +297,12 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
296
297
|
def __init__(__self__,
|
|
297
298
|
resource_name: str,
|
|
298
299
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
299
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
300
|
-
copy_grants: Optional[pulumi.Input[bool]] = None,
|
|
301
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
302
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
303
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
304
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
300
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
301
|
+
copy_grants: Optional[pulumi.Input[builtins.bool]] = None,
|
|
302
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
303
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
304
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
305
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
305
306
|
__props__=None):
|
|
306
307
|
"""
|
|
307
308
|
## Import
|
|
@@ -312,11 +313,11 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
312
313
|
|
|
313
314
|
:param str resource_name: The name of the resource.
|
|
314
315
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
315
|
-
:param pulumi.Input[str] comment: Specifies a comment for the stream.
|
|
316
|
-
:param pulumi.Input[str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
317
|
-
:param pulumi.Input[str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
318
|
-
:param pulumi.Input[str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
319
|
-
:param pulumi.Input[str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
316
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
317
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
318
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
319
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
320
|
+
:param pulumi.Input[builtins.str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
320
321
|
"""
|
|
321
322
|
...
|
|
322
323
|
@overload
|
|
@@ -346,12 +347,12 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
346
347
|
def _internal_init(__self__,
|
|
347
348
|
resource_name: str,
|
|
348
349
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
349
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
350
|
-
copy_grants: Optional[pulumi.Input[bool]] = None,
|
|
351
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
352
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
353
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
354
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
350
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
351
|
+
copy_grants: Optional[pulumi.Input[builtins.bool]] = None,
|
|
352
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
353
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
354
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
355
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
355
356
|
__props__=None):
|
|
356
357
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
357
358
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -388,17 +389,17 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
388
389
|
def get(resource_name: str,
|
|
389
390
|
id: pulumi.Input[str],
|
|
390
391
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
391
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
392
|
-
copy_grants: Optional[pulumi.Input[bool]] = None,
|
|
393
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
392
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
393
|
+
copy_grants: Optional[pulumi.Input[builtins.bool]] = None,
|
|
394
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
394
395
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamOnDirectoryTableDescribeOutputArgs', 'StreamOnDirectoryTableDescribeOutputArgsDict']]]]] = None,
|
|
395
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
396
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
397
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
396
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
397
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
398
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
398
399
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamOnDirectoryTableShowOutputArgs', 'StreamOnDirectoryTableShowOutputArgsDict']]]]] = None,
|
|
399
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
400
|
-
stale: Optional[pulumi.Input[bool]] = None,
|
|
401
|
-
stream_type: Optional[pulumi.Input[str]] = None) -> 'StreamOnDirectoryTable':
|
|
400
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
401
|
+
stale: Optional[pulumi.Input[builtins.bool]] = None,
|
|
402
|
+
stream_type: Optional[pulumi.Input[builtins.str]] = None) -> 'StreamOnDirectoryTable':
|
|
402
403
|
"""
|
|
403
404
|
Get an existing StreamOnDirectoryTable resource's state with the given name, id, and optional extra
|
|
404
405
|
properties used to qualify the lookup.
|
|
@@ -406,15 +407,15 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
406
407
|
:param str resource_name: The unique name of the resulting resource.
|
|
407
408
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
408
409
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
409
|
-
:param pulumi.Input[str] comment: Specifies a comment for the stream.
|
|
410
|
-
:param pulumi.Input[str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
410
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the stream.
|
|
411
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
411
412
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnDirectoryTableDescribeOutputArgs', 'StreamOnDirectoryTableDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STREAM` for the given stream.
|
|
412
|
-
: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).
|
|
413
|
-
:param pulumi.Input[str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
414
|
-
:param pulumi.Input[str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
413
|
+
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
414
|
+
:param pulumi.Input[builtins.str] name: Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
415
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
415
416
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamOnDirectoryTableShowOutputArgs', 'StreamOnDirectoryTableShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW STREAMS` for the given stream.
|
|
416
|
-
:param pulumi.Input[str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
417
|
-
:param pulumi.Input[str] stream_type: Specifies a type for the stream. This field is used for checking external changes and recreating the resources if needed.
|
|
417
|
+
:param pulumi.Input[builtins.str] stage: Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
418
|
+
:param pulumi.Input[builtins.str] stream_type: Specifies a type for the stream. This field is used for checking external changes and recreating the resources if needed.
|
|
418
419
|
"""
|
|
419
420
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
420
421
|
|
|
@@ -435,7 +436,7 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
435
436
|
|
|
436
437
|
@property
|
|
437
438
|
@pulumi.getter
|
|
438
|
-
def comment(self) -> pulumi.Output[Optional[str]]:
|
|
439
|
+
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
439
440
|
"""
|
|
440
441
|
Specifies a comment for the stream.
|
|
441
442
|
"""
|
|
@@ -443,12 +444,12 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
443
444
|
|
|
444
445
|
@property
|
|
445
446
|
@pulumi.getter(name="copyGrants")
|
|
446
|
-
def copy_grants(self) -> pulumi.Output[Optional[bool]]:
|
|
447
|
+
def copy_grants(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
447
448
|
return pulumi.get(self, "copy_grants")
|
|
448
449
|
|
|
449
450
|
@property
|
|
450
451
|
@pulumi.getter
|
|
451
|
-
def database(self) -> pulumi.Output[str]:
|
|
452
|
+
def database(self) -> pulumi.Output[builtins.str]:
|
|
452
453
|
"""
|
|
453
454
|
The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
454
455
|
"""
|
|
@@ -464,7 +465,7 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
464
465
|
|
|
465
466
|
@property
|
|
466
467
|
@pulumi.getter(name="fullyQualifiedName")
|
|
467
|
-
def fully_qualified_name(self) -> pulumi.Output[str]:
|
|
468
|
+
def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
|
|
468
469
|
"""
|
|
469
470
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
470
471
|
"""
|
|
@@ -472,7 +473,7 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
472
473
|
|
|
473
474
|
@property
|
|
474
475
|
@pulumi.getter
|
|
475
|
-
def name(self) -> pulumi.Output[str]:
|
|
476
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
476
477
|
"""
|
|
477
478
|
Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
478
479
|
"""
|
|
@@ -480,7 +481,7 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
480
481
|
|
|
481
482
|
@property
|
|
482
483
|
@pulumi.getter
|
|
483
|
-
def schema(self) -> pulumi.Output[str]:
|
|
484
|
+
def schema(self) -> pulumi.Output[builtins.str]:
|
|
484
485
|
"""
|
|
485
486
|
The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
486
487
|
"""
|
|
@@ -496,7 +497,7 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
496
497
|
|
|
497
498
|
@property
|
|
498
499
|
@pulumi.getter
|
|
499
|
-
def stage(self) -> pulumi.Output[str]:
|
|
500
|
+
def stage(self) -> pulumi.Output[builtins.str]:
|
|
500
501
|
"""
|
|
501
502
|
Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
502
503
|
"""
|
|
@@ -504,12 +505,12 @@ class StreamOnDirectoryTable(pulumi.CustomResource):
|
|
|
504
505
|
|
|
505
506
|
@property
|
|
506
507
|
@pulumi.getter
|
|
507
|
-
def stale(self) -> pulumi.Output[bool]:
|
|
508
|
+
def stale(self) -> pulumi.Output[builtins.bool]:
|
|
508
509
|
return pulumi.get(self, "stale")
|
|
509
510
|
|
|
510
511
|
@property
|
|
511
512
|
@pulumi.getter(name="streamType")
|
|
512
|
-
def stream_type(self) -> pulumi.Output[str]:
|
|
513
|
+
def stream_type(self) -> pulumi.Output[builtins.str]:
|
|
513
514
|
"""
|
|
514
515
|
Specifies a type for the stream. This field is used for checking external changes and recreating the resources if needed.
|
|
515
516
|
"""
|