Enum PeriodOverride

java.lang.Object
java.lang.Enum<PeriodOverride>
software.amazon.awscdk.services.cloudwatch.PeriodOverride
All Implemented Interfaces:
Serializable, Comparable<PeriodOverride>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:13.962Z") @Stability(Stable) public enum PeriodOverride extends Enum<PeriodOverride>
Specify the period for graphs when the CloudWatch dashboard loads.
  • Enum Constant Details

    • AUTO

      @Stability(Stable) public static final PeriodOverride AUTO
      Period of all graphs on the dashboard automatically adapt to the time range of the dashboard.
    • INHERIT

      @Stability(Stable) public static final PeriodOverride INHERIT
      Period set for each graph will be used.
  • Method Details

    • values

      public static PeriodOverride[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PeriodOverride valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null