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