getPrimaryTaskSet

A pseudo-resource that manages which of your ECS task sets is primary.

Return

null

Parameters

argument

null


suspend fun getPrimaryTaskSet(cluster: String, service: String): GetPrimaryTaskSetResult

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.

service

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

See also


Return

null

Parameters

argument

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

See also