class InputMaximumBitrate
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.InputMaximumBitrate |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#InputMaximumBitrate |
Java | software.amazon.awscdk.services.medialive.alpha.InputMaximumBitrate |
Python | aws_cdk.aws_medialive_alpha.InputMaximumBitrate |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป InputMaximumBitrate |
The maximum input bitrate for the input specification.
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 inputMaximumBitrate = medialive_alpha.InputMaximumBitrate.MAX_10_MBPS;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static MAX_10_MBPS | Input | Max 10 Mbps. |
| static MAX_20_MBPS | Input | Max 20 Mbps. |
| static MAX_50_MBPS | Input | Max 50 Mbps. |
value
Type:
string
The underlying string value passed to CloudFormation.
static MAX_10_MBPS
Type:
Input
Max 10 Mbps.
static MAX_20_MBPS
Type:
Input
Max 20 Mbps.
static MAX_50_MBPS
Type:
Input
Max 50 Mbps.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): InputMaximumBitrate
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (