AWS::IoTSiteWise::DashboardResource schema for AWS::IoTSiteWise::Dashboard
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DashboardDefinition | string | Required |
DashboardDescription | string | Required |
DashboardName | string | Required |
ProjectId | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DashboardArn | string | The ARN of the dashboard. |
DashboardId | string | The ID of the dashboard. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iotsitewise:CreateDashboardiotsitewise:DescribeDashboardiotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:ListAssetModelPropertiesiotsitewise:ListAssetModelCompositeModelsiotsitewise:DescribeDashboardiotsitewise:ListTagsForResourceiotsitewise:DescribeDashboardiotsitewise:UpdateDashboardiotsitewise:TagResourceiotsitewise:UntagResourceiotsitewise:ListTagsForResourceiotsitewise:DescribeAssetiotsitewise:DescribeAssetModeliotsitewise:ListAssetModelPropertiesiotsitewise:DescribeDashboardiotsitewise:DeleteDashboardiotsitewise:ListDashboardsiotsitewise:ListPortalsiotsitewise:ListProjectsiotsitewise:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDashboardIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProjectId