Scalable Target Scheduled Action Args
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.
Properties
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 name of the scheduled action. This name must be unique among all other scheduled actions on the specified scalable target.