aws-cdk-lib.aws_medialive.CfnChannel.NielsenWatermarksSettingsProperty

interface NielsenWatermarksSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.NielsenWatermarksSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_NielsenWatermarksSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.NielsenWatermarksSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.NielsenWatermarksSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » NielsenWatermarksSettingsProperty

Settings to configure Nielsen Watermarks in the audio encode.

The parent of this entity is AudioWatermarkSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const nielsenWatermarksSettingsProperty: medialive.CfnChannel.NielsenWatermarksSettingsProperty = {
  nielsenCbetSettings: {
    cbetCheckDigitString: 'cbetCheckDigitString',
    cbetStepaside: 'cbetStepaside',
    csid: 'csid',
  },
  nielsenDistributionType: 'nielsenDistributionType',
  nielsenNaesIiNwSettings: {
    checkDigitString: 'checkDigitString',
    sid: 123,
    timezone: 'timezone',
  },
};

Properties

NameTypeDescription
nielsenCbetSettings?IResolvable | NielsenCBETPropertyComplete these fields only if you want to insert watermarks of type Nielsen CBET.
nielsenDistributionType?stringChoose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.
nielsenNaesIiNwSettings?IResolvable | NielsenNaesIiNwPropertyComplete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).

nielsenCbetSettings?

Type: IResolvable | NielsenCBETProperty (optional)

Complete these fields only if you want to insert watermarks of type Nielsen CBET.


nielsenDistributionType?

Type: string (optional)

Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.


nielsenNaesIiNwSettings?

Type: IResolvable | NielsenNaesIiNwProperty (optional)

Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).