class Aws::SecurityHub::Types::AwsEcsServiceCapacityProviderStrategyDetails
Strategy item for the capacity provider strategy that the service uses.
@note When making an API call, you may pass AwsEcsServiceCapacityProviderStrategyDetails
data as a hash: { base: 1, capacity_provider: "NonEmptyString", weight: 1, }
@!attribute [rw] base
The minimum number of tasks to run on the capacity provider. Only one strategy item can specify a value for `Base`. The value must be between 0 and 100000. @return [Integer]
@!attribute [rw] capacity_provider
The short name of the capacity provider. @return [String]
@!attribute [rw] weight
The relative percentage of the total number of tasks that should use the capacity provider. If no weight is specified, the default value is 0. At least one capacity provider must have a weight greater than 0. The value can be between 0 and 1000. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceCapacityProviderStrategyDetails AWS API Documentation
Constants
- SENSITIVE