AWS::IoTSiteWise::Dashboard - AWS CloudFormation

AWS::IoTSiteWise::Dashboard

Creates a dashboard in an AWS IoT SiteWise Monitor project.

Syntax

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

JSON

{ "Type" : "AWS::IoTSiteWise::Dashboard", "Properties" : { "DashboardDefinition" : String, "DashboardDescription" : String, "DashboardName" : String, "ProjectId" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::IoTSiteWise::Dashboard Properties: DashboardDefinition: String DashboardDescription: String DashboardName: String ProjectId: String Tags: - Tag

Properties

DashboardDefinition

The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.

Required: Yes

Type: String

Update requires: No interruption

DashboardDescription

A description for the dashboard.

Required: Yes

Type: String

Update requires: No interruption

DashboardName

A friendly name for the dashboard.

Required: Yes

Type: String

Update requires: No interruption

ProjectId

The ID of the project in which to create the dashboard.

Required: No

Type: String

Update requires: Replacement

Tags

A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the DashboardId.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

DashboardArn

The ARN of the dashboard, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

For more information about using the Ref function, see Ref.

DashboardId

The ID of the dashboard.

For more information about using the Ref function, see Ref.