ScalingPolicy

Represents a scaling policy to use with Application Auto Scaling.

For more information about configuring scaling policies for a specific service, see Amazon Web Services services that you can use with Application Auto Scaling in the Application Auto Scaling User Guide.

Types

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

Properties

Link copied to clipboard

The CloudWatch alarms associated with the scaling policy.

Link copied to clipboard

The Unix timestamp for when the scaling policy was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the scaling policy.

Link copied to clipboard

The name of the scaling policy.

Link copied to clipboard

The scaling policy type.

Link copied to clipboard

The identifier of the resource associated with the scaling policy. This string consists of the resource type and unique identifier.

Link copied to clipboard

The scalable dimension. This string consists of the service namespace, resource type, and scaling property.

Link copied to clipboard

The namespace of the Amazon Web Services service that provides the resource, or a custom-resource.

Functions

Link copied to clipboard
inline fun copy(block: ScalingPolicy.Builder.() -> Unit = {}): ScalingPolicy
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