1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vepfs
  6. DataFlowTask
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine

    vePFS data flow task. Used to perform preheating (Import), settling (Export), reconciliation (Inventory), and deletion (Delete) operations between the vePFS file system and TOS bucket.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
    
    const example = new volcenginecc.vepfs.DataFlowTask("example", {
        fileSystemId: "vepfs-xxxxxx",
        taskAction: "Import",
        dataType: "MetaAndData",
        dataStorage: "example-bucket",
        subPath: "/",
        sameNameFilePolicy: "KeepLatest",
        entryListFileInfo: {
            file_name: "data.csv",
            file_bucket: "example-bucket",
            file_key: "data.csv",
        },
    });
    
    import pulumi
    import pulumi_volcenginecc as volcenginecc
    
    example = volcenginecc.vepfs.DataFlowTask("example",
        file_system_id="vepfs-xxxxxx",
        task_action="Import",
        data_type="MetaAndData",
        data_storage="example-bucket",
        sub_path="/",
        same_name_file_policy="KeepLatest",
        entry_list_file_info={
            "file_name": "data.csv",
            "file_bucket": "example-bucket",
            "file_key": "data.csv",
        })
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcenginecc/sdk/go/volcenginecc/vepfs"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := vepfs.NewDataFlowTask(ctx, "example", &vepfs.DataFlowTaskArgs{
    			FileSystemId:       pulumi.String("vepfs-xxxxxx"),
    			TaskAction:         pulumi.String("Import"),
    			DataType:           pulumi.String("MetaAndData"),
    			DataStorage:        pulumi.String("example-bucket"),
    			SubPath:            pulumi.String("/"),
    			SameNameFilePolicy: pulumi.String("KeepLatest"),
    			EntryListFileInfo: &vepfs.DataFlowTaskEntryListFileInfoArgs{
    				File_name:   "data.csv",
    				File_bucket: "example-bucket",
    				File_key:    "data.csv",
    			},
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcenginecc = Volcengine.Pulumi.Volcenginecc;
    
    return await Deployment.RunAsync(() => 
    {
        var example = new Volcenginecc.Vepfs.DataFlowTask("example", new()
        {
            FileSystemId = "vepfs-xxxxxx",
            TaskAction = "Import",
            DataType = "MetaAndData",
            DataStorage = "example-bucket",
            SubPath = "/",
            SameNameFilePolicy = "KeepLatest",
            EntryListFileInfo = new Volcenginecc.Vepfs.Inputs.DataFlowTaskEntryListFileInfoArgs
            {
                File_name = "data.csv",
                File_bucket = "example-bucket",
                File_key = "data.csv",
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.volcengine.volcenginecc.vepfs.DataFlowTask;
    import com.volcengine.volcenginecc.vepfs.DataFlowTaskArgs;
    import com.pulumi.volcenginecc.vepfs.inputs.DataFlowTaskEntryListFileInfoArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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) {
            var example = new DataFlowTask("example", DataFlowTaskArgs.builder()
                .fileSystemId("vepfs-xxxxxx")
                .taskAction("Import")
                .dataType("MetaAndData")
                .dataStorage("example-bucket")
                .subPath("/")
                .sameNameFilePolicy("KeepLatest")
                .entryListFileInfo(DataFlowTaskEntryListFileInfoArgs.builder()
                    .file_name("data.csv")
                    .file_bucket("example-bucket")
                    .file_key("data.csv")
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: volcenginecc:vepfs:DataFlowTask
        properties:
          fileSystemId: vepfs-xxxxxx
          taskAction: Import
          dataType: MetaAndData
          dataStorage: example-bucket
          subPath: /
          sameNameFilePolicy: KeepLatest
          entryListFileInfo:
            file_name: data.csv
            file_bucket: example-bucket
            file_key: data.csv
    
    pulumi {
      required_providers {
        volcenginecc = {
          source = "pulumi/volcenginecc"
        }
      }
    }
    
    resource "volcenginecc_vepfs_dataflowtask" "example" {
      file_system_id        = "vepfs-xxxxxx"
      task_action           = "Import"
      data_type             = "MetaAndData"
      data_storage          = "example-bucket"
      sub_path              = "/"
      same_name_file_policy = "KeepLatest"
      entry_list_file_info = {
        file_name   = "data.csv"
        file_bucket = "example-bucket"
        file_key    = "data.csv"
      }
    }
    

    Create DataFlowTask Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DataFlowTask(name: string, args: DataFlowTaskArgs, opts?: CustomResourceOptions);
    @overload
    def DataFlowTask(resource_name: str,
                     args: DataFlowTaskArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def DataFlowTask(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     data_type: Optional[str] = None,
                     file_system_id: Optional[str] = None,
                     task_action: Optional[str] = None,
                     data_storage: Optional[str] = None,
                     data_storage_path: Optional[str] = None,
                     delete_policy: Optional[DataFlowTaskDeletePolicyArgs] = None,
                     enable_tls_log: Optional[bool] = None,
                     entry_list_file_info: Optional[DataFlowTaskEntryListFileInfoArgs] = None,
                     export_symlink_policy: Optional[str] = None,
                     fileset_id: Optional[str] = None,
                     same_name_file_policy: Optional[str] = None,
                     sub_path: Optional[str] = None)
    func NewDataFlowTask(ctx *Context, name string, args DataFlowTaskArgs, opts ...ResourceOption) (*DataFlowTask, error)
    public DataFlowTask(string name, DataFlowTaskArgs args, CustomResourceOptions? opts = null)
    public DataFlowTask(String name, DataFlowTaskArgs args)
    public DataFlowTask(String name, DataFlowTaskArgs args, CustomResourceOptions options)
    
    type: volcenginecc:vepfs:DataFlowTask
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "volcenginecc_vepfs_data_flow_task" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DataFlowTaskArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DataFlowTaskArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DataFlowTaskArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DataFlowTaskArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DataFlowTaskArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var dataFlowTaskResource = new Volcenginecc.Vepfs.DataFlowTask("dataFlowTaskResource", new()
    {
        DataType = "string",
        FileSystemId = "string",
        TaskAction = "string",
        DataStorage = "string",
        DataStoragePath = "string",
        DeletePolicy = new Volcenginecc.Vepfs.Inputs.DataFlowTaskDeletePolicyArgs
        {
            DeleteTimeBefore = "string",
            Rule = "string",
        },
        EnableTlsLog = false,
        EntryListFileInfo = new Volcenginecc.Vepfs.Inputs.DataFlowTaskEntryListFileInfoArgs
        {
            FileBucket = "string",
            FileKey = "string",
            FileName = "string",
        },
        ExportSymlinkPolicy = "string",
        FilesetId = "string",
        SameNameFilePolicy = "string",
        SubPath = "string",
    });
    
    example, err := vepfs.NewDataFlowTask(ctx, "dataFlowTaskResource", &vepfs.DataFlowTaskArgs{
    	DataType:        pulumi.String("string"),
    	FileSystemId:    pulumi.String("string"),
    	TaskAction:      pulumi.String("string"),
    	DataStorage:     pulumi.String("string"),
    	DataStoragePath: pulumi.String("string"),
    	DeletePolicy: &vepfs.DataFlowTaskDeletePolicyArgs{
    		DeleteTimeBefore: pulumi.String("string"),
    		Rule:             pulumi.String("string"),
    	},
    	EnableTlsLog: pulumi.Bool(false),
    	EntryListFileInfo: &vepfs.DataFlowTaskEntryListFileInfoArgs{
    		FileBucket: pulumi.String("string"),
    		FileKey:    pulumi.String("string"),
    		FileName:   pulumi.String("string"),
    	},
    	ExportSymlinkPolicy: pulumi.String("string"),
    	FilesetId:           pulumi.String("string"),
    	SameNameFilePolicy:  pulumi.String("string"),
    	SubPath:             pulumi.String("string"),
    })
    
    resource "volcenginecc_vepfs_data_flow_task" "dataFlowTaskResource" {
      lifecycle {
        create_before_destroy = true
      }
      data_type         = "string"
      file_system_id    = "string"
      task_action       = "string"
      data_storage      = "string"
      data_storage_path = "string"
      delete_policy = {
        delete_time_before = "string"
        rule               = "string"
      }
      enable_tls_log = false
      entry_list_file_info = {
        file_bucket = "string"
        file_key    = "string"
        file_name   = "string"
      }
      export_symlink_policy = "string"
      fileset_id            = "string"
      same_name_file_policy = "string"
      sub_path              = "string"
    }
    
    var dataFlowTaskResource = new DataFlowTask("dataFlowTaskResource", DataFlowTaskArgs.builder()
        .dataType("string")
        .fileSystemId("string")
        .taskAction("string")
        .dataStorage("string")
        .dataStoragePath("string")
        .deletePolicy(DataFlowTaskDeletePolicyArgs.builder()
            .deleteTimeBefore("string")
            .rule("string")
            .build())
        .enableTlsLog(false)
        .entryListFileInfo(DataFlowTaskEntryListFileInfoArgs.builder()
            .fileBucket("string")
            .fileKey("string")
            .fileName("string")
            .build())
        .exportSymlinkPolicy("string")
        .filesetId("string")
        .sameNameFilePolicy("string")
        .subPath("string")
        .build());
    
    data_flow_task_resource = volcenginecc.vepfs.DataFlowTask("dataFlowTaskResource",
        data_type="string",
        file_system_id="string",
        task_action="string",
        data_storage="string",
        data_storage_path="string",
        delete_policy={
            "delete_time_before": "string",
            "rule": "string",
        },
        enable_tls_log=False,
        entry_list_file_info={
            "file_bucket": "string",
            "file_key": "string",
            "file_name": "string",
        },
        export_symlink_policy="string",
        fileset_id="string",
        same_name_file_policy="string",
        sub_path="string")
    
    const dataFlowTaskResource = new volcenginecc.vepfs.DataFlowTask("dataFlowTaskResource", {
        dataType: "string",
        fileSystemId: "string",
        taskAction: "string",
        dataStorage: "string",
        dataStoragePath: "string",
        deletePolicy: {
            deleteTimeBefore: "string",
            rule: "string",
        },
        enableTlsLog: false,
        entryListFileInfo: {
            fileBucket: "string",
            fileKey: "string",
            fileName: "string",
        },
        exportSymlinkPolicy: "string",
        filesetId: "string",
        sameNameFilePolicy: "string",
        subPath: "string",
    });
    
    type: volcenginecc:vepfs:DataFlowTask
    properties:
        dataStorage: string
        dataStoragePath: string
        dataType: string
        deletePolicy:
            deleteTimeBefore: string
            rule: string
        enableTlsLog: false
        entryListFileInfo:
            fileBucket: string
            fileKey: string
            fileName: string
        exportSymlinkPolicy: string
        fileSystemId: string
        filesetId: string
        sameNameFilePolicy: string
        subPath: string
        taskAction: string
    

    DataFlowTask Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DataFlowTask resource accepts the following input properties:

    DataType string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    FileSystemId string
    File system ID.
    TaskAction string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    DataStorage string
    Source storage (TOS bucket) name.
    DataStoragePath string
    Bucket path prefix.
    DeletePolicy Volcengine.DataFlowTaskDeletePolicy
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    EnableTlsLog bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    EntryListFileInfo Volcengine.DataFlowTaskEntryListFileInfo
    List file information for task execution.
    ExportSymlinkPolicy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    FilesetId string
    Fileset ID。
    SameNameFilePolicy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    SubPath string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    DataType string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    FileSystemId string
    File system ID.
    TaskAction string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    DataStorage string
    Source storage (TOS bucket) name.
    DataStoragePath string
    Bucket path prefix.
    DeletePolicy DataFlowTaskDeletePolicyArgs
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    EnableTlsLog bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    EntryListFileInfo DataFlowTaskEntryListFileInfoArgs
    List file information for task execution.
    ExportSymlinkPolicy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    FilesetId string
    Fileset ID。
    SameNameFilePolicy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    SubPath string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    data_type string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    file_system_id string
    File system ID.
    task_action string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    data_storage string
    Source storage (TOS bucket) name.
    data_storage_path string
    Bucket path prefix.
    delete_policy object
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enable_tls_log bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    entry_list_file_info object
    List file information for task execution.
    export_symlink_policy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    fileset_id string
    Fileset ID。
    same_name_file_policy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    sub_path string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    dataType String
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    fileSystemId String
    File system ID.
    taskAction String
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    dataStorage String
    Source storage (TOS bucket) name.
    dataStoragePath String
    Bucket path prefix.
    deletePolicy DataFlowTaskDeletePolicy
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enableTlsLog Boolean
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    entryListFileInfo DataFlowTaskEntryListFileInfo
    List file information for task execution.
    exportSymlinkPolicy String
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    filesetId String
    Fileset ID。
    sameNameFilePolicy String
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    subPath String
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    dataType string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    fileSystemId string
    File system ID.
    taskAction string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    dataStorage string
    Source storage (TOS bucket) name.
    dataStoragePath string
    Bucket path prefix.
    deletePolicy DataFlowTaskDeletePolicy
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enableTlsLog boolean
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    entryListFileInfo DataFlowTaskEntryListFileInfo
    List file information for task execution.
    exportSymlinkPolicy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    filesetId string
    Fileset ID。
    sameNameFilePolicy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    subPath string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    data_type str
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    file_system_id str
    File system ID.
    task_action str
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    data_storage str
    Source storage (TOS bucket) name.
    data_storage_path str
    Bucket path prefix.
    delete_policy DataFlowTaskDeletePolicyArgs
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enable_tls_log bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    entry_list_file_info DataFlowTaskEntryListFileInfoArgs
    List file information for task execution.
    export_symlink_policy str
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    fileset_id str
    Fileset ID。
    same_name_file_policy str
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    sub_path str
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    dataType String
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    fileSystemId String
    File system ID.
    taskAction String
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    dataStorage String
    Source storage (TOS bucket) name.
    dataStoragePath String
    Bucket path prefix.
    deletePolicy Property Map
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enableTlsLog Boolean
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    entryListFileInfo Property Map
    List file information for task execution.
    exportSymlinkPolicy String
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    filesetId String
    Fileset ID。
    sameNameFilePolicy String
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    subPath String
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DataFlowTask resource produces the following output properties:

    CreateTime string
    Task creation time.
    DataFlowTaskId string
    Data flow task ID.
    EndTime string
    Task end time.
    EntryListFileUrl string
    Download link for the list file used in task execution.
    ExecCount string
    Completed operations (applies to preheating and settling tasks).
    ExecSize string
    Executed task capacity.
    FailedCount string
    Total number of failures after being added to the queue.
    FilesetPath string
    Fileset path.
    Id string
    The provider-assigned unique ID for this managed resource.
    QueueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    Reports List<Volcengine.DataFlowTaskReport>
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    StartTime string
    Task start time.
    Status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    TlsInfo Volcengine.DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    TotalSize string
    Total task capacity.
    UpdateTime string
    Task modification time.
    CreateTime string
    Task creation time.
    DataFlowTaskId string
    Data flow task ID.
    EndTime string
    Task end time.
    EntryListFileUrl string
    Download link for the list file used in task execution.
    ExecCount string
    Completed operations (applies to preheating and settling tasks).
    ExecSize string
    Executed task capacity.
    FailedCount string
    Total number of failures after being added to the queue.
    FilesetPath string
    Fileset path.
    Id string
    The provider-assigned unique ID for this managed resource.
    QueueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    Reports []DataFlowTaskReport
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    StartTime string
    Task start time.
    Status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    TlsInfo DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    TotalSize string
    Total task capacity.
    UpdateTime string
    Task modification time.
    create_time string
    Task creation time.
    data_flow_task_id string
    Data flow task ID.
    end_time string
    Task end time.
    entry_list_file_url string
    Download link for the list file used in task execution.
    exec_count string
    Completed operations (applies to preheating and settling tasks).
    exec_size string
    Executed task capacity.
    failed_count string
    Total number of failures after being added to the queue.
    fileset_path string
    Fileset path.
    id string
    The provider-assigned unique ID for this managed resource.
    queue_count string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports list(object)
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    start_time string
    Task start time.
    status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    tls_info object
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    total_size string
    Total task capacity.
    update_time string
    Task modification time.
    createTime String
    Task creation time.
    dataFlowTaskId String
    Data flow task ID.
    endTime String
    Task end time.
    entryListFileUrl String
    Download link for the list file used in task execution.
    execCount String
    Completed operations (applies to preheating and settling tasks).
    execSize String
    Executed task capacity.
    failedCount String
    Total number of failures after being added to the queue.
    filesetPath String
    Fileset path.
    id String
    The provider-assigned unique ID for this managed resource.
    queueCount String
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports List<DataFlowTaskReport>
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    startTime String
    Task start time.
    status String
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    tlsInfo DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    totalSize String
    Total task capacity.
    updateTime String
    Task modification time.
    createTime string
    Task creation time.
    dataFlowTaskId string
    Data flow task ID.
    endTime string
    Task end time.
    entryListFileUrl string
    Download link for the list file used in task execution.
    execCount string
    Completed operations (applies to preheating and settling tasks).
    execSize string
    Executed task capacity.
    failedCount string
    Total number of failures after being added to the queue.
    filesetPath string
    Fileset path.
    id string
    The provider-assigned unique ID for this managed resource.
    queueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports DataFlowTaskReport[]
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    startTime string
    Task start time.
    status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    tlsInfo DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    totalSize string
    Total task capacity.
    updateTime string
    Task modification time.
    create_time str
    Task creation time.
    data_flow_task_id str
    Data flow task ID.
    end_time str
    Task end time.
    entry_list_file_url str
    Download link for the list file used in task execution.
    exec_count str
    Completed operations (applies to preheating and settling tasks).
    exec_size str
    Executed task capacity.
    failed_count str
    Total number of failures after being added to the queue.
    fileset_path str
    Fileset path.
    id str
    The provider-assigned unique ID for this managed resource.
    queue_count str
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports Sequence[DataFlowTaskReport]
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    start_time str
    Task start time.
    status str
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    tls_info DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    total_size str
    Total task capacity.
    update_time str
    Task modification time.
    createTime String
    Task creation time.
    dataFlowTaskId String
    Data flow task ID.
    endTime String
    Task end time.
    entryListFileUrl String
    Download link for the list file used in task execution.
    execCount String
    Completed operations (applies to preheating and settling tasks).
    execSize String
    Executed task capacity.
    failedCount String
    Total number of failures after being added to the queue.
    filesetPath String
    Fileset path.
    id String
    The provider-assigned unique ID for this managed resource.
    queueCount String
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports List<Property Map>
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    startTime String
    Task start time.
    status String
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    tlsInfo Property Map
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    totalSize String
    Total task capacity.
    updateTime String
    Task modification time.

    Look up Existing DataFlowTask Resource

    Get an existing DataFlowTask resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DataFlowTaskState, opts?: CustomResourceOptions): DataFlowTask
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            create_time: Optional[str] = None,
            data_flow_task_id: Optional[str] = None,
            data_storage: Optional[str] = None,
            data_storage_path: Optional[str] = None,
            data_type: Optional[str] = None,
            delete_policy: Optional[DataFlowTaskDeletePolicyArgs] = None,
            enable_tls_log: Optional[bool] = None,
            end_time: Optional[str] = None,
            entry_list_file_info: Optional[DataFlowTaskEntryListFileInfoArgs] = None,
            entry_list_file_url: Optional[str] = None,
            exec_count: Optional[str] = None,
            exec_size: Optional[str] = None,
            export_symlink_policy: Optional[str] = None,
            failed_count: Optional[str] = None,
            file_system_id: Optional[str] = None,
            fileset_id: Optional[str] = None,
            fileset_path: Optional[str] = None,
            queue_count: Optional[str] = None,
            reports: Optional[Sequence[DataFlowTaskReportArgs]] = None,
            same_name_file_policy: Optional[str] = None,
            start_time: Optional[str] = None,
            status: Optional[str] = None,
            sub_path: Optional[str] = None,
            task_action: Optional[str] = None,
            tls_info: Optional[DataFlowTaskTlsInfoArgs] = None,
            total_size: Optional[str] = None,
            update_time: Optional[str] = None) -> DataFlowTask
    func GetDataFlowTask(ctx *Context, name string, id IDInput, state *DataFlowTaskState, opts ...ResourceOption) (*DataFlowTask, error)
    public static DataFlowTask Get(string name, Input<string> id, DataFlowTaskState? state, CustomResourceOptions? opts = null)
    public static DataFlowTask get(String name, Output<String> id, DataFlowTaskState state, CustomResourceOptions options)
    resources:  _:    type: volcenginecc:vepfs:DataFlowTask    get:      id: ${id}
    import {
      to = volcenginecc_vepfs_data_flow_task.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CreateTime string
    Task creation time.
    DataFlowTaskId string
    Data flow task ID.
    DataStorage string
    Source storage (TOS bucket) name.
    DataStoragePath string
    Bucket path prefix.
    DataType string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    DeletePolicy Volcengine.DataFlowTaskDeletePolicy
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    EnableTlsLog bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    EndTime string
    Task end time.
    EntryListFileInfo Volcengine.DataFlowTaskEntryListFileInfo
    List file information for task execution.
    EntryListFileUrl string
    Download link for the list file used in task execution.
    ExecCount string
    Completed operations (applies to preheating and settling tasks).
    ExecSize string
    Executed task capacity.
    ExportSymlinkPolicy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    FailedCount string
    Total number of failures after being added to the queue.
    FileSystemId string
    File system ID.
    FilesetId string
    Fileset ID。
    FilesetPath string
    Fileset path.
    QueueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    Reports List<Volcengine.DataFlowTaskReport>
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    SameNameFilePolicy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    StartTime string
    Task start time.
    Status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    SubPath string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    TaskAction string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    TlsInfo Volcengine.DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    TotalSize string
    Total task capacity.
    UpdateTime string
    Task modification time.
    CreateTime string
    Task creation time.
    DataFlowTaskId string
    Data flow task ID.
    DataStorage string
    Source storage (TOS bucket) name.
    DataStoragePath string
    Bucket path prefix.
    DataType string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    DeletePolicy DataFlowTaskDeletePolicyArgs
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    EnableTlsLog bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    EndTime string
    Task end time.
    EntryListFileInfo DataFlowTaskEntryListFileInfoArgs
    List file information for task execution.
    EntryListFileUrl string
    Download link for the list file used in task execution.
    ExecCount string
    Completed operations (applies to preheating and settling tasks).
    ExecSize string
    Executed task capacity.
    ExportSymlinkPolicy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    FailedCount string
    Total number of failures after being added to the queue.
    FileSystemId string
    File system ID.
    FilesetId string
    Fileset ID。
    FilesetPath string
    Fileset path.
    QueueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    Reports []DataFlowTaskReportArgs
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    SameNameFilePolicy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    StartTime string
    Task start time.
    Status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    SubPath string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    TaskAction string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    TlsInfo DataFlowTaskTlsInfoArgs
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    TotalSize string
    Total task capacity.
    UpdateTime string
    Task modification time.
    create_time string
    Task creation time.
    data_flow_task_id string
    Data flow task ID.
    data_storage string
    Source storage (TOS bucket) name.
    data_storage_path string
    Bucket path prefix.
    data_type string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    delete_policy object
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enable_tls_log bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    end_time string
    Task end time.
    entry_list_file_info object
    List file information for task execution.
    entry_list_file_url string
    Download link for the list file used in task execution.
    exec_count string
    Completed operations (applies to preheating and settling tasks).
    exec_size string
    Executed task capacity.
    export_symlink_policy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    failed_count string
    Total number of failures after being added to the queue.
    file_system_id string
    File system ID.
    fileset_id string
    Fileset ID。
    fileset_path string
    Fileset path.
    queue_count string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports list(object)
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    same_name_file_policy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    start_time string
    Task start time.
    status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    sub_path string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    task_action string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    tls_info object
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    total_size string
    Total task capacity.
    update_time string
    Task modification time.
    createTime String
    Task creation time.
    dataFlowTaskId String
    Data flow task ID.
    dataStorage String
    Source storage (TOS bucket) name.
    dataStoragePath String
    Bucket path prefix.
    dataType String
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    deletePolicy DataFlowTaskDeletePolicy
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enableTlsLog Boolean
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    endTime String
    Task end time.
    entryListFileInfo DataFlowTaskEntryListFileInfo
    List file information for task execution.
    entryListFileUrl String
    Download link for the list file used in task execution.
    execCount String
    Completed operations (applies to preheating and settling tasks).
    execSize String
    Executed task capacity.
    exportSymlinkPolicy String
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    failedCount String
    Total number of failures after being added to the queue.
    fileSystemId String
    File system ID.
    filesetId String
    Fileset ID。
    filesetPath String
    Fileset path.
    queueCount String
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports List<DataFlowTaskReport>
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    sameNameFilePolicy String
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    startTime String
    Task start time.
    status String
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    subPath String
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    taskAction String
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    tlsInfo DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    totalSize String
    Total task capacity.
    updateTime String
    Task modification time.
    createTime string
    Task creation time.
    dataFlowTaskId string
    Data flow task ID.
    dataStorage string
    Source storage (TOS bucket) name.
    dataStoragePath string
    Bucket path prefix.
    dataType string
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    deletePolicy DataFlowTaskDeletePolicy
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enableTlsLog boolean
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    endTime string
    Task end time.
    entryListFileInfo DataFlowTaskEntryListFileInfo
    List file information for task execution.
    entryListFileUrl string
    Download link for the list file used in task execution.
    execCount string
    Completed operations (applies to preheating and settling tasks).
    execSize string
    Executed task capacity.
    exportSymlinkPolicy string
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    failedCount string
    Total number of failures after being added to the queue.
    fileSystemId string
    File system ID.
    filesetId string
    Fileset ID。
    filesetPath string
    Fileset path.
    queueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports DataFlowTaskReport[]
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    sameNameFilePolicy string
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    startTime string
    Task start time.
    status string
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    subPath string
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    taskAction string
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    tlsInfo DataFlowTaskTlsInfo
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    totalSize string
    Total task capacity.
    updateTime string
    Task modification time.
    create_time str
    Task creation time.
    data_flow_task_id str
    Data flow task ID.
    data_storage str
    Source storage (TOS bucket) name.
    data_storage_path str
    Bucket path prefix.
    data_type str
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    delete_policy DataFlowTaskDeletePolicyArgs
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enable_tls_log bool
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    end_time str
    Task end time.
    entry_list_file_info DataFlowTaskEntryListFileInfoArgs
    List file information for task execution.
    entry_list_file_url str
    Download link for the list file used in task execution.
    exec_count str
    Completed operations (applies to preheating and settling tasks).
    exec_size str
    Executed task capacity.
    export_symlink_policy str
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    failed_count str
    Total number of failures after being added to the queue.
    file_system_id str
    File system ID.
    fileset_id str
    Fileset ID。
    fileset_path str
    Fileset path.
    queue_count str
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports Sequence[DataFlowTaskReportArgs]
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    same_name_file_policy str
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    start_time str
    Task start time.
    status str
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    sub_path str
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    task_action str
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    tls_info DataFlowTaskTlsInfoArgs
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    total_size str
    Total task capacity.
    update_time str
    Task modification time.
    createTime String
    Task creation time.
    dataFlowTaskId String
    Data flow task ID.
    dataStorage String
    Source storage (TOS bucket) name.
    dataStoragePath String
    Bucket path prefix.
    dataType String
    Data type operated on by the task. Metadata: Metadata; MetaAndData: Metadata and data.
    deletePolicy Property Map
    Deletion policy. Required when the task type is Delete (TaskAction = Delete).
    enableTlsLog Boolean
    Whether to enable TLS log analysis. Only provided in the create request; the server responds with detailed information via TlsInfo.
    endTime String
    Task end time.
    entryListFileInfo Property Map
    List file information for task execution.
    entryListFileUrl String
    Download link for the list file used in task execution.
    execCount String
    Completed operations (applies to preheating and settling tasks).
    execSize String
    Executed task capacity.
    exportSymlinkPolicy String
    Export task symlink handling policy. Skip: skip symlink files; NormalFile: export as independent files.
    failedCount String
    Total number of failures after being added to the queue.
    fileSystemId String
    File system ID.
    filesetId String
    Fileset ID。
    filesetPath String
    Fileset path.
    queueCount String
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports List<Property Map>
    Task report list. Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
    sameNameFilePolicy String
    Same-name file policy. Skip: Skip files with the same name; KeepLatest: Keep the latest file; OverWrite: Overwrite files with the same name.
    startTime String
    Task start time.
    status String
    Task status. Creating: Creating; Running: Running; Finished: Finished; Canceling: Canceling; Canceled: Canceled; Deleting: Deleting; Error: Error; Deleted: Deleted.
    subPath String
    Subpath under Fileset (represents the full file system path if Fileset ID is not specified).
    taskAction String
    Task type. Import: Preheating task; Export: Settling task; Inventory: Reconciliation task; Delete: Deletion task.
    tlsInfo Property Map
    TLS log information. Displayed by the server only if TLS log analysis (EnableTlsLog=true) is enabled during creation.
    totalSize String
    Total task capacity.
    updateTime String
    Task modification time.

    Supporting Types

    DataFlowTaskDeletePolicy, DataFlowTaskDeletePolicyArgs

    DeleteTimeBefore string
    Specify the deletion time (data before this time will be deleted), in milliseconds.
    Rule string
    Deletion rule. DELETETYPEONLYFS: Delete only objects in the file system; DELETETYPEFSWITHLATESTOBJECT: Delete objects in the file system and their latest TOS object versions; DELETETYPEFSWITHALLVERSION_OBJECT: Delete objects in the file system and all their TOS object versions.
    DeleteTimeBefore string
    Specify the deletion time (data before this time will be deleted), in milliseconds.
    Rule string
    Deletion rule. DELETETYPEONLYFS: Delete only objects in the file system; DELETETYPEFSWITHLATESTOBJECT: Delete objects in the file system and their latest TOS object versions; DELETETYPEFSWITHALLVERSION_OBJECT: Delete objects in the file system and all their TOS object versions.
    delete_time_before string
    Specify the deletion time (data before this time will be deleted), in milliseconds.
    rule string
    Deletion rule. DELETETYPEONLYFS: Delete only objects in the file system; DELETETYPEFSWITHLATESTOBJECT: Delete objects in the file system and their latest TOS object versions; DELETETYPEFSWITHALLVERSION_OBJECT: Delete objects in the file system and all their TOS object versions.
    deleteTimeBefore String
    Specify the deletion time (data before this time will be deleted), in milliseconds.
    rule String
    Deletion rule. DELETETYPEONLYFS: Delete only objects in the file system; DELETETYPEFSWITHLATESTOBJECT: Delete objects in the file system and their latest TOS object versions; DELETETYPEFSWITHALLVERSION_OBJECT: Delete objects in the file system and all their TOS object versions.
    deleteTimeBefore string
    Specify the deletion time (data before this time will be deleted), in milliseconds.
    rule string
    Deletion rule. DELETETYPEONLYFS: Delete only objects in the file system; DELETETYPEFSWITHLATESTOBJECT: Delete objects in the file system and their latest TOS object versions; DELETETYPEFSWITHALLVERSION_OBJECT: Delete objects in the file system and all their TOS object versions.
    delete_time_before str
    Specify the deletion time (data before this time will be deleted), in milliseconds.
    rule str
    Deletion rule. DELETETYPEONLYFS: Delete only objects in the file system; DELETETYPEFSWITHLATESTOBJECT: Delete objects in the file system and their latest TOS object versions; DELETETYPEFSWITHALLVERSION_OBJECT: Delete objects in the file system and all their TOS object versions.
    deleteTimeBefore String
    Specify the deletion time (data before this time will be deleted), in milliseconds.
    rule String
    Deletion rule. DELETETYPEONLYFS: Delete only objects in the file system; DELETETYPEFSWITHLATESTOBJECT: Delete objects in the file system and their latest TOS object versions; DELETETYPEFSWITHALLVERSION_OBJECT: Delete objects in the file system and all their TOS object versions.

    DataFlowTaskEntryListFileInfo, DataFlowTaskEntryListFileInfoArgs

    FileBucket string
    TOS bucket containing the list file for task execution. Required when using a list file from the user's TOS bucket for preheating or settling.
    FileKey string
    Identifier for the list file used in task execution. For local list files, this is the identifier returned by CreatePreSignedUrl; for list files in the user's TOS bucket, this is the object path of the list file.
    FileName string
    Name of the list file for task execution. Required when using either a local list file or a list file from the user's TOS bucket for preheating or settling.
    FileBucket string
    TOS bucket containing the list file for task execution. Required when using a list file from the user's TOS bucket for preheating or settling.
    FileKey string
    Identifier for the list file used in task execution. For local list files, this is the identifier returned by CreatePreSignedUrl; for list files in the user's TOS bucket, this is the object path of the list file.
    FileName string
    Name of the list file for task execution. Required when using either a local list file or a list file from the user's TOS bucket for preheating or settling.
    file_bucket string
    TOS bucket containing the list file for task execution. Required when using a list file from the user's TOS bucket for preheating or settling.
    file_key string
    Identifier for the list file used in task execution. For local list files, this is the identifier returned by CreatePreSignedUrl; for list files in the user's TOS bucket, this is the object path of the list file.
    file_name string
    Name of the list file for task execution. Required when using either a local list file or a list file from the user's TOS bucket for preheating or settling.
    fileBucket String
    TOS bucket containing the list file for task execution. Required when using a list file from the user's TOS bucket for preheating or settling.
    fileKey String
    Identifier for the list file used in task execution. For local list files, this is the identifier returned by CreatePreSignedUrl; for list files in the user's TOS bucket, this is the object path of the list file.
    fileName String
    Name of the list file for task execution. Required when using either a local list file or a list file from the user's TOS bucket for preheating or settling.
    fileBucket string
    TOS bucket containing the list file for task execution. Required when using a list file from the user's TOS bucket for preheating or settling.
    fileKey string
    Identifier for the list file used in task execution. For local list files, this is the identifier returned by CreatePreSignedUrl; for list files in the user's TOS bucket, this is the object path of the list file.
    fileName string
    Name of the list file for task execution. Required when using either a local list file or a list file from the user's TOS bucket for preheating or settling.
    file_bucket str
    TOS bucket containing the list file for task execution. Required when using a list file from the user's TOS bucket for preheating or settling.
    file_key str
    Identifier for the list file used in task execution. For local list files, this is the identifier returned by CreatePreSignedUrl; for list files in the user's TOS bucket, this is the object path of the list file.
    file_name str
    Name of the list file for task execution. Required when using either a local list file or a list file from the user's TOS bucket for preheating or settling.
    fileBucket String
    TOS bucket containing the list file for task execution. Required when using a list file from the user's TOS bucket for preheating or settling.
    fileKey String
    Identifier for the list file used in task execution. For local list files, this is the identifier returned by CreatePreSignedUrl; for list files in the user's TOS bucket, this is the object path of the list file.
    fileName String
    Name of the list file for task execution. Required when using either a local list file or a list file from the user's TOS bucket for preheating or settling.

    DataFlowTaskReport, DataFlowTaskReportArgs

    Path string
    Download link for the report.
    Type string
    Report type. TotalFiles: all files; FailedFiles: failure report; SuccessFiles: success report; InventoryFiles: reconciliation report.
    Path string
    Download link for the report.
    Type string
    Report type. TotalFiles: all files; FailedFiles: failure report; SuccessFiles: success report; InventoryFiles: reconciliation report.
    path string
    Download link for the report.
    type string
    Report type. TotalFiles: all files; FailedFiles: failure report; SuccessFiles: success report; InventoryFiles: reconciliation report.
    path String
    Download link for the report.
    type String
    Report type. TotalFiles: all files; FailedFiles: failure report; SuccessFiles: success report; InventoryFiles: reconciliation report.
    path string
    Download link for the report.
    type string
    Report type. TotalFiles: all files; FailedFiles: failure report; SuccessFiles: success report; InventoryFiles: reconciliation report.
    path str
    Download link for the report.
    type str
    Report type. TotalFiles: all files; FailedFiles: failure report; SuccessFiles: success report; InventoryFiles: reconciliation report.
    path String
    Download link for the report.
    type String
    Report type. TotalFiles: all files; FailedFiles: failure report; SuccessFiles: success report; InventoryFiles: reconciliation report.

    DataFlowTaskTlsInfo, DataFlowTaskTlsInfoArgs

    Enable bool
    Whether to enable TLS log.
    ProjectId string
    TLS log project ID.
    ProjectName string
    TLS log project name.
    ProjectUrl string
    Redirect URL for the TLS log project.
    TopicEmbeddedUrl string
    Embedded address of the TLS log topic.
    TopicId string
    TLS log topic ID.
    TopicName string
    TLS log topic name.
    TopicUrl string
    Redirect URL for TLS log topic.
    Enable bool
    Whether to enable TLS log.
    ProjectId string
    TLS log project ID.
    ProjectName string
    TLS log project name.
    ProjectUrl string
    Redirect URL for the TLS log project.
    TopicEmbeddedUrl string
    Embedded address of the TLS log topic.
    TopicId string
    TLS log topic ID.
    TopicName string
    TLS log topic name.
    TopicUrl string
    Redirect URL for TLS log topic.
    enable bool
    Whether to enable TLS log.
    project_id string
    TLS log project ID.
    project_name string
    TLS log project name.
    project_url string
    Redirect URL for the TLS log project.
    topic_embedded_url string
    Embedded address of the TLS log topic.
    topic_id string
    TLS log topic ID.
    topic_name string
    TLS log topic name.
    topic_url string
    Redirect URL for TLS log topic.
    enable Boolean
    Whether to enable TLS log.
    projectId String
    TLS log project ID.
    projectName String
    TLS log project name.
    projectUrl String
    Redirect URL for the TLS log project.
    topicEmbeddedUrl String
    Embedded address of the TLS log topic.
    topicId String
    TLS log topic ID.
    topicName String
    TLS log topic name.
    topicUrl String
    Redirect URL for TLS log topic.
    enable boolean
    Whether to enable TLS log.
    projectId string
    TLS log project ID.
    projectName string
    TLS log project name.
    projectUrl string
    Redirect URL for the TLS log project.
    topicEmbeddedUrl string
    Embedded address of the TLS log topic.
    topicId string
    TLS log topic ID.
    topicName string
    TLS log topic name.
    topicUrl string
    Redirect URL for TLS log topic.
    enable bool
    Whether to enable TLS log.
    project_id str
    TLS log project ID.
    project_name str
    TLS log project name.
    project_url str
    Redirect URL for the TLS log project.
    topic_embedded_url str
    Embedded address of the TLS log topic.
    topic_id str
    TLS log topic ID.
    topic_name str
    TLS log topic name.
    topic_url str
    Redirect URL for TLS log topic.
    enable Boolean
    Whether to enable TLS log.
    projectId String
    TLS log project ID.
    projectName String
    TLS log project name.
    projectUrl String
    Redirect URL for the TLS log project.
    topicEmbeddedUrl String
    Embedded address of the TLS log topic.
    topicId String
    TLS log topic ID.
    topicName String
    TLS log topic name.
    topicUrl String
    Redirect URL for TLS log topic.

    Import

    $ pulumi import volcenginecc:vepfs/dataFlowTask:DataFlowTask example "file_system_id|data_flow_task_id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.60
    published on Thursday, Sep 3, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial