AWS::MediaConnect::RouterOutput RtpRouterOutputConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::MediaConnect::RouterOutput RtpRouterOutputConfiguration

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

Syntax

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

JSON

{ "DestinationAddress" : String, "DestinationPort" : Integer, "ForwardErrorCorrection" : String }

Properties

DestinationAddress

The destination IP address for the RTP protocol in the router output configuration.

Required: Yes

Type: String

Update requires: No interruption

DestinationPort

The destination port number for the RTP protocol in the router output configuration.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 65531

Update requires: No interruption

ForwardErrorCorrection

The state of forward error correction for the RTP protocol in the router output configuration.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption