| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default PeriodOverride |
DashboardProps.getPeriodOverride()
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)
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() |
Copyright © 2022. All rights reserved.