class TemporalFilterStrength
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.TemporalFilterStrength |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#TemporalFilterStrength |
Java | software.amazon.awscdk.services.medialive.alpha.TemporalFilterStrength |
Python | aws_cdk.aws_medialive_alpha.TemporalFilterStrength |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป TemporalFilterStrength |
Temporal 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 temporalFilterStrength = medialive_alpha.TemporalFilterStrength.AUTO;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static AUTO | Temporal | Auto. |
| static STRENGTH_1 | Temporal | Strength 1 (recommended). |
| static STRENGTH_10 | Temporal | Strength 10. |
| static STRENGTH_11 | Temporal | Strength 11. |
| static STRENGTH_12 | Temporal | Strength 12. |
| static STRENGTH_13 | Temporal | Strength 13. |
| static STRENGTH_14 | Temporal | Strength 14. |
| static STRENGTH_15 | Temporal | Strength 15. |
| static STRENGTH_16 | Temporal | Strength 16. |
| static STRENGTH_2 | Temporal | Strength 2 (recommended). |
| static STRENGTH_3 | Temporal | Strength 3. |
| static STRENGTH_4 | Temporal | Strength 4. |
| static STRENGTH_5 | Temporal | Strength 5. |
| static STRENGTH_6 | Temporal | Strength 6. |
| static STRENGTH_7 | Temporal | Strength 7. |
| static STRENGTH_8 | Temporal | Strength 8. |
| static STRENGTH_9 | Temporal | Strength 9. |
value
Type:
string
The underlying string value passed to CloudFormation.
static AUTO
Type:
Temporal
Auto.
static STRENGTH_1
Type:
Temporal
Strength 1 (recommended).
static STRENGTH_10
Type:
Temporal
Strength 10.
static STRENGTH_11
Type:
Temporal
Strength 11.
static STRENGTH_12
Type:
Temporal
Strength 12.
static STRENGTH_13
Type:
Temporal
Strength 13.
static STRENGTH_14
Type:
Temporal
Strength 14.
static STRENGTH_15
Type:
Temporal
Strength 15.
static STRENGTH_16
Type:
Temporal
Strength 16.
static STRENGTH_2
Type:
Temporal
Strength 2 (recommended).
static STRENGTH_3
Type:
Temporal
Strength 3.
static STRENGTH_4
Type:
Temporal
Strength 4.
static STRENGTH_5
Type:
Temporal
Strength 5.
static STRENGTH_6
Type:
Temporal
Strength 6.
static STRENGTH_7
Type:
Temporal
Strength 7.
static STRENGTH_8
Type:
Temporal
Strength 8.
static STRENGTH_9
Type:
Temporal
Strength 9.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): TemporalFilterStrength
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (