MediaPackageV2HlsSetting

class aws_cdk.aws_medialive_alpha.MediaPackageV2HlsSetting(*args: Any, **kwargs)

Bases: object

(experimental) Whether MediaPackage sets a MediaPackage V2 audio rendition as default / auto-select in the HLS manifest.

Across all renditions: at most one may be YES; not all may be NO.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

media_package_v2_hls_setting = medialive_alpha.MediaPackageV2HlsSetting.NO

Attributes

NO = <aws_cdk.aws_medialive_alpha.MediaPackageV2HlsSetting object>
OMIT = <aws_cdk.aws_medialive_alpha.MediaPackageV2HlsSetting object>
YES = <aws_cdk.aws_medialive_alpha.MediaPackageV2HlsSetting object>
value

(experimental) The underlying string value passed to CloudFormation.

Stability:

experimental

Static Methods

classmethod of(value)

(experimental) A value not yet modelled by AWS CDK.

Parameters:

value (str)

Stability:

experimental

Return type:

MediaPackageV2HlsSetting