ScheduledAction

Represents a scheduled action.

Types

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

Properties

Link copied to clipboard

The date and time that the scheduled action was created.

Link copied to clipboard

The date and time that the action is scheduled to end, in UTC.

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 new minimum and maximum capacity. You can set both values or just one. At the scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling scales in to the maximum capacity.

Link copied to clipboard

The schedule for this action. The following formats are supported:

Link copied to clipboard

The Amazon Resource Name (ARN) of the scheduled action.

Link copied to clipboard

The name of the scheduled action.

Link copied to clipboard

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

Link copied to clipboard

The date and time that the action is scheduled to begin, in UTC.

Link copied to clipboard

The time zone used when referring to the date and time of a scheduled action, when the scheduled action uses an at or cron expression.

Functions

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