This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EC2::InstanceEventWindow
The event window.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::InstanceEventWindow", "Properties" : { "CronExpression" :String, "Name" :String, "Tags" :[ Tag, ... ], "TimeRanges" :[ TimeRange, ... ]} }
YAML
Type: AWS::EC2::InstanceEventWindow Properties: CronExpression:StringName:StringTags:- TagTimeRanges:- TimeRange
Properties
CronExpression-
The cron expression defined for the event window.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the event window.
Required: No
Type: String
Update requires: No interruption
-
The instance tags associated with the event window.
Required: No
Type: Array of Tag
Update requires: No interruption
TimeRanges-
One or more time ranges defined for the event window.
Required: No
Type: Array of TimeRange
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
InstanceEventWindowId-
The ID of the event window.
State-
The current state of the event window.