AWS::CloudTrail::Dashboard RefreshSchedule - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

The schedule for a dashboard refresh.

Syntax

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