AWSEC2AllocationStrategy

Objective-C

NS_ENUM(NSInteger, AWSEC2AllocationStrategy) {
    AWSEC2AllocationStrategyUnknown,
    AWSEC2AllocationStrategyLowestPrice,
    AWSEC2AllocationStrategyDiversified,
    AWSEC2AllocationStrategyCapacityOptimized,
    AWSEC2AllocationStrategyCapacityOptimizedPrioritized,
    AWSEC2AllocationStrategyPriceCapacityOptimized,
}

Swift

enum AWSEC2AllocationStrategy : Int, @unchecked Sendable

Undocumented