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

.NET
Go
Java
Python
TypeScript (