publicAccessCidrs

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

Parameters

value

List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint when enabled. EKS defaults this to a list with 0.0.0.0/0. The provider will only perform drift detection of its value when present in a configuration.


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


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

Parameters

values

List of CIDR blocks. Indicates which CIDR blocks can access the Amazon EKS public API server endpoint when enabled. EKS defaults this to a list with 0.0.0.0/0. The provider will only perform drift detection of its value when present in a configuration.