class HlsOutputSelection
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.HlsOutputSelection |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#HlsOutputSelection |
Java | software.amazon.awscdk.services.medialive.alpha.HlsOutputSelection |
Python | aws_cdk.aws_medialive_alpha.HlsOutputSelection |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป HlsOutputSelection |
HLS output selection.
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 hlsOutputSelection = medialive_alpha.HlsOutputSelection.MANIFESTS_AND_SEGMENTS;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static MANIFESTS_AND_SEGMENTS | Hls | Manifests and segments. |
| static SEGMENTS_ONLY | Hls | Segments only. |
| static VARIANT_MANIFESTS_AND_SEGMENTS | Hls | Variant manifests and segments. |
value
Type:
string
The underlying string value passed to CloudFormation.
static MANIFESTS_AND_SEGMENTS
Type:
Hls
Manifests and segments.
static SEGMENTS_ONLY
Type:
Hls
Segments only.
static VARIANT_MANIFESTS_AND_SEGMENTS
Type:
Hls
Variant manifests and segments.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): HlsOutputSelection
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (