allowedIps

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


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