AWS::MediaConnect::Bridge BridgeNetworkSource - AWS CloudFormation

AWS::MediaConnect::Bridge BridgeNetworkSource

The source of the bridge. A network source originates at your premises.

Syntax

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

JSON

{ "MulticastIp" : String, "Name" : String, "NetworkName" : String, "Port" : Integer, "Protocol" : String }

YAML

MulticastIp: String Name: String NetworkName: String Port: Integer Protocol: String

Properties

MulticastIp

The network source multicast IP.

Required: Yes

Type: String

Update requires: No interruption

Name

The name of the network source. This name is used to reference the source and must be unique among sources in this bridge.

Required: Yes

Type: String

Update requires: No interruption

NetworkName

The network source's gateway network name.

Required: Yes

Type: String

Update requires: No interruption

Port

The network source port.

Required: Yes

Type: Integer

Update requires: No interruption

Protocol

The network source protocol.

Required: Yes

Type: String

Allowed values: rtp-fec | rtp | udp

Update requires: No interruption