tencentcloud.WedataTaskRerunInstanceAsync
Provides a resource to create a wedata task re-run instance
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataTaskRerunInstanceAsync = new tencentcloud.WedataTaskRerunInstanceAsync("wedata_task_rerun_instance_async", {
projectId: "1859317240494305280",
instanceKeyLists: ["20250324192240178_2025-10-13 16:20:00"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_task_rerun_instance_async = tencentcloud.WedataTaskRerunInstanceAsync("wedata_task_rerun_instance_async",
project_id="1859317240494305280",
instance_key_lists=["20250324192240178_2025-10-13 16:20:00"])
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.NewWedataTaskRerunInstanceAsync(ctx, "wedata_task_rerun_instance_async", &tencentcloud.WedataTaskRerunInstanceAsyncArgs{
ProjectId: pulumi.String("1859317240494305280"),
InstanceKeyLists: pulumi.StringArray{
pulumi.String("20250324192240178_2025-10-13 16:20:00"),
},
})
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 wedataTaskRerunInstanceAsync = new Tencentcloud.WedataTaskRerunInstanceAsync("wedata_task_rerun_instance_async", new()
{
ProjectId = "1859317240494305280",
InstanceKeyLists = new[]
{
"20250324192240178_2025-10-13 16:20:00",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.WedataTaskRerunInstanceAsync;
import com.pulumi.tencentcloud.WedataTaskRerunInstanceAsyncArgs;
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) {
var wedataTaskRerunInstanceAsync = new WedataTaskRerunInstanceAsync("wedataTaskRerunInstanceAsync", WedataTaskRerunInstanceAsyncArgs.builder()
.projectId("1859317240494305280")
.instanceKeyLists("20250324192240178_2025-10-13 16:20:00")
.build());
}
}
resources:
wedataTaskRerunInstanceAsync:
type: tencentcloud:WedataTaskRerunInstanceAsync
name: wedata_task_rerun_instance_async
properties:
projectId: '1859317240494305280'
instanceKeyLists:
- 20250324192240178_2025-10-13 16:20:00
Create WedataTaskRerunInstanceAsync Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WedataTaskRerunInstanceAsync(name: string, args: WedataTaskRerunInstanceAsyncArgs, opts?: CustomResourceOptions);@overload
def WedataTaskRerunInstanceAsync(resource_name: str,
args: WedataTaskRerunInstanceAsyncArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WedataTaskRerunInstanceAsync(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_key_lists: Optional[Sequence[str]] = None,
project_id: Optional[str] = None,
check_parent_type: Optional[str] = None,
redefine_parallel_num: Optional[float] = None,
redefine_param_list: Optional[WedataTaskRerunInstanceAsyncRedefineParamListArgs] = None,
redefine_self_workflow_dependency: Optional[str] = None,
rerun_type: Optional[str] = None,
skip_event_listening: Optional[bool] = None,
son_range_type: Optional[str] = None,
wedata_task_rerun_instance_async_id: Optional[str] = None)func NewWedataTaskRerunInstanceAsync(ctx *Context, name string, args WedataTaskRerunInstanceAsyncArgs, opts ...ResourceOption) (*WedataTaskRerunInstanceAsync, error)public WedataTaskRerunInstanceAsync(string name, WedataTaskRerunInstanceAsyncArgs args, CustomResourceOptions? opts = null)
public WedataTaskRerunInstanceAsync(String name, WedataTaskRerunInstanceAsyncArgs args)
public WedataTaskRerunInstanceAsync(String name, WedataTaskRerunInstanceAsyncArgs args, CustomResourceOptions options)
type: tencentcloud:WedataTaskRerunInstanceAsync
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WedataTaskRerunInstanceAsyncArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WedataTaskRerunInstanceAsyncArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WedataTaskRerunInstanceAsyncArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WedataTaskRerunInstanceAsyncArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WedataTaskRerunInstanceAsyncArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WedataTaskRerunInstanceAsync Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WedataTaskRerunInstanceAsync resource accepts the following input properties:
- Instance
Key List<string>Lists - Instance id list, which can be obtained from ListInstances.
- Project
Id string - Project Id.
- Check
Parent stringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- Redefine
Parallel doubleNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- Redefine
Param WedataList Task Rerun Instance Async Redefine Param List - Re-run instance custom parameters.
- Redefine
Self stringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- Rerun
Type string - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- Skip
Event boolListening - Whether to ignore event monitoring when rerunning.
- Son
Range stringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- Wedata
Task stringRerun Instance Async Id - ID of the resource.
- Instance
Key []stringLists - Instance id list, which can be obtained from ListInstances.
- Project
Id string - Project Id.
- Check
Parent stringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- Redefine
Parallel float64Num - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- Redefine
Param WedataList Task Rerun Instance Async Redefine Param List Args - Re-run instance custom parameters.
- Redefine
Self stringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- Rerun
Type string - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- Skip
Event boolListening - Whether to ignore event monitoring when rerunning.
- Son
Range stringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- Wedata
Task stringRerun Instance Async Id - ID of the resource.
- instance
Key List<String>Lists - Instance id list, which can be obtained from ListInstances.
- project
Id String - Project Id.
- check
Parent StringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- redefine
Parallel DoubleNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine
Param WedataList Task Rerun Instance Async Redefine Param List - Re-run instance custom parameters.
- redefine
Self StringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun
Type String - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip
Event BooleanListening - Whether to ignore event monitoring when rerunning.
- son
Range StringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata
Task StringRerun Instance Async Id - ID of the resource.
- instance
Key string[]Lists - Instance id list, which can be obtained from ListInstances.
- project
Id string - Project Id.
- check
Parent stringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- redefine
Parallel numberNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine
Param WedataList Task Rerun Instance Async Redefine Param List - Re-run instance custom parameters.
- redefine
Self stringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun
Type string - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip
Event booleanListening - Whether to ignore event monitoring when rerunning.
- son
Range stringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata
Task stringRerun Instance Async Id - ID of the resource.
- instance_
key_ Sequence[str]lists - Instance id list, which can be obtained from ListInstances.
- project_
id str - Project Id.
- check_
parent_ strtype - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- redefine_
parallel_ floatnum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine_
param_ Wedatalist Task Rerun Instance Async Redefine Param List Args - Re-run instance custom parameters.
- redefine_
self_ strworkflow_ dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun_
type str - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip_
event_ boollistening - Whether to ignore event monitoring when rerunning.
- son_
range_ strtype - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata_
task_ strrerun_ instance_ async_ id - ID of the resource.
- instance
Key List<String>Lists - Instance id list, which can be obtained from ListInstances.
- project
Id String - Project Id.
- check
Parent StringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- redefine
Parallel NumberNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine
Param Property MapList - Re-run instance custom parameters.
- redefine
Self StringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun
Type String - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip
Event BooleanListening - Whether to ignore event monitoring when rerunning.
- son
Range StringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata
Task StringRerun Instance Async Id - ID of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the WedataTaskRerunInstanceAsync resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing WedataTaskRerunInstanceAsync Resource
Get an existing WedataTaskRerunInstanceAsync resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WedataTaskRerunInstanceAsyncState, opts?: CustomResourceOptions): WedataTaskRerunInstanceAsync@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
check_parent_type: Optional[str] = None,
instance_key_lists: Optional[Sequence[str]] = None,
project_id: Optional[str] = None,
redefine_parallel_num: Optional[float] = None,
redefine_param_list: Optional[WedataTaskRerunInstanceAsyncRedefineParamListArgs] = None,
redefine_self_workflow_dependency: Optional[str] = None,
rerun_type: Optional[str] = None,
skip_event_listening: Optional[bool] = None,
son_range_type: Optional[str] = None,
wedata_task_rerun_instance_async_id: Optional[str] = None) -> WedataTaskRerunInstanceAsyncfunc GetWedataTaskRerunInstanceAsync(ctx *Context, name string, id IDInput, state *WedataTaskRerunInstanceAsyncState, opts ...ResourceOption) (*WedataTaskRerunInstanceAsync, error)public static WedataTaskRerunInstanceAsync Get(string name, Input<string> id, WedataTaskRerunInstanceAsyncState? state, CustomResourceOptions? opts = null)public static WedataTaskRerunInstanceAsync get(String name, Output<String> id, WedataTaskRerunInstanceAsyncState state, CustomResourceOptions options)resources: _: type: tencentcloud:WedataTaskRerunInstanceAsync get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Check
Parent stringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- Instance
Key List<string>Lists - Instance id list, which can be obtained from ListInstances.
- Project
Id string - Project Id.
- Redefine
Parallel doubleNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- Redefine
Param WedataList Task Rerun Instance Async Redefine Param List - Re-run instance custom parameters.
- Redefine
Self stringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- Rerun
Type string - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- Skip
Event boolListening - Whether to ignore event monitoring when rerunning.
- Son
Range stringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- Wedata
Task stringRerun Instance Async Id - ID of the resource.
- Check
Parent stringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- Instance
Key []stringLists - Instance id list, which can be obtained from ListInstances.
- Project
Id string - Project Id.
- Redefine
Parallel float64Num - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- Redefine
Param WedataList Task Rerun Instance Async Redefine Param List Args - Re-run instance custom parameters.
- Redefine
Self stringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- Rerun
Type string - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- Skip
Event boolListening - Whether to ignore event monitoring when rerunning.
- Son
Range stringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- Wedata
Task stringRerun Instance Async Id - ID of the resource.
- check
Parent StringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- instance
Key List<String>Lists - Instance id list, which can be obtained from ListInstances.
- project
Id String - Project Id.
- redefine
Parallel DoubleNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine
Param WedataList Task Rerun Instance Async Redefine Param List - Re-run instance custom parameters.
- redefine
Self StringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun
Type String - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip
Event BooleanListening - Whether to ignore event monitoring when rerunning.
- son
Range StringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata
Task StringRerun Instance Async Id - ID of the resource.
- check
Parent stringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- instance
Key string[]Lists - Instance id list, which can be obtained from ListInstances.
- project
Id string - Project Id.
- redefine
Parallel numberNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine
Param WedataList Task Rerun Instance Async Redefine Param List - Re-run instance custom parameters.
- redefine
Self stringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun
Type string - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip
Event booleanListening - Whether to ignore event monitoring when rerunning.
- son
Range stringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata
Task stringRerun Instance Async Id - ID of the resource.
- check_
parent_ strtype - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- instance_
key_ Sequence[str]lists - Instance id list, which can be obtained from ListInstances.
- project_
id str - Project Id.
- redefine_
parallel_ floatnum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine_
param_ Wedatalist Task Rerun Instance Async Redefine Param List Args - Re-run instance custom parameters.
- redefine_
self_ strworkflow_ dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun_
type str - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip_
event_ boollistening - Whether to ignore event monitoring when rerunning.
- son_
range_ strtype - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata_
task_ strrerun_ instance_ async_ id - ID of the resource.
- check
Parent StringType - Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE.
- instance
Key List<String>Lists - Instance id list, which can be obtained from ListInstances.
- project
Id String - Project Id.
- redefine
Parallel NumberNum - Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used.
- redefine
Param Property MapList - Re-run instance custom parameters.
- redefine
Self StringWorkflow Dependency - Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used.
- rerun
Type String - Rerun type, 1: self; 3: children; 2: self and children, default 1.
- skip
Event BooleanListening - Whether to ignore event monitoring when rerunning.
- son
Range StringType - Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW.
- wedata
Task StringRerun Instance Async Id - ID of the resource.
Supporting Types
WedataTaskRerunInstanceAsyncRedefineParamList, WedataTaskRerunInstanceAsyncRedefineParamListArgs
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
