allowedIps

@JvmName(name = "kdgffgjcjiltqmsd")
suspend fun allowedIps(value: Output<List<String>>)
@JvmName(name = "psstxqnkjmrwfudt")
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 = "gjwwumoadpcptqwy")
suspend fun allowedIps(vararg values: Output<String>)


@JvmName(name = "jliwbstfbopteoba")
suspend fun allowedIps(values: List<Output<String>>)
@JvmName(name = "mahlxqfcocpyfbtl")
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.