---
type: resource-type
title: CloudTrailDashboard
description: aws resource type AWS::CloudTrail::Dashboard
name: CloudTrailDashboard
lexicon: aws
resource_type: AWS::CloudTrail::Dashboard
---
`AWS::CloudTrail::Dashboard`, a resource type of the aws lexicon.

## Properties

- `CreatedTimestamp` (`string`, optional): The timestamp of the dashboard creation.
- `DashboardArn` (`string`, optional): The ARN of the dashboard.
- `Name` (`string`, optional): The name of the dashboard.
- `RefreshSchedule` (`CloudTrailDashboard_RefreshSchedule`, optional): Configures the automatic refresh schedule for the dashboard. Includes the frequency unit (DAYS or HOURS) and value, as well as the status (ENABLED or DISABLED) of the refresh schedule.
- `Status` (`"CREATED" | "CREATING" | "DELETING" | "UPDATED" | "UPDATING"`, optional): The status of the dashboard. Values are CREATING, CREATED, UPDATING, UPDATED and DELETING.
- `Tags` (`CloudTrailDashboard_Tag[]`, optional)
- `TerminationProtectionEnabled` (`boolean`, optional): Indicates whether the dashboard is protected from termination.
- `Type` (`"CUSTOM" | "MANAGED"`, optional): The type of the dashboard. Values are CUSTOM and MANAGED.
- `UpdatedTimestamp` (`string`, optional): The timestamp showing when the dashboard was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.
- `Widgets` (`CloudTrailDashboard_Widget[]`, optional): List of widgets on the dashboard

## Attributes

- `CreatedTimestamp`
- `DashboardArn`
- `Status`
- `Type`
- `UpdatedTimestamp`
