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
pulumi_snowflake/streamlit.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -21,28 +22,28 @@ __all__ = ['StreamlitArgs', 'Streamlit']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class StreamlitArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
database: pulumi.Input[str],
|
|
25
|
-
main_file: pulumi.Input[str],
|
|
26
|
-
schema: pulumi.Input[str],
|
|
27
|
-
stage: pulumi.Input[str],
|
|
28
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
29
|
-
directory_location: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
31
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
32
|
-
query_warehouse: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
title: Optional[pulumi.Input[str]] = None):
|
|
25
|
+
database: pulumi.Input[builtins.str],
|
|
26
|
+
main_file: pulumi.Input[builtins.str],
|
|
27
|
+
schema: pulumi.Input[builtins.str],
|
|
28
|
+
stage: pulumi.Input[builtins.str],
|
|
29
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
|
+
directory_location: Optional[pulumi.Input[builtins.str]] = None,
|
|
31
|
+
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
32
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
33
|
+
query_warehouse: Optional[pulumi.Input[builtins.str]] = None,
|
|
34
|
+
title: Optional[pulumi.Input[builtins.str]] = None):
|
|
34
35
|
"""
|
|
35
36
|
The set of arguments for constructing a Streamlit resource.
|
|
36
|
-
:param pulumi.Input[str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
37
|
-
:param pulumi.Input[str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
38
|
-
:param pulumi.Input[str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
39
|
-
:param pulumi.Input[str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
40
|
-
:param pulumi.Input[str] comment: Specifies a comment for the streamlit.
|
|
41
|
-
:param pulumi.Input[str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
42
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
43
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
44
|
-
:param pulumi.Input[str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
45
|
-
:param pulumi.Input[str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
37
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
38
|
+
:param pulumi.Input[builtins.str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
39
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
40
|
+
:param pulumi.Input[builtins.str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
41
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the streamlit.
|
|
42
|
+
:param pulumi.Input[builtins.str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
43
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
44
|
+
:param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
45
|
+
:param pulumi.Input[builtins.str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
46
|
+
:param pulumi.Input[builtins.str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
46
47
|
"""
|
|
47
48
|
pulumi.set(__self__, "database", database)
|
|
48
49
|
pulumi.set(__self__, "main_file", main_file)
|
|
@@ -63,156 +64,156 @@ class StreamlitArgs:
|
|
|
63
64
|
|
|
64
65
|
@property
|
|
65
66
|
@pulumi.getter
|
|
66
|
-
def database(self) -> pulumi.Input[str]:
|
|
67
|
+
def database(self) -> pulumi.Input[builtins.str]:
|
|
67
68
|
"""
|
|
68
69
|
The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
69
70
|
"""
|
|
70
71
|
return pulumi.get(self, "database")
|
|
71
72
|
|
|
72
73
|
@database.setter
|
|
73
|
-
def database(self, value: pulumi.Input[str]):
|
|
74
|
+
def database(self, value: pulumi.Input[builtins.str]):
|
|
74
75
|
pulumi.set(self, "database", value)
|
|
75
76
|
|
|
76
77
|
@property
|
|
77
78
|
@pulumi.getter(name="mainFile")
|
|
78
|
-
def main_file(self) -> pulumi.Input[str]:
|
|
79
|
+
def main_file(self) -> pulumi.Input[builtins.str]:
|
|
79
80
|
"""
|
|
80
81
|
Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
81
82
|
"""
|
|
82
83
|
return pulumi.get(self, "main_file")
|
|
83
84
|
|
|
84
85
|
@main_file.setter
|
|
85
|
-
def main_file(self, value: pulumi.Input[str]):
|
|
86
|
+
def main_file(self, value: pulumi.Input[builtins.str]):
|
|
86
87
|
pulumi.set(self, "main_file", value)
|
|
87
88
|
|
|
88
89
|
@property
|
|
89
90
|
@pulumi.getter
|
|
90
|
-
def schema(self) -> pulumi.Input[str]:
|
|
91
|
+
def schema(self) -> pulumi.Input[builtins.str]:
|
|
91
92
|
"""
|
|
92
93
|
The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
93
94
|
"""
|
|
94
95
|
return pulumi.get(self, "schema")
|
|
95
96
|
|
|
96
97
|
@schema.setter
|
|
97
|
-
def schema(self, value: pulumi.Input[str]):
|
|
98
|
+
def schema(self, value: pulumi.Input[builtins.str]):
|
|
98
99
|
pulumi.set(self, "schema", value)
|
|
99
100
|
|
|
100
101
|
@property
|
|
101
102
|
@pulumi.getter
|
|
102
|
-
def stage(self) -> pulumi.Input[str]:
|
|
103
|
+
def stage(self) -> pulumi.Input[builtins.str]:
|
|
103
104
|
"""
|
|
104
105
|
The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
105
106
|
"""
|
|
106
107
|
return pulumi.get(self, "stage")
|
|
107
108
|
|
|
108
109
|
@stage.setter
|
|
109
|
-
def stage(self, value: pulumi.Input[str]):
|
|
110
|
+
def stage(self, value: pulumi.Input[builtins.str]):
|
|
110
111
|
pulumi.set(self, "stage", value)
|
|
111
112
|
|
|
112
113
|
@property
|
|
113
114
|
@pulumi.getter
|
|
114
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
115
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
115
116
|
"""
|
|
116
117
|
Specifies a comment for the streamlit.
|
|
117
118
|
"""
|
|
118
119
|
return pulumi.get(self, "comment")
|
|
119
120
|
|
|
120
121
|
@comment.setter
|
|
121
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
122
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
122
123
|
pulumi.set(self, "comment", value)
|
|
123
124
|
|
|
124
125
|
@property
|
|
125
126
|
@pulumi.getter(name="directoryLocation")
|
|
126
|
-
def directory_location(self) -> Optional[pulumi.Input[str]]:
|
|
127
|
+
def directory_location(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
127
128
|
"""
|
|
128
129
|
Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
129
130
|
"""
|
|
130
131
|
return pulumi.get(self, "directory_location")
|
|
131
132
|
|
|
132
133
|
@directory_location.setter
|
|
133
|
-
def directory_location(self, value: Optional[pulumi.Input[str]]):
|
|
134
|
+
def directory_location(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
134
135
|
pulumi.set(self, "directory_location", value)
|
|
135
136
|
|
|
136
137
|
@property
|
|
137
138
|
@pulumi.getter(name="externalAccessIntegrations")
|
|
138
|
-
def external_access_integrations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
139
|
+
def external_access_integrations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
139
140
|
"""
|
|
140
141
|
External access integrations connected to the Streamlit.
|
|
141
142
|
"""
|
|
142
143
|
return pulumi.get(self, "external_access_integrations")
|
|
143
144
|
|
|
144
145
|
@external_access_integrations.setter
|
|
145
|
-
def external_access_integrations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
146
|
+
def external_access_integrations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
146
147
|
pulumi.set(self, "external_access_integrations", value)
|
|
147
148
|
|
|
148
149
|
@property
|
|
149
150
|
@pulumi.getter
|
|
150
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
151
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
151
152
|
"""
|
|
152
153
|
String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
153
154
|
"""
|
|
154
155
|
return pulumi.get(self, "name")
|
|
155
156
|
|
|
156
157
|
@name.setter
|
|
157
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
158
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
158
159
|
pulumi.set(self, "name", value)
|
|
159
160
|
|
|
160
161
|
@property
|
|
161
162
|
@pulumi.getter(name="queryWarehouse")
|
|
162
|
-
def query_warehouse(self) -> Optional[pulumi.Input[str]]:
|
|
163
|
+
def query_warehouse(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
163
164
|
"""
|
|
164
165
|
Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
165
166
|
"""
|
|
166
167
|
return pulumi.get(self, "query_warehouse")
|
|
167
168
|
|
|
168
169
|
@query_warehouse.setter
|
|
169
|
-
def query_warehouse(self, value: Optional[pulumi.Input[str]]):
|
|
170
|
+
def query_warehouse(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
170
171
|
pulumi.set(self, "query_warehouse", value)
|
|
171
172
|
|
|
172
173
|
@property
|
|
173
174
|
@pulumi.getter
|
|
174
|
-
def title(self) -> Optional[pulumi.Input[str]]:
|
|
175
|
+
def title(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
175
176
|
"""
|
|
176
177
|
Specifies a title for the Streamlit app to display in Snowsight.
|
|
177
178
|
"""
|
|
178
179
|
return pulumi.get(self, "title")
|
|
179
180
|
|
|
180
181
|
@title.setter
|
|
181
|
-
def title(self, value: Optional[pulumi.Input[str]]):
|
|
182
|
+
def title(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
182
183
|
pulumi.set(self, "title", value)
|
|
183
184
|
|
|
184
185
|
|
|
185
186
|
@pulumi.input_type
|
|
186
187
|
class _StreamlitState:
|
|
187
188
|
def __init__(__self__, *,
|
|
188
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
189
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
189
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
190
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
190
191
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['StreamlitDescribeOutputArgs']]]] = None,
|
|
191
|
-
directory_location: Optional[pulumi.Input[str]] = None,
|
|
192
|
-
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
193
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
-
main_file: Optional[pulumi.Input[str]] = None,
|
|
195
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
196
|
-
query_warehouse: Optional[pulumi.Input[str]] = None,
|
|
197
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
directory_location: Optional[pulumi.Input[builtins.str]] = None,
|
|
193
|
+
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
194
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
195
|
+
main_file: Optional[pulumi.Input[builtins.str]] = None,
|
|
196
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
197
|
+
query_warehouse: Optional[pulumi.Input[builtins.str]] = None,
|
|
198
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
198
199
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['StreamlitShowOutputArgs']]]] = None,
|
|
199
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
200
|
-
title: Optional[pulumi.Input[str]] = None):
|
|
200
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
201
|
+
title: Optional[pulumi.Input[builtins.str]] = None):
|
|
201
202
|
"""
|
|
202
203
|
Input properties used for looking up and filtering Streamlit resources.
|
|
203
|
-
:param pulumi.Input[str] comment: Specifies a comment for the streamlit.
|
|
204
|
-
:param pulumi.Input[str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
204
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the streamlit.
|
|
205
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
205
206
|
:param pulumi.Input[Sequence[pulumi.Input['StreamlitDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STREAMLIT` for the given streamlit.
|
|
206
|
-
:param pulumi.Input[str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
207
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
208
|
-
: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).
|
|
209
|
-
:param pulumi.Input[str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
210
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
211
|
-
:param pulumi.Input[str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
212
|
-
:param pulumi.Input[str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
207
|
+
:param pulumi.Input[builtins.str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
208
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
209
|
+
: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).
|
|
210
|
+
:param pulumi.Input[builtins.str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
211
|
+
:param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
212
|
+
:param pulumi.Input[builtins.str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
213
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
213
214
|
:param pulumi.Input[Sequence[pulumi.Input['StreamlitShowOutputArgs']]] show_outputs: Outputs the result of `SHOW STREAMLIT` for the given streamlit.
|
|
214
|
-
:param pulumi.Input[str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
215
|
-
:param pulumi.Input[str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
215
|
+
:param pulumi.Input[builtins.str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
216
|
+
:param pulumi.Input[builtins.str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
216
217
|
"""
|
|
217
218
|
if comment is not None:
|
|
218
219
|
pulumi.set(__self__, "comment", comment)
|
|
@@ -243,26 +244,26 @@ class _StreamlitState:
|
|
|
243
244
|
|
|
244
245
|
@property
|
|
245
246
|
@pulumi.getter
|
|
246
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
247
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
247
248
|
"""
|
|
248
249
|
Specifies a comment for the streamlit.
|
|
249
250
|
"""
|
|
250
251
|
return pulumi.get(self, "comment")
|
|
251
252
|
|
|
252
253
|
@comment.setter
|
|
253
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
254
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
254
255
|
pulumi.set(self, "comment", value)
|
|
255
256
|
|
|
256
257
|
@property
|
|
257
258
|
@pulumi.getter
|
|
258
|
-
def database(self) -> Optional[pulumi.Input[str]]:
|
|
259
|
+
def database(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
259
260
|
"""
|
|
260
261
|
The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
261
262
|
"""
|
|
262
263
|
return pulumi.get(self, "database")
|
|
263
264
|
|
|
264
265
|
@database.setter
|
|
265
|
-
def database(self, value: Optional[pulumi.Input[str]]):
|
|
266
|
+
def database(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
266
267
|
pulumi.set(self, "database", value)
|
|
267
268
|
|
|
268
269
|
@property
|
|
@@ -279,86 +280,86 @@ class _StreamlitState:
|
|
|
279
280
|
|
|
280
281
|
@property
|
|
281
282
|
@pulumi.getter(name="directoryLocation")
|
|
282
|
-
def directory_location(self) -> Optional[pulumi.Input[str]]:
|
|
283
|
+
def directory_location(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
283
284
|
"""
|
|
284
285
|
Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
285
286
|
"""
|
|
286
287
|
return pulumi.get(self, "directory_location")
|
|
287
288
|
|
|
288
289
|
@directory_location.setter
|
|
289
|
-
def directory_location(self, value: Optional[pulumi.Input[str]]):
|
|
290
|
+
def directory_location(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
290
291
|
pulumi.set(self, "directory_location", value)
|
|
291
292
|
|
|
292
293
|
@property
|
|
293
294
|
@pulumi.getter(name="externalAccessIntegrations")
|
|
294
|
-
def external_access_integrations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
295
|
+
def external_access_integrations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
295
296
|
"""
|
|
296
297
|
External access integrations connected to the Streamlit.
|
|
297
298
|
"""
|
|
298
299
|
return pulumi.get(self, "external_access_integrations")
|
|
299
300
|
|
|
300
301
|
@external_access_integrations.setter
|
|
301
|
-
def external_access_integrations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
302
|
+
def external_access_integrations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
302
303
|
pulumi.set(self, "external_access_integrations", value)
|
|
303
304
|
|
|
304
305
|
@property
|
|
305
306
|
@pulumi.getter(name="fullyQualifiedName")
|
|
306
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
|
|
307
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
307
308
|
"""
|
|
308
309
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
309
310
|
"""
|
|
310
311
|
return pulumi.get(self, "fully_qualified_name")
|
|
311
312
|
|
|
312
313
|
@fully_qualified_name.setter
|
|
313
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
|
|
314
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
314
315
|
pulumi.set(self, "fully_qualified_name", value)
|
|
315
316
|
|
|
316
317
|
@property
|
|
317
318
|
@pulumi.getter(name="mainFile")
|
|
318
|
-
def main_file(self) -> Optional[pulumi.Input[str]]:
|
|
319
|
+
def main_file(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
319
320
|
"""
|
|
320
321
|
Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
321
322
|
"""
|
|
322
323
|
return pulumi.get(self, "main_file")
|
|
323
324
|
|
|
324
325
|
@main_file.setter
|
|
325
|
-
def main_file(self, value: Optional[pulumi.Input[str]]):
|
|
326
|
+
def main_file(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
326
327
|
pulumi.set(self, "main_file", value)
|
|
327
328
|
|
|
328
329
|
@property
|
|
329
330
|
@pulumi.getter
|
|
330
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
331
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
331
332
|
"""
|
|
332
333
|
String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
333
334
|
"""
|
|
334
335
|
return pulumi.get(self, "name")
|
|
335
336
|
|
|
336
337
|
@name.setter
|
|
337
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
338
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
338
339
|
pulumi.set(self, "name", value)
|
|
339
340
|
|
|
340
341
|
@property
|
|
341
342
|
@pulumi.getter(name="queryWarehouse")
|
|
342
|
-
def query_warehouse(self) -> Optional[pulumi.Input[str]]:
|
|
343
|
+
def query_warehouse(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
343
344
|
"""
|
|
344
345
|
Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
345
346
|
"""
|
|
346
347
|
return pulumi.get(self, "query_warehouse")
|
|
347
348
|
|
|
348
349
|
@query_warehouse.setter
|
|
349
|
-
def query_warehouse(self, value: Optional[pulumi.Input[str]]):
|
|
350
|
+
def query_warehouse(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
350
351
|
pulumi.set(self, "query_warehouse", value)
|
|
351
352
|
|
|
352
353
|
@property
|
|
353
354
|
@pulumi.getter
|
|
354
|
-
def schema(self) -> Optional[pulumi.Input[str]]:
|
|
355
|
+
def schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
355
356
|
"""
|
|
356
357
|
The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
357
358
|
"""
|
|
358
359
|
return pulumi.get(self, "schema")
|
|
359
360
|
|
|
360
361
|
@schema.setter
|
|
361
|
-
def schema(self, value: Optional[pulumi.Input[str]]):
|
|
362
|
+
def schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
362
363
|
pulumi.set(self, "schema", value)
|
|
363
364
|
|
|
364
365
|
@property
|
|
@@ -375,26 +376,26 @@ class _StreamlitState:
|
|
|
375
376
|
|
|
376
377
|
@property
|
|
377
378
|
@pulumi.getter
|
|
378
|
-
def stage(self) -> Optional[pulumi.Input[str]]:
|
|
379
|
+
def stage(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
379
380
|
"""
|
|
380
381
|
The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
381
382
|
"""
|
|
382
383
|
return pulumi.get(self, "stage")
|
|
383
384
|
|
|
384
385
|
@stage.setter
|
|
385
|
-
def stage(self, value: Optional[pulumi.Input[str]]):
|
|
386
|
+
def stage(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
386
387
|
pulumi.set(self, "stage", value)
|
|
387
388
|
|
|
388
389
|
@property
|
|
389
390
|
@pulumi.getter
|
|
390
|
-
def title(self) -> Optional[pulumi.Input[str]]:
|
|
391
|
+
def title(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
391
392
|
"""
|
|
392
393
|
Specifies a title for the Streamlit app to display in Snowsight.
|
|
393
394
|
"""
|
|
394
395
|
return pulumi.get(self, "title")
|
|
395
396
|
|
|
396
397
|
@title.setter
|
|
397
|
-
def title(self, value: Optional[pulumi.Input[str]]):
|
|
398
|
+
def title(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
398
399
|
pulumi.set(self, "title", value)
|
|
399
400
|
|
|
400
401
|
|
|
@@ -403,16 +404,16 @@ class Streamlit(pulumi.CustomResource):
|
|
|
403
404
|
def __init__(__self__,
|
|
404
405
|
resource_name: str,
|
|
405
406
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
406
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
407
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
408
|
-
directory_location: Optional[pulumi.Input[str]] = None,
|
|
409
|
-
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
410
|
-
main_file: Optional[pulumi.Input[str]] = None,
|
|
411
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
412
|
-
query_warehouse: Optional[pulumi.Input[str]] = None,
|
|
413
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
414
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
415
|
-
title: Optional[pulumi.Input[str]] = None,
|
|
407
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
408
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
409
|
+
directory_location: Optional[pulumi.Input[builtins.str]] = None,
|
|
410
|
+
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
411
|
+
main_file: Optional[pulumi.Input[builtins.str]] = None,
|
|
412
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
413
|
+
query_warehouse: Optional[pulumi.Input[builtins.str]] = None,
|
|
414
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
415
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
416
|
+
title: Optional[pulumi.Input[builtins.str]] = None,
|
|
416
417
|
__props__=None):
|
|
417
418
|
"""
|
|
418
419
|
## Import
|
|
@@ -423,16 +424,16 @@ class Streamlit(pulumi.CustomResource):
|
|
|
423
424
|
|
|
424
425
|
:param str resource_name: The name of the resource.
|
|
425
426
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
426
|
-
:param pulumi.Input[str] comment: Specifies a comment for the streamlit.
|
|
427
|
-
:param pulumi.Input[str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
428
|
-
:param pulumi.Input[str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
429
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
430
|
-
:param pulumi.Input[str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
431
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
432
|
-
:param pulumi.Input[str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
433
|
-
:param pulumi.Input[str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
434
|
-
:param pulumi.Input[str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
435
|
-
:param pulumi.Input[str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
427
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the streamlit.
|
|
428
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
429
|
+
:param pulumi.Input[builtins.str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
430
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
431
|
+
:param pulumi.Input[builtins.str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
432
|
+
:param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
433
|
+
:param pulumi.Input[builtins.str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
434
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
435
|
+
:param pulumi.Input[builtins.str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
436
|
+
:param pulumi.Input[builtins.str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
436
437
|
"""
|
|
437
438
|
...
|
|
438
439
|
@overload
|
|
@@ -462,16 +463,16 @@ class Streamlit(pulumi.CustomResource):
|
|
|
462
463
|
def _internal_init(__self__,
|
|
463
464
|
resource_name: str,
|
|
464
465
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
465
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
466
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
467
|
-
directory_location: Optional[pulumi.Input[str]] = None,
|
|
468
|
-
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
469
|
-
main_file: Optional[pulumi.Input[str]] = None,
|
|
470
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
471
|
-
query_warehouse: Optional[pulumi.Input[str]] = None,
|
|
472
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
473
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
474
|
-
title: Optional[pulumi.Input[str]] = None,
|
|
466
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
467
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
468
|
+
directory_location: Optional[pulumi.Input[builtins.str]] = None,
|
|
469
|
+
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
470
|
+
main_file: Optional[pulumi.Input[builtins.str]] = None,
|
|
471
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
472
|
+
query_warehouse: Optional[pulumi.Input[builtins.str]] = None,
|
|
473
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
474
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
475
|
+
title: Optional[pulumi.Input[builtins.str]] = None,
|
|
475
476
|
__props__=None):
|
|
476
477
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
477
478
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -512,19 +513,19 @@ class Streamlit(pulumi.CustomResource):
|
|
|
512
513
|
def get(resource_name: str,
|
|
513
514
|
id: pulumi.Input[str],
|
|
514
515
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
515
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
516
|
-
database: Optional[pulumi.Input[str]] = None,
|
|
516
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
517
|
+
database: Optional[pulumi.Input[builtins.str]] = None,
|
|
517
518
|
describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamlitDescribeOutputArgs', 'StreamlitDescribeOutputArgsDict']]]]] = None,
|
|
518
|
-
directory_location: Optional[pulumi.Input[str]] = None,
|
|
519
|
-
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
520
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
521
|
-
main_file: Optional[pulumi.Input[str]] = None,
|
|
522
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
523
|
-
query_warehouse: Optional[pulumi.Input[str]] = None,
|
|
524
|
-
schema: Optional[pulumi.Input[str]] = None,
|
|
519
|
+
directory_location: Optional[pulumi.Input[builtins.str]] = None,
|
|
520
|
+
external_access_integrations: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
521
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
522
|
+
main_file: Optional[pulumi.Input[builtins.str]] = None,
|
|
523
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
524
|
+
query_warehouse: Optional[pulumi.Input[builtins.str]] = None,
|
|
525
|
+
schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
525
526
|
show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamlitShowOutputArgs', 'StreamlitShowOutputArgsDict']]]]] = None,
|
|
526
|
-
stage: Optional[pulumi.Input[str]] = None,
|
|
527
|
-
title: Optional[pulumi.Input[str]] = None) -> 'Streamlit':
|
|
527
|
+
stage: Optional[pulumi.Input[builtins.str]] = None,
|
|
528
|
+
title: Optional[pulumi.Input[builtins.str]] = None) -> 'Streamlit':
|
|
528
529
|
"""
|
|
529
530
|
Get an existing Streamlit resource's state with the given name, id, and optional extra
|
|
530
531
|
properties used to qualify the lookup.
|
|
@@ -532,19 +533,19 @@ class Streamlit(pulumi.CustomResource):
|
|
|
532
533
|
:param str resource_name: The unique name of the resulting resource.
|
|
533
534
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
534
535
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
535
|
-
:param pulumi.Input[str] comment: Specifies a comment for the streamlit.
|
|
536
|
-
:param pulumi.Input[str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
536
|
+
:param pulumi.Input[builtins.str] comment: Specifies a comment for the streamlit.
|
|
537
|
+
:param pulumi.Input[builtins.str] database: The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
537
538
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamlitDescribeOutputArgs', 'StreamlitDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STREAMLIT` for the given streamlit.
|
|
538
|
-
:param pulumi.Input[str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
539
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
540
|
-
: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).
|
|
541
|
-
:param pulumi.Input[str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
542
|
-
:param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
543
|
-
:param pulumi.Input[str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
544
|
-
:param pulumi.Input[str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
539
|
+
:param pulumi.Input[builtins.str] directory_location: Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
540
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_integrations: External access integrations connected to the Streamlit.
|
|
541
|
+
: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).
|
|
542
|
+
:param pulumi.Input[builtins.str] main_file: Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
543
|
+
:param pulumi.Input[builtins.str] name: String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
544
|
+
:param pulumi.Input[builtins.str] query_warehouse: Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
545
|
+
:param pulumi.Input[builtins.str] schema: The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
545
546
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamlitShowOutputArgs', 'StreamlitShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW STREAMLIT` for the given streamlit.
|
|
546
|
-
:param pulumi.Input[str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
547
|
-
:param pulumi.Input[str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
547
|
+
:param pulumi.Input[builtins.str] stage: The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
548
|
+
:param pulumi.Input[builtins.str] title: Specifies a title for the Streamlit app to display in Snowsight.
|
|
548
549
|
"""
|
|
549
550
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
550
551
|
|
|
@@ -567,7 +568,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
567
568
|
|
|
568
569
|
@property
|
|
569
570
|
@pulumi.getter
|
|
570
|
-
def comment(self) -> pulumi.Output[Optional[str]]:
|
|
571
|
+
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
571
572
|
"""
|
|
572
573
|
Specifies a comment for the streamlit.
|
|
573
574
|
"""
|
|
@@ -575,7 +576,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter
|
|
578
|
-
def database(self) -> pulumi.Output[str]:
|
|
579
|
+
def database(self) -> pulumi.Output[builtins.str]:
|
|
579
580
|
"""
|
|
580
581
|
The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
581
582
|
"""
|
|
@@ -591,7 +592,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
591
592
|
|
|
592
593
|
@property
|
|
593
594
|
@pulumi.getter(name="directoryLocation")
|
|
594
|
-
def directory_location(self) -> pulumi.Output[Optional[str]]:
|
|
595
|
+
def directory_location(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
595
596
|
"""
|
|
596
597
|
Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file.
|
|
597
598
|
"""
|
|
@@ -599,7 +600,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
599
600
|
|
|
600
601
|
@property
|
|
601
602
|
@pulumi.getter(name="externalAccessIntegrations")
|
|
602
|
-
def external_access_integrations(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
603
|
+
def external_access_integrations(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
|
603
604
|
"""
|
|
604
605
|
External access integrations connected to the Streamlit.
|
|
605
606
|
"""
|
|
@@ -607,7 +608,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
607
608
|
|
|
608
609
|
@property
|
|
609
610
|
@pulumi.getter(name="fullyQualifiedName")
|
|
610
|
-
def fully_qualified_name(self) -> pulumi.Output[str]:
|
|
611
|
+
def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
|
|
611
612
|
"""
|
|
612
613
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
613
614
|
"""
|
|
@@ -615,7 +616,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
615
616
|
|
|
616
617
|
@property
|
|
617
618
|
@pulumi.getter(name="mainFile")
|
|
618
|
-
def main_file(self) -> pulumi.Output[str]:
|
|
619
|
+
def main_file(self) -> pulumi.Output[builtins.str]:
|
|
619
620
|
"""
|
|
620
621
|
Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`
|
|
621
622
|
"""
|
|
@@ -623,7 +624,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
623
624
|
|
|
624
625
|
@property
|
|
625
626
|
@pulumi.getter
|
|
626
|
-
def name(self) -> pulumi.Output[str]:
|
|
627
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
627
628
|
"""
|
|
628
629
|
String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
629
630
|
"""
|
|
@@ -631,7 +632,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
631
632
|
|
|
632
633
|
@property
|
|
633
634
|
@pulumi.getter(name="queryWarehouse")
|
|
634
|
-
def query_warehouse(self) -> pulumi.Output[Optional[str]]:
|
|
635
|
+
def query_warehouse(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
635
636
|
"""
|
|
636
637
|
Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
637
638
|
"""
|
|
@@ -639,7 +640,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
639
640
|
|
|
640
641
|
@property
|
|
641
642
|
@pulumi.getter
|
|
642
|
-
def schema(self) -> pulumi.Output[str]:
|
|
643
|
+
def schema(self) -> pulumi.Output[builtins.str]:
|
|
643
644
|
"""
|
|
644
645
|
The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
645
646
|
"""
|
|
@@ -655,7 +656,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
655
656
|
|
|
656
657
|
@property
|
|
657
658
|
@pulumi.getter
|
|
658
|
-
def stage(self) -> pulumi.Output[str]:
|
|
659
|
+
def stage(self) -> pulumi.Output[builtins.str]:
|
|
659
660
|
"""
|
|
660
661
|
The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
661
662
|
"""
|
|
@@ -663,7 +664,7 @@ class Streamlit(pulumi.CustomResource):
|
|
|
663
664
|
|
|
664
665
|
@property
|
|
665
666
|
@pulumi.getter
|
|
666
|
-
def title(self) -> pulumi.Output[Optional[str]]:
|
|
667
|
+
def title(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
667
668
|
"""
|
|
668
669
|
Specifies a title for the Streamlit app to display in Snowsight.
|
|
669
670
|
"""
|