interface NielsenNaesIiNwSettings
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NielsenNaesIiNwSettings |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NielsenNaesIiNwSettings |
Java | software.amazon.awscdk.services.medialive.alpha.NielsenNaesIiNwSettings |
Python | aws_cdk.aws_medialive_alpha.NielsenNaesIiNwSettings |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NielsenNaesIiNwSettings |
Nielsen NAES II/NW watermark settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const nielsenWatermarkTimezone: medialive_alpha.NielsenWatermarkTimezone;
const nielsenNaesIiNwSettings: medialive_alpha.NielsenNaesIiNwSettings = {
checkDigitString: 'checkDigitString',
sid: 123,
// the properties below are optional
timezone: nielsenWatermarkTimezone,
};
Properties
| Name | Type | Description |
|---|---|---|
| check | string | The check digit string for the watermark. |
| sid | number | The Nielsen Source ID (SID). |
| timezone? | Nielsen | The timezone for the timestamps in the watermark. |
checkDigitString
Type:
string
The check digit string for the watermark.
sid
Type:
number
The Nielsen Source ID (SID).
timezone?
Type:
Nielsen
(optional, default: Coordinated Universal Time (UTC))
The timezone for the timestamps in the watermark.

.NET
Go
Java
Python
TypeScript (