1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataDataBackfillInstances
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

tencentcloud.getWedataDataBackfillInstances

Start a Neo task
Explain and create a tencentcloud.getWedataDataBackfillInstances resource
tencentcloud logo
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

    Use this data source to query detailed information of wedata data backfill instances

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataDataBackfillInstances = tencentcloud.getWedataDataBackfillInstances({
        projectId: "1859317240494305280",
        dataBackfillPlanId: "deb71ea1-f708-47ab-8eb6-491ce5b9c011",
        taskId: "20231011152006462",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_data_backfill_instances = tencentcloud.get_wedata_data_backfill_instances(project_id="1859317240494305280",
        data_backfill_plan_id="deb71ea1-f708-47ab-8eb6-491ce5b9c011",
        task_id="20231011152006462")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.GetWedataDataBackfillInstances(ctx, &tencentcloud.GetWedataDataBackfillInstancesArgs{
    			ProjectId:          "1859317240494305280",
    			DataBackfillPlanId: "deb71ea1-f708-47ab-8eb6-491ce5b9c011",
    			TaskId:             "20231011152006462",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var wedataDataBackfillInstances = Tencentcloud.GetWedataDataBackfillInstances.Invoke(new()
        {
            ProjectId = "1859317240494305280",
            DataBackfillPlanId = "deb71ea1-f708-47ab-8eb6-491ce5b9c011",
            TaskId = "20231011152006462",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetWedataDataBackfillInstancesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var wedataDataBackfillInstances = TencentcloudFunctions.getWedataDataBackfillInstances(GetWedataDataBackfillInstancesArgs.builder()
                .projectId("1859317240494305280")
                .dataBackfillPlanId("deb71ea1-f708-47ab-8eb6-491ce5b9c011")
                .taskId("20231011152006462")
                .build());
    
        }
    }
    
    variables:
      wedataDataBackfillInstances:
        fn::invoke:
          function: tencentcloud:getWedataDataBackfillInstances
          arguments:
            projectId: '1859317240494305280'
            dataBackfillPlanId: deb71ea1-f708-47ab-8eb6-491ce5b9c011
            taskId: '20231011152006462'
    

    Using getWedataDataBackfillInstances

    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 getWedataDataBackfillInstances(args: GetWedataDataBackfillInstancesArgs, opts?: InvokeOptions): Promise<GetWedataDataBackfillInstancesResult>
    function getWedataDataBackfillInstancesOutput(args: GetWedataDataBackfillInstancesOutputArgs, opts?: InvokeOptions): Output<GetWedataDataBackfillInstancesResult>
    def get_wedata_data_backfill_instances(data_backfill_plan_id: Optional[str] = None,
                                           id: Optional[str] = None,
                                           project_id: Optional[str] = None,
                                           result_output_file: Optional[str] = None,
                                           task_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetWedataDataBackfillInstancesResult
    def get_wedata_data_backfill_instances_output(data_backfill_plan_id: Optional[pulumi.Input[str]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           project_id: Optional[pulumi.Input[str]] = None,
                                           result_output_file: Optional[pulumi.Input[str]] = None,
                                           task_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetWedataDataBackfillInstancesResult]
    func GetWedataDataBackfillInstances(ctx *Context, args *GetWedataDataBackfillInstancesArgs, opts ...InvokeOption) (*GetWedataDataBackfillInstancesResult, error)
    func GetWedataDataBackfillInstancesOutput(ctx *Context, args *GetWedataDataBackfillInstancesOutputArgs, opts ...InvokeOption) GetWedataDataBackfillInstancesResultOutput

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

    public static class GetWedataDataBackfillInstances 
    {
        public static Task<GetWedataDataBackfillInstancesResult> InvokeAsync(GetWedataDataBackfillInstancesArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataDataBackfillInstancesResult> Invoke(GetWedataDataBackfillInstancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataDataBackfillInstancesResult> getWedataDataBackfillInstances(GetWedataDataBackfillInstancesArgs args, InvokeOptions options)
    public static Output<GetWedataDataBackfillInstancesResult> getWedataDataBackfillInstances(GetWedataDataBackfillInstancesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataDataBackfillInstances:getWedataDataBackfillInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataBackfillPlanId string
    Backfill plan Id.
    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    Id string
    ResultOutputFile string
    Used to save results.
    DataBackfillPlanId string
    Backfill plan Id.
    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    Id string
    ResultOutputFile string
    Used to save results.
    dataBackfillPlanId String
    Backfill plan Id.
    projectId String
    Project ID.
    taskId String
    Task ID.
    id String
    resultOutputFile String
    Used to save results.
    dataBackfillPlanId string
    Backfill plan Id.
    projectId string
    Project ID.
    taskId string
    Task ID.
    id string
    resultOutputFile string
    Used to save results.
    data_backfill_plan_id str
    Backfill plan Id.
    project_id str
    Project ID.
    task_id str
    Task ID.
    id str
    result_output_file str
    Used to save results.
    dataBackfillPlanId String
    Backfill plan Id.
    projectId String
    Project ID.
    taskId String
    Task ID.
    id String
    resultOutputFile String
    Used to save results.

    getWedataDataBackfillInstances Result

    The following output properties are available:

    DataBackfillPlanId string
    Datas List<GetWedataDataBackfillInstancesData>
    All backfill instances under one backfill plan.
    Id string
    ProjectId string
    TaskId string
    ResultOutputFile string
    DataBackfillPlanId string
    Datas []GetWedataDataBackfillInstancesData
    All backfill instances under one backfill plan.
    Id string
    ProjectId string
    TaskId string
    ResultOutputFile string
    dataBackfillPlanId String
    datas List<GetWedataDataBackfillInstancesData>
    All backfill instances under one backfill plan.
    id String
    projectId String
    taskId String
    resultOutputFile String
    dataBackfillPlanId string
    datas GetWedataDataBackfillInstancesData[]
    All backfill instances under one backfill plan.
    id string
    projectId string
    taskId string
    resultOutputFile string
    dataBackfillPlanId String
    datas List<Property Map>
    All backfill instances under one backfill plan.
    id String
    projectId String
    taskId String
    resultOutputFile String

    Supporting Types

    GetWedataDataBackfillInstancesData

    GetWedataDataBackfillInstancesDataItem

    CostTime string
    CurRunDate string
    EndTime string
    StartTime string
    State string
    TaskId string
    Task ID.
    TaskName string
    CostTime string
    CurRunDate string
    EndTime string
    StartTime string
    State string
    TaskId string
    Task ID.
    TaskName string
    costTime String
    curRunDate String
    endTime String
    startTime String
    state String
    taskId String
    Task ID.
    taskName String
    costTime string
    curRunDate string
    endTime string
    startTime string
    state string
    taskId string
    Task ID.
    taskName string
    costTime String
    curRunDate String
    endTime String
    startTime String
    state String
    taskId String
    Task ID.
    taskName String

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate