aws-cdk-lib.aws_medialive.CfnChannel.NielsenConfigurationProperty

interface NielsenConfigurationProperty

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

The settings to configure Nielsen watermarks.

The parent of this entity is EncoderSettings.

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 nielsenConfigurationProperty: medialive.CfnChannel.NielsenConfigurationProperty = {
  distributorId: 'distributorId',
  nielsenPcmToId3Tagging: 'nielsenPcmToId3Tagging',
};

Properties

NameTypeDescription
distributorId?stringEnter the Distributor ID assigned to your organization by Nielsen.
nielsenPcmToId3Tagging?stringEnables Nielsen PCM to ID3 tagging.

distributorId?

Type: string (optional)

Enter the Distributor ID assigned to your organization by Nielsen.


nielsenPcmToId3Tagging?

Type: string (optional)

Enables Nielsen PCM to ID3 tagging.