Get Cluster Result
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.
Properties
Link copied to clipboard
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