interface NielsenNaesIiNwProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.NielsenNaesIiNwProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_NielsenNaesIiNwProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.NielsenNaesIiNwProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.NielsenNaesIiNwProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » NielsenNaesIiNwProperty |
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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const nielsenNaesIiNwProperty: medialive_mixins.CfnChannelPropsMixin.NielsenNaesIiNwProperty = {
checkDigitString: 'checkDigitString',
sid: 123,
timezone: 'timezone',
};
Properties
| Name | Type | Description |
|---|---|---|
| check | string | Enter the check digit string for the watermark. |
| sid? | number | Enter the Nielsen Source ID (SID) to include in the watermark. |
| timezone? | string |
checkDigitString?
Type:
string
(optional)
Enter the check digit string for the watermark.
sid?
Type:
number
(optional)
Enter the Nielsen Source ID (SID) to include in the watermark.
timezone?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript