EcsClusterDetails

Contains information about the details of the ECS Cluster.

Types

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

Properties

Link copied to clipboard

The number of services that are running on the cluster in an ACTIVE state.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) that identifies the cluster.

Link copied to clipboard
val name: String?

The name of the ECS Cluster.

Link copied to clipboard

The number of container instances registered into the cluster.

Link copied to clipboard

The number of tasks in the cluster that are in the RUNNING state.

Link copied to clipboard

The status of the ECS cluster.

Link copied to clipboard
val tags: List<Tag>?

The tags of the ECS Cluster.

Link copied to clipboard

Contains information about the details of the ECS Task.

Functions

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