1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataDataBackfillPlan
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

tencentcloud.getWedataDataBackfillPlan

Get Started
tencentcloud logo
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataDataBackfillPlan = tencentcloud.getWedataDataBackfillPlan({
        projectId: "1859317240494305280",
        dataBackfillPlanId: "deb71ea1-f708-47ab-8eb6-491ce5b9c011",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_data_backfill_plan = tencentcloud.get_wedata_data_backfill_plan(project_id="1859317240494305280",
        data_backfill_plan_id="deb71ea1-f708-47ab-8eb6-491ce5b9c011")
    
    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.GetWedataDataBackfillPlan(ctx, &tencentcloud.GetWedataDataBackfillPlanArgs{
    			ProjectId:          "1859317240494305280",
    			DataBackfillPlanId: "deb71ea1-f708-47ab-8eb6-491ce5b9c011",
    		}, 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 wedataDataBackfillPlan = Tencentcloud.GetWedataDataBackfillPlan.Invoke(new()
        {
            ProjectId = "1859317240494305280",
            DataBackfillPlanId = "deb71ea1-f708-47ab-8eb6-491ce5b9c011",
        });
    
    });
    
    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.GetWedataDataBackfillPlanArgs;
    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 wedataDataBackfillPlan = TencentcloudFunctions.getWedataDataBackfillPlan(GetWedataDataBackfillPlanArgs.builder()
                .projectId("1859317240494305280")
                .dataBackfillPlanId("deb71ea1-f708-47ab-8eb6-491ce5b9c011")
                .build());
    
        }
    }
    
    variables:
      wedataDataBackfillPlan:
        fn::invoke:
          function: tencentcloud:getWedataDataBackfillPlan
          arguments:
            projectId: '1859317240494305280'
            dataBackfillPlanId: deb71ea1-f708-47ab-8eb6-491ce5b9c011
    

    Using getWedataDataBackfillPlan

    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 getWedataDataBackfillPlan(args: GetWedataDataBackfillPlanArgs, opts?: InvokeOptions): Promise<GetWedataDataBackfillPlanResult>
    function getWedataDataBackfillPlanOutput(args: GetWedataDataBackfillPlanOutputArgs, opts?: InvokeOptions): Output<GetWedataDataBackfillPlanResult>
    def get_wedata_data_backfill_plan(data_backfill_plan_id: Optional[str] = None,
                                      id: Optional[str] = None,
                                      project_id: Optional[str] = None,
                                      result_output_file: Optional[str] = None,
                                      time_zone: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetWedataDataBackfillPlanResult
    def get_wedata_data_backfill_plan_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,
                                      time_zone: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetWedataDataBackfillPlanResult]
    func GetWedataDataBackfillPlan(ctx *Context, args *GetWedataDataBackfillPlanArgs, opts ...InvokeOption) (*GetWedataDataBackfillPlanResult, error)
    func GetWedataDataBackfillPlanOutput(ctx *Context, args *GetWedataDataBackfillPlanOutputArgs, opts ...InvokeOption) GetWedataDataBackfillPlanResultOutput

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

    public static class GetWedataDataBackfillPlan 
    {
        public static Task<GetWedataDataBackfillPlanResult> InvokeAsync(GetWedataDataBackfillPlanArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataDataBackfillPlanResult> Invoke(GetWedataDataBackfillPlanInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataDataBackfillPlanResult> getWedataDataBackfillPlan(GetWedataDataBackfillPlanArgs args, InvokeOptions options)
    public static Output<GetWedataDataBackfillPlanResult> getWedataDataBackfillPlan(GetWedataDataBackfillPlanArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataDataBackfillPlan:getWedataDataBackfillPlan
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataBackfillPlanId string
    Backfill Plan ID.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    TimeZone string
    Display time zone, default UTC+8.
    DataBackfillPlanId string
    Backfill Plan ID.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    TimeZone string
    Display time zone, default UTC+8.
    dataBackfillPlanId String
    Backfill Plan ID.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.
    timeZone String
    Display time zone, default UTC+8.
    dataBackfillPlanId string
    Backfill Plan ID.
    projectId string
    Project ID.
    id string
    resultOutputFile string
    Used to save results.
    timeZone string
    Display time zone, default UTC+8.
    data_backfill_plan_id str
    Backfill Plan ID.
    project_id str
    Project ID.
    id str
    result_output_file str
    Used to save results.
    time_zone str
    Display time zone, default UTC+8.
    dataBackfillPlanId String
    Backfill Plan ID.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.
    timeZone String
    Display time zone, default UTC+8.

    getWedataDataBackfillPlan Result

    The following output properties are available:

    dataBackfillPlanId String
    datas List<Property Map>
    Backfill details.
    id String
    projectId String
    resultOutputFile String
    timeZone String

    Supporting Types

    GetWedataDataBackfillPlanData

    GetWedataDataBackfillPlanDataDataBackfillRangeList

    GetWedataDataBackfillPlanDataRedefineParamList

    K string
    V string
    K string
    V string
    k String
    v String
    k string
    v string
    k str
    v str
    k String
    v 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.35 published on Friday, Nov 7, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate