ipv4Prefixes

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


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

Parameters

values

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