interface DashboardReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.BCM.DashboardReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbcm#DashboardReference |
Java | software.amazon.awscdk.interfaces.bcm.DashboardReference |
Python | aws_cdk.interfaces.aws_bcm.DashboardReference |
TypeScript | aws-cdk-lib » interfaces » aws_bcm » 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_bcm as interfaces_bcm } from 'aws-cdk-lib/interfaces';
const dashboardReference: interfaces_bcm.DashboardReference = {
dashboardArn: 'dashboardArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| dashboard | string | The Arn of the Dashboard resource. |
dashboardArn
Type:
string
The Arn of the Dashboard resource.

.NET
Go
Java
Python
TypeScript