AWS::MediaConnect::BridgeSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaConnect::BridgeSource

Adds sources to an existing bridge.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::MediaConnect::BridgeSource", "Properties" : { "BridgeArn" : String, "FlowSource" : BridgeFlowSource, "Name" : String, "NetworkSource" : BridgeNetworkSource } }

YAML

Type: AWS::MediaConnect::BridgeSource Properties: BridgeArn: String FlowSource: BridgeFlowSource Name: String NetworkSource: BridgeNetworkSource

Properties

BridgeArn

The ARN of the bridge that you want to describe.

Required: Yes

Type: String

Update requires: Replacement

FlowSource

Add a flow source to an existing bridge.

Required: No

Type: BridgeFlowSource

Update requires: No interruption

Name

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

Required: Yes

Type: String

Update requires: Replacement

NetworkSource

Add a network source to an existing bridge.

Required: No

Type: BridgeNetworkSource

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the bridge ARN and bridge name. For example:

{ "Ref": "arn:aws:mediaconnect:us-east-1:111122223333:bridge:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballArenaIngress|Source:PrimarySource1" }

For more information about using the Ref function, see Ref.