Interface CfnChannel.NielsenNaesIiNwProperty

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

@Stability(Stable) public static interface CfnChannel.NielsenNaesIiNwProperty extends software.amazon.jsii.JsiiSerializable
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).

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.*;
 NielsenNaesIiNwProperty nielsenNaesIiNwProperty = NielsenNaesIiNwProperty.builder()
         .checkDigitString("checkDigitString")
         .sid(123)
         .timezone("timezone")
         .build();