cidrAllowList

@JvmName(name = "jiswlhfavdkickok")
suspend fun cidrAllowList(value: Output<List<String>>)
@JvmName(name = "mdulkskunftmtkvd")
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 = "opeejrqinwndpchb")
suspend fun cidrAllowList(vararg values: Output<String>)


@JvmName(name = "gksfsucalijojxty")
suspend fun cidrAllowList(values: List<Output<String>>)
@JvmName(name = "eoofjrojuvdjvaxs")
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.