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

.NET
Go
Java
Python
TypeScript (