AWS::MediaConnect::BridgeThe `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 { CfnBridge } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnBridgeConfiguration passed to the constructor as CfnBridgeProps.
nameRequiredstringThe name of the bridge. This name can not be modified after the bridge is created.
placementArnRequiredstringThe bridge placement Amazon Resource Number (ARN).
sourcesRequiredIResolvable | IResolvable | BridgeSourceProperty[]The sources that you want to add to this bridge.
egressGatewayBridgeOptionalIResolvable | EgressGatewayBridgePropertyAn egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
ingressGatewayBridgeOptionalIResolvable | IngressGatewayBridgePropertyAn ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
outputsOptionalIResolvable | IResolvable | BridgeOutputProperty[]The outputs that you want to add to this bridge.
sourceFailoverConfigOptionalIResolvable | FailoverConfigPropertyThe settings for source failover.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediaconnectAWS::MediaConnect::Bridge