AWS::MediaConnect::BridgeSource
Adds sources to an existing bridge.
Syntax
To declare this entity in your AWS 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
.