allowedIps

@JvmName(name = "kdghfqpgapyrkelh")
suspend fun allowedIps(value: Output<List<String>>)
@JvmName(name = "rcnpxafdgangtpdu")
suspend fun allowedIps(value: List<String>?)

Parameters

value

A list of the caller IP addresses that are allowed to make API calls with this key.


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


@JvmName(name = "drjmsoofclxwpnkq")
suspend fun allowedIps(values: List<Output<String>>)
@JvmName(name = "pklsgoliwqwinclf")
suspend fun allowedIps(vararg values: String)

Parameters

values

A list of the caller IP addresses that are allowed to make API calls with this key.