View a markdown version of this page

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

SRT output destination settings.

Syntax

To declare this entity in your 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