Uses of Enum
software.amazon.awscdk.services.cloudwatch.PeriodOverride
-
Uses of PeriodOverride in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptiondefault PeriodOverride
DashboardProps.getPeriodOverride()
Use this field to specify the period for the graphs when the dashboard loads.final PeriodOverride
DashboardProps.Jsii$Proxy.getPeriodOverride()
static PeriodOverride
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 TypeMethodDescriptionDashboard.Builder.periodOverride
(PeriodOverride periodOverride) Use this field to specify the period for the graphs when the dashboard loads.DashboardProps.Builder.periodOverride
(PeriodOverride periodOverride) Sets the value ofDashboardProps.getPeriodOverride()