Show / Hide Table of Contents

Class CfnChannelPropsMixin.NielsenNaesIiNwProperty

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

Inheritance
object
CfnChannelPropsMixin.NielsenNaesIiNwProperty
Implements
CfnChannelPropsMixin.INielsenNaesIiNwProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.NielsenNaesIiNwProperty : CfnChannelPropsMixin.INielsenNaesIiNwProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.NielsenNaesIiNwProperty Implements CfnChannelPropsMixin.INielsenNaesIiNwProperty
Remarks

The parent of this entity is NielsenWatermarksSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;

             var nielsenNaesIiNwProperty = new NielsenNaesIiNwProperty {
                 CheckDigitString = "checkDigitString",
                 Sid = 123,
                 Timezone = "timezone"
             };

Synopsis

Constructors

NielsenNaesIiNwProperty()

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

Properties

CheckDigitString

Enter the check digit string for the watermark.

Sid

Enter the Nielsen Source ID (SID) to include in the watermark.

Timezone

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

Constructors

NielsenNaesIiNwProperty()

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

public NielsenNaesIiNwProperty()
Remarks

The parent of this entity is NielsenWatermarksSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;

             var nielsenNaesIiNwProperty = new NielsenNaesIiNwProperty {
                 CheckDigitString = "checkDigitString",
                 Sid = 123,
                 Timezone = "timezone"
             };

Properties

CheckDigitString

Enter the check digit string for the watermark.

public string? CheckDigitString { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html#cfn-medialive-channel-nielsennaesiinw-checkdigitstring

Sid

Enter the Nielsen Source ID (SID) to include in the watermark.

public double? Sid { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html#cfn-medialive-channel-nielsennaesiinw-sid

Timezone

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

public string? Timezone { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsennaesiinw.html#cfn-medialive-channel-nielsennaesiinw-timezone

Implements

CfnChannelPropsMixin.INielsenNaesIiNwProperty
Back to top Generated by DocFX