GetClusterVpcConfig

data class GetClusterVpcConfig(val clusterSecurityGroupId: String, val endpointPrivateAccess: Boolean, val endpointPublicAccess: Boolean, val publicAccessCidrs: List<String>, val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcId: String)

Constructors

Link copied to clipboard
constructor(clusterSecurityGroupId: String, endpointPrivateAccess: Boolean, endpointPublicAccess: Boolean, publicAccessCidrs: List<String>, securityGroupIds: List<String>, subnetIds: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster security group that was created by Amazon EKS for the cluster.

Link copied to clipboard

Indicates whether or not the Amazon EKS private API server endpoint is enabled.

Link copied to clipboard

Indicates whether or not the Amazon EKS public API server endpoint is enabled.

Link copied to clipboard

List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint.

Link copied to clipboard

List of security group IDs

Link copied to clipboard

List of subnet IDs

Link copied to clipboard

The VPC associated with your cluster.