This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringName:StringNetworkOutput:BridgeNetworkOutput
Properties
BridgeArn-
The Amazon Resource Name (ARN) of the bridge that you want to update.
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-
The network output of the bridge. A network output is delivered to your premises.
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.