interface DashboardReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.DashboardReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#DashboardReference |
![]() | software.amazon.awscdk.services.iotsitewise.DashboardReference |
![]() | aws_cdk.aws_iotsitewise.DashboardReference |
![]() | aws-cdk-lib » aws_iotsitewise » DashboardReference |
A reference to a Dashboard resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const dashboardReference: iotsitewise.DashboardReference = {
dashboardArn: 'dashboardArn',
dashboardId: 'dashboardId',
};
Properties
Name | Type | Description |
---|---|---|
dashboard | string | The ARN of the Dashboard resource. |
dashboard | string | The DashboardId of the Dashboard resource. |
dashboardArn
Type:
string
The ARN of the Dashboard resource.
dashboardId
Type:
string
The DashboardId of the Dashboard resource.