ipRanges

@JvmName(name = "aahrtwbikcpnukhs")
suspend fun ipRanges(value: Output<List<String>>)
@JvmName(name = "lwpbepoqoeetnfub")
suspend fun ipRanges(value: List<String>?)

Parameters

value

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.


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


@JvmName(name = "hjvmqcjtsbgijyee")
suspend fun ipRanges(values: List<Output<String>>)
@JvmName(name = "vfybnfncctsflrua")
suspend fun ipRanges(vararg values: String)

Parameters

values

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.