Ac3AttenuationControl

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

Bases: object

(experimental) AC3 attenuation control.

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

ac3_attenuation_control = medialive_alpha.Ac3AttenuationControl.of("value")

Attributes

ATTENUATE_3_DB = <aws_cdk.aws_medialive_alpha.Ac3AttenuationControl object>
NONE = <aws_cdk.aws_medialive_alpha.Ac3AttenuationControl 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:

Ac3AttenuationControl