class NielsenPcmToId3TaggingState
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NielsenPcmToId3TaggingState |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NielsenPcmToId3TaggingState |
Java | software.amazon.awscdk.services.medialive.alpha.NielsenPcmToId3TaggingState |
Python | aws_cdk.aws_medialive_alpha.NielsenPcmToId3TaggingState |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NielsenPcmToId3TaggingState |
Whether Nielsen PCM to ID3 tagging is enabled.
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 nielsenPcmToId3TaggingState = medialive_alpha.NielsenPcmToId3TaggingState.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | Nielsen | Disabled. |
| static ENABLED | Nielsen | Enabled. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
Nielsen
Disabled.
static ENABLED
Type:
Nielsen
Enabled.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): NielsenPcmToId3TaggingState
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (