AWS::CloudTrail::Dashboard RefreshSchedule - AWS CloudFormation

AWS::CloudTrail::Dashboard RefreshSchedule

The schedule for a dashboard refresh.

Syntax

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