Skip to main content

AWSECSClusterServiceStatisticsSet

No description

type AWSECSClusterServiceStatisticsSet {
totalOfActive: Int!
ec2Stats: AWSECSClusterServiceStatistics!
fargateStats: AWSECSClusterServiceStatistics!
}

Fields

AWSECSClusterServiceStatisticsSet.totalOfActive ● Int! non-null scalar

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

AWSECSClusterServiceStatisticsSet.ec2Stats ● AWSECSClusterServiceStatistics! non-null object

The statistics of EC2

AWSECSClusterServiceStatisticsSet.fargateStats ● AWSECSClusterServiceStatistics! non-null object

The statistics of Fargate

Member of

AWSECSClusterStatistics object