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 RouterOutputProtocolConfiguration
The protocol configuration settings for a router output.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Rist" :RistRouterOutputConfiguration, "Rtp" :RtpRouterOutputConfiguration, "SrtCaller" :SrtCallerRouterOutputConfiguration, "SrtListener" :SrtListenerRouterOutputConfiguration}
YAML
Rist:RistRouterOutputConfigurationRtp:RtpRouterOutputConfigurationSrtCaller:SrtCallerRouterOutputConfigurationSrtListener:SrtListenerRouterOutputConfiguration
Properties
Rist-
The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
Required: No
Type: RistRouterOutputConfiguration
Update requires: No interruption
Rtp-
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.
Required: No
Type: RtpRouterOutputConfiguration
Update requires: No interruption
SrtCaller-
The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.
Required: No
Type: SrtCallerRouterOutputConfiguration
Update requires: No interruption
SrtListener-
The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.
Required: No
Type: SrtListenerRouterOutputConfiguration
Update requires: No interruption