Enum FeaturePlan

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

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2025-01-15T21:09:16.673Z") @Stability(Stable) public enum FeaturePlan extends Enum<FeaturePlan>
The user pool feature plan, or tier.

See Also:
  • Enum Constant Details

    • LITE

      @Stability(Stable) public static final FeaturePlan LITE
      Lite feature plan.
    • ESSENTIALS

      @Stability(Stable) public static final FeaturePlan ESSENTIALS
      Essentials feature plan.
    • PLUS

      @Stability(Stable) public static final FeaturePlan PLUS
      Plus feature plan.
  • Method Details

    • values

      public static FeaturePlan[] 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 FeaturePlan 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