AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-06-13 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputdestinationsettings.md

Summary

Added documentation for SRT output connection modes (CALLER/LISTENER) and secretArn parameter for password management

Security assessment

Documents security-sensitive connection modes and secret management but doesn't address any specific vulnerability. Security documentation was added for Secrets Manager integration.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputdestinationsettings.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputdestinationsettings.md
index 93b41942e..ae63b68e9 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputdestinationsettings.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputdestinationsettings.md
@@ -11 +11 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `SrtOutputDestinationSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](./aws-resource-medialive-channel.html).
+SRT output destination settings.
@@ -44 +44 @@ To declare this entity in your CloudFormation template, use the following syntax
-Property description not available.
+Specifies the mode the output should use for connection establishment. CALLER mode requires URL, LISTENER mode requires port.
@@ -55 +55 @@ _Required_ : No
-Property description not available.
+Arn used to extract the password from Secrets Manager.
@@ -66 +66 @@ _Required_ : No
-Property description not available.
+Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).
@@ -77 +77 @@ _Required_ : No
-Property description not available.
+Stream id for SRT destinations (URLs of type srt://).
@@ -88 +88 @@ _Required_ : No
-Property description not available.
+A URL specifying a destination.