published on Friday, Mar 27, 2026 by tencentcloudstack
published on Friday, Mar 27, 2026 by tencentcloudstack
Provides a resource to create a wedata wedata_submit_trigger_task
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataSubmitTriggerTask = new tencentcloud.WedataSubmitTriggerTask("wedata_submit_trigger_task", {
projectId: "2905622749543821312",
taskId: "20251015164958429",
versionRemark: "v1",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_submit_trigger_task = tencentcloud.WedataSubmitTriggerTask("wedata_submit_trigger_task",
project_id="2905622749543821312",
task_id="20251015164958429",
version_remark="v1")
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.NewWedataSubmitTriggerTask(ctx, "wedata_submit_trigger_task", &tencentcloud.WedataSubmitTriggerTaskArgs{
ProjectId: pulumi.String("2905622749543821312"),
TaskId: pulumi.String("20251015164958429"),
VersionRemark: pulumi.String("v1"),
})
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 wedataSubmitTriggerTask = new Tencentcloud.WedataSubmitTriggerTask("wedata_submit_trigger_task", new()
{
ProjectId = "2905622749543821312",
TaskId = "20251015164958429",
VersionRemark = "v1",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.WedataSubmitTriggerTask;
import com.pulumi.tencentcloud.WedataSubmitTriggerTaskArgs;
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 wedataSubmitTriggerTask = new WedataSubmitTriggerTask("wedataSubmitTriggerTask", WedataSubmitTriggerTaskArgs.builder()
.projectId("2905622749543821312")
.taskId("20251015164958429")
.versionRemark("v1")
.build());
}
}
resources:
wedataSubmitTriggerTask:
type: tencentcloud:WedataSubmitTriggerTask
name: wedata_submit_trigger_task
properties:
projectId: '2905622749543821312'
taskId: '20251015164958429'
versionRemark: v1
Create WedataSubmitTriggerTask Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WedataSubmitTriggerTask(name: string, args: WedataSubmitTriggerTaskArgs, opts?: CustomResourceOptions);@overload
def WedataSubmitTriggerTask(resource_name: str,
args: WedataSubmitTriggerTaskArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WedataSubmitTriggerTask(resource_name: str,
opts: Optional[ResourceOptions] = None,
project_id: Optional[str] = None,
task_id: Optional[str] = None,
version_remark: Optional[str] = None,
wedata_submit_trigger_task_id: Optional[str] = None)func NewWedataSubmitTriggerTask(ctx *Context, name string, args WedataSubmitTriggerTaskArgs, opts ...ResourceOption) (*WedataSubmitTriggerTask, error)public WedataSubmitTriggerTask(string name, WedataSubmitTriggerTaskArgs args, CustomResourceOptions? opts = null)
public WedataSubmitTriggerTask(String name, WedataSubmitTriggerTaskArgs args)
public WedataSubmitTriggerTask(String name, WedataSubmitTriggerTaskArgs args, CustomResourceOptions options)
type: tencentcloud:WedataSubmitTriggerTask
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 WedataSubmitTriggerTaskArgs
- 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 WedataSubmitTriggerTaskArgs
- 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 WedataSubmitTriggerTaskArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WedataSubmitTriggerTaskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WedataSubmitTriggerTaskArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WedataSubmitTriggerTask 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 WedataSubmitTriggerTask resource accepts the following input properties:
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Version
Remark string - Version remark.
- Wedata
Submit stringTrigger Task Id - ID of the resource.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Version
Remark string - Version remark.
- Wedata
Submit stringTrigger Task Id - ID of the resource.
- project
Id String - Project ID.
- task
Id String - Task ID.
- version
Remark String - Version remark.
- wedata
Submit StringTrigger Task Id - ID of the resource.
- project
Id string - Project ID.
- task
Id string - Task ID.
- version
Remark string - Version remark.
- wedata
Submit stringTrigger Task Id - ID of the resource.
- project_
id str - Project ID.
- task_
id str - Task ID.
- version_
remark str - Version remark.
- wedata_
submit_ strtrigger_ task_ id - ID of the resource.
- project
Id String - Project ID.
- task
Id String - Task ID.
- version
Remark String - Version remark.
- wedata
Submit StringTrigger Task Id - ID of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the WedataSubmitTriggerTask 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 WedataSubmitTriggerTask Resource
Get an existing WedataSubmitTriggerTask 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?: WedataSubmitTriggerTaskState, opts?: CustomResourceOptions): WedataSubmitTriggerTask@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
project_id: Optional[str] = None,
task_id: Optional[str] = None,
version_remark: Optional[str] = None,
wedata_submit_trigger_task_id: Optional[str] = None) -> WedataSubmitTriggerTaskfunc GetWedataSubmitTriggerTask(ctx *Context, name string, id IDInput, state *WedataSubmitTriggerTaskState, opts ...ResourceOption) (*WedataSubmitTriggerTask, error)public static WedataSubmitTriggerTask Get(string name, Input<string> id, WedataSubmitTriggerTaskState? state, CustomResourceOptions? opts = null)public static WedataSubmitTriggerTask get(String name, Output<String> id, WedataSubmitTriggerTaskState state, CustomResourceOptions options)resources: _: type: tencentcloud:WedataSubmitTriggerTask 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.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Version
Remark string - Version remark.
- Wedata
Submit stringTrigger Task Id - ID of the resource.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Version
Remark string - Version remark.
- Wedata
Submit stringTrigger Task Id - ID of the resource.
- project
Id String - Project ID.
- task
Id String - Task ID.
- version
Remark String - Version remark.
- wedata
Submit StringTrigger Task Id - ID of the resource.
- project
Id string - Project ID.
- task
Id string - Task ID.
- version
Remark string - Version remark.
- wedata
Submit stringTrigger Task Id - ID of the resource.
- project_
id str - Project ID.
- task_
id str - Task ID.
- version_
remark str - Version remark.
- wedata_
submit_ strtrigger_ task_ id - ID of the resource.
- project
Id String - Project ID.
- task
Id String - Task ID.
- version
Remark String - Version remark.
- wedata
Submit StringTrigger Task Id - ID of the resource.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
published on Friday, Mar 27, 2026 by tencentcloudstack
