class Smpte2038DataPreference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Smpte2038DataPreference |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Smpte2038DataPreference |
Java | software.amazon.awscdk.services.medialive.alpha.Smpte2038DataPreference |
Python | aws_cdk.aws_medialive_alpha.Smpte2038DataPreference |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Smpte2038DataPreference |
SMPTE-2038 data preference.
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 smpte2038DataPreference = medialive_alpha.Smpte2038DataPreference.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static IGNORE | Smpte2038 | Never extract from SMPTE-2038. |
| static PREFER | Smpte2038 | Extract from SMPTE-2038 if present. |
value
Type:
string
The underlying string value passed to CloudFormation.
static IGNORE
Type:
Smpte2038
Never extract from SMPTE-2038.
static PREFER
Type:
Smpte2038
Extract from SMPTE-2038 if present.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Smpte2038DataPreference
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (