AWSEC2SpotAllocationStrategy

Objective-C

NS_ENUM(NSInteger, AWSEC2SpotAllocationStrategy) {
    AWSEC2SpotAllocationStrategyUnknown,
    AWSEC2SpotAllocationStrategyLowestPrice,
    AWSEC2SpotAllocationStrategyDiversified,
    AWSEC2SpotAllocationStrategyCapacityOptimized,
    AWSEC2SpotAllocationStrategyCapacityOptimizedPrioritized,
    AWSEC2SpotAllocationStrategyPriceCapacityOptimized,
}

Swift

enum AWSEC2SpotAllocationStrategy : Int, @unchecked Sendable

Undocumented