aws-cdk-lib.aws_mediaconnect.CfnBridge.IngressGatewayBridgeProperty

interface IngressGatewayBridgeProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnBridge.IngressGatewayBridgeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridge_IngressGatewayBridgeProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnBridge.IngressGatewayBridgeProperty
Pythonaws_cdk.aws_mediaconnect.CfnBridge.IngressGatewayBridgeProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnBridge » IngressGatewayBridgeProperty

Create a bridge with the ingress bridge type.

An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const ingressGatewayBridgeProperty: mediaconnect.CfnBridge.IngressGatewayBridgeProperty = {
  maxBitrate: 123,
  maxOutputs: 123,
};

Properties

NameTypeDescription
maxBitratenumberThe maximum expected bitrate (in bps) of the ingress bridge.
maxOutputsnumberThe maximum number of outputs on the ingress bridge.

maxBitrate

Type: number

The maximum expected bitrate (in bps) of the ingress bridge.


maxOutputs

Type: number

The maximum number of outputs on the ingress bridge.