interface IDashboardRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudWatch.IDashboardRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#IDashboardRef |
Java | software.amazon.awscdk.services.cloudwatch.IDashboardRef |
Python | aws_cdk.aws_cloudwatch.IDashboardRef |
TypeScript | aws-cdk-lib » aws_cloudwatch » IDashboardRef |
Implemented by
Cfn
Obtainable from
Cfn.fromDashboardName()
Indicates that this resource can be referenced as a Dashboard.
Properties
| Name | Type | Description |
|---|---|---|
| dashboard | Dashboard | A reference to a Dashboard resource. |
| node | Node | The tree node. |
dashboardRef
Type:
Dashboard
A reference to a Dashboard resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript