GetClusterResult

data class GetClusterResult(val arn: String, val clusterName: String, val id: String, val pendingTasksCount: Int, val registeredContainerInstancesCount: Int, val runningTasksCount: Int, val serviceConnectDefaults: List<GetClusterServiceConnectDefault>, val settings: List<GetClusterSetting>, val status: String, val tags: Map<String, String>)

A collection of values returned by getCluster.

Constructors

Link copied to clipboard
constructor(arn: String, clusterName: String, id: String, pendingTasksCount: Int, registeredContainerInstancesCount: Int, runningTasksCount: Int, serviceConnectDefaults: List<GetClusterServiceConnectDefault>, settings: List<GetClusterSetting>, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the ECS Cluster

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Number of pending tasks for the ECS Cluster

Link copied to clipboard

The number of registered container instances for the ECS Cluster

Link copied to clipboard

Number of running tasks for the ECS Cluster

Link copied to clipboard

The default Service Connect namespace

Link copied to clipboard

Settings associated with the ECS Cluster

Link copied to clipboard

Status of the ECS Cluster

Link copied to clipboard

Key-value map of resource tags