cidrAllowList

@JvmName(name = "bdmpypfhtnhdlsbf")
suspend fun cidrAllowList(value: Output<List<String>>)
@JvmName(name = "hqbbpioaqbxtovqi")
suspend fun cidrAllowList(value: List<String>?)

Parameters

value

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.


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


@JvmName(name = "lygphecnvdktooei")
suspend fun cidrAllowList(values: List<Output<String>>)
@JvmName(name = "xkdltgqolmgtiqyu")
suspend fun cidrAllowList(vararg values: String)

Parameters

values

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.