PutScheduledActionRequest

Types

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

Properties

Link copied to clipboard

The date and time for the recurring schedule to end, in UTC.

Link copied to clipboard

The identifier of the resource associated with the scheduled action. 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 name of the scheduled action. This name must be unique among all other scheduled actions on the specified scalable target.

Link copied to clipboard

The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

Link copied to clipboard

The date and time for this scheduled action to start, in UTC.

Link copied to clipboard

Specifies the time zone used when setting a scheduled action by using an at or cron expression. If a time zone is not provided, UTC is used by default.

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