| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PeriodOverride |
DashboardProps.getPeriodOverride()
(experimental) Use this field to specify the period for the graphs when the dashboard loads.
|
PeriodOverride |
DashboardProps.Jsii$Proxy.getPeriodOverride() |
static PeriodOverride |
PeriodOverride.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeriodOverride[] |
PeriodOverride.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard.Builder |
Dashboard.Builder.periodOverride(PeriodOverride periodOverride)
(experimental) Use this field to specify the period for the graphs when the dashboard loads.
|
DashboardProps.Builder |
DashboardProps.Builder.periodOverride(PeriodOverride periodOverride)
Sets the value of
DashboardProps.getPeriodOverride() |
| Constructor and Description |
|---|
Jsii$Proxy(String dashboardName,
String end,
PeriodOverride periodOverride,
String start,
List<? extends List<? extends IWidget>> widgets)
Constructor that initializes the object based on literal property values passed by the
DashboardProps.Builder. |
Copyright © 2021. All rights reserved.