DashboardReference

class aws_cdk.interfaces.aws_bcm.DashboardReference(*, dashboard_arn)

Bases: object

A reference to a Dashboard resource.

Parameters:

dashboard_arn (str) – The Arn of the Dashboard resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_bcm as interfaces_bcm

dashboard_reference = interfaces_bcm.DashboardReference(
    dashboard_arn="dashboardArn"
)

Attributes

dashboard_arn

The Arn of the Dashboard resource.