AWS::MediaConnect::RouterOutput RistRouterOutputConfiguration - AWS CloudFormation

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::RouterOutput RistRouterOutputConfiguration

The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.

Syntax

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

JSON

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

YAML

DestinationAddress: String DestinationPort: Integer

Properties

DestinationAddress

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

Required: Yes

Type: String

Update requires: No interruption

DestinationPort

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

Required: Yes

Type: Integer

Minimum: 0

Maximum: 65535

Update requires: No interruption