class NielsenWatermarkTimezone
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NielsenWatermarkTimezone |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NielsenWatermarkTimezone |
Java | software.amazon.awscdk.services.medialive.alpha.NielsenWatermarkTimezone |
Python | aws_cdk.aws_medialive_alpha.NielsenWatermarkTimezone |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NielsenWatermarkTimezone |
Timezone applied to the timestamps in a Nielsen NAES II/NW watermark.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const nielsenWatermarkTimezone = medialive_alpha.NielsenWatermarkTimezone.AMERICA_PUERTO_RICO;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static AMERICA_PUERTO_RICO | Nielsen | America/Puerto Rico. |
| static US_ALASKA | Nielsen | US Alaska. |
| static US_ARIZONA | Nielsen | US Arizona. |
| static US_CENTRAL | Nielsen | US Central. |
| static US_EASTERN | Nielsen | US Eastern. |
| static US_HAWAII | Nielsen | US Hawaii. |
| static US_MOUNTAIN | Nielsen | US Mountain. |
| static US_PACIFIC | Nielsen | US Pacific. |
| static US_SAMOA | Nielsen | US Samoa. |
| static UTC | Nielsen | Coordinated Universal Time. |
value
Type:
string
The underlying string value passed to CloudFormation.
static AMERICA_PUERTO_RICO
Type:
Nielsen
America/Puerto Rico.
static US_ALASKA
Type:
Nielsen
US Alaska.
static US_ARIZONA
Type:
Nielsen
US Arizona.
static US_CENTRAL
Type:
Nielsen
US Central.
static US_EASTERN
Type:
Nielsen
US Eastern.
static US_HAWAII
Type:
Nielsen
US Hawaii.
static US_MOUNTAIN
Type:
Nielsen
US Mountain.
static US_PACIFIC
Type:
Nielsen
US Pacific.
static US_SAMOA
Type:
Nielsen
US Samoa.
static UTC
Type:
Nielsen
Coordinated Universal Time.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): NielsenWatermarkTimezone
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (