Interface CfnChannel.NielsenCBETProperty

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

@Stability(Stable) public static interface CfnChannel.NielsenCBETProperty extends software.amazon.jsii.JsiiSerializable
Complete these fields only if you want to insert watermarks of type Nielsen CBET.

The parent of this entity is NielsenWatermarksSettings

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.*;
 NielsenCBETProperty nielsenCBETProperty = NielsenCBETProperty.builder()
         .cbetCheckDigitString("cbetCheckDigitString")
         .cbetStepaside("cbetStepaside")
         .csid("csid")
         .build();
 

See Also: