class M2tsTimedMetadataBehavior
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.M2tsTimedMetadataBehavior |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#M2tsTimedMetadataBehavior |
Java | software.amazon.awscdk.services.medialive.alpha.M2tsTimedMetadataBehavior |
Python | aws_cdk.aws_medialive_alpha.M2tsTimedMetadataBehavior |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป M2tsTimedMetadataBehavior |
Timed metadata passthrough behavior.
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 m2tsTimedMetadataBehavior = medialive_alpha.M2tsTimedMetadataBehavior.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static NO_PASSTHROUGH | M2ts | Do not pass timed metadata through. |
| static PASSTHROUGH | M2ts | Pass timed metadata from the input through to the output. |
value
Type:
string
The underlying string value passed to CloudFormation.
static NO_PASSTHROUGH
Type:
M2ts
Do not pass timed metadata through.
static PASSTHROUGH
Type:
M2ts
Pass timed metadata from the input through to the output.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): M2tsTimedMetadataBehavior
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (