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

.NET
Go
Java
Python
TypeScript (