cidrAllowList

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


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