AwsEksClusterResourcesVpcConfigDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: