privateIpAddresses

@JvmName(name = "iibdvblwstctuwpg")
suspend fun privateIpAddresses(value: Output<List<PrivateIpAddressSpecificationArgs>>)
@JvmName(name = "xbycqockcoaxepkf")
suspend fun privateIpAddresses(value: List<PrivateIpAddressSpecificationArgs>?)

Parameters

value

Assigns a list of private IP addresses to the network interface. You can specify a primary private IP address by setting the value of the Primary property to true in the PrivateIpAddressSpecification property. If you want EC2 to automatically assign private IP addresses, use the SecondaryPrivateIpAddressCount property and do not specify this property.


@JvmName(name = "flrjekyotyolpnge")
suspend fun privateIpAddresses(vararg values: Output<PrivateIpAddressSpecificationArgs>)


@JvmName(name = "hmkbyhtqxpecpoml")
suspend fun privateIpAddresses(values: List<Output<PrivateIpAddressSpecificationArgs>>)
@JvmName(name = "uyksvvunqwujxxin")
suspend fun privateIpAddresses(vararg values: PrivateIpAddressSpecificationArgs)

Parameters

values

Assigns a list of private IP addresses to the network interface. You can specify a primary private IP address by setting the value of the Primary property to true in the PrivateIpAddressSpecification property. If you want EC2 to automatically assign private IP addresses, use the SecondaryPrivateIpAddressCount property and do not specify this property.


@JvmName(name = "tcadfuohfyrvodal")
suspend fun privateIpAddresses(argument: List<suspend PrivateIpAddressSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "uobphhuilwlrcagp")
suspend fun privateIpAddresses(vararg argument: suspend PrivateIpAddressSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "vtciiqhcgmyautvy")
suspend fun privateIpAddresses(argument: suspend PrivateIpAddressSpecificationArgsBuilder.() -> Unit)

Parameters

argument

Assigns a list of private IP addresses to the network interface. You can specify a primary private IP address by setting the value of the Primary property to true in the PrivateIpAddressSpecification property. If you want EC2 to automatically assign private IP addresses, use the SecondaryPrivateIpAddressCount property and do not specify this property.