tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataDownstreamTasks
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata wedata_downstream_tasks
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataDownstreamTasks = tencentcloud.getWedataDownstreamTasks({
projectId: "2905622749543821312",
taskId: "20251015164958429",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_downstream_tasks = tencentcloud.get_wedata_downstream_tasks(project_id="2905622749543821312",
task_id="20251015164958429")
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.GetWedataDownstreamTasks(ctx, &tencentcloud.GetWedataDownstreamTasksArgs{
ProjectId: "2905622749543821312",
TaskId: "20251015164958429",
}, 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 wedataDownstreamTasks = Tencentcloud.GetWedataDownstreamTasks.Invoke(new()
{
ProjectId = "2905622749543821312",
TaskId = "20251015164958429",
});
});
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.GetWedataDownstreamTasksArgs;
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 wedataDownstreamTasks = TencentcloudFunctions.getWedataDownstreamTasks(GetWedataDownstreamTasksArgs.builder()
.projectId("2905622749543821312")
.taskId("20251015164958429")
.build());
}
}
variables:
wedataDownstreamTasks:
fn::invoke:
function: tencentcloud:getWedataDownstreamTasks
arguments:
projectId: '2905622749543821312'
taskId: '20251015164958429'
Using getWedataDownstreamTasks
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 getWedataDownstreamTasks(args: GetWedataDownstreamTasksArgs, opts?: InvokeOptions): Promise<GetWedataDownstreamTasksResult>
function getWedataDownstreamTasksOutput(args: GetWedataDownstreamTasksOutputArgs, opts?: InvokeOptions): Output<GetWedataDownstreamTasksResult>def get_wedata_downstream_tasks(id: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
task_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataDownstreamTasksResult
def get_wedata_downstream_tasks_output(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[GetWedataDownstreamTasksResult]func GetWedataDownstreamTasks(ctx *Context, args *GetWedataDownstreamTasksArgs, opts ...InvokeOption) (*GetWedataDownstreamTasksResult, error)
func GetWedataDownstreamTasksOutput(ctx *Context, args *GetWedataDownstreamTasksOutputArgs, opts ...InvokeOption) GetWedataDownstreamTasksResultOutput> Note: This function is named GetWedataDownstreamTasks in the Go SDK.
public static class GetWedataDownstreamTasks
{
public static Task<GetWedataDownstreamTasksResult> InvokeAsync(GetWedataDownstreamTasksArgs args, InvokeOptions? opts = null)
public static Output<GetWedataDownstreamTasksResult> Invoke(GetWedataDownstreamTasksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataDownstreamTasksResult> getWedataDownstreamTasks(GetWedataDownstreamTasksArgs args, InvokeOptions options)
public static Output<GetWedataDownstreamTasksResult> getWedataDownstreamTasks(GetWedataDownstreamTasksArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataDownstreamTasks:getWedataDownstreamTasks
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Id string
- Result
Output stringFile - Used to save results.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Id string
- Result
Output stringFile - Used to save results.
- project
Id String - Project ID.
- task
Id String - Task ID.
- id String
- result
Output StringFile - Used to save results.
- project
Id string - Project ID.
- task
Id string - Task ID.
- id string
- result
Output stringFile - Used to save results.
- project_
id str - Project ID.
- task_
id str - Task ID.
- id str
- result_
output_ strfile - Used to save results.
- project
Id String - Project ID.
- task
Id String - Task ID.
- id String
- result
Output StringFile - Used to save results.
getWedataDownstreamTasks Result
The following output properties are available:
- Datas
List<Get
Wedata Downstream Tasks Data> - Describes the downstream dependency details.
- Id string
- Project
Id string - Task
Id string - Result
Output stringFile
- Datas
[]Get
Wedata Downstream Tasks Data - Describes the downstream dependency details.
- Id string
- Project
Id string - Task
Id string - Result
Output stringFile
- datas
List<Get
Wedata Downstream Tasks Data> - Describes the downstream dependency details.
- id String
- project
Id String - task
Id String - result
Output StringFile
- datas
Get
Wedata Downstream Tasks Data[] - Describes the downstream dependency details.
- id string
- project
Id string - task
Id string - result
Output stringFile
- datas
Sequence[Get
Wedata Downstream Tasks Data] - Describes the downstream dependency details.
- id str
- project_
id str - task_
id str - result_
output_ strfile
- datas List<Property Map>
- Describes the downstream dependency details.
- id String
- project
Id String - task
Id String - result
Output StringFile
Supporting Types
GetWedataDownstreamTasksData
- Crontab
Expression string - Cycle
Type string - Delay
Time double - End
Time string - Init
Strategy string - Owner
Uin string - Project
Id string - Project ID.
- Schedule
Desc string - Start
Time string - Status string
- Task
Action string - Task
Id string - Task ID.
- Task
Name string - Task
Type stringDesc - Task
Type doubleId - Workflow
Id string - Workflow
Name string
- Crontab
Expression string - Cycle
Type string - Delay
Time float64 - End
Time string - Init
Strategy string - Owner
Uin string - Project
Id string - Project ID.
- Schedule
Desc string - Start
Time string - Status string
- Task
Action string - Task
Id string - Task ID.
- Task
Name string - Task
Type stringDesc - Task
Type float64Id - Workflow
Id string - Workflow
Name string
- crontab
Expression String - cycle
Type String - delay
Time Double - end
Time String - init
Strategy String - owner
Uin String - project
Id String - Project ID.
- schedule
Desc String - start
Time String - status String
- task
Action String - task
Id String - Task ID.
- task
Name String - task
Type StringDesc - task
Type DoubleId - workflow
Id String - workflow
Name String
- crontab
Expression string - cycle
Type string - delay
Time number - end
Time string - init
Strategy string - owner
Uin string - project
Id string - Project ID.
- schedule
Desc string - start
Time string - status string
- task
Action string - task
Id string - Task ID.
- task
Name string - task
Type stringDesc - task
Type numberId - workflow
Id string - workflow
Name string
- crontab_
expression str - cycle_
type str - delay_
time float - end_
time str - init_
strategy str - owner_
uin str - project_
id str - Project ID.
- schedule_
desc str - start_
time str - status str
- task_
action str - task_
id str - Task ID.
- task_
name str - task_
type_ strdesc - task_
type_ floatid - workflow_
id str - workflow_
name str
- crontab
Expression String - cycle
Type String - delay
Time Number - end
Time String - init
Strategy String - owner
Uin String - project
Id String - Project ID.
- schedule
Desc String - start
Time String - status String
- task
Action String - task
Id String - Task ID.
- task
Name String - task
Type StringDesc - task
Type NumberId - workflow
Id String - workflow
Name String
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
