AWS OpsWorks TimeBasedAutoScaling Type
Describes the automatic time-based scaling configuration for an AWS::OpsWorks::Instance resource type. For more information, see SetTimeBasedAutoScaling in the AWS OpsWorks Stacks API Reference.
Syntax
JSON
{ "Friday" : {Integer:String,...}, "Monday" : {Integer:String,...}, "Saturday" : {Integer:String,...}, "Sunday" : {Integer:String,...}, "Thursday" : {Integer:String,...}, "Tuesday" : {Integer:String,...}, "Wednesday" : {Integer:String,...} }
YAML
Friday:Integer:StringMonday:Integer:StringSaturday:Integer:StringSunday:Integer:StringThursday:Integer:StringTuesday:Integer:StringWednesday:Integer:String
Properties
For each day of the week, the schedule consists of a set of key–value pairs,
where the key is the time period (a UTC hour) of 0 – 23
and the value indicates whether the instance should be online (on) or offline
(off) for the specified period.
Friday-
The schedule for Friday.
Required: No
Type: String to string map
Monday-
The schedule for Monday.
Required: No
Type: String to string map
Saturday-
The schedule for Saturday.
Required: No
Type: String to string map
Sunday-
The schedule for Sunday.
Required: No
Type: String to string map
Thursday-
The schedule for Thursday.
Required: No
Type: String to string map
Tuesday-
The schedule for Tuesday.
Required: No
Type: String to string map
Wednesday-
The schedule for Wednesday.
Required: No
Type: String to string map
