
io.burkard.cdk.services.opsworks.cfnLayer.LifecycleEventConfigurationProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.opsworks.cfnLayer
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object LifecycleEventConfigurationProperty {
def apply(
shutdownEventConfiguration: Option[software.amazon.awscdk.services.opsworks.CfnLayer.ShutdownEventConfigurationProperty] = None
): software.amazon.awscdk.services.opsworks.CfnLayer.LifecycleEventConfigurationProperty =
(new software.amazon.awscdk.services.opsworks.CfnLayer.LifecycleEventConfigurationProperty.Builder)
.shutdownEventConfiguration(shutdownEventConfiguration.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy