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

.NET
Go
Java
Python
TypeScript (