SpotFleetRequestLaunchTemplateConfigOverride

data class SpotFleetRequestLaunchTemplateConfigOverride(val availabilityZone: String? = null, val instanceRequirements: SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements? = null, val instanceType: String? = null, val priority: Double? = null, val spotPrice: String? = null, val subnetId: String? = null, val weightedCapacity: Double? = null)

Constructors

constructor(availabilityZone: String? = null, instanceRequirements: SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirements? = null, instanceType: String? = null, priority: Double? = null, spotPrice: String? = null, subnetId: String? = null, weightedCapacity: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The availability zone in which to place the request.

Link copied to clipboard
Link copied to clipboard
val instanceType: String? = null

The type of instance to request.

Link copied to clipboard
val priority: Double? = null

The priority for the launch template override. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority.

Link copied to clipboard
val spotPrice: String? = null

The maximum spot bid for this override request.

Link copied to clipboard
val subnetId: String? = null

The subnet in which to launch the requested instance.

Link copied to clipboard

The capacity added to the fleet by a fulfilled request.