View a markdown version of this page

AWS::MediaLive::Channel SrtOutputDestinationSettings - 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::MediaLive::Channel SrtOutputDestinationSettings

SRT output destination settings.

Syntax

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

JSON

{ "ConnectionMode" : String, "EncryptionPassphraseSecretArn" : String, "ListenerPort" : Integer, "StreamId" : String, "Url" : String }

YAML

ConnectionMode: String EncryptionPassphraseSecretArn: String ListenerPort: Integer StreamId: String Url: String

Properties

ConnectionMode

Specifies the mode the output should use for connection establishment. CALLER mode requires URL, LISTENER mode requires port.

Required: No

Type: String

Update requires: No interruption

EncryptionPassphraseSecretArn

Arn used to extract the password from Secrets Manager.

Required: No

Type: String

Update requires: No interruption

ListenerPort

Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).

Required: No

Type: Integer

Update requires: No interruption

StreamId

Stream id for SRT destinations (URLs of type srt://).

Required: No

Type: String

Update requires: No interruption

Url

A URL specifying a destination.

Required: No

Type: String

Update requires: No interruption