ipAllowLists

@JvmName(name = "txkitupelxynqikw")
suspend fun ipAllowLists(value: Output<List<String>>)
@JvmName(name = "oiuekhfrgruiepxm")
suspend fun ipAllowLists(value: List<String>?)

Parameters

value

One or more IP Addresses, or CIDR Blocks which should be able to access the Key Delivery.


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


@JvmName(name = "dsuccffokmoyndoy")
suspend fun ipAllowLists(values: List<Output<String>>)
@JvmName(name = "elifnjuanygttftm")
suspend fun ipAllowLists(vararg values: String)

Parameters

values

One or more IP Addresses, or CIDR Blocks which should be able to access the Key Delivery.