View a markdown version of this page

AWS::EC2::InstanceEventWindow - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EC2::InstanceEventWindow

The event window.

Syntax

To declare this entity in your 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.