AWS::OpsWorks::Instance TimeBasedAutoScaling - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::OpsWorks::Instance TimeBasedAutoScaling

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Friday" : {Key: Value, ...}, "Monday" : {Key: Value, ...}, "Saturday" : {Key: Value, ...}, "Sunday" : {Key: Value, ...}, "Thursday" : {Key: Value, ...}, "Tuesday" : {Key: Value, ...}, "Wednesday" : {Key: Value, ...} }

YAML

Friday: Key: Value Monday: Key: Value Saturday: Key: Value Sunday: Key: Value Thursday: Key: Value Tuesday: Key: Value Wednesday: Key: Value

Properties

Friday

The schedule for Friday.

Required: No

Type: Object of String

Pattern: [a-zA-Z0-9]+

Update requires: Replacement

Monday

The schedule for Monday.

Required: No

Type: Object of String

Pattern: [a-zA-Z0-9]+

Update requires: Replacement

Saturday

The schedule for Saturday.

Required: No

Type: Object of String

Pattern: [a-zA-Z0-9]+

Update requires: Replacement

Sunday

The schedule for Sunday.

Required: No

Type: Object of String

Pattern: [a-zA-Z0-9]+

Update requires: Replacement

Thursday

The schedule for Thursday.

Required: No

Type: Object of String

Pattern: [a-zA-Z0-9]+

Update requires: Replacement

Tuesday

The schedule for Tuesday.

Required: No

Type: Object of String

Pattern: [a-zA-Z0-9]+

Update requires: Replacement

Wednesday

The schedule for Wednesday.

Required: No

Type: Object of String

Pattern: [a-zA-Z0-9]+

Update requires: Replacement