AWS AWSCloudFormation documentation change
Summary
Added NdiProgramName and NdiSpeedHqQuality properties, updated encryption key type documentation, clarified CIDR allow list wording, and made protocol/description adjustments
Security assessment
The encryption property change explicitly documents encryption key types and defaults, which qualifies as security documentation. However, there is no evidence of addressing a specific vulnerability. The CIDR allow list wording change improves clarity but doesn't indicate a security fix.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.md b/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.md index d60b5d0b4..0fd81cb96 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.md +++ b/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.md @@ -7 +7 @@ SyntaxPropertiesReturn values -The AWS::MediaConnect::FlowOutput resource defines the destination address, protocol, and port that AWS Elemental MediaConnect sends the ingested video to. Each flow can have up to 50 outputs. An output can have the same protocol or a different protocol from the source. The following protocols are supported: RIST, RTP, RTP-FEC, SRT-listener, SRT-caller, Zixi pull, and Zixi push. CDI and ST 2110 JPEG XS protocols are not currently supported by AWS CloudFormation. +The `AWS::MediaConnect::FlowOutput` resource defines the destination address, protocol, and port that AWS Elemental MediaConnect sends the ingested video to. Each flow can have up to 50 outputs. An output can have the same protocol or a different protocol from the source. The following protocols are supported: RIST, RTP, RTP-FEC, SRT-listener, SRT-caller, Zixi pull, and Zixi push. CDI and ST 2110 JPEG XS protocols are not currently supported by AWS CloudFormation. @@ -27,0 +28,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "NdiProgramName" : String, + "NdiSpeedHqQuality" : Integer, @@ -55,0 +58,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + NdiProgramName: String + NdiSpeedHqQuality: Integer @@ -71 +75 @@ To declare this entity in your AWS CloudFormation template, use the following sy -The range of IP addresses that are allowed to initiate output requests to this flow. Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. +The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. @@ -82 +86 @@ _Required_ : No -A description of the output. This description is not visible outside of the current AWS account even if the account grants entitlements to other accounts. +A description of the output. This description appears only on the MediaConnect console and will not be seen by the end user. @@ -104 +108 @@ _Required_ : No -The encryption credentials that you want to use for the output. +The type of key used for the encryption. If no `keyType` is provided, the service will use the default setting (static-key). Allowable encryption types: static-key. @@ -137 +141 @@ _Required_ : No -The definition for each media stream that is associated with the output. +The media streams that are associated with the output, and the parameters for those associations. @@ -159 +163 @@ _Required_ : No -The name of the output. This value must be unique within the current flow. +The name of the bridge's output. @@ -166,0 +171,22 @@ _Required_ : No +`NdiProgramName` + + +A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. + +_Required_ : No + + _Type_ : String + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + +`NdiSpeedHqQuality` + + +A quality setting for the NDI Speed HQ encoder. + +_Required_ : No + + _Type_ : Integer + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -170 +196 @@ _Required_ : No -An indication of whether the new output should be enabled or disabled as soon as it is created. If you don't specify the outputStatus field in your request, MediaConnect sets it to ENABLED. +Property description not available. @@ -183 +209 @@ _Required_ : No -The port to use when MediaConnect distributes content to the output. +The port to use when content is distributed to this output. @@ -204 +230 @@ _Required_ : Yes - _Allowed values_ : `zixi-push | rtp-fec | rtp | zixi-pull | rist | fujitsu-qos | srt-listener | srt-caller | st2110-jpegxs | cdi` + _Allowed values_ : `zixi-push | rtp-fec | rtp | zixi-pull | rist | fujitsu-qos | srt-listener | srt-caller | st2110-jpegxs | cdi | ndi-speed-hq` @@ -211 +237 @@ _Required_ : Yes -The identifier that is assigned to the Zixi receiver. This parameter applies only to outputs that use Zixi pull. +The remote ID for the Zixi-pull stream. @@ -244 +270 @@ _Required_ : No -The VPC interface that you want to send your output to. +The name of the VPC interface attachment to use for this output.