View a markdown version of this page

AWS::EC2::InstanceEventWindow - 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).

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: String Name: String Tags: - Tag TimeRanges: - 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

Tags

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

Arn

Property description not available.

InstanceEventWindowId

The ID of the event window.

State

The current state of the event window.