AWS::MediaConnect::BridgeSourceAdds sources to an existing bridge.
import { CfnBridgeSource } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnBridgeSourceConfiguration passed to the constructor as CfnBridgeSourceProps.
bridgeArnRequiredstringThe ARN of the bridge feeding this flow.
nameRequiredstringThe name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.
flowSourceOptionalIResolvable | BridgeFlowSourcePropertyThe source of the flow.
networkSourceOptionalIResolvable | BridgeNetworkSourcePropertyThe source of the network.
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::BridgeSource