AWS::MediaLive::Channel RtmpOutputSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::MediaLive::Channel RtmpOutputSettings

The settings for one RTMP output.

The parent of this entity is OutputSettings.

Syntax

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

JSON

{ "CertificateMode" : String, "ConnectionRetryInterval" : Integer, "Destination" : OutputLocationRef, "NumRetries" : 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