interface DashboardReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudWatch.DashboardReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#DashboardReference |
![]() | software.amazon.awscdk.services.cloudwatch.DashboardReference |
![]() | aws_cdk.aws_cloudwatch.DashboardReference |
![]() | aws-cdk-lib » aws_cloudwatch » 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_cloudwatch as cloudwatch } from 'aws-cdk-lib';
const dashboardReference: cloudwatch.DashboardReference = {
dashboardName: 'dashboardName',
};
Properties
Name | Type | Description |
---|---|---|
dashboard | string | The DashboardName of the Dashboard resource. |
dashboardName
Type:
string
The DashboardName of the Dashboard resource.