class BandwidthReductionPostFilterSharpening
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.BandwidthReductionPostFilterSharpening |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#BandwidthReductionPostFilterSharpening |
Java | software.amazon.awscdk.services.medialive.alpha.BandwidthReductionPostFilterSharpening |
Python | aws_cdk.aws_medialive_alpha.BandwidthReductionPostFilterSharpening |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป BandwidthReductionPostFilterSharpening |
Post-filter sharpening for bandwidth reduction filter.
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 bandwidthReductionPostFilterSharpening = medialive_alpha.BandwidthReductionPostFilterSharpening.DISABLED;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | Bandwidth | Disabled. |
| static SHARPENING_1 | Bandwidth | Sharpening level 1. |
| static SHARPENING_2 | Bandwidth | Sharpening level 2. |
| static SHARPENING_3 | Bandwidth | Sharpening level 3. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
Bandwidth
Disabled.
static SHARPENING_1
Type:
Bandwidth
Sharpening level 1.
static SHARPENING_2
Type:
Bandwidth
Sharpening level 2.
static SHARPENING_3
Type:
Bandwidth
Sharpening level 3.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): BandwidthReductionPostFilterSharpening
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (