AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaConnect::Bridge

CfnBridge

The `AWS::MediaConnect::Bridge` resource defines a connection between your data center’s gateway instances and the cloud. For each bridge, you specify the type of bridge, transport protocol to use, and details for any outputs and failover.

Import

import { CfnBridge } from 'aws-cdk-lib/aws-mediaconnect';

Or use the module namespace:

import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnBridge

Properties

Configuration passed to the constructor as CfnBridgeProps.

nameRequired
string

The name of the bridge. This name can not be modified after the bridge is created.

placementArnRequired
string

The bridge placement Amazon Resource Number (ARN).

sourcesRequired
IResolvable | IResolvable | BridgeSourceProperty[]

The sources that you want to add to this bridge.

egressGatewayBridgeOptional
IResolvable | EgressGatewayBridgeProperty

An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.

ingressGatewayBridgeOptional
IResolvable | IngressGatewayBridgeProperty

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

outputsOptional
IResolvable | IResolvable | BridgeOutputProperty[]

The outputs that you want to add to this bridge.

sourceFailoverConfigOptional
IResolvable | FailoverConfigProperty

The settings for source failover.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter