AWS::MediaConnect::BridgeOutput BridgeNetworkOutput - 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 BridgeNetworkOutput

The output of the bridge. A network output is delivered to your premises.

Syntax

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

JSON

{ "IpAddress" : String, "NetworkName" : String, "Port" : Integer, "Protocol" : String, "Ttl" : Integer }

YAML

IpAddress: String NetworkName: String Port: Integer Protocol: String Ttl: Integer

Properties

IpAddress

The network output IP address.

Required: Yes

Type: String

Update requires: No interruption

NetworkName

The network output's gateway network name.

Required: Yes

Type: String

Update requires: No interruption

Port

The network output's port.

Required: Yes

Type: Integer

Update requires: No interruption

Protocol

The network output protocol.

Note

AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.

Required: Yes

Type: String

Allowed values: rtp-fec | rtp | udp

Update requires: No interruption

Ttl

The network output TTL.

Required: Yes

Type: Integer

Update requires: No interruption