AWSEKSClusterResourcesVPCConfiguration
No description
type AWSEKSClusterResourcesVPCConfiguration {
clusterSecurityGroupId: String!
endpointPrivateAccess: Boolean!
endpointPublicAccess: Boolean!
publicAccessCidrs: [String!]!
securityGroupIds: [String!]!
subnetIds: [String!]!
vpc: AWSVPC
}
Fields
AWSEKSClusterResourcesVPCConfiguration.clusterSecurityGroupId
● String!
non-null scalar
The cluster security group that was created by Amazon EKS for the cluster
AWSEKSClusterResourcesVPCConfiguration.endpointPrivateAccess
● Boolean!
non-null scalar
This parameter indicates whether the Amazon EKS private API server endpoint is enabled
AWSEKSClusterResourcesVPCConfiguration.endpointPublicAccess
● Boolean!
non-null scalar
This parameter indicates whether the Amazon EKS public API server endpoint is enabled
AWSEKSClusterResourcesVPCConfiguration.publicAccessCidrs
● [String!]!
non-null scalar
The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint
AWSEKSClusterResourcesVPCConfiguration.securityGroupIds
● [String!]!
non-null scalar
The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Kubernetes control plane
AWSEKSClusterResourcesVPCConfiguration.subnetIds
● [String!]!
non-null scalar
The subnets associated with your cluster
AWSEKSClusterResourcesVPCConfiguration.vpc
● AWSVPC
object
The VPC associated with your cluster
Member of
AWSEKSCluster
object