AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTSiteWise::Dashboard

IoTSiteWise Dashboard

Resource schema for AWS::IoTSiteWise::Dashboard

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DashboardDefinition
string
Required
DashboardDescription
string
Required
DashboardName
string
Required
ProjectId
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DashboardArnstringThe ARN of the dashboard.
DashboardIdstringThe ID of the dashboard.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTSiteWise::Dashboard

Resources:
  MyResource:
    Type: AWS::IoTSiteWise::Dashboard
    Properties:
      DashboardDefinition: "value"
      DashboardDescription: "value"
      DashboardName: "my-dashboardname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotsitewise:CreateDashboardiotsitewise:DescribeDashboardiotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:ListAssetModelPropertiesiotsitewise:ListAssetModelCompositeModels

read

iotsitewise:DescribeDashboardiotsitewise:ListTagsForResource

update

iotsitewise:DescribeDashboardiotsitewise:UpdateDashboardiotsitewise:TagResourceiotsitewise:UntagResourceiotsitewise:ListTagsForResourceiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:ListAssetModelProperties

delete

iotsitewise:DescribeDashboardiotsitewise:DeleteDashboard

list

iotsitewise:ListDashboardsiotsitewise:ListPortalsiotsitewise:ListProjectsiotsitewise:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoTSiteWise
Properties7
Required3
TaggingSupported
Primary IDDashboardId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ProjectId

External Links