AWS::CloudTrail::Dashboard RefreshSchedule - 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::CloudTrail::Dashboard RefreshSchedule

The schedule for a dashboard refresh.

Syntax

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

JSON

{ "Frequency" : Frequency, "Status" : String, "TimeOfDay" : String }

YAML

Frequency: Frequency Status: String TimeOfDay: String

Properties

Frequency

The frequency at which you want the dashboard refreshed.

Required: No

Type: Frequency

Update requires: No interruption

Status

Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

TimeOfDay

The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.

Required: No

Type: String

Pattern: ^[0-9]{2}:[0-9]{2}

Update requires: No interruption