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