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

.NET
Go
Java
Python
TypeScript (