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();
-
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. -
getSid
Enter the Nielsen Source ID (SID) to include in the watermark. -
getTimezone
CfnChannel.NielsenNaesIiNwProperty.Timezone
. -
builder
-