ipv4Prefixes

@JvmName(name = "swpoafkmboyaapcf")
suspend fun ipv4Prefixes(value: Output<List<String>>)
@JvmName(name = "nxffogmbtpyyosdr")
suspend fun ipv4Prefixes(value: List<String>?)

Parameters

value

A list of IPv4 prefixes to be assigned to the ENI. Support up to 10.


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


@JvmName(name = "yktuegxmharplyyd")
suspend fun ipv4Prefixes(values: List<Output<String>>)
@JvmName(name = "fjymbyrxdorilslj")
suspend fun ipv4Prefixes(vararg values: String)

Parameters

values

A list of IPv4 prefixes to be assigned to the ENI. Support up to 10.