AWS::MediaConnect::BridgeOutput - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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 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.