ipv6AddressLists

@JvmName(name = "yqhlxnewrcivypxi")
suspend fun ipv6AddressLists(value: Output<List<String>>)
@JvmName(name = "ihpmpjrmokbqgmav")
suspend fun ipv6AddressLists(value: List<String>?)

Parameters

value

List of private IPs to assign to the ENI in sequential order.


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


@JvmName(name = "dnlkmmohuryclvgd")
suspend fun ipv6AddressLists(values: List<Output<String>>)
@JvmName(name = "qxvhomtcnkrcgctc")
suspend fun ipv6AddressLists(vararg values: String)

Parameters

values

List of private IPs to assign to the ENI in sequential order.