Snowflake v1.3.0 published on Wednesday, Apr 23, 2025 by Pulumi
snowflake.getDatabases
Explore with Pulumi AI
Data source used to get details of filtered databases. Filtering is aligned with the current possibilities for SHOW DATABASES query (like, starts_with, and limit are all supported). The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection.
Using getDatabases
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 getDatabases(args: GetDatabasesArgs, opts?: InvokeOptions): Promise<GetDatabasesResult>
function getDatabasesOutput(args: GetDatabasesOutputArgs, opts?: InvokeOptions): Output<GetDatabasesResult>def get_databases(like: Optional[str] = None,
                  limit: Optional[GetDatabasesLimit] = None,
                  starts_with: Optional[str] = None,
                  with_describe: Optional[bool] = None,
                  with_parameters: Optional[bool] = None,
                  opts: Optional[InvokeOptions] = None) -> GetDatabasesResult
def get_databases_output(like: Optional[pulumi.Input[str]] = None,
                  limit: Optional[pulumi.Input[GetDatabasesLimitArgs]] = 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[GetDatabasesResult]func GetDatabases(ctx *Context, args *GetDatabasesArgs, opts ...InvokeOption) (*GetDatabasesResult, error)
func GetDatabasesOutput(ctx *Context, args *GetDatabasesOutputArgs, opts ...InvokeOption) GetDatabasesResultOutput> Note: This function is named GetDatabases in the Go SDK.
public static class GetDatabases 
{
    public static Task<GetDatabasesResult> InvokeAsync(GetDatabasesArgs args, InvokeOptions? opts = null)
    public static Output<GetDatabasesResult> Invoke(GetDatabasesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatabasesResult> getDatabases(GetDatabasesArgs args, InvokeOptions options)
public static Output<GetDatabasesResult> getDatabases(GetDatabasesArgs args, InvokeOptions options)
fn::invoke:
  function: snowflake:index/getDatabases:getDatabases
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- Limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- StartsWith string
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- WithDescribe bool
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- WithParameters bool
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- Limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- StartsWith string
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- WithDescribe bool
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- WithParameters bool
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- startsWith String
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- withDescribe Boolean
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- withParameters Boolean
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- startsWith string
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- withDescribe boolean
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- withParameters boolean
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- starts_with str
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_describe bool
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- with_parameters bool
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- 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.fromis 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_withorlike.
- startsWith String
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- withDescribe Boolean
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- withParameters Boolean
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
getDatabases Result
The following output properties are available:
- Databases
List<GetDatabases Database> 
- Holds the aggregated output of all database details queries.
- Id string
- The provider-assigned unique ID for this managed resource.
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- Limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- StartsWith string
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- WithDescribe bool
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- WithParameters bool
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- Databases
[]GetDatabases Database 
- Holds the aggregated output of all database details queries.
- Id string
- The provider-assigned unique ID for this managed resource.
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- Limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- StartsWith string
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- WithDescribe bool
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- WithParameters bool
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- databases
List<GetDatabases Database> 
- Holds the aggregated output of all database details queries.
- id String
- The provider-assigned unique ID for this managed resource.
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- startsWith String
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- withDescribe Boolean
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- withParameters Boolean
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- databases
GetDatabases Database[] 
- Holds the aggregated output of all database details queries.
- id string
- The provider-assigned unique ID for this managed resource.
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- startsWith string
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- withDescribe boolean
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- withParameters boolean
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- databases
Sequence[GetDatabases Database] 
- Holds the aggregated output of all database details queries.
- id str
- The provider-assigned unique ID for this managed resource.
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- limit
GetDatabases Limit 
- Limits the number of rows returned. If the limit.fromis 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_withorlike.
- starts_with str
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_describe bool
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- with_parameters bool
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
- databases List<Property Map>
- Holds the aggregated output of all database details queries.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.fromis 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_withorlike.
- startsWith String
- Filters the output with case-sensitive characters indicating the beginning of the object name.
- withDescribe Boolean
- (Default: true) Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true.
- withParameters Boolean
- (Default: true) Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
Supporting Types
GetDatabasesDatabase  
- DescribeOutputs List<GetDatabases Database Describe Output> 
- Holds the output of DESCRIBE DATABASE.
- Parameters
List<GetDatabases Database Parameter> 
- Holds the output of SHOW PARAMETERS FOR DATABASE.
- ShowOutputs List<GetDatabases Database Show Output> 
- Holds the output of SHOW DATABASES.
- DescribeOutputs []GetDatabases Database Describe Output 
- Holds the output of DESCRIBE DATABASE.
- Parameters
[]GetDatabases Database Parameter 
- Holds the output of SHOW PARAMETERS FOR DATABASE.
- ShowOutputs []GetDatabases Database Show Output 
- Holds the output of SHOW DATABASES.
- describeOutputs List<GetDatabases Database Describe Output> 
- Holds the output of DESCRIBE DATABASE.
- parameters
List<GetDatabases Database Parameter> 
- Holds the output of SHOW PARAMETERS FOR DATABASE.
- showOutputs List<GetDatabases Database Show Output> 
- Holds the output of SHOW DATABASES.
- describeOutputs GetDatabases Database Describe Output[] 
- Holds the output of DESCRIBE DATABASE.
- parameters
GetDatabases Database Parameter[] 
- Holds the output of SHOW PARAMETERS FOR DATABASE.
- showOutputs GetDatabases Database Show Output[] 
- Holds the output of SHOW DATABASES.
- describe_outputs Sequence[GetDatabases Database Describe Output] 
- Holds the output of DESCRIBE DATABASE.
- parameters
Sequence[GetDatabases Database Parameter] 
- Holds the output of SHOW PARAMETERS FOR DATABASE.
- show_outputs Sequence[GetDatabases Database Show Output] 
- Holds the output of SHOW DATABASES.
- describeOutputs List<Property Map>
- Holds the output of DESCRIBE DATABASE.
- parameters List<Property Map>
- Holds the output of SHOW PARAMETERS FOR DATABASE.
- showOutputs List<Property Map>
- Holds the output of SHOW DATABASES.
GetDatabasesDatabaseDescribeOutput    
- created_on str
- kind str
- name str
GetDatabasesDatabaseParameter   
- Catalogs
List<GetDatabases Database Parameter Catalog> 
- DataRetention List<GetTime In Days Databases Database Parameter Data Retention Time In Day> 
- DefaultDdl List<GetCollations Databases Database Parameter Default Ddl Collation> 
- EnableConsole List<GetOutputs Databases Database Parameter Enable Console Output> 
- ExternalVolumes List<GetDatabases Database Parameter External Volume> 
- LogLevels List<GetDatabases Database Parameter Log Level> 
- MaxData List<GetExtension Time In Days Databases Database Parameter Max Data Extension Time In Day> 
- QuotedIdentifiers List<GetIgnore Cases Databases Database Parameter Quoted Identifiers Ignore Case> 
- ReplaceInvalid List<GetCharacters Databases Database Parameter Replace Invalid Character> 
- StorageSerialization List<GetPolicies Databases Database Parameter Storage Serialization Policy> 
- SuspendTask List<GetAfter Num Failures Databases Database Parameter Suspend Task After Num Failure> 
- TaskAuto List<GetRetry Attempts Databases Database Parameter Task Auto Retry Attempt> 
- TraceLevels List<GetDatabases Database Parameter Trace Level> 
- UserTask List<GetManaged Initial Warehouse Sizes Databases Database Parameter User Task Managed Initial Warehouse Size> 
- UserTask List<GetMinimum Trigger Interval In Seconds Databases Database Parameter User Task Minimum Trigger Interval In Second> 
- UserTask List<GetTimeout Ms Databases Database Parameter User Task Timeout M> 
- Catalogs
[]GetDatabases Database Parameter Catalog 
- DataRetention []GetTime In Days Databases Database Parameter Data Retention Time In Day 
- DefaultDdl []GetCollations Databases Database Parameter Default Ddl Collation 
- EnableConsole []GetOutputs Databases Database Parameter Enable Console Output 
- ExternalVolumes []GetDatabases Database Parameter External Volume 
- LogLevels []GetDatabases Database Parameter Log Level 
- MaxData []GetExtension Time In Days Databases Database Parameter Max Data Extension Time In Day 
- QuotedIdentifiers []GetIgnore Cases Databases Database Parameter Quoted Identifiers Ignore Case 
- ReplaceInvalid []GetCharacters Databases Database Parameter Replace Invalid Character 
- StorageSerialization []GetPolicies Databases Database Parameter Storage Serialization Policy 
- SuspendTask []GetAfter Num Failures Databases Database Parameter Suspend Task After Num Failure 
- TaskAuto []GetRetry Attempts Databases Database Parameter Task Auto Retry Attempt 
- TraceLevels []GetDatabases Database Parameter Trace Level 
- UserTask []GetManaged Initial Warehouse Sizes Databases Database Parameter User Task Managed Initial Warehouse Size 
- UserTask []GetMinimum Trigger Interval In Seconds Databases Database Parameter User Task Minimum Trigger Interval In Second 
- UserTask []GetTimeout Ms Databases Database Parameter User Task Timeout M 
- catalogs
List<GetDatabases Database Parameter Catalog> 
- dataRetention List<GetTime In Days Databases Database Parameter Data Retention Time In Day> 
- defaultDdl List<GetCollations Databases Database Parameter Default Ddl Collation> 
- enableConsole List<GetOutputs Databases Database Parameter Enable Console Output> 
- externalVolumes List<GetDatabases Database Parameter External Volume> 
- logLevels List<GetDatabases Database Parameter Log Level> 
- maxData List<GetExtension Time In Days Databases Database Parameter Max Data Extension Time In Day> 
- quotedIdentifiers List<GetIgnore Cases Databases Database Parameter Quoted Identifiers Ignore Case> 
- replaceInvalid List<GetCharacters Databases Database Parameter Replace Invalid Character> 
- storageSerialization List<GetPolicies Databases Database Parameter Storage Serialization Policy> 
- suspendTask List<GetAfter Num Failures Databases Database Parameter Suspend Task After Num Failure> 
- taskAuto List<GetRetry Attempts Databases Database Parameter Task Auto Retry Attempt> 
- traceLevels List<GetDatabases Database Parameter Trace Level> 
- userTask List<GetManaged Initial Warehouse Sizes Databases Database Parameter User Task Managed Initial Warehouse Size> 
- userTask List<GetMinimum Trigger Interval In Seconds Databases Database Parameter User Task Minimum Trigger Interval In Second> 
- userTask List<GetTimeout Ms Databases Database Parameter User Task Timeout M> 
- catalogs
GetDatabases Database Parameter Catalog[] 
- dataRetention GetTime In Days Databases Database Parameter Data Retention Time In Day[] 
- defaultDdl GetCollations Databases Database Parameter Default Ddl Collation[] 
- enableConsole GetOutputs Databases Database Parameter Enable Console Output[] 
- externalVolumes GetDatabases Database Parameter External Volume[] 
- logLevels GetDatabases Database Parameter Log Level[] 
- maxData GetExtension Time In Days Databases Database Parameter Max Data Extension Time In Day[] 
- quotedIdentifiers GetIgnore Cases Databases Database Parameter Quoted Identifiers Ignore Case[] 
- replaceInvalid GetCharacters Databases Database Parameter Replace Invalid Character[] 
- storageSerialization GetPolicies Databases Database Parameter Storage Serialization Policy[] 
- suspendTask GetAfter Num Failures Databases Database Parameter Suspend Task After Num Failure[] 
- taskAuto GetRetry Attempts Databases Database Parameter Task Auto Retry Attempt[] 
- traceLevels GetDatabases Database Parameter Trace Level[] 
- userTask GetManaged Initial Warehouse Sizes Databases Database Parameter User Task Managed Initial Warehouse Size[] 
- userTask GetMinimum Trigger Interval In Seconds Databases Database Parameter User Task Minimum Trigger Interval In Second[] 
- userTask GetTimeout Ms Databases Database Parameter User Task Timeout M[] 
- catalogs
Sequence[GetDatabases Database Parameter Catalog] 
- data_retention_ Sequence[Gettime_ in_ days Databases Database Parameter Data Retention Time In Day] 
- default_ddl_ Sequence[Getcollations Databases Database Parameter Default Ddl Collation] 
- enable_console_ Sequence[Getoutputs Databases Database Parameter Enable Console Output] 
- external_volumes Sequence[GetDatabases Database Parameter External Volume] 
- log_levels Sequence[GetDatabases Database Parameter Log Level] 
- max_data_ Sequence[Getextension_ time_ in_ days Databases Database Parameter Max Data Extension Time In Day] 
- quoted_identifiers_ Sequence[Getignore_ cases Databases Database Parameter Quoted Identifiers Ignore Case] 
- replace_invalid_ Sequence[Getcharacters Databases Database Parameter Replace Invalid Character] 
- storage_serialization_ Sequence[Getpolicies Databases Database Parameter Storage Serialization Policy] 
- suspend_task_ Sequence[Getafter_ num_ failures Databases Database Parameter Suspend Task After Num Failure] 
- task_auto_ Sequence[Getretry_ attempts Databases Database Parameter Task Auto Retry Attempt] 
- trace_levels Sequence[GetDatabases Database Parameter Trace Level] 
- user_task_ Sequence[Getmanaged_ initial_ warehouse_ sizes Databases Database Parameter User Task Managed Initial Warehouse Size] 
- user_task_ Sequence[Getminimum_ trigger_ interval_ in_ seconds Databases Database Parameter User Task Minimum Trigger Interval In Second] 
- user_task_ Sequence[Gettimeout_ ms Databases Database Parameter User Task Timeout M] 
- catalogs List<Property Map>
- dataRetention List<Property Map>Time In Days 
- defaultDdl List<Property Map>Collations 
- enableConsole List<Property Map>Outputs 
- externalVolumes List<Property Map>
- logLevels List<Property Map>
- maxData List<Property Map>Extension Time In Days 
- quotedIdentifiers List<Property Map>Ignore Cases 
- replaceInvalid List<Property Map>Characters 
- storageSerialization List<Property Map>Policies 
- suspendTask List<Property Map>After Num Failures 
- taskAuto List<Property Map>Retry Attempts 
- traceLevels List<Property Map>
- userTask List<Property Map>Managed Initial Warehouse Sizes 
- userTask List<Property Map>Minimum Trigger Interval In Seconds 
- userTask List<Property Map>Timeout Ms 
GetDatabasesDatabaseParameterCatalog    
- 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
GetDatabasesDatabaseParameterDataRetentionTimeInDay        
- 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
GetDatabasesDatabaseParameterDefaultDdlCollation      
- 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
GetDatabasesDatabaseParameterEnableConsoleOutput      
- 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
GetDatabasesDatabaseParameterExternalVolume     
- 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
GetDatabasesDatabaseParameterLogLevel     
- 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
GetDatabasesDatabaseParameterMaxDataExtensionTimeInDay         
- 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
GetDatabasesDatabaseParameterQuotedIdentifiersIgnoreCase       
- 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
GetDatabasesDatabaseParameterReplaceInvalidCharacter      
- 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
GetDatabasesDatabaseParameterStorageSerializationPolicy      
- 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
GetDatabasesDatabaseParameterSuspendTaskAfterNumFailure        
- 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
GetDatabasesDatabaseParameterTaskAutoRetryAttempt       
- 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
GetDatabasesDatabaseParameterTraceLevel     
- 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
GetDatabasesDatabaseParameterUserTaskManagedInitialWarehouseSize         
- 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
GetDatabasesDatabaseParameterUserTaskMinimumTriggerIntervalInSecond          
- 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
GetDatabasesDatabaseParameterUserTaskTimeoutM       
- 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
GetDatabasesDatabaseShowOutput    
- Comment string
- CreatedOn string
- DroppedOn string
- IsCurrent bool
- IsDefault bool
- Kind string
- Name string
- Options string
- Origin string
- Owner string
- OwnerRole stringType 
- ResourceGroup string
- RetentionTime int
- Transient bool
- Comment string
- CreatedOn string
- DroppedOn string
- IsCurrent bool
- IsDefault bool
- Kind string
- Name string
- Options string
- Origin string
- Owner string
- OwnerRole stringType 
- ResourceGroup string
- RetentionTime int
- Transient bool
- comment String
- createdOn String
- droppedOn String
- isCurrent Boolean
- isDefault Boolean
- kind String
- name String
- options String
- origin String
- owner String
- ownerRole StringType 
- resourceGroup String
- retentionTime Integer
- transient_ Boolean
- comment string
- createdOn string
- droppedOn string
- isCurrent boolean
- isDefault boolean
- kind string
- name string
- options string
- origin string
- owner string
- ownerRole stringType 
- resourceGroup string
- retentionTime number
- transient boolean
- comment str
- created_on str
- dropped_on str
- is_current bool
- is_default bool
- kind str
- name str
- options str
- origin str
- owner str
- owner_role_ strtype 
- resource_group str
- retention_time int
- transient bool
- comment String
- createdOn String
- droppedOn String
- isCurrent Boolean
- isDefault Boolean
- kind String
- name String
- options String
- origin String
- owner String
- ownerRole StringType 
- resourceGroup String
- retentionTime Number
- transient Boolean
GetDatabasesLimit  
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the snowflakeTerraform Provider.