VpcConfigResponseArgs

data class VpcConfigResponseArgs(val clusterSecurityGroupId: Output<String>? = null, val endpointPrivateAccess: Output<Boolean>? = null, val endpointPublicAccess: Output<Boolean>? = null, val ipv6AllowedForDualStack: Output<Boolean>? = null, val publicAccessCidrs: Output<List<String>>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val subnets: Output<List<String>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcConfigResponseArgs>

Definition of VpcConfig

Constructors

Link copied to clipboard
constructor(clusterSecurityGroupId: Output<String>? = null, endpointPrivateAccess: Output<Boolean>? = null, endpointPublicAccess: Output<Boolean>? = null, ipv6AllowedForDualStack: Output<Boolean>? = null, publicAccessCidrs: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, subnets: Output<List<String>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val clusterSecurityGroupId: Output<String>? = null

The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication.

Link copied to clipboard
val endpointPrivateAccess: Output<Boolean>? = null

This parameter indicates whether the Amazon EKS private API server endpoint is enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes API requests that originate from within your cluster's VPC use the private VPC endpoint instead of traversing the internet. If this value is disabled and you have nodes or Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. For more information, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide .

Link copied to clipboard
val endpointPublicAccess: Output<Boolean>? = null

Whether the public API server endpoint is enabled.

Link copied to clipboard
val ipv6AllowedForDualStack: Output<Boolean>? = null

Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.

Link copied to clipboard
val publicAccessCidrs: Output<List<String>>? = null

The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint.

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

A list of VPC security group IDs.

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

A list of VPC subnet IDs.

Link copied to clipboard
val subnets: Output<List<String>>? = null

A list of one or more subnet IDs in your Amazon VPC.

Link copied to clipboard
val vpcId: Output<String>? = null

The VPC associated with your cluster.

Functions

Link copied to clipboard
open override fun toJava(): VpcConfigResponseArgs