AWS::MediaConnect::BridgeOutput
Adds outputs to an existing bridge.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaConnect::BridgeOutput", "Properties" : { "BridgeArn" :
String
, "Name" :String
, "NetworkOutput" :BridgeNetworkOutput
} }
YAML
Type: AWS::MediaConnect::BridgeOutput Properties: BridgeArn:
String
Name:String
NetworkOutput:BridgeNetworkOutput
Properties
BridgeArn
-
The ARN of the bridge that you want to describe.
Required: Yes
Type: String
Update requires: Replacement
Name
-
The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
Required: Yes
Type: String
Update requires: Replacement
NetworkOutput
-
Add a network output to an existing bridge.
Required: Yes
Type: BridgeNetworkOutput
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 the bridge name. For example:
{ "Ref":
"arn:aws:mediaconnect:us-east-1:111122223333:bridge:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballArenaIngress|Output:PrimaryOutput1"
}
For more information about using the Ref
function, see Ref
.