class HlsManifestDurationFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.HlsManifestDurationFormat |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#HlsManifestDurationFormat |
Java | software.amazon.awscdk.services.medialive.alpha.HlsManifestDurationFormat |
Python | aws_cdk.aws_medialive_alpha.HlsManifestDurationFormat |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป HlsManifestDurationFormat |
HLS manifest duration format.
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 hlsManifestDurationFormat = medialive_alpha.HlsManifestDurationFormat.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static FLOATING_POINT | Hls | Floating point. |
| static INTEGER | Hls | Integer. |
value
Type:
string
The underlying string value passed to CloudFormation.
static FLOATING_POINT
Type:
Hls
Floating point.
static INTEGER
Type:
Hls
Integer.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): HlsManifestDurationFormat
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (