All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.medialive.cfnChannel.NielsenConfigurationProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.medialive.cfnChannel

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object NielsenConfigurationProperty {

  def apply(
    distributorId: Option[String] = None,
    nielsenPcmToId3Tagging: Option[String] = None
  ): software.amazon.awscdk.services.medialive.CfnChannel.NielsenConfigurationProperty =
    (new software.amazon.awscdk.services.medialive.CfnChannel.NielsenConfigurationProperty.Builder)
      .distributorId(distributorId.orNull)
      .nielsenPcmToId3Tagging(nielsenPcmToId3Tagging.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy