All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.autoscaling.OnDemandAllocationStrategy.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.autoscaling

sealed abstract class OnDemandAllocationStrategy(val underlying: software.amazon.awscdk.services.autoscaling.OnDemandAllocationStrategy)
  extends Product
    with Serializable

object OnDemandAllocationStrategy {
  implicit def toAws(value: OnDemandAllocationStrategy): software.amazon.awscdk.services.autoscaling.OnDemandAllocationStrategy =
    Option(value).map(_.underlying).orNull

  case object Prioritized
    extends OnDemandAllocationStrategy(software.amazon.awscdk.services.autoscaling.OnDemandAllocationStrategy.PRIORITIZED)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy