OnDemandOptions

public struct OnDemandOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowest-price, EC2 Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first. If you do not specify a value, EC2 Fleet defaults to lowest-price.

    Declaration

    Swift

    public let allocationStrategy: FleetOnDemandAllocationStrategy?
  • The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity. Supported only for fleets of type instant.

    Declaration

    Swift

    public let capacityReservationOptions: CapacityReservationOptions?
  • The maximum amount per hour for On-Demand Instances that you’re willing to pay.

    Declaration

    Swift

    public let maxTotalPrice: String?
  • The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

    Declaration

    Swift

    public let minTargetCapacity: Int?
  • Indicates that the fleet launches all On-Demand Instances into a single Availability Zone. Supported only for fleets of type instant.

    Declaration

    Swift

    public let singleAvailabilityZone: Bool?
  • Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet. Supported only for fleets of type instant.

    Declaration

    Swift

    public let singleInstanceType: Bool?
  • Undocumented

    Declaration

    Swift

    public init(allocationStrategy: FleetOnDemandAllocationStrategy? = nil, capacityReservationOptions: CapacityReservationOptions? = nil, maxTotalPrice: String? = nil, minTargetCapacity: Int? = nil, singleAvailabilityZone: Bool? = nil, singleInstanceType: Bool? = nil)