ExecuteCommandRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) or short name of the cluster the task is running in. If you do not specify a cluster, the default cluster is assumed.

Link copied to clipboard

The command to run on the container.

Link copied to clipboard

The name of the container to execute the command on. A container name only needs to be specified for tasks containing multiple containers.

Link copied to clipboard

Use this flag to run your command in interactive mode.

Link copied to clipboard
val task: String?

The Amazon Resource Name (ARN) or ID of the task the container is part of.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String