publicAccessCidrs

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


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