publicAccessCidrs

@JvmName(name = "icgndklvwccyomyt")
suspend fun publicAccessCidrs(value: Output<List<String>>)
@JvmName(name = "oqquebdvmgyaeagl")
suspend fun publicAccessCidrs(value: List<String>?)

Parameters

value

The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.


@JvmName(name = "kkqslfoaqxrrbdiq")
suspend fun publicAccessCidrs(vararg values: Output<String>)


@JvmName(name = "mhsokjreahfulmyl")
suspend fun publicAccessCidrs(values: List<Output<String>>)
@JvmName(name = "tsmxgsjyifunrcyy")
suspend fun publicAccessCidrs(vararg values: String)

Parameters

values

The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access and you have nodes or AWS Fargate pods in the cluster, then ensure that you specify the necessary CIDR blocks.