ScalableTarget

Represents a scalable target.

Types

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

Properties

Link copied to clipboard

The Unix timestamp for when the scalable target was created.

Link copied to clipboard

The maximum value to scale to in response to a scale-out activity.

Link copied to clipboard

The minimum value to scale to in response to a scale-in activity.

Link copied to clipboard

The predicted capacity of the scalable target.

Link copied to clipboard

The identifier of the resource associated with the scalable target. This string consists of the resource type and unique identifier.

Link copied to clipboard

The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.

Link copied to clipboard

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

Link copied to clipboard

The ARN of the scalable target.

Link copied to clipboard

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

Link copied to clipboard

Specifies whether the scaling activities for a scalable target are in a suspended state.

Functions

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