ManagedApplicationAutoScalingPolicy

The Application Auto Scaling policy created by Amazon ECS when you create an Express service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the Application Auto Scaling policy associated with the Express service.

Link copied to clipboard

The metric used for auto scaling decisions. The available metrics are ECSServiceAverageCPUUtilization, ECSServiceAverageMemoryUtilization, and ALBRequestCOuntPerTarget.

Link copied to clipboard

The type of Application Auto Scaling policy associated with the Express service. Valid values are TargetTrackingScaling, StepScaling, and PredictiveScaling.

Link copied to clipboard

The status of Application Auto Scaling policy creation.

Link copied to clipboard

Information about why the Application Auto Scaling policy is in the current status.

Link copied to clipboard

The target value for the auto scaling metric.

Link copied to clipboard

The Unix timestamp for when the Application Auto Scaling policy was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String