publicAccessCidrs

@JvmName(name = "apkvuruknrifsqod")
suspend fun publicAccessCidrs(value: Output<List<String>>)
@JvmName(name = "lkyfolvxnwscqfbo")
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 = "wpomlmqsfundvjvf")
suspend fun publicAccessCidrs(vararg values: Output<String>)


@JvmName(name = "xmvmmvthguuwdulw")
suspend fun publicAccessCidrs(values: List<Output<String>>)
@JvmName(name = "xuseevarskeexaqi")
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.