1. Packages
  2. Snowflake Provider
  3. API Docs
  4. getTasks
Snowflake v1.1.3 published on Saturday, Mar 8, 2025 by Pulumi

snowflake.getTasks

Explore with Pulumi AI

snowflake logo
Snowflake v1.1.3 published on Saturday, Mar 8, 2025 by Pulumi

    Data source used to get details of filtered tasks. Filtering is aligned with the current possibilities for SHOW TASKS query. The results of SHOW and SHOW PARAMETERS IN are encapsulated in one output collection tasks.

    Using getTasks

    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 getTasks(args: GetTasksArgs, opts?: InvokeOptions): Promise<GetTasksResult>
    function getTasksOutput(args: GetTasksOutputArgs, opts?: InvokeOptions): Output<GetTasksResult>
    def get_tasks(in_: Optional[GetTasksIn] = None,
                  like: Optional[str] = None,
                  limit: Optional[GetTasksLimit] = None,
                  root_only: Optional[bool] = None,
                  starts_with: Optional[str] = None,
                  with_parameters: Optional[bool] = None,
                  opts: Optional[InvokeOptions] = None) -> GetTasksResult
    def get_tasks_output(in_: Optional[pulumi.Input[GetTasksInArgs]] = None,
                  like: Optional[pulumi.Input[str]] = None,
                  limit: Optional[pulumi.Input[GetTasksLimitArgs]] = None,
                  root_only: Optional[pulumi.Input[bool]] = None,
                  starts_with: Optional[pulumi.Input[str]] = None,
                  with_parameters: Optional[pulumi.Input[bool]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetTasksResult]
    func GetTasks(ctx *Context, args *GetTasksArgs, opts ...InvokeOption) (*GetTasksResult, error)
    func GetTasksOutput(ctx *Context, args *GetTasksOutputArgs, opts ...InvokeOption) GetTasksResultOutput

    > Note: This function is named GetTasks in the Go SDK.

    public static class GetTasks 
    {
        public static Task<GetTasksResult> InvokeAsync(GetTasksArgs args, InvokeOptions? opts = null)
        public static Output<GetTasksResult> Invoke(GetTasksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTasksResult> getTasks(GetTasksArgs args, InvokeOptions options)
    public static Output<GetTasksResult> getTasks(GetTasksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: snowflake:index/getTasks:getTasks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    In GetTasksIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetTasksLimit
    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 with starts_with or like.
    RootOnly bool
    Filters the command output to return only root tasks (tasks with no predecessors).
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithParameters bool
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
    In GetTasksIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetTasksLimit
    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 with starts_with or like.
    RootOnly bool
    Filters the command output to return only root tasks (tasks with no predecessors).
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithParameters bool
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
    in GetTasksIn
    IN clause to filter the list of objects
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetTasksLimit
    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 with starts_with or like.
    rootOnly Boolean
    Filters the command output to return only root tasks (tasks with no predecessors).
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
    in GetTasksIn
    IN clause to filter the list of objects
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetTasksLimit
    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 with starts_with or like.
    rootOnly boolean
    Filters the command output to return only root tasks (tasks with no predecessors).
    startsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withParameters boolean
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
    in_ GetTasksIn
    IN clause to filter the list of objects
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetTasksLimit
    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 with starts_with or like.
    root_only bool
    Filters the command output to return only root tasks (tasks with no predecessors).
    starts_with str
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    with_parameters bool
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output 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 objects
    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 with starts_with or like.
    rootOnly Boolean
    Filters the command output to return only root tasks (tasks with no predecessors).
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.

    getTasks Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Tasks List<GetTasksTask>
    Holds the aggregated output of all task details queries.
    In GetTasksIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetTasksLimit
    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 with starts_with or like.
    RootOnly bool
    Filters the command output to return only root tasks (tasks with no predecessors).
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithParameters bool
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output 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.
    Tasks []GetTasksTask
    Holds the aggregated output of all task details queries.
    In GetTasksIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetTasksLimit
    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 with starts_with or like.
    RootOnly bool
    Filters the command output to return only root tasks (tasks with no predecessors).
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithParameters bool
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output 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.
    tasks List<GetTasksTask>
    Holds the aggregated output of all task details queries.
    in GetTasksIn
    IN clause to filter the list of objects
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetTasksLimit
    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 with starts_with or like.
    rootOnly Boolean
    Filters the command output to return only root tasks (tasks with no predecessors).
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output 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.
    tasks GetTasksTask[]
    Holds the aggregated output of all task details queries.
    in GetTasksIn
    IN clause to filter the list of objects
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetTasksLimit
    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 with starts_with or like.
    rootOnly boolean
    Filters the command output to return only root tasks (tasks with no predecessors).
    startsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withParameters boolean
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output 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.
    tasks Sequence[GetTasksTask]
    Holds the aggregated output of all task details queries.
    in_ GetTasksIn
    IN clause to filter the list of objects
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetTasksLimit
    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 with starts_with or like.
    root_only bool
    Filters the command output to return only root tasks (tasks with no predecessors).
    starts_with str
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    with_parameters bool
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output 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.
    tasks List<Property Map>
    Holds the aggregated output of all task details queries.
    in Property Map
    IN clause to filter the list of objects
    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 with starts_with or like.
    rootOnly Boolean
    Filters the command output to return only root tasks (tasks with no predecessors).
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.

    Supporting Types

    GetTasksIn

    Account bool
    Returns records for the entire account.
    Application string
    Returns records for the specified application.
    ApplicationPackage string
    Returns records for the specified application package.
    Database string
    Returns records for the current database in use or for a specified database.
    Schema string
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    Account bool
    Returns records for the entire account.
    Application string
    Returns records for the specified application.
    ApplicationPackage string
    Returns records for the specified application package.
    Database string
    Returns records for the current database in use or for a specified database.
    Schema string
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account Boolean
    Returns records for the entire account.
    application String
    Returns records for the specified application.
    applicationPackage String
    Returns records for the specified application package.
    database String
    Returns records for the current database in use or for a specified database.
    schema String
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account boolean
    Returns records for the entire account.
    application string
    Returns records for the specified application.
    applicationPackage string
    Returns records for the specified application package.
    database string
    Returns records for the current database in use or for a specified database.
    schema string
    Returns records for the current schema in use or a specified schema. Use fully qualified 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.
    schema str
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account Boolean
    Returns records for the entire account.
    application String
    Returns records for the specified application.
    applicationPackage String
    Returns records for the specified application package.
    database String
    Returns records for the current database in use or for a specified database.
    schema String
    Returns records for the current schema in use or a specified schema. Use fully qualified name.

    GetTasksLimit

    Rows int
    The maximum number of rows to return.
    From string
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    Rows int
    The maximum number of rows to return.
    From string
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows Integer
    The maximum number of rows to return.
    from String
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows number
    The maximum number of rows to return.
    from string
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows int
    The maximum number of rows to return.
    from_ str
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows Number
    The maximum number of rows to return.
    from String
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.

    GetTasksTask

    Parameters List<GetTasksTaskParameter>
    Holds the output of SHOW PARAMETERS FOR TASK.
    ShowOutputs List<GetTasksTaskShowOutput>
    Holds the output of SHOW TASKS.
    Parameters []GetTasksTaskParameter
    Holds the output of SHOW PARAMETERS FOR TASK.
    ShowOutputs []GetTasksTaskShowOutput
    Holds the output of SHOW TASKS.
    parameters List<GetTasksTaskParameter>
    Holds the output of SHOW PARAMETERS FOR TASK.
    showOutputs List<GetTasksTaskShowOutput>
    Holds the output of SHOW TASKS.
    parameters GetTasksTaskParameter[]
    Holds the output of SHOW PARAMETERS FOR TASK.
    showOutputs GetTasksTaskShowOutput[]
    Holds the output of SHOW TASKS.
    parameters Sequence[GetTasksTaskParameter]
    Holds the output of SHOW PARAMETERS FOR TASK.
    show_outputs Sequence[GetTasksTaskShowOutput]
    Holds the output of SHOW TASKS.
    parameters List<Property Map>
    Holds the output of SHOW PARAMETERS FOR TASK.
    showOutputs List<Property Map>
    Holds the output of SHOW TASKS.

    GetTasksTaskParameter

    AbortDetachedQueries List<GetTasksTaskParameterAbortDetachedQuery>
    Autocommits List<GetTasksTaskParameterAutocommit>
    BinaryInputFormats List<GetTasksTaskParameterBinaryInputFormat>
    BinaryOutputFormats List<GetTasksTaskParameterBinaryOutputFormat>
    ClientMemoryLimits List<GetTasksTaskParameterClientMemoryLimit>
    ClientMetadataRequestUseConnectionCtxes List<GetTasksTaskParameterClientMetadataRequestUseConnectionCtx>
    ClientPrefetchThreads List<GetTasksTaskParameterClientPrefetchThread>
    ClientResultChunkSizes List<GetTasksTaskParameterClientResultChunkSize>
    ClientResultColumnCaseInsensitives List<GetTasksTaskParameterClientResultColumnCaseInsensitive>
    ClientSessionKeepAliveHeartbeatFrequencies List<GetTasksTaskParameterClientSessionKeepAliveHeartbeatFrequency>
    ClientSessionKeepAlives List<GetTasksTaskParameterClientSessionKeepAlife>
    ClientTimestampTypeMappings List<GetTasksTaskParameterClientTimestampTypeMapping>
    DateInputFormats List<GetTasksTaskParameterDateInputFormat>
    DateOutputFormats List<GetTasksTaskParameterDateOutputFormat>
    EnableUnloadPhysicalTypeOptimizations List<GetTasksTaskParameterEnableUnloadPhysicalTypeOptimization>
    ErrorOnNondeterministicMerges List<GetTasksTaskParameterErrorOnNondeterministicMerge>
    ErrorOnNondeterministicUpdates List<GetTasksTaskParameterErrorOnNondeterministicUpdate>
    GeographyOutputFormats List<GetTasksTaskParameterGeographyOutputFormat>
    GeometryOutputFormats List<GetTasksTaskParameterGeometryOutputFormat>
    JdbcTreatTimestampNtzAsUtcs List<GetTasksTaskParameterJdbcTreatTimestampNtzAsUtc>
    JdbcUseSessionTimezones List<GetTasksTaskParameterJdbcUseSessionTimezone>
    JsonIndents List<GetTasksTaskParameterJsonIndent>
    LockTimeouts List<GetTasksTaskParameterLockTimeout>
    LogLevels List<GetTasksTaskParameterLogLevel>
    MultiStatementCounts List<GetTasksTaskParameterMultiStatementCount>
    NoorderSequenceAsDefaults List<GetTasksTaskParameterNoorderSequenceAsDefault>
    OdbcTreatDecimalAsInts List<GetTasksTaskParameterOdbcTreatDecimalAsInt>
    QueryTags List<GetTasksTaskParameterQueryTag>
    QuotedIdentifiersIgnoreCases List<GetTasksTaskParameterQuotedIdentifiersIgnoreCase>
    RowsPerResultsets List<GetTasksTaskParameterRowsPerResultset>
    S3StageVpceDnsNames List<GetTasksTaskParameterS3StageVpceDnsName>
    SearchPaths List<GetTasksTaskParameterSearchPath>
    StatementQueuedTimeoutInSeconds List<GetTasksTaskParameterStatementQueuedTimeoutInSecond>
    StatementTimeoutInSeconds List<GetTasksTaskParameterStatementTimeoutInSecond>
    StrictJsonOutputs List<GetTasksTaskParameterStrictJsonOutput>
    SuspendTaskAfterNumFailures List<GetTasksTaskParameterSuspendTaskAfterNumFailure>
    TaskAutoRetryAttempts List<GetTasksTaskParameterTaskAutoRetryAttempt>
    TimeInputFormats List<GetTasksTaskParameterTimeInputFormat>
    TimeOutputFormats List<GetTasksTaskParameterTimeOutputFormat>
    TimestampDayIsAlways24hs List<GetTasksTaskParameterTimestampDayIsAlways24h>
    TimestampInputFormats List<GetTasksTaskParameterTimestampInputFormat>
    TimestampLtzOutputFormats List<GetTasksTaskParameterTimestampLtzOutputFormat>
    TimestampNtzOutputFormats List<GetTasksTaskParameterTimestampNtzOutputFormat>
    TimestampOutputFormats List<GetTasksTaskParameterTimestampOutputFormat>
    TimestampTypeMappings List<GetTasksTaskParameterTimestampTypeMapping>
    TimestampTzOutputFormats List<GetTasksTaskParameterTimestampTzOutputFormat>
    Timezones List<GetTasksTaskParameterTimezone>
    TraceLevels List<GetTasksTaskParameterTraceLevel>
    TransactionAbortOnErrors List<GetTasksTaskParameterTransactionAbortOnError>
    TransactionDefaultIsolationLevels List<GetTasksTaskParameterTransactionDefaultIsolationLevel>
    TwoDigitCenturyStarts List<GetTasksTaskParameterTwoDigitCenturyStart>
    UnsupportedDdlActions List<GetTasksTaskParameterUnsupportedDdlAction>
    UseCachedResults List<GetTasksTaskParameterUseCachedResult>
    UserTaskManagedInitialWarehouseSizes List<GetTasksTaskParameterUserTaskManagedInitialWarehouseSize>
    UserTaskMinimumTriggerIntervalInSeconds List<GetTasksTaskParameterUserTaskMinimumTriggerIntervalInSecond>
    UserTaskTimeoutMs List<GetTasksTaskParameterUserTaskTimeoutM>
    WeekOfYearPolicies List<GetTasksTaskParameterWeekOfYearPolicy>
    WeekStarts List<GetTasksTaskParameterWeekStart>
    AbortDetachedQueries []GetTasksTaskParameterAbortDetachedQuery
    Autocommits []GetTasksTaskParameterAutocommit
    BinaryInputFormats []GetTasksTaskParameterBinaryInputFormat
    BinaryOutputFormats []GetTasksTaskParameterBinaryOutputFormat
    ClientMemoryLimits []GetTasksTaskParameterClientMemoryLimit
    ClientMetadataRequestUseConnectionCtxes []GetTasksTaskParameterClientMetadataRequestUseConnectionCtx
    ClientPrefetchThreads []GetTasksTaskParameterClientPrefetchThread
    ClientResultChunkSizes []GetTasksTaskParameterClientResultChunkSize
    ClientResultColumnCaseInsensitives []GetTasksTaskParameterClientResultColumnCaseInsensitive
    ClientSessionKeepAliveHeartbeatFrequencies []GetTasksTaskParameterClientSessionKeepAliveHeartbeatFrequency
    ClientSessionKeepAlives []GetTasksTaskParameterClientSessionKeepAlife
    ClientTimestampTypeMappings []GetTasksTaskParameterClientTimestampTypeMapping
    DateInputFormats []GetTasksTaskParameterDateInputFormat
    DateOutputFormats []GetTasksTaskParameterDateOutputFormat
    EnableUnloadPhysicalTypeOptimizations []GetTasksTaskParameterEnableUnloadPhysicalTypeOptimization
    ErrorOnNondeterministicMerges []GetTasksTaskParameterErrorOnNondeterministicMerge
    ErrorOnNondeterministicUpdates []GetTasksTaskParameterErrorOnNondeterministicUpdate
    GeographyOutputFormats []GetTasksTaskParameterGeographyOutputFormat
    GeometryOutputFormats []GetTasksTaskParameterGeometryOutputFormat
    JdbcTreatTimestampNtzAsUtcs []GetTasksTaskParameterJdbcTreatTimestampNtzAsUtc
    JdbcUseSessionTimezones []GetTasksTaskParameterJdbcUseSessionTimezone
    JsonIndents []GetTasksTaskParameterJsonIndent
    LockTimeouts []GetTasksTaskParameterLockTimeout
    LogLevels []GetTasksTaskParameterLogLevel
    MultiStatementCounts []GetTasksTaskParameterMultiStatementCount
    NoorderSequenceAsDefaults []GetTasksTaskParameterNoorderSequenceAsDefault
    OdbcTreatDecimalAsInts []GetTasksTaskParameterOdbcTreatDecimalAsInt
    QueryTags []GetTasksTaskParameterQueryTag
    QuotedIdentifiersIgnoreCases []GetTasksTaskParameterQuotedIdentifiersIgnoreCase
    RowsPerResultsets []GetTasksTaskParameterRowsPerResultset
    S3StageVpceDnsNames []GetTasksTaskParameterS3StageVpceDnsName
    SearchPaths []GetTasksTaskParameterSearchPath
    StatementQueuedTimeoutInSeconds []GetTasksTaskParameterStatementQueuedTimeoutInSecond
    StatementTimeoutInSeconds []GetTasksTaskParameterStatementTimeoutInSecond
    StrictJsonOutputs []GetTasksTaskParameterStrictJsonOutput
    SuspendTaskAfterNumFailures []GetTasksTaskParameterSuspendTaskAfterNumFailure
    TaskAutoRetryAttempts []GetTasksTaskParameterTaskAutoRetryAttempt
    TimeInputFormats []GetTasksTaskParameterTimeInputFormat
    TimeOutputFormats []GetTasksTaskParameterTimeOutputFormat
    TimestampDayIsAlways24hs []GetTasksTaskParameterTimestampDayIsAlways24h
    TimestampInputFormats []GetTasksTaskParameterTimestampInputFormat
    TimestampLtzOutputFormats []GetTasksTaskParameterTimestampLtzOutputFormat
    TimestampNtzOutputFormats []GetTasksTaskParameterTimestampNtzOutputFormat
    TimestampOutputFormats []GetTasksTaskParameterTimestampOutputFormat
    TimestampTypeMappings []GetTasksTaskParameterTimestampTypeMapping
    TimestampTzOutputFormats []GetTasksTaskParameterTimestampTzOutputFormat
    Timezones []GetTasksTaskParameterTimezone
    TraceLevels []GetTasksTaskParameterTraceLevel
    TransactionAbortOnErrors []GetTasksTaskParameterTransactionAbortOnError
    TransactionDefaultIsolationLevels []GetTasksTaskParameterTransactionDefaultIsolationLevel
    TwoDigitCenturyStarts []GetTasksTaskParameterTwoDigitCenturyStart
    UnsupportedDdlActions []GetTasksTaskParameterUnsupportedDdlAction
    UseCachedResults []GetTasksTaskParameterUseCachedResult
    UserTaskManagedInitialWarehouseSizes []GetTasksTaskParameterUserTaskManagedInitialWarehouseSize
    UserTaskMinimumTriggerIntervalInSeconds []GetTasksTaskParameterUserTaskMinimumTriggerIntervalInSecond
    UserTaskTimeoutMs []GetTasksTaskParameterUserTaskTimeoutM
    WeekOfYearPolicies []GetTasksTaskParameterWeekOfYearPolicy
    WeekStarts []GetTasksTaskParameterWeekStart
    abortDetachedQueries List<GetTasksTaskParameterAbortDetachedQuery>
    autocommits List<GetTasksTaskParameterAutocommit>
    binaryInputFormats List<GetTasksTaskParameterBinaryInputFormat>
    binaryOutputFormats List<GetTasksTaskParameterBinaryOutputFormat>
    clientMemoryLimits List<GetTasksTaskParameterClientMemoryLimit>
    clientMetadataRequestUseConnectionCtxes List<GetTasksTaskParameterClientMetadataRequestUseConnectionCtx>
    clientPrefetchThreads List<GetTasksTaskParameterClientPrefetchThread>
    clientResultChunkSizes List<GetTasksTaskParameterClientResultChunkSize>
    clientResultColumnCaseInsensitives List<GetTasksTaskParameterClientResultColumnCaseInsensitive>
    clientSessionKeepAliveHeartbeatFrequencies List<GetTasksTaskParameterClientSessionKeepAliveHeartbeatFrequency>
    clientSessionKeepAlives List<GetTasksTaskParameterClientSessionKeepAlife>
    clientTimestampTypeMappings List<GetTasksTaskParameterClientTimestampTypeMapping>
    dateInputFormats List<GetTasksTaskParameterDateInputFormat>
    dateOutputFormats List<GetTasksTaskParameterDateOutputFormat>
    enableUnloadPhysicalTypeOptimizations List<GetTasksTaskParameterEnableUnloadPhysicalTypeOptimization>
    errorOnNondeterministicMerges List<GetTasksTaskParameterErrorOnNondeterministicMerge>
    errorOnNondeterministicUpdates List<GetTasksTaskParameterErrorOnNondeterministicUpdate>
    geographyOutputFormats List<GetTasksTaskParameterGeographyOutputFormat>
    geometryOutputFormats List<GetTasksTaskParameterGeometryOutputFormat>
    jdbcTreatTimestampNtzAsUtcs List<GetTasksTaskParameterJdbcTreatTimestampNtzAsUtc>
    jdbcUseSessionTimezones List<GetTasksTaskParameterJdbcUseSessionTimezone>
    jsonIndents List<GetTasksTaskParameterJsonIndent>
    lockTimeouts List<GetTasksTaskParameterLockTimeout>
    logLevels List<GetTasksTaskParameterLogLevel>
    multiStatementCounts List<GetTasksTaskParameterMultiStatementCount>
    noorderSequenceAsDefaults List<GetTasksTaskParameterNoorderSequenceAsDefault>
    odbcTreatDecimalAsInts List<GetTasksTaskParameterOdbcTreatDecimalAsInt>
    queryTags List<GetTasksTaskParameterQueryTag>
    quotedIdentifiersIgnoreCases List<GetTasksTaskParameterQuotedIdentifiersIgnoreCase>
    rowsPerResultsets List<GetTasksTaskParameterRowsPerResultset>
    s3StageVpceDnsNames List<GetTasksTaskParameterS3StageVpceDnsName>
    searchPaths List<GetTasksTaskParameterSearchPath>
    statementQueuedTimeoutInSeconds List<GetTasksTaskParameterStatementQueuedTimeoutInSecond>
    statementTimeoutInSeconds List<GetTasksTaskParameterStatementTimeoutInSecond>
    strictJsonOutputs List<GetTasksTaskParameterStrictJsonOutput>
    suspendTaskAfterNumFailures List<GetTasksTaskParameterSuspendTaskAfterNumFailure>
    taskAutoRetryAttempts List<GetTasksTaskParameterTaskAutoRetryAttempt>
    timeInputFormats List<GetTasksTaskParameterTimeInputFormat>
    timeOutputFormats List<GetTasksTaskParameterTimeOutputFormat>
    timestampDayIsAlways24hs List<GetTasksTaskParameterTimestampDayIsAlways24h>
    timestampInputFormats List<GetTasksTaskParameterTimestampInputFormat>
    timestampLtzOutputFormats List<GetTasksTaskParameterTimestampLtzOutputFormat>
    timestampNtzOutputFormats List<GetTasksTaskParameterTimestampNtzOutputFormat>
    timestampOutputFormats List<GetTasksTaskParameterTimestampOutputFormat>
    timestampTypeMappings List<GetTasksTaskParameterTimestampTypeMapping>
    timestampTzOutputFormats List<GetTasksTaskParameterTimestampTzOutputFormat>
    timezones List<GetTasksTaskParameterTimezone>
    traceLevels List<GetTasksTaskParameterTraceLevel>
    transactionAbortOnErrors List<GetTasksTaskParameterTransactionAbortOnError>
    transactionDefaultIsolationLevels List<GetTasksTaskParameterTransactionDefaultIsolationLevel>
    twoDigitCenturyStarts List<GetTasksTaskParameterTwoDigitCenturyStart>
    unsupportedDdlActions List<GetTasksTaskParameterUnsupportedDdlAction>
    useCachedResults List<GetTasksTaskParameterUseCachedResult>
    userTaskManagedInitialWarehouseSizes List<GetTasksTaskParameterUserTaskManagedInitialWarehouseSize>
    userTaskMinimumTriggerIntervalInSeconds List<GetTasksTaskParameterUserTaskMinimumTriggerIntervalInSecond>
    userTaskTimeoutMs List<GetTasksTaskParameterUserTaskTimeoutM>
    weekOfYearPolicies List<GetTasksTaskParameterWeekOfYearPolicy>
    weekStarts List<GetTasksTaskParameterWeekStart>
    abortDetachedQueries GetTasksTaskParameterAbortDetachedQuery[]
    autocommits GetTasksTaskParameterAutocommit[]
    binaryInputFormats GetTasksTaskParameterBinaryInputFormat[]
    binaryOutputFormats GetTasksTaskParameterBinaryOutputFormat[]
    clientMemoryLimits GetTasksTaskParameterClientMemoryLimit[]
    clientMetadataRequestUseConnectionCtxes GetTasksTaskParameterClientMetadataRequestUseConnectionCtx[]
    clientPrefetchThreads GetTasksTaskParameterClientPrefetchThread[]
    clientResultChunkSizes GetTasksTaskParameterClientResultChunkSize[]
    clientResultColumnCaseInsensitives GetTasksTaskParameterClientResultColumnCaseInsensitive[]
    clientSessionKeepAliveHeartbeatFrequencies GetTasksTaskParameterClientSessionKeepAliveHeartbeatFrequency[]
    clientSessionKeepAlives GetTasksTaskParameterClientSessionKeepAlife[]
    clientTimestampTypeMappings GetTasksTaskParameterClientTimestampTypeMapping[]
    dateInputFormats GetTasksTaskParameterDateInputFormat[]
    dateOutputFormats GetTasksTaskParameterDateOutputFormat[]
    enableUnloadPhysicalTypeOptimizations GetTasksTaskParameterEnableUnloadPhysicalTypeOptimization[]
    errorOnNondeterministicMerges GetTasksTaskParameterErrorOnNondeterministicMerge[]
    errorOnNondeterministicUpdates GetTasksTaskParameterErrorOnNondeterministicUpdate[]
    geographyOutputFormats GetTasksTaskParameterGeographyOutputFormat[]
    geometryOutputFormats GetTasksTaskParameterGeometryOutputFormat[]
    jdbcTreatTimestampNtzAsUtcs GetTasksTaskParameterJdbcTreatTimestampNtzAsUtc[]
    jdbcUseSessionTimezones GetTasksTaskParameterJdbcUseSessionTimezone[]
    jsonIndents GetTasksTaskParameterJsonIndent[]
    lockTimeouts GetTasksTaskParameterLockTimeout[]
    logLevels GetTasksTaskParameterLogLevel[]
    multiStatementCounts GetTasksTaskParameterMultiStatementCount[]
    noorderSequenceAsDefaults GetTasksTaskParameterNoorderSequenceAsDefault[]
    odbcTreatDecimalAsInts GetTasksTaskParameterOdbcTreatDecimalAsInt[]
    queryTags GetTasksTaskParameterQueryTag[]
    quotedIdentifiersIgnoreCases GetTasksTaskParameterQuotedIdentifiersIgnoreCase[]
    rowsPerResultsets GetTasksTaskParameterRowsPerResultset[]
    s3StageVpceDnsNames GetTasksTaskParameterS3StageVpceDnsName[]
    searchPaths GetTasksTaskParameterSearchPath[]
    statementQueuedTimeoutInSeconds GetTasksTaskParameterStatementQueuedTimeoutInSecond[]
    statementTimeoutInSeconds GetTasksTaskParameterStatementTimeoutInSecond[]
    strictJsonOutputs GetTasksTaskParameterStrictJsonOutput[]
    suspendTaskAfterNumFailures GetTasksTaskParameterSuspendTaskAfterNumFailure[]
    taskAutoRetryAttempts GetTasksTaskParameterTaskAutoRetryAttempt[]
    timeInputFormats GetTasksTaskParameterTimeInputFormat[]
    timeOutputFormats GetTasksTaskParameterTimeOutputFormat[]
    timestampDayIsAlways24hs GetTasksTaskParameterTimestampDayIsAlways24h[]
    timestampInputFormats GetTasksTaskParameterTimestampInputFormat[]
    timestampLtzOutputFormats GetTasksTaskParameterTimestampLtzOutputFormat[]
    timestampNtzOutputFormats GetTasksTaskParameterTimestampNtzOutputFormat[]
    timestampOutputFormats GetTasksTaskParameterTimestampOutputFormat[]
    timestampTypeMappings GetTasksTaskParameterTimestampTypeMapping[]
    timestampTzOutputFormats GetTasksTaskParameterTimestampTzOutputFormat[]
    timezones GetTasksTaskParameterTimezone[]
    traceLevels GetTasksTaskParameterTraceLevel[]
    transactionAbortOnErrors GetTasksTaskParameterTransactionAbortOnError[]
    transactionDefaultIsolationLevels GetTasksTaskParameterTransactionDefaultIsolationLevel[]
    twoDigitCenturyStarts GetTasksTaskParameterTwoDigitCenturyStart[]
    unsupportedDdlActions GetTasksTaskParameterUnsupportedDdlAction[]
    useCachedResults GetTasksTaskParameterUseCachedResult[]
    userTaskManagedInitialWarehouseSizes GetTasksTaskParameterUserTaskManagedInitialWarehouseSize[]
    userTaskMinimumTriggerIntervalInSeconds GetTasksTaskParameterUserTaskMinimumTriggerIntervalInSecond[]
    userTaskTimeoutMs GetTasksTaskParameterUserTaskTimeoutM[]
    weekOfYearPolicies GetTasksTaskParameterWeekOfYearPolicy[]
    weekStarts GetTasksTaskParameterWeekStart[]
    abort_detached_queries Sequence[GetTasksTaskParameterAbortDetachedQuery]
    autocommits Sequence[GetTasksTaskParameterAutocommit]
    binary_input_formats Sequence[GetTasksTaskParameterBinaryInputFormat]
    binary_output_formats Sequence[GetTasksTaskParameterBinaryOutputFormat]
    client_memory_limits Sequence[GetTasksTaskParameterClientMemoryLimit]
    client_metadata_request_use_connection_ctxes Sequence[GetTasksTaskParameterClientMetadataRequestUseConnectionCtx]
    client_prefetch_threads Sequence[GetTasksTaskParameterClientPrefetchThread]
    client_result_chunk_sizes Sequence[GetTasksTaskParameterClientResultChunkSize]
    client_result_column_case_insensitives Sequence[GetTasksTaskParameterClientResultColumnCaseInsensitive]
    client_session_keep_alive_heartbeat_frequencies Sequence[GetTasksTaskParameterClientSessionKeepAliveHeartbeatFrequency]
    client_session_keep_alives Sequence[GetTasksTaskParameterClientSessionKeepAlife]
    client_timestamp_type_mappings Sequence[GetTasksTaskParameterClientTimestampTypeMapping]
    date_input_formats Sequence[GetTasksTaskParameterDateInputFormat]
    date_output_formats Sequence[GetTasksTaskParameterDateOutputFormat]
    enable_unload_physical_type_optimizations Sequence[GetTasksTaskParameterEnableUnloadPhysicalTypeOptimization]
    error_on_nondeterministic_merges Sequence[GetTasksTaskParameterErrorOnNondeterministicMerge]
    error_on_nondeterministic_updates Sequence[GetTasksTaskParameterErrorOnNondeterministicUpdate]
    geography_output_formats Sequence[GetTasksTaskParameterGeographyOutputFormat]
    geometry_output_formats Sequence[GetTasksTaskParameterGeometryOutputFormat]
    jdbc_treat_timestamp_ntz_as_utcs Sequence[GetTasksTaskParameterJdbcTreatTimestampNtzAsUtc]
    jdbc_use_session_timezones Sequence[GetTasksTaskParameterJdbcUseSessionTimezone]
    json_indents Sequence[GetTasksTaskParameterJsonIndent]
    lock_timeouts Sequence[GetTasksTaskParameterLockTimeout]
    log_levels Sequence[GetTasksTaskParameterLogLevel]
    multi_statement_counts Sequence[GetTasksTaskParameterMultiStatementCount]
    noorder_sequence_as_defaults Sequence[GetTasksTaskParameterNoorderSequenceAsDefault]
    odbc_treat_decimal_as_ints Sequence[GetTasksTaskParameterOdbcTreatDecimalAsInt]
    query_tags Sequence[GetTasksTaskParameterQueryTag]
    quoted_identifiers_ignore_cases Sequence[GetTasksTaskParameterQuotedIdentifiersIgnoreCase]
    rows_per_resultsets Sequence[GetTasksTaskParameterRowsPerResultset]
    s3_stage_vpce_dns_names Sequence[GetTasksTaskParameterS3StageVpceDnsName]
    search_paths Sequence[GetTasksTaskParameterSearchPath]
    statement_queued_timeout_in_seconds Sequence[GetTasksTaskParameterStatementQueuedTimeoutInSecond]
    statement_timeout_in_seconds Sequence[GetTasksTaskParameterStatementTimeoutInSecond]
    strict_json_outputs Sequence[GetTasksTaskParameterStrictJsonOutput]
    suspend_task_after_num_failures Sequence[GetTasksTaskParameterSuspendTaskAfterNumFailure]
    task_auto_retry_attempts Sequence[GetTasksTaskParameterTaskAutoRetryAttempt]
    time_input_formats Sequence[GetTasksTaskParameterTimeInputFormat]
    time_output_formats Sequence[GetTasksTaskParameterTimeOutputFormat]
    timestamp_day_is_always24hs Sequence[GetTasksTaskParameterTimestampDayIsAlways24h]
    timestamp_input_formats Sequence[GetTasksTaskParameterTimestampInputFormat]
    timestamp_ltz_output_formats Sequence[GetTasksTaskParameterTimestampLtzOutputFormat]
    timestamp_ntz_output_formats Sequence[GetTasksTaskParameterTimestampNtzOutputFormat]
    timestamp_output_formats Sequence[GetTasksTaskParameterTimestampOutputFormat]
    timestamp_type_mappings Sequence[GetTasksTaskParameterTimestampTypeMapping]
    timestamp_tz_output_formats Sequence[GetTasksTaskParameterTimestampTzOutputFormat]
    timezones Sequence[GetTasksTaskParameterTimezone]
    trace_levels Sequence[GetTasksTaskParameterTraceLevel]
    transaction_abort_on_errors Sequence[GetTasksTaskParameterTransactionAbortOnError]
    transaction_default_isolation_levels Sequence[GetTasksTaskParameterTransactionDefaultIsolationLevel]
    two_digit_century_starts Sequence[GetTasksTaskParameterTwoDigitCenturyStart]
    unsupported_ddl_actions Sequence[GetTasksTaskParameterUnsupportedDdlAction]
    use_cached_results Sequence[GetTasksTaskParameterUseCachedResult]
    user_task_managed_initial_warehouse_sizes Sequence[GetTasksTaskParameterUserTaskManagedInitialWarehouseSize]
    user_task_minimum_trigger_interval_in_seconds Sequence[GetTasksTaskParameterUserTaskMinimumTriggerIntervalInSecond]
    user_task_timeout_ms Sequence[GetTasksTaskParameterUserTaskTimeoutM]
    week_of_year_policies Sequence[GetTasksTaskParameterWeekOfYearPolicy]
    week_starts Sequence[GetTasksTaskParameterWeekStart]
    abortDetachedQueries List<Property Map>
    autocommits List<Property Map>
    binaryInputFormats List<Property Map>
    binaryOutputFormats List<Property Map>
    clientMemoryLimits List<Property Map>
    clientMetadataRequestUseConnectionCtxes List<Property Map>
    clientPrefetchThreads List<Property Map>
    clientResultChunkSizes List<Property Map>
    clientResultColumnCaseInsensitives List<Property Map>
    clientSessionKeepAliveHeartbeatFrequencies List<Property Map>
    clientSessionKeepAlives List<Property Map>
    clientTimestampTypeMappings List<Property Map>
    dateInputFormats List<Property Map>
    dateOutputFormats List<Property Map>
    enableUnloadPhysicalTypeOptimizations List<Property Map>
    errorOnNondeterministicMerges List<Property Map>
    errorOnNondeterministicUpdates List<Property Map>
    geographyOutputFormats List<Property Map>
    geometryOutputFormats List<Property Map>
    jdbcTreatTimestampNtzAsUtcs List<Property Map>
    jdbcUseSessionTimezones List<Property Map>
    jsonIndents List<Property Map>
    lockTimeouts List<Property Map>
    logLevels List<Property Map>
    multiStatementCounts List<Property Map>
    noorderSequenceAsDefaults List<Property Map>
    odbcTreatDecimalAsInts List<Property Map>
    queryTags List<Property Map>
    quotedIdentifiersIgnoreCases List<Property Map>
    rowsPerResultsets List<Property Map>
    s3StageVpceDnsNames List<Property Map>
    searchPaths List<Property Map>
    statementQueuedTimeoutInSeconds List<Property Map>
    statementTimeoutInSeconds List<Property Map>
    strictJsonOutputs List<Property Map>
    suspendTaskAfterNumFailures List<Property Map>
    taskAutoRetryAttempts List<Property Map>
    timeInputFormats List<Property Map>
    timeOutputFormats List<Property Map>
    timestampDayIsAlways24hs List<Property Map>
    timestampInputFormats List<Property Map>
    timestampLtzOutputFormats List<Property Map>
    timestampNtzOutputFormats List<Property Map>
    timestampOutputFormats List<Property Map>
    timestampTypeMappings List<Property Map>
    timestampTzOutputFormats List<Property Map>
    timezones List<Property Map>
    traceLevels List<Property Map>
    transactionAbortOnErrors List<Property Map>
    transactionDefaultIsolationLevels List<Property Map>
    twoDigitCenturyStarts List<Property Map>
    unsupportedDdlActions List<Property Map>
    useCachedResults List<Property Map>
    userTaskManagedInitialWarehouseSizes List<Property Map>
    userTaskMinimumTriggerIntervalInSeconds List<Property Map>
    userTaskTimeoutMs List<Property Map>
    weekOfYearPolicies List<Property Map>
    weekStarts List<Property Map>

    GetTasksTaskParameterAbortDetachedQuery

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterAutocommit

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterBinaryInputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterBinaryOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientMemoryLimit

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientMetadataRequestUseConnectionCtx

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientPrefetchThread

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientResultChunkSize

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientResultColumnCaseInsensitive

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientSessionKeepAlife

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientSessionKeepAliveHeartbeatFrequency

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterClientTimestampTypeMapping

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterDateInputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterDateOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterEnableUnloadPhysicalTypeOptimization

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterErrorOnNondeterministicMerge

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterErrorOnNondeterministicUpdate

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterGeographyOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterGeometryOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterJdbcTreatTimestampNtzAsUtc

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterJdbcUseSessionTimezone

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterJsonIndent

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterLockTimeout

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterLogLevel

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterMultiStatementCount

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterNoorderSequenceAsDefault

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterOdbcTreatDecimalAsInt

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterQueryTag

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterQuotedIdentifiersIgnoreCase

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterRowsPerResultset

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterS3StageVpceDnsName

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterSearchPath

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterStatementQueuedTimeoutInSecond

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterStatementTimeoutInSecond

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterStrictJsonOutput

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterSuspendTaskAfterNumFailure

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTaskAutoRetryAttempt

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimeInputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimeOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimestampDayIsAlways24h

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimestampInputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimestampLtzOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimestampNtzOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimestampOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimestampTypeMapping

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimestampTzOutputFormat

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTimezone

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTraceLevel

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTransactionAbortOnError

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTransactionDefaultIsolationLevel

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterTwoDigitCenturyStart

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterUnsupportedDdlAction

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterUseCachedResult

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterUserTaskManagedInitialWarehouseSize

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterUserTaskMinimumTriggerIntervalInSecond

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterUserTaskTimeoutM

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterWeekOfYearPolicy

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskParameterWeekStart

    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 String
    description String
    key String
    level String
    value String

    GetTasksTaskShowOutput

    GetTasksTaskShowOutputTaskRelation

    FinalizedRootTask string
    Finalizer string
    Predecessors List<string>
    finalizedRootTask String
    finalizer String
    predecessors List<String>
    finalizedRootTask String
    finalizer String
    predecessors List<String>

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Snowflake v1.1.3 published on Saturday, Mar 8, 2025 by Pulumi