GetTaskSetPlainArgs

data class GetTaskSetPlainArgs(val cluster: String, val id: String, val service: String) : ConvertibleToJava<GetTaskSetPlainArgs>

Constructors

Link copied to clipboard
constructor(cluster: String, id: String, service: String)

Properties

Link copied to clipboard

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 id: String

The ID of the task set.

Link copied to clipboard

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

Functions

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