PrimaryTaskSetArgs

data class PrimaryTaskSetArgs(val cluster: Output<String>? = null, val service: Output<String>? = null, val taskSetId: Output<String>? = null) : ConvertibleToJava<PrimaryTaskSetArgs>

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

Constructors

Link copied to clipboard
constructor(cluster: Output<String>? = null, service: Output<String>? = null, taskSetId: Output<String>? = null)

Properties

Link copied to clipboard
val cluster: Output<String>? = null

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

Link copied to clipboard
val service: Output<String>? = null

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

Link copied to clipboard
val taskSetId: Output<String>? = null

The ID or full Amazon Resource Name (ARN) of the task set.

Functions

Link copied to clipboard
open override fun toJava(): PrimaryTaskSetArgs