AwsEksClusterResourcesVpcConfigDetails - AWS Security Hub

AwsEksClusterResourcesVpcConfigDetails

Information about the VPC configuration used by the cluster control plane.

Contents

EndpointPublicAccess

Indicates whether the Amazon EKS public API server endpoint is turned on. If the Amazon EKS public API server endpoint is turned off, your cluster's Kubernetes API server can only receive requests that originate from within the cluster VPC.

Type: Boolean

Required: No

SecurityGroupIds

The security groups that are associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Amazon EKS control plane.

Type: Array of strings

Pattern: .*\S.*

Required: No

SubnetIds

The subnets that are associated with the cluster.

Type: Array of strings

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: