AWSECSCapacityProviderStrategyItem
No description
type AWSECSCapacityProviderStrategyItem {
name: String!
base: Int!
weight: Int!
}
Fields
AWSECSCapacityProviderStrategyItem.name ● String! non-null scalar
The short name of the capacity provider
AWSECSCapacityProviderStrategyItem.base ● Int! non-null scalar
The base value designates how many tasks, at a minimum, to run on the specified capacity provider
AWSECSCapacityProviderStrategyItem.weight ● Int! non-null scalar
The relative percentage of the total number of tasks launched that should use the specified capacity provider. The default value: 0
Member of
AWSECSCluster object ● AWSECSService object ● AWSECSServiceDeployment object ● AWSECSServiceTaskSet object