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

.NET
Go
Java
Python
TypeScript (