NielsenNaesIiNwSettings

class aws_cdk.aws_medialive_alpha.NielsenNaesIiNwSettings(*, check_digit_string, sid, timezone=None)

Bases: object

(experimental) Nielsen NAES II/NW watermark settings.

Parameters:
  • check_digit_string (str) – (experimental) The check digit string for the watermark.

  • sid (Union[int, float]) – (experimental) The Nielsen Source ID (SID).

  • timezone (Optional[NielsenWatermarkTimezone]) – (experimental) The timezone for the timestamps in the watermark. Default: - Coordinated Universal Time (UTC)

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

# nielsen_watermark_timezone: medialive_alpha.NielsenWatermarkTimezone

nielsen_naes_ii_nw_settings = medialive_alpha.NielsenNaesIiNwSettings(
    check_digit_string="checkDigitString",
    sid=123,

    # the properties below are optional
    timezone=nielsen_watermark_timezone
)

Attributes

check_digit_string

(experimental) The check digit string for the watermark.

Stability:

experimental

sid

(experimental) The Nielsen Source ID (SID).

Stability:

experimental

timezone

(experimental) The timezone for the timestamps in the watermark.

Default:
  • Coordinated Universal Time (UTC)

Stability:

experimental