/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The managed scaling settings for the Auto Scaling group capacity
* provider. When managed scaling is enabled, Amazon ECS manages the
* scale-in and scale-out actions of the Auto Scaling group. Amazon ECS manages a
* target tracking scaling policy using an Amazon ECS-managed CloudWatch metric
* with the specified If managed scaling is disabled, the user must manage the
* scaling of the Auto Scaling group.targetCapacity value as the target value for the
* metric. For more information, see Using
* Managed Scaling in the Amazon Elastic Container Service Developer
* Guide.See Also:
AWS
* API Reference
Whether or not to enable managed scaling for the capacity provider.
*/ inline const ManagedScalingStatus& GetStatus() const{ return m_status; } /** *Whether or not to enable managed scaling for the capacity provider.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *Whether or not to enable managed scaling for the capacity provider.
*/ inline void SetStatus(const ManagedScalingStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *Whether or not to enable managed scaling for the capacity provider.
*/ inline void SetStatus(ManagedScalingStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *Whether or not to enable managed scaling for the capacity provider.
*/ inline ManagedScaling& WithStatus(const ManagedScalingStatus& value) { SetStatus(value); return *this;} /** *Whether or not to enable managed scaling for the capacity provider.
*/ inline ManagedScaling& WithStatus(ManagedScalingStatus&& value) { SetStatus(std::move(value)); return *this;} /** *The target capacity value for the capacity provider. The specified value must
* be greater than 0 and less than or equal to 100. A
* value of 100 will result in the Amazon EC2 instances in your Auto
* Scaling group being completely utilized.
The target capacity value for the capacity provider. The specified value must
* be greater than 0 and less than or equal to 100. A
* value of 100 will result in the Amazon EC2 instances in your Auto
* Scaling group being completely utilized.
The target capacity value for the capacity provider. The specified value must
* be greater than 0 and less than or equal to 100. A
* value of 100 will result in the Amazon EC2 instances in your Auto
* Scaling group being completely utilized.
The target capacity value for the capacity provider. The specified value must
* be greater than 0 and less than or equal to 100. A
* value of 100 will result in the Amazon EC2 instances in your Auto
* Scaling group being completely utilized.
The minimum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 1 is used.
The minimum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 1 is used.
The minimum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 1 is used.
The minimum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 1 is used.
The maximum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 10000 is used.
The maximum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 10000 is used.
The maximum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 10000 is used.
The maximum number of container instances that Amazon ECS will scale in or
* scale out at one time. If this parameter is omitted, the default value of
* 10000 is used.