createTask
inline suspend fun IotSiteWiseClient.createTask(crossinline block: CreateTaskRequest.Builder.() -> Unit): CreateTaskResponse
Creates a new task in the specified workspace. A task defines a reusable containerized compute workload that can be referenced by one or more pipeline compute nodes.
Specify a containerTaskConfiguration for custom container workloads with configurable ECR image, processing type, processing unit, and environment variables.