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::MediaLive::Channel RtmpOutputSettings
The settings for one RTMP output.
The parent of this entity is OutputSettings.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CertificateMode" :String, "ConnectionRetryInterval" :Integer, "Destination" :OutputLocationRef, "NumRetries" :Integer}
YAML
CertificateMode:StringConnectionRetryInterval:IntegerDestination:OutputLocationRefNumRetries:Integer
Properties
CertificateMode- 
                    
If set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA). This causes RTMPS outputs with self-signed certificates to fail.
Required: No
Type: String
Update requires: No interruption
 ConnectionRetryInterval- 
                    
The number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
Required: No
Type: Integer
Update requires: No interruption
 Destination- 
                    
The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).
Required: No
Type: OutputLocationRef
Update requires: No interruption
 NumRetries- 
                    
The number of retry attempts.
Required: No
Type: Integer
Update requires: No interruption