getTaskSet

Create a task set in the specified cluster and service. This is used when a service uses the EXTERNAL deployment controller type. For more information, see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.htmlin the Amazon Elastic Container Service Developer Guide.

Return

null

Parameters

argument

null


suspend fun getTaskSet(cluster: String, id: String, service: String): GetTaskSetResult

Return

null

Parameters

cluster

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.

id

The ID of the task set.

service

The short name or full Amazon Resource Name (ARN) of the service to create the task set in.

See also


suspend fun getTaskSet(argument: suspend GetTaskSetPlainArgsBuilder.() -> Unit): GetTaskSetResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.ecs.kotlin.inputs.GetTaskSetPlainArgs.

See also