tencentcloud.WedataSubmitTaskOperation
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:
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Version
Remark string - Version remarks.
- Wedata
Submit stringTask Operation Id - ID of the resource.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Version
Remark string - Version remarks.
- Wedata
Submit stringTask Operation Id - ID of the resource.
- project
Id String - Project ID.
- task
Id String - Task ID.
- version
Remark String - Version remarks.
- wedata
Submit StringTask Operation Id - ID of the resource.
- project
Id string - Project ID.
- task
Id string - Task ID.
- version
Remark string - Version remarks.
- wedata
Submit stringTask Operation Id - ID of the resource.
- project_
id str - Project ID.
- task_
id str - Task ID.
- version_
remark str - Version remarks.
- wedata_
submit_ strtask_ operation_ id - ID of the resource.
- project
Id String - Project ID.
- task
Id String - Task ID.
- version
Remark String - Version remarks.
- wedata
Submit StringTask Operation Id - ID of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the WedataSubmitTaskOperation resource produces the following output properties:
- id str
- The provider-assigned unique ID for this managed resource.
- status bool
- Status.
- version_
id str - 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) -> WedataSubmitTaskOperationfunc 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.
- Project
Id string - Project ID.
- Status bool
- Status.
- Task
Id string - Task ID.
- Version
Id string - Version id.
- Version
Remark string - Version remarks.
- Wedata
Submit stringTask Operation Id - ID of the resource.
- Project
Id string - Project ID.
- Status bool
- Status.
- Task
Id string - Task ID.
- Version
Id string - Version id.
- Version
Remark string - Version remarks.
- Wedata
Submit stringTask Operation Id - ID of the resource.
- project
Id String - Project ID.
- status Boolean
- Status.
- task
Id String - Task ID.
- version
Id String - Version id.
- version
Remark String - Version remarks.
- wedata
Submit StringTask Operation Id - ID of the resource.
- project
Id string - Project ID.
- status boolean
- Status.
- task
Id string - Task ID.
- version
Id string - Version id.
- version
Remark string - Version remarks.
- wedata
Submit stringTask Operation Id - 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_ strtask_ operation_ id - ID of the resource.
- project
Id String - Project ID.
- status Boolean
- Status.
- task
Id String - Task ID.
- version
Id String - Version id.
- version
Remark String - Version remarks.
- wedata
Submit StringTask Operation Id - ID of the resource.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
