| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Dashboard.Builder |
Dashboard.Builder.create(software.constructs.Construct scope,
String id) |
Dashboard.Builder |
Dashboard.Builder.dashboardName(String dashboardName)
Name of the dashboard.
|
Dashboard.Builder |
Dashboard.Builder.end(String end)
The end of the time range to use for each widget on the dashboard when the dashboard loads.
|
Dashboard.Builder |
Dashboard.Builder.periodOverride(PeriodOverride periodOverride)
Use this field to specify the period for the graphs when the dashboard loads.
|
Dashboard.Builder |
Dashboard.Builder.start(String start)
The start of the time range to use for each widget on the dashboard.
|
Dashboard.Builder |
Dashboard.Builder.widgets(List<? extends List<? extends IWidget>> widgets)
Initial set of widgets on the dashboard.
|
Copyright © 2022. All rights reserved.