snowflake.getStreamlits
Explore with Pulumi AI
!> V1 release candidate This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
Datasource used to get details of filtered streamlits. Filtering is aligned with the current possibilities for SHOW STREAMLITS query (only like
is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection streamlits
.
Using getStreamlits
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStreamlits(args: GetStreamlitsArgs, opts?: InvokeOptions): Promise<GetStreamlitsResult>
function getStreamlitsOutput(args: GetStreamlitsOutputArgs, opts?: InvokeOptions): Output<GetStreamlitsResult>
def get_streamlits(in_: Optional[GetStreamlitsIn] = None,
like: Optional[str] = None,
limit: Optional[GetStreamlitsLimit] = None,
with_describe: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamlitsResult
def get_streamlits_output(in_: Optional[pulumi.Input[GetStreamlitsInArgs]] = None,
like: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[GetStreamlitsLimitArgs]] = None,
with_describe: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamlitsResult]
func GetStreamlits(ctx *Context, args *GetStreamlitsArgs, opts ...InvokeOption) (*GetStreamlitsResult, error)
func GetStreamlitsOutput(ctx *Context, args *GetStreamlitsOutputArgs, opts ...InvokeOption) GetStreamlitsResultOutput
> Note: This function is named GetStreamlits
in the Go SDK.
public static class GetStreamlits
{
public static Task<GetStreamlitsResult> InvokeAsync(GetStreamlitsArgs args, InvokeOptions? opts = null)
public static Output<GetStreamlitsResult> Invoke(GetStreamlitsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStreamlitsResult> getStreamlits(GetStreamlitsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: snowflake:index/getStreamlits:getStreamlits
arguments:
# arguments dictionary
The following arguments are supported:
- In
Get
Streamlits In - IN clause to filter the list of streamlits
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - With
Describe bool - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- In
Get
Streamlits In - IN clause to filter the list of streamlits
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - With
Describe bool - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- in
Get
Streamlits In - IN clause to filter the list of streamlits
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with
Describe Boolean - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- in
Get
Streamlits In - IN clause to filter the list of streamlits
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with
Describe boolean - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- in_
Get
Streamlits In - IN clause to filter the list of streamlits
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with_
describe bool - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- in Property Map
- IN clause to filter the list of streamlits
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit Property Map
- Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with
Describe Boolean - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
getStreamlits Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Streamlits
List<Get
Streamlits Streamlit> - Holds the aggregated output of all streamlits details queries.
- In
Get
Streamlits In - IN clause to filter the list of streamlits
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - With
Describe bool - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- Id string
- The provider-assigned unique ID for this managed resource.
- Streamlits
[]Get
Streamlits Streamlit - Holds the aggregated output of all streamlits details queries.
- In
Get
Streamlits In - IN clause to filter the list of streamlits
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - With
Describe bool - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- streamlits
List<Get
Streamlits Streamlit> - Holds the aggregated output of all streamlits details queries.
- in
Get
Streamlits In - IN clause to filter the list of streamlits
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with
Describe Boolean - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- id string
- The provider-assigned unique ID for this managed resource.
- streamlits
Get
Streamlits Streamlit[] - Holds the aggregated output of all streamlits details queries.
- in
Get
Streamlits In - IN clause to filter the list of streamlits
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with
Describe boolean - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- id str
- The provider-assigned unique ID for this managed resource.
- streamlits
Sequence[Get
Streamlits Streamlit] - Holds the aggregated output of all streamlits details queries.
- in_
Get
Streamlits In - IN clause to filter the list of streamlits
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Streamlits Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with_
describe bool - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- streamlits List<Property Map>
- Holds the aggregated output of all streamlits details queries.
- in Property Map
- IN clause to filter the list of streamlits
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit Property Map
- Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - with
Describe Boolean - Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true.
Supporting Types
GetStreamlitsIn
GetStreamlitsLimit
GetStreamlitsStreamlit
- Describe
Outputs List<GetStreamlits Streamlit Describe Output> - Holds the output of DESCRIBE STREAMLIT.
- Show
Outputs List<GetStreamlits Streamlit Show Output> - Holds the output of SHOW STREAMLITS.
- Describe
Outputs []GetStreamlits Streamlit Describe Output - Holds the output of DESCRIBE STREAMLIT.
- Show
Outputs []GetStreamlits Streamlit Show Output - Holds the output of SHOW STREAMLITS.
- describe
Outputs List<GetStreamlits Streamlit Describe Output> - Holds the output of DESCRIBE STREAMLIT.
- show
Outputs List<GetStreamlits Streamlit Show Output> - Holds the output of SHOW STREAMLITS.
- describe
Outputs GetStreamlits Streamlit Describe Output[] - Holds the output of DESCRIBE STREAMLIT.
- show
Outputs GetStreamlits Streamlit Show Output[] - Holds the output of SHOW STREAMLITS.
- describe_
outputs Sequence[GetStreamlits Streamlit Describe Output] - Holds the output of DESCRIBE STREAMLIT.
- show_
outputs Sequence[GetStreamlits Streamlit Show Output] - Holds the output of SHOW STREAMLITS.
- describe
Outputs List<Property Map> - Holds the output of DESCRIBE STREAMLIT.
- show
Outputs List<Property Map> - Holds the output of SHOW STREAMLITS.
GetStreamlitsStreamlitDescribeOutput
- Default
Packages string - External
Access List<string>Integrations - External
Access stringSecrets - Import
Urls List<string> - Main
File string - Name string
- Query
Warehouse string - Root
Location string - Title string
- Url
Id string - User
Packages List<string>
- Default
Packages string - External
Access []stringIntegrations - External
Access stringSecrets - Import
Urls []string - Main
File string - Name string
- Query
Warehouse string - Root
Location string - Title string
- Url
Id string - User
Packages []string
- default
Packages String - external
Access List<String>Integrations - external
Access StringSecrets - import
Urls List<String> - main
File String - name String
- query
Warehouse String - root
Location String - title String
- url
Id String - user
Packages List<String>
- default
Packages string - external
Access string[]Integrations - external
Access stringSecrets - import
Urls string[] - main
File string - name string
- query
Warehouse string - root
Location string - title string
- url
Id string - user
Packages string[]
- default_
packages str - external_
access_ Sequence[str]integrations - external_
access_ strsecrets - import_
urls Sequence[str] - main_
file str - name str
- query_
warehouse str - root_
location str - title str
- url_
id str - user_
packages Sequence[str]
- default
Packages String - external
Access List<String>Integrations - external
Access StringSecrets - import
Urls List<String> - main
File String - name String
- query
Warehouse String - root
Location String - title String
- url
Id String - user
Packages List<String>
GetStreamlitsStreamlitShowOutput
- Comment string
- Created
On string - Database
Name string - Name string
- Owner string
- Owner
Role stringType - Query
Warehouse string - Schema
Name string - Title string
- Url
Id string
- Comment string
- Created
On string - Database
Name string - Name string
- Owner string
- Owner
Role stringType - Query
Warehouse string - Schema
Name string - Title string
- Url
Id string
- comment String
- created
On String - database
Name String - name String
- owner String
- owner
Role StringType - query
Warehouse String - schema
Name String - title String
- url
Id String
- comment string
- created
On string - database
Name string - name string
- owner string
- owner
Role stringType - query
Warehouse string - schema
Name string - title string
- url
Id string
- comment str
- created_
on str - database_
name str - name str
- owner str
- owner_
role_ strtype - query_
warehouse str - schema_
name str - title str
- url_
id str
- comment String
- created
On String - database
Name String - name String
- owner String
- owner
Role StringType - query
Warehouse String - schema
Name String - title String
- url
Id String
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.