interface EgressGatewayBridgeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins.CfnBridgePropsMixin.EgressGatewayBridgeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediaconnect/mixins#CfnBridgePropsMixin_EgressGatewayBridgeProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins.CfnBridgePropsMixin.EgressGatewayBridgeProperty |
Python | aws_cdk.mixins_preview.aws_mediaconnect.mixins.CfnBridgePropsMixin.EgressGatewayBridgeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediaconnect » mixins » CfnBridgePropsMixin » EgressGatewayBridgeProperty |
Create a bridge with the egress bridge type.
An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as mediaconnect_mixins } from '@aws-cdk/mixins-preview/aws-mediaconnect';
const egressGatewayBridgeProperty: mediaconnect_mixins.CfnBridgePropsMixin.EgressGatewayBridgeProperty = {
maxBitrate: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | The maximum expected bitrate (in bps) of the egress bridge. |
maxBitrate?
Type:
number
(optional)
The maximum expected bitrate (in bps) of the egress bridge.

.NET
Go
Java
Python
TypeScript