Skip to main content

dashboard_tags

Expands all tag keys and values for dashboards in a region

Overview

Namedashboard_tags
TypeResource
DescriptionResource schema for AWS::IoTSiteWise::Dashboard
Idaws.iotsitewise.dashboard_tags

Fields

NameDatatypeDescription
project_idstringThe ID of the project in which to create the dashboard.
dashboard_idstringThe ID of the dashboard.
dashboard_namestringA friendly name for the dashboard.
dashboard_descriptionstringA description for the dashboard.
dashboard_definitionstringThe dashboard definition specified in a JSON literal.
dashboard_arnstringThe ARN of the dashboard.
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,
project_id,
dashboard_id,
dashboard_name,
dashboard_description,
dashboard_definition,
dashboard_arn,
tag_key,
tag_value
FROM aws.iotsitewise.dashboard_tags
WHERE region = 'us-east-1';

Permissions

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