ScalableTargetScheduledActionArgs

data class ScalableTargetScheduledActionArgs(val endTime: Output<String>? = null, val scalableTargetAction: Output<ScalableTargetActionArgs>? = null, val schedule: Output<String>, val scheduledActionName: Output<String>, val startTime: Output<String>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<ScalableTargetScheduledActionArgs>

`ScheduledAction` is a property of the AWS::ApplicationAutoScaling::ScalableTarget resource that specifies a scheduled action for a scalable target. For more information, see Scheduled scaling in the Application Auto Scaling User Guide.

Constructors

Link copied to clipboard
constructor(endTime: Output<String>? = null, scalableTargetAction: Output<ScalableTargetActionArgs>? = null, schedule: Output<String>, scheduledActionName: Output<String>, startTime: Output<String>? = null, timezone: Output<String>? = null)

Properties

Link copied to clipboard
val endTime: Output<String>? = null

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

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
val schedule: Output<String>

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
val startTime: Output<String>? = null

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

Link copied to clipboard
val timezone: Output<String>? = null

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
open override fun toJava(): ScalableTargetScheduledActionArgs