tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataDataBackfillInstances
tencentcloud 1.82.35 published on Friday, Nov 7, 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 dictionaryThe following arguments are supported:
- Data
Backfill stringPlan Id - Backfill plan Id.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Id string
- Result
Output stringFile - Used to save results.
- Data
Backfill stringPlan Id - Backfill plan Id.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Id string
- Result
Output stringFile - Used to save results.
- data
Backfill StringPlan Id - Backfill plan Id.
- project
Id String - Project ID.
- task
Id String - Task ID.
- id String
- result
Output StringFile - Used to save results.
- data
Backfill stringPlan Id - Backfill plan Id.
- project
Id string - Project ID.
- task
Id string - Task ID.
- id string
- result
Output stringFile - Used to save results.
- data_
backfill_ strplan_ id - Backfill plan Id.
- project_
id str - Project ID.
- task_
id str - Task ID.
- id str
- result_
output_ strfile - Used to save results.
- data
Backfill StringPlan Id - Backfill plan Id.
- project
Id String - Project ID.
- task
Id String - Task ID.
- id String
- result
Output StringFile - Used to save results.
getWedataDataBackfillInstances Result
The following output properties are available:
- Data
Backfill stringPlan Id - Datas
List<Get
Wedata Data Backfill Instances Data> - All backfill instances under one backfill plan.
- Id string
- Project
Id string - Task
Id string - Result
Output stringFile
- Data
Backfill stringPlan Id - Datas
[]Get
Wedata Data Backfill Instances Data - All backfill instances under one backfill plan.
- Id string
- Project
Id string - Task
Id string - Result
Output stringFile
- data
Backfill StringPlan Id - datas
List<Get
Wedata Data Backfill Instances Data> - All backfill instances under one backfill plan.
- id String
- project
Id String - task
Id String - result
Output StringFile
- data
Backfill stringPlan Id - datas
Get
Wedata Data Backfill Instances Data[] - All backfill instances under one backfill plan.
- id string
- project
Id string - task
Id string - result
Output stringFile
- data_
backfill_ strplan_ id - datas
Sequence[Get
Wedata Data Backfill Instances Data] - All backfill instances under one backfill plan.
- id str
- project_
id str - task_
id str - result_
output_ strfile
- data
Backfill StringPlan Id - datas List<Property Map>
- All backfill instances under one backfill plan.
- id String
- project
Id String - task
Id String - result
Output StringFile
Supporting Types
GetWedataDataBackfillInstancesData
- Items
List<Get
Wedata Data Backfill Instances Data Item> - Page
Number double - Page
Size double - Total
Count double - Total
Page doubleNumber
- Items
[]Get
Wedata Data Backfill Instances Data Item - Page
Number float64 - Page
Size float64 - Total
Count float64 - Total
Page float64Number
- items
List<Get
Wedata Data Backfill Instances Data Item> - page
Number Double - page
Size Double - total
Count Double - total
Page DoubleNumber
- items
Get
Wedata Data Backfill Instances Data Item[] - page
Number number - page
Size number - total
Count number - total
Page numberNumber
- items List<Property Map>
- page
Number Number - page
Size Number - total
Count Number - total
Page NumberNumber
GetWedataDataBackfillInstancesDataItem
- cost_
time str - cur_
run_ strdate - end_
time str - start_
time str - state str
- task_
id str - Task ID.
- task_
name str
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
