AwsEcsClusterDetails

Provides details about an Amazon 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. You can view these services with the Amazon ECS ListServices API operation.

Link copied to clipboard

The short name of one or more capacity providers to associate with the cluster.

Link copied to clipboard

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

Link copied to clipboard

A name that you use to identify your cluster.

Link copied to clipboard

The setting to use to create the cluster. Specifically used to configure whether to enable CloudWatch Container Insights for the cluster.

Link copied to clipboard

The run command configuration for the cluster.

Link copied to clipboard

The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.

Link copied to clipboard

The number of container instances registered into the cluster. This includes container instances in both ACTIVE and DRAINING status.

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 cluster.

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