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

tencentcloud.WedataSubmitTaskOperation

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

    Provides a resource to create a wedata wedata_submit_task_operation

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataSubmitTaskOperation = new tencentcloud.WedataSubmitTaskOperation("wedata_submit_task_operation", {
        projectId: "2905622749543821312",
        taskId: "20251015164958429",
        versionRemark: "v1",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_submit_task_operation = tencentcloud.WedataSubmitTaskOperation("wedata_submit_task_operation",
        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.NewWedataSubmitTaskOperation(ctx, "wedata_submit_task_operation", &tencentcloud.WedataSubmitTaskOperationArgs{
    			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 wedataSubmitTaskOperation = new Tencentcloud.WedataSubmitTaskOperation("wedata_submit_task_operation", 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.WedataSubmitTaskOperation;
    import com.pulumi.tencentcloud.WedataSubmitTaskOperationArgs;
    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 wedataSubmitTaskOperation = new WedataSubmitTaskOperation("wedataSubmitTaskOperation", WedataSubmitTaskOperationArgs.builder()
                .projectId("2905622749543821312")
                .taskId("20251015164958429")
                .versionRemark("v1")
                .build());
    
        }
    }
    
    resources:
      wedataSubmitTaskOperation:
        type: tencentcloud:WedataSubmitTaskOperation
        name: wedata_submit_task_operation
        properties:
          projectId: '2905622749543821312'
          taskId: '20251015164958429'
          versionRemark: v1
    

    Create WedataSubmitTaskOperation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new WedataSubmitTaskOperation(name: string, args: WedataSubmitTaskOperationArgs, opts?: CustomResourceOptions);
    @overload
    def WedataSubmitTaskOperation(resource_name: str,
                                  args: WedataSubmitTaskOperationArgs,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def WedataSubmitTaskOperation(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  project_id: Optional[str] = None,
                                  task_id: Optional[str] = None,
                                  version_remark: Optional[str] = None,
                                  wedata_submit_task_operation_id: Optional[str] = None)
    func NewWedataSubmitTaskOperation(ctx *Context, name string, args WedataSubmitTaskOperationArgs, opts ...ResourceOption) (*WedataSubmitTaskOperation, error)
    public WedataSubmitTaskOperation(string name, WedataSubmitTaskOperationArgs args, CustomResourceOptions? opts = null)
    public WedataSubmitTaskOperation(String name, WedataSubmitTaskOperationArgs args)
    public WedataSubmitTaskOperation(String name, WedataSubmitTaskOperationArgs args, CustomResourceOptions options)
    
    type: tencentcloud:WedataSubmitTaskOperation
    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 WedataSubmitTaskOperationArgs
    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 WedataSubmitTaskOperationArgs
    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 WedataSubmitTaskOperationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WedataSubmitTaskOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WedataSubmitTaskOperationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    WedataSubmitTaskOperation 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 WedataSubmitTaskOperation resource accepts the following input properties:

    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    VersionRemark string
    Version remarks.
    WedataSubmitTaskOperationId string
    ID of the resource.
    ProjectId string
    Project ID.
    TaskId string
    Task ID.
    VersionRemark string
    Version remarks.
    WedataSubmitTaskOperationId string
    ID of the resource.
    projectId String
    Project ID.
    taskId String
    Task ID.
    versionRemark String
    Version remarks.
    wedataSubmitTaskOperationId String
    ID of the resource.
    projectId string
    Project ID.
    taskId string
    Task ID.
    versionRemark string
    Version remarks.
    wedataSubmitTaskOperationId string
    ID of the resource.
    project_id str
    Project ID.
    task_id str
    Task ID.
    version_remark str
    Version remarks.
    wedata_submit_task_operation_id str
    ID of the resource.
    projectId String
    Project ID.
    taskId String
    Task ID.
    versionRemark String
    Version remarks.
    wedataSubmitTaskOperationId String
    ID of the resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WedataSubmitTaskOperation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Status bool
    Status.
    VersionId string
    Version id.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status bool
    Status.
    VersionId string
    Version id.
    id String
    The provider-assigned unique ID for this managed resource.
    status Boolean
    Status.
    versionId String
    Version id.
    id string
    The provider-assigned unique ID for this managed resource.
    status boolean
    Status.
    versionId string
    Version id.
    id str
    The provider-assigned unique ID for this managed resource.
    status bool
    Status.
    version_id str
    Version id.
    id String
    The provider-assigned unique ID for this managed resource.
    status Boolean
    Status.
    versionId String
    Version id.

    Look up Existing WedataSubmitTaskOperation Resource

    Get an existing WedataSubmitTaskOperation 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?: WedataSubmitTaskOperationState, opts?: CustomResourceOptions): WedataSubmitTaskOperation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            project_id: Optional[str] = None,
            status: Optional[bool] = None,
            task_id: Optional[str] = None,
            version_id: Optional[str] = None,
            version_remark: Optional[str] = None,
            wedata_submit_task_operation_id: Optional[str] = None) -> WedataSubmitTaskOperation
    func GetWedataSubmitTaskOperation(ctx *Context, name string, id IDInput, state *WedataSubmitTaskOperationState, opts ...ResourceOption) (*WedataSubmitTaskOperation, error)
    public static WedataSubmitTaskOperation Get(string name, Input<string> id, WedataSubmitTaskOperationState? state, CustomResourceOptions? opts = null)
    public static WedataSubmitTaskOperation get(String name, Output<String> id, WedataSubmitTaskOperationState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:WedataSubmitTaskOperation    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.
    The following state arguments are supported:
    ProjectId string
    Project ID.
    Status bool
    Status.
    TaskId string
    Task ID.
    VersionId string
    Version id.
    VersionRemark string
    Version remarks.
    WedataSubmitTaskOperationId string
    ID of the resource.
    ProjectId string
    Project ID.
    Status bool
    Status.
    TaskId string
    Task ID.
    VersionId string
    Version id.
    VersionRemark string
    Version remarks.
    WedataSubmitTaskOperationId string
    ID of the resource.
    projectId String
    Project ID.
    status Boolean
    Status.
    taskId String
    Task ID.
    versionId String
    Version id.
    versionRemark String
    Version remarks.
    wedataSubmitTaskOperationId String
    ID of the resource.
    projectId string
    Project ID.
    status boolean
    Status.
    taskId string
    Task ID.
    versionId string
    Version id.
    versionRemark string
    Version remarks.
    wedataSubmitTaskOperationId string
    ID of the resource.
    project_id str
    Project ID.
    status bool
    Status.
    task_id str
    Task ID.
    version_id str
    Version id.
    version_remark str
    Version remarks.
    wedata_submit_task_operation_id str
    ID of the resource.
    projectId String
    Project ID.
    status Boolean
    Status.
    taskId String
    Task ID.
    versionId String
    Version id.
    versionRemark String
    Version remarks.
    wedataSubmitTaskOperationId String
    ID of the resource.

    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