IpFamily

class aws_cdk.aws_eks_v2.IpFamily(*values)

Bases: Enum

EKS cluster IP family.

Attributes

IP_V4

Use IPv4 for pods and services in your cluster.

IP_V6

Use IPv6 for pods and services in your cluster.