BandwidthReductionStrength

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

Bases: object

(experimental) Bandwidth reduction filter strength.

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

bandwidth_reduction_strength = medialive_alpha.BandwidthReductionStrength.AUTO

Attributes

AUTO = <aws_cdk.aws_medialive_alpha.BandwidthReductionStrength object>
STRENGTH_1 = <aws_cdk.aws_medialive_alpha.BandwidthReductionStrength object>
STRENGTH_2 = <aws_cdk.aws_medialive_alpha.BandwidthReductionStrength object>
STRENGTH_3 = <aws_cdk.aws_medialive_alpha.BandwidthReductionStrength object>
STRENGTH_4 = <aws_cdk.aws_medialive_alpha.BandwidthReductionStrength 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:

BandwidthReductionStrength