1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vepfs
  6. getDataFlowTask
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

    Data Source schema for Volcengine::VEPFS::DataFlowTask

    Using getDataFlowTask

    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 getDataFlowTask(args: GetDataFlowTaskArgs, opts?: InvokeOptions): Promise<GetDataFlowTaskResult>
    function getDataFlowTaskOutput(args: GetDataFlowTaskOutputArgs, opts?: InvokeOutputOptions): Output<GetDataFlowTaskResult>
    def get_data_flow_task(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDataFlowTaskResult
    def get_data_flow_task_output(id: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetDataFlowTaskResult]
    func LookupDataFlowTask(ctx *Context, args *LookupDataFlowTaskArgs, opts ...InvokeOption) (*LookupDataFlowTaskResult, error)
    func LookupDataFlowTaskOutput(ctx *Context, args *LookupDataFlowTaskOutputArgs, opts ...InvokeOption) LookupDataFlowTaskResultOutput

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

    public static class GetDataFlowTask 
    {
        public static Task<GetDataFlowTaskResult> InvokeAsync(GetDataFlowTaskArgs args, InvokeOptions? opts = null)
        public static Output<GetDataFlowTaskResult> Invoke(GetDataFlowTaskInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetDataFlowTaskResult> Invoke(GetDataFlowTaskInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetDataFlowTaskResult> getDataFlowTask(GetDataFlowTaskArgs args, InvokeOptions options)
    public static Output<GetDataFlowTaskResult> getDataFlowTask(GetDataFlowTaskArgs args, InvokeOptions options)
    public static Output<GetDataFlowTaskResult> getDataFlowTask(GetDataFlowTaskArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: volcenginecc:vepfs/getDataFlowTask:getDataFlowTask
      arguments:
        # arguments dictionary
    data "volcenginecc_vepfs_get_data_flow_task" "name" {
        # arguments
    }

    The following arguments are supported:

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

    getDataFlowTask Result

    The following output properties are available:

    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.GetDataFlowTaskDeletePolicy
    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.GetDataFlowTaskEntryListFileInfo
    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.
    Id string
    Uniquely identifies the resource.
    QueueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    Reports List<Volcengine.GetDataFlowTaskReport>
    Task report list.
    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.GetDataFlowTaskTlsInfo
    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 GetDataFlowTaskDeletePolicy
    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 GetDataFlowTaskEntryListFileInfo
    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.
    Id string
    Uniquely identifies the resource.
    QueueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    Reports []GetDataFlowTaskReport
    Task report list.
    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 GetDataFlowTaskTlsInfo
    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.
    id string
    Uniquely identifies the resource.
    queue_count string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports list(object)
    Task report list.
    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 GetDataFlowTaskDeletePolicy
    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 GetDataFlowTaskEntryListFileInfo
    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.
    id String
    Uniquely identifies the resource.
    queueCount String
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports List<GetDataFlowTaskReport>
    Task report list.
    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 GetDataFlowTaskTlsInfo
    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 GetDataFlowTaskDeletePolicy
    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 GetDataFlowTaskEntryListFileInfo
    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.
    id string
    Uniquely identifies the resource.
    queueCount string
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports GetDataFlowTaskReport[]
    Task report list.
    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 GetDataFlowTaskTlsInfo
    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 GetDataFlowTaskDeletePolicy
    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 GetDataFlowTaskEntryListFileInfo
    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.
    id str
    Uniquely identifies the resource.
    queue_count str
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports Sequence[GetDataFlowTaskReport]
    Task report list.
    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 GetDataFlowTaskTlsInfo
    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.
    id String
    Uniquely identifies the resource.
    queueCount String
    Total number of operations added to the queue (valid for preheating and settling tasks).
    reports List<Property Map>
    Task report list.
    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

    GetDataFlowTaskDeletePolicy

    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.

    GetDataFlowTaskEntryListFileInfo

    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.

    GetDataFlowTaskReport

    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.

    GetDataFlowTaskTlsInfo

    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.

    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