ipv4Prefixes

@JvmName(name = "lrmfcpgmygxbbnao")
suspend fun ipv4Prefixes(value: Output<List<String>>)
@JvmName(name = "vugeprkxwxsgqjwb")
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 = "tdlxuhuuuhseitfb")
suspend fun ipv4Prefixes(vararg values: Output<String>)


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

Parameters

values

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