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

.NET
Go
Java
Python
TypeScript (