Skip to main content

dashboard_tags

Expands all tag keys and values for dashboards in a region

Overview

Namedashboard_tags
TypeResource
DescriptionThe Amazon CloudTrail dashboard resource allows customers to manage managed dashboards and create custom dashboards. You can manually refresh custom and managed dashboards. For custom dashboards, you can also set up an automatic refresh schedule and modify dashboard widgets.
Idaws.cloudtrail.dashboard_tags

Fields

NameDatatypeDescription
widgetsarrayList of widgets on the dashboard
created_timestampstringThe timestamp of the dashboard creation.
dashboard_arnstringThe ARN of the dashboard.
refresh_scheduleobjectConfigures 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.
namestringThe name of the dashboard.
statusstringThe status of the dashboard. Values are CREATING, CREATED, UPDATING, UPDATED and DELETING.
termination_protection_enabledbooleanIndicates whether the dashboard is protected from termination.
typestringThe type of the dashboard. Values are CUSTOM and MANAGED.
updated_timestampstringThe timestamp showing when the dashboard was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all dashboards in a region.

SELECT
region,
widgets,
created_timestamp,
dashboard_arn,
refresh_schedule,
name,
status,
termination_protection_enabled,
type,
updated_timestamp,
tag_key,
tag_value
FROM aws.cloudtrail.dashboard_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the dashboard_tags resource, see dashboards