1. Packages
  2. Volcengine
  3. API Docs
  4. tls
  5. getImportTasks
Volcengine v0.0.33 published on Monday, Jun 30, 2025 by Volcengine

volcengine.tls.getImportTasks

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.33 published on Monday, Jun 30, 2025 by Volcengine

    Use this data source to query detailed information of tls import tasks

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const foo = volcengine.tls.getImportTasks({});
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    foo = volcengine.tls.get_import_tasks()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/tls"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tls.GetImportTasks(ctx, nil, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var foo = Volcengine.Tls.GetImportTasks.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.tls.TlsFunctions;
    import com.pulumi.volcengine.tls.inputs.GetImportTasksArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var foo = TlsFunctions.getImportTasks();
    
        }
    }
    
    variables:
      foo:
        fn::invoke:
          Function: volcengine:tls:getImportTasks
          Arguments: {}
    

    Using getImportTasks

    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 getImportTasks(args: GetImportTasksArgs, opts?: InvokeOptions): Promise<GetImportTasksResult>
    function getImportTasksOutput(args: GetImportTasksOutputArgs, opts?: InvokeOptions): Output<GetImportTasksResult>
    def get_import_tasks(iam_project_name: Optional[str] = None,
                         name_regex: Optional[str] = None,
                         output_file: Optional[str] = None,
                         project_id: Optional[str] = None,
                         project_name: Optional[str] = None,
                         source_type: Optional[str] = None,
                         status: Optional[str] = None,
                         task_id: Optional[str] = None,
                         task_name: Optional[str] = None,
                         topic_id: Optional[str] = None,
                         topic_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetImportTasksResult
    def get_import_tasks_output(iam_project_name: Optional[pulumi.Input[str]] = None,
                         name_regex: Optional[pulumi.Input[str]] = None,
                         output_file: Optional[pulumi.Input[str]] = None,
                         project_id: Optional[pulumi.Input[str]] = None,
                         project_name: Optional[pulumi.Input[str]] = None,
                         source_type: Optional[pulumi.Input[str]] = None,
                         status: Optional[pulumi.Input[str]] = None,
                         task_id: Optional[pulumi.Input[str]] = None,
                         task_name: Optional[pulumi.Input[str]] = None,
                         topic_id: Optional[pulumi.Input[str]] = None,
                         topic_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetImportTasksResult]
    func GetImportTasks(ctx *Context, args *GetImportTasksArgs, opts ...InvokeOption) (*GetImportTasksResult, error)
    func GetImportTasksOutput(ctx *Context, args *GetImportTasksOutputArgs, opts ...InvokeOption) GetImportTasksResultOutput

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

    public static class GetImportTasks 
    {
        public static Task<GetImportTasksResult> InvokeAsync(GetImportTasksArgs args, InvokeOptions? opts = null)
        public static Output<GetImportTasksResult> Invoke(GetImportTasksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetImportTasksResult> getImportTasks(GetImportTasksArgs args, InvokeOptions options)
    public static Output<GetImportTasksResult> getImportTasks(GetImportTasksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:tls/getImportTasks:getImportTasks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IamProjectName string
    Specify the IAM project name to query the data import tasks under the specified IAM project.
    NameRegex string
    A Name Regex of Resource.
    OutputFile string
    File name where to save data source results.
    ProjectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    ProjectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    SourceType string
    Specify the import type for querying the data import tasks related to this import type.
    Status string
    Specify the status of the import task.
    TaskId string
    Import the task ID of the data to be queried.
    TaskName string
    Import the task name of the data to be queried.
    TopicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    TopicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    IamProjectName string
    Specify the IAM project name to query the data import tasks under the specified IAM project.
    NameRegex string
    A Name Regex of Resource.
    OutputFile string
    File name where to save data source results.
    ProjectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    ProjectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    SourceType string
    Specify the import type for querying the data import tasks related to this import type.
    Status string
    Specify the status of the import task.
    TaskId string
    Import the task ID of the data to be queried.
    TaskName string
    Import the task name of the data to be queried.
    TopicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    TopicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    iamProjectName String
    Specify the IAM project name to query the data import tasks under the specified IAM project.
    nameRegex String
    A Name Regex of Resource.
    outputFile String
    File name where to save data source results.
    projectId String
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName String
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType String
    Specify the import type for querying the data import tasks related to this import type.
    status String
    Specify the status of the import task.
    taskId String
    Import the task ID of the data to be queried.
    taskName String
    Import the task name of the data to be queried.
    topicId String
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName String
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    iamProjectName string
    Specify the IAM project name to query the data import tasks under the specified IAM project.
    nameRegex string
    A Name Regex of Resource.
    outputFile string
    File name where to save data source results.
    projectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType string
    Specify the import type for querying the data import tasks related to this import type.
    status string
    Specify the status of the import task.
    taskId string
    Import the task ID of the data to be queried.
    taskName string
    Import the task name of the data to be queried.
    topicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    iam_project_name str
    Specify the IAM project name to query the data import tasks under the specified IAM project.
    name_regex str
    A Name Regex of Resource.
    output_file str
    File name where to save data source results.
    project_id str
    Specify the log item ID for querying the data import tasks under the specified log item.
    project_name str
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    source_type str
    Specify the import type for querying the data import tasks related to this import type.
    status str
    Specify the status of the import task.
    task_id str
    Import the task ID of the data to be queried.
    task_name str
    Import the task name of the data to be queried.
    topic_id str
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topic_name str
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    iamProjectName String
    Specify the IAM project name to query the data import tasks under the specified IAM project.
    nameRegex String
    A Name Regex of Resource.
    outputFile String
    File name where to save data source results.
    projectId String
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName String
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType String
    Specify the import type for querying the data import tasks related to this import type.
    status String
    Specify the status of the import task.
    taskId String
    Import the task ID of the data to be queried.
    taskName String
    Import the task name of the data to be queried.
    topicId String
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName String
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.

    getImportTasks Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    TaskInfos List<GetImportTasksTaskInfo>
    Data import task list.
    TotalCount int
    The total count of query.
    IamProjectName string
    NameRegex string
    OutputFile string
    ProjectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    ProjectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    SourceType string
    Specify the import type for querying the data import tasks related to this import type.
    Status string
    TaskId string
    Import the task ID of the data to be queried.
    TaskName string
    Import the task name of the data to be queried.
    TopicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    TopicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    Id string
    The provider-assigned unique ID for this managed resource.
    TaskInfos []GetImportTasksTaskInfo
    Data import task list.
    TotalCount int
    The total count of query.
    IamProjectName string
    NameRegex string
    OutputFile string
    ProjectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    ProjectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    SourceType string
    Specify the import type for querying the data import tasks related to this import type.
    Status string
    TaskId string
    Import the task ID of the data to be queried.
    TaskName string
    Import the task name of the data to be queried.
    TopicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    TopicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    id String
    The provider-assigned unique ID for this managed resource.
    taskInfos List<GetImportTasksTaskInfo>
    Data import task list.
    totalCount Integer
    The total count of query.
    iamProjectName String
    nameRegex String
    outputFile String
    projectId String
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName String
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType String
    Specify the import type for querying the data import tasks related to this import type.
    status String
    taskId String
    Import the task ID of the data to be queried.
    taskName String
    Import the task name of the data to be queried.
    topicId String
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName String
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    id string
    The provider-assigned unique ID for this managed resource.
    taskInfos GetImportTasksTaskInfo[]
    Data import task list.
    totalCount number
    The total count of query.
    iamProjectName string
    nameRegex string
    outputFile string
    projectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType string
    Specify the import type for querying the data import tasks related to this import type.
    status string
    taskId string
    Import the task ID of the data to be queried.
    taskName string
    Import the task name of the data to be queried.
    topicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    id str
    The provider-assigned unique ID for this managed resource.
    task_infos Sequence[GetImportTasksTaskInfo]
    Data import task list.
    total_count int
    The total count of query.
    iam_project_name str
    name_regex str
    output_file str
    project_id str
    Specify the log item ID for querying the data import tasks under the specified log item.
    project_name str
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    source_type str
    Specify the import type for querying the data import tasks related to this import type.
    status str
    task_id str
    Import the task ID of the data to be queried.
    task_name str
    Import the task name of the data to be queried.
    topic_id str
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topic_name str
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    id String
    The provider-assigned unique ID for this managed resource.
    taskInfos List<Property Map>
    Data import task list.
    totalCount Number
    The total count of query.
    iamProjectName String
    nameRegex String
    outputFile String
    projectId String
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName String
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType String
    Specify the import type for querying the data import tasks related to this import type.
    status String
    taskId String
    Import the task ID of the data to be queried.
    taskName String
    Import the task name of the data to be queried.
    topicId String
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName String
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.

    Supporting Types

    GetImportTasksTaskInfo

    CreateTime string
    The creation time of the data import task.
    Description string
    Data import task description.
    ImportSourceInfo GetImportTasksTaskInfoImportSourceInfo
    The source information of the data import task.
    ProjectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    ProjectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    SourceType string
    Specify the import type for querying the data import tasks related to this import type.
    TargetInfo GetImportTasksTaskInfoTargetInfo
    The output information of the data import task.
    TaskId string
    Import the task ID of the data to be queried.
    TaskName string
    Import the task name of the data to be queried.
    TaskStatistics GetImportTasksTaskInfoTaskStatistics
    The progress of the data import task.
    TopicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    TopicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    Status int
    Specify the status of the import task.
    CreateTime string
    The creation time of the data import task.
    Description string
    Data import task description.
    ImportSourceInfo GetImportTasksTaskInfoImportSourceInfo
    The source information of the data import task.
    ProjectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    ProjectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    SourceType string
    Specify the import type for querying the data import tasks related to this import type.
    TargetInfo GetImportTasksTaskInfoTargetInfo
    The output information of the data import task.
    TaskId string
    Import the task ID of the data to be queried.
    TaskName string
    Import the task name of the data to be queried.
    TaskStatistics GetImportTasksTaskInfoTaskStatistics
    The progress of the data import task.
    TopicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    TopicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    Status int
    Specify the status of the import task.
    createTime String
    The creation time of the data import task.
    description String
    Data import task description.
    importSourceInfo GetImportTasksTaskInfoImportSourceInfo
    The source information of the data import task.
    projectId String
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName String
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType String
    Specify the import type for querying the data import tasks related to this import type.
    targetInfo GetImportTasksTaskInfoTargetInfo
    The output information of the data import task.
    taskId String
    Import the task ID of the data to be queried.
    taskName String
    Import the task name of the data to be queried.
    taskStatistics GetImportTasksTaskInfoTaskStatistics
    The progress of the data import task.
    topicId String
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName String
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    status Integer
    Specify the status of the import task.
    createTime string
    The creation time of the data import task.
    description string
    Data import task description.
    importSourceInfo GetImportTasksTaskInfoImportSourceInfo
    The source information of the data import task.
    projectId string
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName string
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType string
    Specify the import type for querying the data import tasks related to this import type.
    targetInfo GetImportTasksTaskInfoTargetInfo
    The output information of the data import task.
    taskId string
    Import the task ID of the data to be queried.
    taskName string
    Import the task name of the data to be queried.
    taskStatistics GetImportTasksTaskInfoTaskStatistics
    The progress of the data import task.
    topicId string
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName string
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    status number
    Specify the status of the import task.
    create_time str
    The creation time of the data import task.
    description str
    Data import task description.
    import_source_info GetImportTasksTaskInfoImportSourceInfo
    The source information of the data import task.
    project_id str
    Specify the log item ID for querying the data import tasks under the specified log item.
    project_name str
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    source_type str
    Specify the import type for querying the data import tasks related to this import type.
    target_info GetImportTasksTaskInfoTargetInfo
    The output information of the data import task.
    task_id str
    Import the task ID of the data to be queried.
    task_name str
    Import the task name of the data to be queried.
    task_statistics GetImportTasksTaskInfoTaskStatistics
    The progress of the data import task.
    topic_id str
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topic_name str
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    status int
    Specify the status of the import task.
    createTime String
    The creation time of the data import task.
    description String
    Data import task description.
    importSourceInfo Property Map
    The source information of the data import task.
    projectId String
    Specify the log item ID for querying the data import tasks under the specified log item.
    projectName String
    Specify the name of the log item for querying the data import tasks under the specified log item. Support fuzzy query..
    sourceType String
    Specify the import type for querying the data import tasks related to this import type.
    targetInfo Property Map
    The output information of the data import task.
    taskId String
    Import the task ID of the data to be queried.
    taskName String
    Import the task name of the data to be queried.
    taskStatistics Property Map
    The progress of the data import task.
    topicId String
    Specify the log topic ID for querying the data import tasks related to this log topic.
    topicName String
    Specify the name of the log topic for querying the data import tasks related to this log topic. Support fuzzy query.
    status Number
    Specify the status of the import task.

    GetImportTasksTaskInfoImportSourceInfo

    kafkaSourceInfo Property Map
    TOS imports source information.
    tosSourceInfo Property Map
    TOS imports source information.

    GetImportTasksTaskInfoImportSourceInfoKafkaSourceInfo

    Encode string
    The encoding format of the data.
    Group string
    Kafka consumer group.
    Host string
    The service addresses corresponding to different types of Kafka clusters are different.
    InitialOffset int
    The starting position of data import.
    InstanceId string
    When you are using the Volcano Engine Message Queue Kafka version, it should be set to the Kafka instance ID.
    IsNeedAuth bool
    Whether to enable authentication.
    Mechanism string
    Password authentication mechanism.
    Password string
    The Kafka SASL user password used for identity authentication.
    Protocol string
    Secure Transport protocol.
    TimeSourceDefault int
    Specify the log time.
    Topic string
    Kafka Topic name.
    Username string
    The Kafka SASL username used for identity authentication.
    Encode string
    The encoding format of the data.
    Group string
    Kafka consumer group.
    Host string
    The service addresses corresponding to different types of Kafka clusters are different.
    InitialOffset int
    The starting position of data import.
    InstanceId string
    When you are using the Volcano Engine Message Queue Kafka version, it should be set to the Kafka instance ID.
    IsNeedAuth bool
    Whether to enable authentication.
    Mechanism string
    Password authentication mechanism.
    Password string
    The Kafka SASL user password used for identity authentication.
    Protocol string
    Secure Transport protocol.
    TimeSourceDefault int
    Specify the log time.
    Topic string
    Kafka Topic name.
    Username string
    The Kafka SASL username used for identity authentication.
    encode String
    The encoding format of the data.
    group String
    Kafka consumer group.
    host String
    The service addresses corresponding to different types of Kafka clusters are different.
    initialOffset Integer
    The starting position of data import.
    instanceId String
    When you are using the Volcano Engine Message Queue Kafka version, it should be set to the Kafka instance ID.
    isNeedAuth Boolean
    Whether to enable authentication.
    mechanism String
    Password authentication mechanism.
    password String
    The Kafka SASL user password used for identity authentication.
    protocol String
    Secure Transport protocol.
    timeSourceDefault Integer
    Specify the log time.
    topic String
    Kafka Topic name.
    username String
    The Kafka SASL username used for identity authentication.
    encode string
    The encoding format of the data.
    group string
    Kafka consumer group.
    host string
    The service addresses corresponding to different types of Kafka clusters are different.
    initialOffset number
    The starting position of data import.
    instanceId string
    When you are using the Volcano Engine Message Queue Kafka version, it should be set to the Kafka instance ID.
    isNeedAuth boolean
    Whether to enable authentication.
    mechanism string
    Password authentication mechanism.
    password string
    The Kafka SASL user password used for identity authentication.
    protocol string
    Secure Transport protocol.
    timeSourceDefault number
    Specify the log time.
    topic string
    Kafka Topic name.
    username string
    The Kafka SASL username used for identity authentication.
    encode str
    The encoding format of the data.
    group str
    Kafka consumer group.
    host str
    The service addresses corresponding to different types of Kafka clusters are different.
    initial_offset int
    The starting position of data import.
    instance_id str
    When you are using the Volcano Engine Message Queue Kafka version, it should be set to the Kafka instance ID.
    is_need_auth bool
    Whether to enable authentication.
    mechanism str
    Password authentication mechanism.
    password str
    The Kafka SASL user password used for identity authentication.
    protocol str
    Secure Transport protocol.
    time_source_default int
    Specify the log time.
    topic str
    Kafka Topic name.
    username str
    The Kafka SASL username used for identity authentication.
    encode String
    The encoding format of the data.
    group String
    Kafka consumer group.
    host String
    The service addresses corresponding to different types of Kafka clusters are different.
    initialOffset Number
    The starting position of data import.
    instanceId String
    When you are using the Volcano Engine Message Queue Kafka version, it should be set to the Kafka instance ID.
    isNeedAuth Boolean
    Whether to enable authentication.
    mechanism String
    Password authentication mechanism.
    password String
    The Kafka SASL user password used for identity authentication.
    protocol String
    Secure Transport protocol.
    timeSourceDefault Number
    Specify the log time.
    topic String
    Kafka Topic name.
    username String
    The Kafka SASL username used for identity authentication.

    GetImportTasksTaskInfoImportSourceInfoTosSourceInfo

    Bucket string
    The TOS bucket where the log file is located.
    CompressType string
    The compression mode of data in the TOS bucket.
    Prefix string
    The path of the file to be imported in the TOS bucket.
    Region string
    Regional ID.
    Bucket string
    The TOS bucket where the log file is located.
    CompressType string
    The compression mode of data in the TOS bucket.
    Prefix string
    The path of the file to be imported in the TOS bucket.
    Region string
    Regional ID.
    bucket String
    The TOS bucket where the log file is located.
    compressType String
    The compression mode of data in the TOS bucket.
    prefix String
    The path of the file to be imported in the TOS bucket.
    region String
    Regional ID.
    bucket string
    The TOS bucket where the log file is located.
    compressType string
    The compression mode of data in the TOS bucket.
    prefix string
    The path of the file to be imported in the TOS bucket.
    region string
    Regional ID.
    bucket str
    The TOS bucket where the log file is located.
    compress_type str
    The compression mode of data in the TOS bucket.
    prefix str
    The path of the file to be imported in the TOS bucket.
    region str
    Regional ID.
    bucket String
    The TOS bucket where the log file is located.
    compressType String
    The compression mode of data in the TOS bucket.
    prefix String
    The path of the file to be imported in the TOS bucket.
    region String
    Regional ID.

    GetImportTasksTaskInfoTargetInfo

    ExtractRule GetImportTasksTaskInfoTargetInfoExtractRule
    Log extraction rules.
    LogSample string
    Log sample.
    LogType string
    Specify the log parsing type when importing.
    Region string
    Regional ID.
    ExtractRule GetImportTasksTaskInfoTargetInfoExtractRule
    Log extraction rules.
    LogSample string
    Log sample.
    LogType string
    Specify the log parsing type when importing.
    Region string
    Regional ID.
    extractRule GetImportTasksTaskInfoTargetInfoExtractRule
    Log extraction rules.
    logSample String
    Log sample.
    logType String
    Specify the log parsing type when importing.
    region String
    Regional ID.
    extractRule GetImportTasksTaskInfoTargetInfoExtractRule
    Log extraction rules.
    logSample string
    Log sample.
    logType string
    Specify the log parsing type when importing.
    region string
    Regional ID.
    extract_rule GetImportTasksTaskInfoTargetInfoExtractRule
    Log extraction rules.
    log_sample str
    Log sample.
    log_type str
    Specify the log parsing type when importing.
    region str
    Regional ID.
    extractRule Property Map
    Log extraction rules.
    logSample String
    Log sample.
    logType String
    Specify the log parsing type when importing.
    region String
    Regional ID.

    GetImportTasksTaskInfoTargetInfoExtractRule

    BeginRegex string
    The regular expression used to identify the first line in each log, and its matching part will serve as the beginning of the log.
    Delimiter string
    Log delimiter.
    Keys List<string>
    List of log field names (Keys).
    Quote string
    Reference symbol. The content wrapped by the reference will not be separated but will be parsed into a complete field. It is valid if and only if the LogType is delimiter_log.
    SkipLineCount int
    The number of log lines skipped.
    TimeExtractRegex string
    A regular expression for extracting time, used to extract the time value in the TimeKey field and parse it into the corresponding collection time.
    TimeFormat string
    The parsing format of the time field.
    TimeKey string
    The field name of the log time field.
    TimeZone string
    Time zone, supporting both machine time zone (default) and custom time zone. Among them, the custom time zone supports GMT and UTC.
    UnMatchLogKey string
    When uploading a log that failed to parse, the key name of the parse failed log.
    UnMatchUpLoadSwitch bool
    Whether to upload the logs of failed parsing.
    BeginRegex string
    The regular expression used to identify the first line in each log, and its matching part will serve as the beginning of the log.
    Delimiter string
    Log delimiter.
    Keys []string
    List of log field names (Keys).
    Quote string
    Reference symbol. The content wrapped by the reference will not be separated but will be parsed into a complete field. It is valid if and only if the LogType is delimiter_log.
    SkipLineCount int
    The number of log lines skipped.
    TimeExtractRegex string
    A regular expression for extracting time, used to extract the time value in the TimeKey field and parse it into the corresponding collection time.
    TimeFormat string
    The parsing format of the time field.
    TimeKey string
    The field name of the log time field.
    TimeZone string
    Time zone, supporting both machine time zone (default) and custom time zone. Among them, the custom time zone supports GMT and UTC.
    UnMatchLogKey string
    When uploading a log that failed to parse, the key name of the parse failed log.
    UnMatchUpLoadSwitch bool
    Whether to upload the logs of failed parsing.
    beginRegex String
    The regular expression used to identify the first line in each log, and its matching part will serve as the beginning of the log.
    delimiter String
    Log delimiter.
    keys List<String>
    List of log field names (Keys).
    quote String
    Reference symbol. The content wrapped by the reference will not be separated but will be parsed into a complete field. It is valid if and only if the LogType is delimiter_log.
    skipLineCount Integer
    The number of log lines skipped.
    timeExtractRegex String
    A regular expression for extracting time, used to extract the time value in the TimeKey field and parse it into the corresponding collection time.
    timeFormat String
    The parsing format of the time field.
    timeKey String
    The field name of the log time field.
    timeZone String
    Time zone, supporting both machine time zone (default) and custom time zone. Among them, the custom time zone supports GMT and UTC.
    unMatchLogKey String
    When uploading a log that failed to parse, the key name of the parse failed log.
    unMatchUpLoadSwitch Boolean
    Whether to upload the logs of failed parsing.
    beginRegex string
    The regular expression used to identify the first line in each log, and its matching part will serve as the beginning of the log.
    delimiter string
    Log delimiter.
    keys string[]
    List of log field names (Keys).
    quote string
    Reference symbol. The content wrapped by the reference will not be separated but will be parsed into a complete field. It is valid if and only if the LogType is delimiter_log.
    skipLineCount number
    The number of log lines skipped.
    timeExtractRegex string
    A regular expression for extracting time, used to extract the time value in the TimeKey field and parse it into the corresponding collection time.
    timeFormat string
    The parsing format of the time field.
    timeKey string
    The field name of the log time field.
    timeZone string
    Time zone, supporting both machine time zone (default) and custom time zone. Among them, the custom time zone supports GMT and UTC.
    unMatchLogKey string
    When uploading a log that failed to parse, the key name of the parse failed log.
    unMatchUpLoadSwitch boolean
    Whether to upload the logs of failed parsing.
    begin_regex str
    The regular expression used to identify the first line in each log, and its matching part will serve as the beginning of the log.
    delimiter str
    Log delimiter.
    keys Sequence[str]
    List of log field names (Keys).
    quote str
    Reference symbol. The content wrapped by the reference will not be separated but will be parsed into a complete field. It is valid if and only if the LogType is delimiter_log.
    skip_line_count int
    The number of log lines skipped.
    time_extract_regex str
    A regular expression for extracting time, used to extract the time value in the TimeKey field and parse it into the corresponding collection time.
    time_format str
    The parsing format of the time field.
    time_key str
    The field name of the log time field.
    time_zone str
    Time zone, supporting both machine time zone (default) and custom time zone. Among them, the custom time zone supports GMT and UTC.
    un_match_log_key str
    When uploading a log that failed to parse, the key name of the parse failed log.
    un_match_up_load_switch bool
    Whether to upload the logs of failed parsing.
    beginRegex String
    The regular expression used to identify the first line in each log, and its matching part will serve as the beginning of the log.
    delimiter String
    Log delimiter.
    keys List<String>
    List of log field names (Keys).
    quote String
    Reference symbol. The content wrapped by the reference will not be separated but will be parsed into a complete field. It is valid if and only if the LogType is delimiter_log.
    skipLineCount Number
    The number of log lines skipped.
    timeExtractRegex String
    A regular expression for extracting time, used to extract the time value in the TimeKey field and parse it into the corresponding collection time.
    timeFormat String
    The parsing format of the time field.
    timeKey String
    The field name of the log time field.
    timeZone String
    Time zone, supporting both machine time zone (default) and custom time zone. Among them, the custom time zone supports GMT and UTC.
    unMatchLogKey String
    When uploading a log that failed to parse, the key name of the parse failed log.
    unMatchUpLoadSwitch Boolean
    Whether to upload the logs of failed parsing.

    GetImportTasksTaskInfoTaskStatistics

    BytesTotal int
    The total number of resource bytes that have been listed.
    BytesTransferred int
    The number of imported bytes.
    Failed int
    The number of resources that failed to import.
    NotExist int
    The number of non-existent resources.
    Skipped int
    Skip the number of imported resources.
    TaskStatus string
    Import the status of the task.
    Total int
    The total number of resources that have been listed.
    Transferred int
    The number of imported resources.
    BytesTotal int
    The total number of resource bytes that have been listed.
    BytesTransferred int
    The number of imported bytes.
    Failed int
    The number of resources that failed to import.
    NotExist int
    The number of non-existent resources.
    Skipped int
    Skip the number of imported resources.
    TaskStatus string
    Import the status of the task.
    Total int
    The total number of resources that have been listed.
    Transferred int
    The number of imported resources.
    bytesTotal Integer
    The total number of resource bytes that have been listed.
    bytesTransferred Integer
    The number of imported bytes.
    failed Integer
    The number of resources that failed to import.
    notExist Integer
    The number of non-existent resources.
    skipped Integer
    Skip the number of imported resources.
    taskStatus String
    Import the status of the task.
    total Integer
    The total number of resources that have been listed.
    transferred Integer
    The number of imported resources.
    bytesTotal number
    The total number of resource bytes that have been listed.
    bytesTransferred number
    The number of imported bytes.
    failed number
    The number of resources that failed to import.
    notExist number
    The number of non-existent resources.
    skipped number
    Skip the number of imported resources.
    taskStatus string
    Import the status of the task.
    total number
    The total number of resources that have been listed.
    transferred number
    The number of imported resources.
    bytes_total int
    The total number of resource bytes that have been listed.
    bytes_transferred int
    The number of imported bytes.
    failed int
    The number of resources that failed to import.
    not_exist int
    The number of non-existent resources.
    skipped int
    Skip the number of imported resources.
    task_status str
    Import the status of the task.
    total int
    The total number of resources that have been listed.
    transferred int
    The number of imported resources.
    bytesTotal Number
    The total number of resource bytes that have been listed.
    bytesTransferred Number
    The number of imported bytes.
    failed Number
    The number of resources that failed to import.
    notExist Number
    The number of non-existent resources.
    skipped Number
    Skip the number of imported resources.
    taskStatus String
    Import the status of the task.
    total Number
    The total number of resources that have been listed.
    transferred Number
    The number of imported resources.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.33 published on Monday, Jun 30, 2025 by Volcengine