[Dashboard]s are represented by a grid of columns 24 wide, with an unlimited number of rows.

Each [Widget] in the [Dashboard] have a specific width/height in terms of grid units.

A [Dashboard] can include up to 100 widgets. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/CloudWatch-Dashboard-Body-Structure.html#CloudWatch-Dashboard-Properties-Rendering-Object-Format for more details.

Hierarchy

  • unknown
    • Dashboard

Constructors

Properties

Constructors

  • Constructs a [DashboardGrid] out of [Widget]s. If any of these Widgets are [RowWidget]s. then these will be treated as a sequence of rows to add to the grid. Otherwise, this will be treated as a single row to add to the grid.

    Parameters

    Returns Dashboard

Properties

url: Output<string>

The url this [Dashboard] is published at.

Generated using TypeDoc