1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tls
  6. getEtl
Viewing docs for volcenginecc v0.0.47
published on Thursday, Jul 9, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.47
published on Thursday, Jul 9, 2026 by Volcengine

    Data Source schema for Volcengine::TLS::Etl

    Using getEtl

    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 getEtl(args: GetEtlArgs, opts?: InvokeOptions): Promise<GetEtlResult>
    function getEtlOutput(args: GetEtlOutputArgs, opts?: InvokeOptions): Output<GetEtlResult>
    def get_etl(id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetEtlResult
    def get_etl_output(id: pulumi.Input[Optional[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetEtlResult]
    func LookupEtl(ctx *Context, args *LookupEtlArgs, opts ...InvokeOption) (*LookupEtlResult, error)
    func LookupEtlOutput(ctx *Context, args *LookupEtlOutputArgs, opts ...InvokeOption) LookupEtlResultOutput

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

    public static class GetEtl 
    {
        public static Task<GetEtlResult> InvokeAsync(GetEtlArgs args, InvokeOptions? opts = null)
        public static Output<GetEtlResult> Invoke(GetEtlInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEtlResult> getEtl(GetEtlArgs args, InvokeOptions options)
    public static Output<GetEtlResult> getEtl(GetEtlArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:tls/getEtl:getEtl
      arguments:
        # arguments dictionary
    data "volcenginecc_tls_getetl" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getEtl Result

    The following output properties are available:

    CreateTime string
    Creation time of the data processing task
    Description string
    Brief description of the data processing task. Does not support <>, ', , or . Length: 0–64 characters
    DslType string
    Syntax type of the processing rule. Fixed as NORMAL
    Enable bool
    Whether the data processing task is enabled. true: Enabled. false: Disabled
    EtlStatus string
    Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
    FromTime int
    The processing start time of the data processing task, in seconds as a Unix timestamp
    Id string
    Uniquely identifies the resource.
    LastEnableTime string
    The most recent activation time of the data processing task
    ModifyTime string
    Modification time of the data processing task
    Name string
    Data processing task name
    ProjectId string
    Log project ID to which the data processing task belongs
    ProjectName string
    Log project name to which the data processing task belongs
    Script string
    Processing rule script used by the data processing task
    SourceTopicId string
    Source log topic ID of the data processing task
    SourceTopicName string
    Source log topic name of the data processing task
    TargetResources List<Volcengine.GetEtlTargetResource>
    Information about the output target
    TaskId string
    Data processing task ID
    TaskType string
    Type of the data processing task. Fixed as Resident
    ToTime int
    The processing end time of the data processing task, in seconds as a Unix timestamp
    CreateTime string
    Creation time of the data processing task
    Description string
    Brief description of the data processing task. Does not support <>, ', , or . Length: 0–64 characters
    DslType string
    Syntax type of the processing rule. Fixed as NORMAL
    Enable bool
    Whether the data processing task is enabled. true: Enabled. false: Disabled
    EtlStatus string
    Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
    FromTime int
    The processing start time of the data processing task, in seconds as a Unix timestamp
    Id string
    Uniquely identifies the resource.
    LastEnableTime string
    The most recent activation time of the data processing task
    ModifyTime string
    Modification time of the data processing task
    Name string
    Data processing task name
    ProjectId string
    Log project ID to which the data processing task belongs
    ProjectName string
    Log project name to which the data processing task belongs
    Script string
    Processing rule script used by the data processing task
    SourceTopicId string
    Source log topic ID of the data processing task
    SourceTopicName string
    Source log topic name of the data processing task
    TargetResources []GetEtlTargetResource
    Information about the output target
    TaskId string
    Data processing task ID
    TaskType string
    Type of the data processing task. Fixed as Resident
    ToTime int
    The processing end time of the data processing task, in seconds as a Unix timestamp
    create_time string
    Creation time of the data processing task
    description string
    Brief description of the data processing task. Does not support <>, ', , or . Length: 0–64 characters
    dsl_type string
    Syntax type of the processing rule. Fixed as NORMAL
    enable bool
    Whether the data processing task is enabled. true: Enabled. false: Disabled
    etl_status string
    Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
    from_time number
    The processing start time of the data processing task, in seconds as a Unix timestamp
    id string
    Uniquely identifies the resource.
    last_enable_time string
    The most recent activation time of the data processing task
    modify_time string
    Modification time of the data processing task
    name string
    Data processing task name
    project_id string
    Log project ID to which the data processing task belongs
    project_name string
    Log project name to which the data processing task belongs
    script string
    Processing rule script used by the data processing task
    source_topic_id string
    Source log topic ID of the data processing task
    source_topic_name string
    Source log topic name of the data processing task
    target_resources list(object)
    Information about the output target
    task_id string
    Data processing task ID
    task_type string
    Type of the data processing task. Fixed as Resident
    to_time number
    The processing end time of the data processing task, in seconds as a Unix timestamp
    createTime String
    Creation time of the data processing task
    description String
    Brief description of the data processing task. Does not support <>, ', , or . Length: 0–64 characters
    dslType String
    Syntax type of the processing rule. Fixed as NORMAL
    enable Boolean
    Whether the data processing task is enabled. true: Enabled. false: Disabled
    etlStatus String
    Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
    fromTime Integer
    The processing start time of the data processing task, in seconds as a Unix timestamp
    id String
    Uniquely identifies the resource.
    lastEnableTime String
    The most recent activation time of the data processing task
    modifyTime String
    Modification time of the data processing task
    name String
    Data processing task name
    projectId String
    Log project ID to which the data processing task belongs
    projectName String
    Log project name to which the data processing task belongs
    script String
    Processing rule script used by the data processing task
    sourceTopicId String
    Source log topic ID of the data processing task
    sourceTopicName String
    Source log topic name of the data processing task
    targetResources List<GetEtlTargetResource>
    Information about the output target
    taskId String
    Data processing task ID
    taskType String
    Type of the data processing task. Fixed as Resident
    toTime Integer
    The processing end time of the data processing task, in seconds as a Unix timestamp
    createTime string
    Creation time of the data processing task
    description string
    Brief description of the data processing task. Does not support <>, ', , or . Length: 0–64 characters
    dslType string
    Syntax type of the processing rule. Fixed as NORMAL
    enable boolean
    Whether the data processing task is enabled. true: Enabled. false: Disabled
    etlStatus string
    Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
    fromTime number
    The processing start time of the data processing task, in seconds as a Unix timestamp
    id string
    Uniquely identifies the resource.
    lastEnableTime string
    The most recent activation time of the data processing task
    modifyTime string
    Modification time of the data processing task
    name string
    Data processing task name
    projectId string
    Log project ID to which the data processing task belongs
    projectName string
    Log project name to which the data processing task belongs
    script string
    Processing rule script used by the data processing task
    sourceTopicId string
    Source log topic ID of the data processing task
    sourceTopicName string
    Source log topic name of the data processing task
    targetResources GetEtlTargetResource[]
    Information about the output target
    taskId string
    Data processing task ID
    taskType string
    Type of the data processing task. Fixed as Resident
    toTime number
    The processing end time of the data processing task, in seconds as a Unix timestamp
    create_time str
    Creation time of the data processing task
    description str
    Brief description of the data processing task. Does not support <>, ', , or . Length: 0–64 characters
    dsl_type str
    Syntax type of the processing rule. Fixed as NORMAL
    enable bool
    Whether the data processing task is enabled. true: Enabled. false: Disabled
    etl_status str
    Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
    from_time int
    The processing start time of the data processing task, in seconds as a Unix timestamp
    id str
    Uniquely identifies the resource.
    last_enable_time str
    The most recent activation time of the data processing task
    modify_time str
    Modification time of the data processing task
    name str
    Data processing task name
    project_id str
    Log project ID to which the data processing task belongs
    project_name str
    Log project name to which the data processing task belongs
    script str
    Processing rule script used by the data processing task
    source_topic_id str
    Source log topic ID of the data processing task
    source_topic_name str
    Source log topic name of the data processing task
    target_resources Sequence[GetEtlTargetResource]
    Information about the output target
    task_id str
    Data processing task ID
    task_type str
    Type of the data processing task. Fixed as Resident
    to_time int
    The processing end time of the data processing task, in seconds as a Unix timestamp
    createTime String
    Creation time of the data processing task
    description String
    Brief description of the data processing task. Does not support <>, ', , or . Length: 0–64 characters
    dslType String
    Syntax type of the processing rule. Fixed as NORMAL
    enable Boolean
    Whether the data processing task is enabled. true: Enabled. false: Disabled
    etlStatus String
    Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
    fromTime Number
    The processing start time of the data processing task, in seconds as a Unix timestamp
    id String
    Uniquely identifies the resource.
    lastEnableTime String
    The most recent activation time of the data processing task
    modifyTime String
    Modification time of the data processing task
    name String
    Data processing task name
    projectId String
    Log project ID to which the data processing task belongs
    projectName String
    Log project name to which the data processing task belongs
    script String
    Processing rule script used by the data processing task
    sourceTopicId String
    Source log topic ID of the data processing task
    sourceTopicName String
    Source log topic name of the data processing task
    targetResources List<Property Map>
    Information about the output target
    taskId String
    Data processing task ID
    taskType String
    Type of the data processing task. Fixed as Resident
    toTime Number
    The processing end time of the data processing task, in seconds as a Unix timestamp

    Supporting Types

    GetEtlTargetResource

    Alias string
    Name of the custom output target. You must use this name to refer to the output target in the data processing rules
    ProjectId string
    Log project ID for storing processed logs
    ProjectName string
    Log project name for storing processed logs
    Region string
    Region of the log topic for storing processed logs
    RoleTrn string
    Cross-account authorization role name
    TopicId string
    Log topic ID for storing processed logs
    TopicName string
    Log topic name for storing processed logs
    Alias string
    Name of the custom output target. You must use this name to refer to the output target in the data processing rules
    ProjectId string
    Log project ID for storing processed logs
    ProjectName string
    Log project name for storing processed logs
    Region string
    Region of the log topic for storing processed logs
    RoleTrn string
    Cross-account authorization role name
    TopicId string
    Log topic ID for storing processed logs
    TopicName string
    Log topic name for storing processed logs
    alias string
    Name of the custom output target. You must use this name to refer to the output target in the data processing rules
    project_id string
    Log project ID for storing processed logs
    project_name string
    Log project name for storing processed logs
    region string
    Region of the log topic for storing processed logs
    role_trn string
    Cross-account authorization role name
    topic_id string
    Log topic ID for storing processed logs
    topic_name string
    Log topic name for storing processed logs
    alias String
    Name of the custom output target. You must use this name to refer to the output target in the data processing rules
    projectId String
    Log project ID for storing processed logs
    projectName String
    Log project name for storing processed logs
    region String
    Region of the log topic for storing processed logs
    roleTrn String
    Cross-account authorization role name
    topicId String
    Log topic ID for storing processed logs
    topicName String
    Log topic name for storing processed logs
    alias string
    Name of the custom output target. You must use this name to refer to the output target in the data processing rules
    projectId string
    Log project ID for storing processed logs
    projectName string
    Log project name for storing processed logs
    region string
    Region of the log topic for storing processed logs
    roleTrn string
    Cross-account authorization role name
    topicId string
    Log topic ID for storing processed logs
    topicName string
    Log topic name for storing processed logs
    alias str
    Name of the custom output target. You must use this name to refer to the output target in the data processing rules
    project_id str
    Log project ID for storing processed logs
    project_name str
    Log project name for storing processed logs
    region str
    Region of the log topic for storing processed logs
    role_trn str
    Cross-account authorization role name
    topic_id str
    Log topic ID for storing processed logs
    topic_name str
    Log topic name for storing processed logs
    alias String
    Name of the custom output target. You must use this name to refer to the output target in the data processing rules
    projectId String
    Log project ID for storing processed logs
    projectName String
    Log project name for storing processed logs
    region String
    Region of the log topic for storing processed logs
    roleTrn String
    Cross-account authorization role name
    topicId String
    Log topic ID for storing processed logs
    topicName String
    Log topic name for storing processed logs

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.47
    published on Thursday, Jul 9, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial