AWS::MediaConnect::Bridge BridgeNetworkOutput - AWS CloudFormation

AWS::MediaConnect::Bridge BridgeNetworkOutput

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

Syntax

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

JSON

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

YAML

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

Properties

IpAddress

The network output IP Address.

Required: Yes

Type: String

Update requires: No interruption

Name

The network output name.

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 port.

Required: Yes

Type: Integer

Update requires: No interruption

Protocol

The network output protocol.

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