class Aws::SecurityHub::Types::AwsEcsClusterDefaultCapacityProviderStrategyDetails

The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.

@note When making an API call, you may pass AwsEcsClusterDefaultCapacityProviderStrategyDetails

data as a hash:

    {
      base: 1,
      capacity_provider: "NonEmptyString",
      weight: 1,
    }

@!attribute [rw] base

The minimum number of tasks to run on the specified capacity
provider.
@return [Integer]

@!attribute [rw] capacity_provider

The name of the capacity provider.
@return [String]

@!attribute [rw] weight

The relative percentage of the total number of tasks launched that
should use the capacity provider.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsClusterDefaultCapacityProviderStrategyDetails AWS API Documentation

Constants

SENSITIVE