publicAccessCidrs property
The CIDR blocks that are allowed access to your cluster's public Kubernetes
API server endpoint. Communication to the endpoint from addresses outside of
the listed CIDR blocks is denied. The default value is
0.0.0.0/0
. If you've disabled private endpoint access and you
have worker nodes or AWS Fargate pods in the cluster, then ensure that the
necessary CIDR blocks are listed. For more information, see Amazon
EKS Cluster Endpoint Access Control in the Amazon EKS User
Guide .
Implementation
final List<String>? publicAccessCidrs;