AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaConnect::BridgeSource

CfnBridgeSource

Adds sources to an existing bridge.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnBridgeSourceProps.

bridgeArnRequired
string

The ARN of the bridge feeding this flow.

nameRequired
string

The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.

flowSourceOptional
IResolvable | BridgeFlowSourceProperty

The source of the flow.

networkSourceOptional
IResolvable | BridgeNetworkSourceProperty

The source of the network.

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