privateIpAddresses

@JvmName(name = "wbcxaeorlerdrdoj")
suspend fun privateIpAddresses(value: Output<List<SpotFleetPrivateIpAddressSpecificationArgs>>)
@JvmName(name = "wwxyyyyspwoinlrq")
suspend fun privateIpAddresses(value: List<SpotFleetPrivateIpAddressSpecificationArgs>?)

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.


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


@JvmName(name = "rxjjlthqnbvlscwv")
suspend fun privateIpAddresses(values: List<Output<SpotFleetPrivateIpAddressSpecificationArgs>>)
@JvmName(name = "cybtraperaxmqrhn")
suspend fun privateIpAddresses(vararg values: SpotFleetPrivateIpAddressSpecificationArgs)

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.


@JvmName(name = "xxtvbayfvtueemrs")
suspend fun privateIpAddresses(argument: List<suspend SpotFleetPrivateIpAddressSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "wvfitkokrbrrocht")
suspend fun privateIpAddresses(vararg argument: suspend SpotFleetPrivateIpAddressSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "pdqpijmdfgnncbis")
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.