Interface CfnChannel.NielsenConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.NielsenConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.NielsenConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The settings to configure Nielsen watermarks.

The parent of this entity is EncoderSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 NielsenConfigurationProperty nielsenConfigurationProperty = NielsenConfigurationProperty.builder()
         .distributorId("distributorId")
         .nielsenPcmToId3Tagging("nielsenPcmToId3Tagging")
         .build();