M3u8NielsenId3Behavior

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

Bases: object

(experimental) Nielsen ID3 passthrough behavior for an M3U8 container.

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

m3u8_nielsen_id3_behavior = medialive_alpha.M3u8NielsenId3Behavior.of("value")

Attributes

NO_PASSTHROUGH = <aws_cdk.aws_medialive_alpha.M3u8NielsenId3Behavior object>
PASSTHROUGH = <aws_cdk.aws_medialive_alpha.M3u8NielsenId3Behavior 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:

M3u8NielsenId3Behavior