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

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-23T18:58:18.923Z") @Stability(Stable) public enum IpFamily extends Enum<IpFamily>
EKS cluster IP family.
  • Enum Constant Details

    • IP_V4

      @Stability(Stable) public static final IpFamily IP_V4
      Use IPv4 for pods and services in your cluster.
    • IP_V6

      @Stability(Stable) public static final IpFamily IP_V6
      Use IPv6 for pods and services in your cluster.
  • Method Details

    • values

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