snowflake.getSchemas
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 schemas. Filtering is aligned with the current possibilities for SHOW SCHEMAS query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
Using getSchemas
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 getSchemas(args: GetSchemasArgs, opts?: InvokeOptions): Promise<GetSchemasResult>
function getSchemasOutput(args: GetSchemasOutputArgs, opts?: InvokeOptions): Output<GetSchemasResult>
def get_schemas(in_: Optional[GetSchemasIn] = None,
like: Optional[str] = None,
limit: Optional[GetSchemasLimit] = None,
starts_with: Optional[str] = None,
with_describe: Optional[bool] = None,
with_parameters: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetSchemasResult
def get_schemas_output(in_: Optional[pulumi.Input[GetSchemasInArgs]] = None,
like: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[GetSchemasLimitArgs]] = None,
starts_with: Optional[pulumi.Input[str]] = None,
with_describe: Optional[pulumi.Input[bool]] = None,
with_parameters: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchemasResult]
func GetSchemas(ctx *Context, args *GetSchemasArgs, opts ...InvokeOption) (*GetSchemasResult, error)
func GetSchemasOutput(ctx *Context, args *GetSchemasOutputArgs, opts ...InvokeOption) GetSchemasResultOutput
> Note: This function is named GetSchemas
in the Go SDK.
public static class GetSchemas
{
public static Task<GetSchemasResult> InvokeAsync(GetSchemasArgs args, InvokeOptions? opts = null)
public static Output<GetSchemasResult> Invoke(GetSchemasInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchemasResult> getSchemas(GetSchemasArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: snowflake:index/getSchemas:getSchemas
arguments:
# arguments dictionary
The following arguments are supported:
- In
Get
Schemas 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
Schemas 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
. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- With
Parameters bool - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- In
Get
Schemas 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
Schemas 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
. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- With
Parameters bool - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- in
Get
Schemas 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
Schemas 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
. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- in
Get
Schemas 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
Schemas 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
. - starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe boolean - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with
Parameters boolean - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- in_
Get
Schemas 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
Schemas 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
. - starts_
with str - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
describe bool - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with_
parameters bool - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- 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
. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
getSchemas Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Schemas
List<Get
Schemas Schema> - Holds the aggregated output of all SCHEMA details queries.
- In
Get
Schemas 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
Schemas 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
. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- With
Parameters bool - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- Id string
- The provider-assigned unique ID for this managed resource.
- Schemas
[]Get
Schemas Schema - Holds the aggregated output of all SCHEMA details queries.
- In
Get
Schemas 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
Schemas 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
. - Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Describe bool - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- With
Parameters bool - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- schemas
List<Get
Schemas Schema> - Holds the aggregated output of all SCHEMA details queries.
- in
Get
Schemas 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
Schemas 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
. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- id string
- The provider-assigned unique ID for this managed resource.
- schemas
Get
Schemas Schema[] - Holds the aggregated output of all SCHEMA details queries.
- in
Get
Schemas 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
Schemas 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
. - starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe boolean - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with
Parameters boolean - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- id str
- The provider-assigned unique ID for this managed resource.
- schemas
Sequence[Get
Schemas Schema] - Holds the aggregated output of all SCHEMA details queries.
- in_
Get
Schemas 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
Schemas 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
. - starts_
with str - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
describe bool - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with_
parameters bool - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- schemas List<Property Map>
- Holds the aggregated output of all SCHEMA 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
. - starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Describe Boolean - Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
Supporting Types
GetSchemasIn
- Account bool
- Returns records for the entire account.
- Application string
- Returns records for the specified application.
- Application
Package string - Returns records for the specified application package.
- Database string
- Returns records for the current database in use or for a specified database (db_name).
- Account bool
- Returns records for the entire account.
- Application string
- Returns records for the specified application.
- Application
Package string - Returns records for the specified application package.
- Database string
- Returns records for the current database in use or for a specified database (db_name).
- account Boolean
- Returns records for the entire account.
- application String
- Returns records for the specified application.
- application
Package String - Returns records for the specified application package.
- database String
- Returns records for the current database in use or for a specified database (db_name).
- account boolean
- Returns records for the entire account.
- application string
- Returns records for the specified application.
- application
Package string - Returns records for the specified application package.
- database string
- Returns records for the current database in use or for a specified database (db_name).
- account bool
- Returns records for the entire account.
- application str
- Returns records for the specified application.
- application_
package str - Returns records for the specified application package.
- database str
- Returns records for the current database in use or for a specified database (db_name).
- account Boolean
- Returns records for the entire account.
- application String
- Returns records for the specified application.
- application
Package String - Returns records for the specified application package.
- database String
- Returns records for the current database in use or for a specified database (db_name).
GetSchemasLimit
GetSchemasSchema
- Describe
Outputs List<GetSchemas Schema Describe Output> - Holds the output of DESCRIBE SCHEMA.
- Parameters
List<Get
Schemas Schema Parameter> - Holds the output of SHOW PARAMETERS FOR SCHEMA.
- Show
Outputs List<GetSchemas Schema Show Output> - Holds the output of SHOW SCHEMAS.
- Describe
Outputs []GetSchemas Schema Describe Output - Holds the output of DESCRIBE SCHEMA.
- Parameters
[]Get
Schemas Schema Parameter - Holds the output of SHOW PARAMETERS FOR SCHEMA.
- Show
Outputs []GetSchemas Schema Show Output - Holds the output of SHOW SCHEMAS.
- describe
Outputs List<GetSchemas Schema Describe Output> - Holds the output of DESCRIBE SCHEMA.
- parameters
List<Get
Schemas Schema Parameter> - Holds the output of SHOW PARAMETERS FOR SCHEMA.
- show
Outputs List<GetSchemas Schema Show Output> - Holds the output of SHOW SCHEMAS.
- describe
Outputs GetSchemas Schema Describe Output[] - Holds the output of DESCRIBE SCHEMA.
- parameters
Get
Schemas Schema Parameter[] - Holds the output of SHOW PARAMETERS FOR SCHEMA.
- show
Outputs GetSchemas Schema Show Output[] - Holds the output of SHOW SCHEMAS.
- describe_
outputs Sequence[GetSchemas Schema Describe Output] - Holds the output of DESCRIBE SCHEMA.
- parameters
Sequence[Get
Schemas Schema Parameter] - Holds the output of SHOW PARAMETERS FOR SCHEMA.
- show_
outputs Sequence[GetSchemas Schema Show Output] - Holds the output of SHOW SCHEMAS.
- describe
Outputs List<Property Map> - Holds the output of DESCRIBE SCHEMA.
- parameters List<Property Map>
- Holds the output of SHOW PARAMETERS FOR SCHEMA.
- show
Outputs List<Property Map> - Holds the output of SHOW SCHEMAS.
GetSchemasSchemaDescribeOutput
- created_
on str - kind str
- name str
GetSchemasSchemaParameter
- Catalogs
List<Get
Schemas Schema Parameter Catalog> - Data
Retention List<GetTime In Days Schemas Schema Parameter Data Retention Time In Day> - Default
Ddl List<GetCollations Schemas Schema Parameter Default Ddl Collation> - Enable
Console List<GetOutputs Schemas Schema Parameter Enable Console Output> - External
Volumes List<GetSchemas Schema Parameter External Volume> - Log
Levels List<GetSchemas Schema Parameter Log Level> - Max
Data List<GetExtension Time In Days Schemas Schema Parameter Max Data Extension Time In Day> - Pipe
Execution List<GetPauseds Schemas Schema Parameter Pipe Execution Paused> - Quoted
Identifiers List<GetIgnore Cases Schemas Schema Parameter Quoted Identifiers Ignore Case> - Replace
Invalid List<GetCharacters Schemas Schema Parameter Replace Invalid Character> - Storage
Serialization List<GetPolicies Schemas Schema Parameter Storage Serialization Policy> - Suspend
Task List<GetAfter Num Failures Schemas Schema Parameter Suspend Task After Num Failure> - Task
Auto List<GetRetry Attempts Schemas Schema Parameter Task Auto Retry Attempt> - Trace
Levels List<GetSchemas Schema Parameter Trace Level> - User
Task List<GetManaged Initial Warehouse Sizes Schemas Schema Parameter User Task Managed Initial Warehouse Size> - User
Task List<GetMinimum Trigger Interval In Seconds Schemas Schema Parameter User Task Minimum Trigger Interval In Second> - User
Task List<GetTimeout Ms Schemas Schema Parameter User Task Timeout M>
- Catalogs
[]Get
Schemas Schema Parameter Catalog - Data
Retention []GetTime In Days Schemas Schema Parameter Data Retention Time In Day - Default
Ddl []GetCollations Schemas Schema Parameter Default Ddl Collation - Enable
Console []GetOutputs Schemas Schema Parameter Enable Console Output - External
Volumes []GetSchemas Schema Parameter External Volume - Log
Levels []GetSchemas Schema Parameter Log Level - Max
Data []GetExtension Time In Days Schemas Schema Parameter Max Data Extension Time In Day - Pipe
Execution []GetPauseds Schemas Schema Parameter Pipe Execution Paused - Quoted
Identifiers []GetIgnore Cases Schemas Schema Parameter Quoted Identifiers Ignore Case - Replace
Invalid []GetCharacters Schemas Schema Parameter Replace Invalid Character - Storage
Serialization []GetPolicies Schemas Schema Parameter Storage Serialization Policy - Suspend
Task []GetAfter Num Failures Schemas Schema Parameter Suspend Task After Num Failure - Task
Auto []GetRetry Attempts Schemas Schema Parameter Task Auto Retry Attempt - Trace
Levels []GetSchemas Schema Parameter Trace Level - User
Task []GetManaged Initial Warehouse Sizes Schemas Schema Parameter User Task Managed Initial Warehouse Size - User
Task []GetMinimum Trigger Interval In Seconds Schemas Schema Parameter User Task Minimum Trigger Interval In Second - User
Task []GetTimeout Ms Schemas Schema Parameter User Task Timeout M
- catalogs
List<Get
Schemas Schema Parameter Catalog> - data
Retention List<GetTime In Days Schemas Schema Parameter Data Retention Time In Day> - default
Ddl List<GetCollations Schemas Schema Parameter Default Ddl Collation> - enable
Console List<GetOutputs Schemas Schema Parameter Enable Console Output> - external
Volumes List<GetSchemas Schema Parameter External Volume> - log
Levels List<GetSchemas Schema Parameter Log Level> - max
Data List<GetExtension Time In Days Schemas Schema Parameter Max Data Extension Time In Day> - pipe
Execution List<GetPauseds Schemas Schema Parameter Pipe Execution Paused> - quoted
Identifiers List<GetIgnore Cases Schemas Schema Parameter Quoted Identifiers Ignore Case> - replace
Invalid List<GetCharacters Schemas Schema Parameter Replace Invalid Character> - storage
Serialization List<GetPolicies Schemas Schema Parameter Storage Serialization Policy> - suspend
Task List<GetAfter Num Failures Schemas Schema Parameter Suspend Task After Num Failure> - task
Auto List<GetRetry Attempts Schemas Schema Parameter Task Auto Retry Attempt> - trace
Levels List<GetSchemas Schema Parameter Trace Level> - user
Task List<GetManaged Initial Warehouse Sizes Schemas Schema Parameter User Task Managed Initial Warehouse Size> - user
Task List<GetMinimum Trigger Interval In Seconds Schemas Schema Parameter User Task Minimum Trigger Interval In Second> - user
Task List<GetTimeout Ms Schemas Schema Parameter User Task Timeout M>
- catalogs
Get
Schemas Schema Parameter Catalog[] - data
Retention GetTime In Days Schemas Schema Parameter Data Retention Time In Day[] - default
Ddl GetCollations Schemas Schema Parameter Default Ddl Collation[] - enable
Console GetOutputs Schemas Schema Parameter Enable Console Output[] - external
Volumes GetSchemas Schema Parameter External Volume[] - log
Levels GetSchemas Schema Parameter Log Level[] - max
Data GetExtension Time In Days Schemas Schema Parameter Max Data Extension Time In Day[] - pipe
Execution GetPauseds Schemas Schema Parameter Pipe Execution Paused[] - quoted
Identifiers GetIgnore Cases Schemas Schema Parameter Quoted Identifiers Ignore Case[] - replace
Invalid GetCharacters Schemas Schema Parameter Replace Invalid Character[] - storage
Serialization GetPolicies Schemas Schema Parameter Storage Serialization Policy[] - suspend
Task GetAfter Num Failures Schemas Schema Parameter Suspend Task After Num Failure[] - task
Auto GetRetry Attempts Schemas Schema Parameter Task Auto Retry Attempt[] - trace
Levels GetSchemas Schema Parameter Trace Level[] - user
Task GetManaged Initial Warehouse Sizes Schemas Schema Parameter User Task Managed Initial Warehouse Size[] - user
Task GetMinimum Trigger Interval In Seconds Schemas Schema Parameter User Task Minimum Trigger Interval In Second[] - user
Task GetTimeout Ms Schemas Schema Parameter User Task Timeout M[]
- catalogs
Sequence[Get
Schemas Schema Parameter Catalog] - data_
retention_ Sequence[Gettime_ in_ days Schemas Schema Parameter Data Retention Time In Day] - default_
ddl_ Sequence[Getcollations Schemas Schema Parameter Default Ddl Collation] - enable_
console_ Sequence[Getoutputs Schemas Schema Parameter Enable Console Output] - external_
volumes Sequence[GetSchemas Schema Parameter External Volume] - log_
levels Sequence[GetSchemas Schema Parameter Log Level] - max_
data_ Sequence[Getextension_ time_ in_ days Schemas Schema Parameter Max Data Extension Time In Day] - pipe_
execution_ Sequence[Getpauseds Schemas Schema Parameter Pipe Execution Paused] - quoted_
identifiers_ Sequence[Getignore_ cases Schemas Schema Parameter Quoted Identifiers Ignore Case] - replace_
invalid_ Sequence[Getcharacters Schemas Schema Parameter Replace Invalid Character] - storage_
serialization_ Sequence[Getpolicies Schemas Schema Parameter Storage Serialization Policy] - suspend_
task_ Sequence[Getafter_ num_ failures Schemas Schema Parameter Suspend Task After Num Failure] - task_
auto_ Sequence[Getretry_ attempts Schemas Schema Parameter Task Auto Retry Attempt] - trace_
levels Sequence[GetSchemas Schema Parameter Trace Level] - user_
task_ Sequence[Getmanaged_ initial_ warehouse_ sizes Schemas Schema Parameter User Task Managed Initial Warehouse Size] - user_
task_ Sequence[Getminimum_ trigger_ interval_ in_ seconds Schemas Schema Parameter User Task Minimum Trigger Interval In Second] - user_
task_ Sequence[Gettimeout_ ms Schemas Schema Parameter User Task Timeout M]
- catalogs List<Property Map>
- data
Retention List<Property Map>Time In Days - default
Ddl List<Property Map>Collations - enable
Console List<Property Map>Outputs - external
Volumes List<Property Map> - log
Levels List<Property Map> - max
Data List<Property Map>Extension Time In Days - pipe
Execution List<Property Map>Pauseds - quoted
Identifiers List<Property Map>Ignore Cases - replace
Invalid List<Property Map>Characters - storage
Serialization List<Property Map>Policies - suspend
Task List<Property Map>After Num Failures - task
Auto List<Property Map>Retry Attempts - trace
Levels List<Property Map> - user
Task List<Property Map>Managed Initial Warehouse Sizes - user
Task List<Property Map>Minimum Trigger Interval In Seconds - user
Task List<Property Map>Timeout Ms
GetSchemasSchemaParameterCatalog
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterDataRetentionTimeInDay
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterDefaultDdlCollation
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterEnableConsoleOutput
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterExternalVolume
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterLogLevel
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterMaxDataExtensionTimeInDay
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterPipeExecutionPaused
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterQuotedIdentifiersIgnoreCase
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterReplaceInvalidCharacter
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterStorageSerializationPolicy
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterSuspendTaskAfterNumFailure
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterTaskAutoRetryAttempt
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterTraceLevel
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterUserTaskManagedInitialWarehouseSize
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterUserTaskMinimumTriggerIntervalInSecond
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaParameterUserTaskTimeoutM
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetSchemasSchemaShowOutput
- Comment string
- Created
On string - Database
Name string - Dropped
On string - Is
Current bool - Is
Default bool - Name string
- Options string
- Owner string
- Owner
Role stringType - Retention
Time string
- Comment string
- Created
On string - Database
Name string - Dropped
On string - Is
Current bool - Is
Default bool - Name string
- Options string
- Owner string
- Owner
Role stringType - Retention
Time string
- comment String
- created
On String - database
Name String - dropped
On String - is
Current Boolean - is
Default Boolean - name String
- options String
- owner String
- owner
Role StringType - retention
Time String
- comment string
- created
On string - database
Name string - dropped
On string - is
Current boolean - is
Default boolean - name string
- options string
- owner string
- owner
Role stringType - retention
Time string
- comment str
- created_
on str - database_
name str - dropped_
on str - is_
current bool - is_
default bool - name str
- options str
- owner str
- owner_
role_ strtype - retention_
time str
- comment String
- created
On String - database
Name String - dropped
On String - is
Current Boolean - is
Default Boolean - name String
- options String
- owner String
- owner
Role StringType - retention
Time String
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.