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