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

Specifies the frequency for a dashboard refresh schedule.

For a custom dashboard, you can schedule a refresh for every 1, 6, 12, or 24 hours, or every day.

Syntax

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

JSON

{ "Unit" : String, "Value" : Integer }

YAML

Unit: String Value: Integer

Properties

Unit

The unit to use for the refresh.

For custom dashboards, the unit can be HOURS or DAYS.

For the Highlights dashboard, the Unit must be HOURS.

Required: Yes

Type: String

Allowed values: HOURS | DAYS

Update requires: No interruption

Value

The value for the refresh schedule.

For custom dashboards, the following values are valid when the unit is HOURS: 1, 6, 12, 24

For custom dashboards, the only valid value when the unit is DAYS is 1.

For the Highlights dashboard, the Value must be 6.

Required: Yes

Type: Integer

Update requires: No interruption