![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.ec2.cfnSpotFleet.SpotCapacityRebalanceProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.ec2.cfnSpotFleet
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object SpotCapacityRebalanceProperty {
def apply(
replacementStrategy: Option[String] = None,
terminationDelay: Option[Number] = None
): software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotCapacityRebalanceProperty =
(new software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotCapacityRebalanceProperty.Builder)
.replacementStrategy(replacementStrategy.orNull)
.terminationDelay(terminationDelay.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy