private Ip Addresses
Parameters
value
The private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.
Parameters
values
The private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.
suspend fun privateIpAddresses(argument: List<suspend SpotFleetPrivateIpAddressSpecificationArgsBuilder.() -> Unit>)
suspend fun privateIpAddresses(vararg argument: suspend SpotFleetPrivateIpAddressSpecificationArgsBuilder.() -> Unit)
suspend fun privateIpAddresses(argument: suspend SpotFleetPrivateIpAddressSpecificationArgsBuilder.() -> Unit)
Parameters
argument
The private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.