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