EcsTarget

class EcsTarget

Information about the target of an Amazon ECS deployment.

Types

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

Properties

Link copied to clipboard

The unique ID of a deployment.

Link copied to clipboard

The date and time when the target Amazon ECS application was updated by a deployment.

Link copied to clipboard

The lifecycle events of the deployment to this target Amazon ECS application.

Link copied to clipboard

The status an Amazon ECS deployment's target ECS application.

Link copied to clipboard

The Amazon Resource Name (ARN) of the target.

Link copied to clipboard

The unique ID of a deployment target that has a type of ecsTarget.

Link copied to clipboard

The ECSTaskSet objects associated with the ECS target.

Functions

Link copied to clipboard
inline fun copy(block: EcsTarget.Builder.() -> Unit = {}): EcsTarget
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