class BandwidthReductionStrength
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.BandwidthReductionStrength |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#BandwidthReductionStrength |
Java | software.amazon.awscdk.services.medialive.alpha.BandwidthReductionStrength |
Python | aws_cdk.aws_medialive_alpha.BandwidthReductionStrength |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป BandwidthReductionStrength |
Bandwidth reduction filter strength.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const bandwidthReductionStrength = medialive_alpha.BandwidthReductionStrength.AUTO;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static AUTO | Bandwidth | Auto. |
| static STRENGTH_1 | Bandwidth | Strength 1. |
| static STRENGTH_2 | Bandwidth | Strength 2. |
| static STRENGTH_3 | Bandwidth | Strength 3. |
| static STRENGTH_4 | Bandwidth | Strength 4. |
value
Type:
string
The underlying string value passed to CloudFormation.
static AUTO
Type:
Bandwidth
Auto.
static STRENGTH_1
Type:
Bandwidth
Strength 1.
static STRENGTH_2
Type:
Bandwidth
Strength 2.
static STRENGTH_3
Type:
Bandwidth
Strength 3.
static STRENGTH_4
Type:
Bandwidth
Strength 4.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): BandwidthReductionStrength
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (