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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.NielsenNaesIiNwProperty
static final class
An implementation forCfnChannel.NielsenNaesIiNwProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCheckDigitString
Enter the check digit string for the watermark.- See Also:
-
getSid
Enter the Nielsen Source ID (SID) to include in the watermark.- See Also:
-
getTimezone
- See Also:
-
builder
-