privateIps

@JvmName(name = "sqikbpfxwlyykxvv")
suspend fun privateIps(value: Output<List<String>>)
@JvmName(name = "xolresmlbusnshoi")
suspend fun privateIps(value: List<String>?)

Parameters

value

List of private IPs to assign to the ENI without regard to order.


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


@JvmName(name = "gbxxmdvkkecxsxqy")
suspend fun privateIps(values: List<Output<String>>)
@JvmName(name = "daqiikeqeiushgal")
suspend fun privateIps(vararg values: String)

Parameters

values

List of private IPs to assign to the ENI without regard to order.