AWS AWSCloudFormation documentation change
Summary
Added documentation for SRT output encryption levels (AES128/192/256) and buffering configurations
Security assessment
Documents encryption standards without evidence of security issue remediation. Security documentation was added for content encryption options.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputsettings.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputsettings.md index 25bede5c1..e6709278d 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputsettings.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-srtoutputsettings.md @@ -11 +11 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `SrtOutputSettings` property type specifies Property description not available. for an [AWS::MediaLive::Channel](./aws-resource-medialive-channel.html). +Srt Output Settings @@ -46 +46 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +SRT output buffering in milliseconds. A higher value increases latency through the encoder. But the benefits are that it helps to maintain a constant, low-jitter SRT output, and it accommodates clock recovery, input switching, input disruptions, picture reordering, and so on. Range: 0-10000 milliseconds. @@ -57 +57 @@ _Required_ : No -Property description not available. +The container settings for the SRT output. @@ -68 +68 @@ _Required_ : No -Property description not available. +Reference to an OutputDestination ID defined in the channel. @@ -79 +79 @@ _Required_ : No -Property description not available. +The encryption level for the content. Valid values are AES128, AES192, AES256. You and the downstream system should plan how to set this field because the values must not conflict with each other. @@ -90 +90 @@ _Required_ : No -Property description not available. +The latency value, in milliseconds, that is proposed during the SRT connection handshake. SRT will choose the maximum of the values proposed by the sender and receiver. Range: 40-16000 milliseconds.