ipAllowList

@JvmName(name = "wvtlvgafteewqovm")
suspend fun ipAllowList(value: Output<List<String>>)
@JvmName(name = "bnsfhrleykfolcfh")
suspend fun ipAllowList(value: List<String>?)

Parameters

value

The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.


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


@JvmName(name = "utnedqfvphgepgqb")
suspend fun ipAllowList(values: List<Output<String>>)
@JvmName(name = "jgwvhcqnosjlhfsw")
suspend fun ipAllowList(vararg values: String)

Parameters

values

The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.