CreateTaskRequest
class CreateTaskRequest
Request structure for CreateTask operation.
Types
Properties
Link copied to clipboard
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token, the server returns the cached result from the original successful request without performing the operation again.
Link copied to clipboard
A description of the task.
Link copied to clipboard
The task execution configuration. Specify a containerTaskConfiguration for custom container workloads.
Link copied to clipboard
The name of the workspace.