Smpte2038DataPreference

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

Bases: object

(experimental) SMPTE-2038 data preference.

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

smpte2038_data_preference = medialive_alpha.Smpte2038DataPreference.of("value")

Attributes

IGNORE = <aws_cdk.aws_medialive_alpha.Smpte2038DataPreference object>
PREFER = <aws_cdk.aws_medialive_alpha.Smpte2038DataPreference 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:

Smpte2038DataPreference