launchSpecifications

@JvmName(name = "dksnvwevirdjrfnb")
suspend fun launchSpecifications(value: Output<List<SpotFleetRequestLaunchSpecificationArgs>>)
@JvmName(name = "idjujhkorapbntjy")
suspend fun launchSpecifications(value: List<SpotFleetRequestLaunchSpecificationArgs>?)

Parameters

value

Used to define the launch configuration of the spot-fleet request. Can be specified multiple times to define different bids across different markets and instance types. Conflicts with launch_template_config. At least one of launch_specification or launch_template_config is required.


@JvmName(name = "lwodcuhvitshkykd")
suspend fun launchSpecifications(vararg values: Output<SpotFleetRequestLaunchSpecificationArgs>)


@JvmName(name = "vlsinjictnvuhowq")
suspend fun launchSpecifications(values: List<Output<SpotFleetRequestLaunchSpecificationArgs>>)
@JvmName(name = "gftfsumcqjrbpory")
suspend fun launchSpecifications(vararg values: SpotFleetRequestLaunchSpecificationArgs)

Parameters

values

Used to define the launch configuration of the spot-fleet request. Can be specified multiple times to define different bids across different markets and instance types. Conflicts with launch_template_config. At least one of launch_specification or launch_template_config is required.


@JvmName(name = "jfwhohquotugneam")
suspend fun launchSpecifications(argument: List<suspend SpotFleetRequestLaunchSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "ouofngswspyfdune")
suspend fun launchSpecifications(vararg argument: suspend SpotFleetRequestLaunchSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ohgfhoupilabfxkf")
suspend fun launchSpecifications(argument: suspend SpotFleetRequestLaunchSpecificationArgsBuilder.() -> Unit)

Parameters

argument

Used to define the launch configuration of the spot-fleet request. Can be specified multiple times to define different bids across different markets and instance types. Conflicts with launch_template_config. At least one of launch_specification or launch_template_config is required.