AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

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

File: AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-input-srtlistenerdecryptionrequest.md

Summary

Added mandatory decryption requirements for SRT listener inputs and specified algorithm/secret ARN fields

Security assessment

Explicitly states that decryption is required for all SRT listener inputs for security reasons, and documents required parameters for decryption. This enhances security documentation but doesn't fix a specific vulnerability.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-input-srtlistenerdecryptionrequest.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-input-srtlistenerdecryptionrequest.md
index 3899c58ad..a63aba794 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-input-srtlistenerdecryptionrequest.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-input-srtlistenerdecryptionrequest.md
@@ -11 +11,3 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `SrtListenerDecryptionRequest` property type specifies Property description not available. for an [AWS::MediaLive::Input](./aws-resource-medialive-input.html).
+The decryption settings for an SRT listener input. Decryption is required for all SRT listener inputs for security reasons.
+
+The parent of this entity is SrtListenerSettingsRequest.
@@ -38 +40 @@ To declare this entity in your CloudFormation template, use the following syntax
-Property description not available.
+Required. The decryption algorithm.
@@ -49 +51 @@ _Required_ : No
-Property description not available.
+Required. The ARN for the secret in Secrets Manager that holds the passphrase.