AWS AWSCloudFormation documentation change
Summary
Added FlowSize property with LARGE/MEDIUM options for NDI outputs, added NdiConfig configuration, updated media stream descriptions, and added FlowNdiMachineName attribute
Security assessment
Changes introduce new configuration options for NDI outputs and clarify existing functionality. No security vulnerabilities, encryption changes, or access control modifications are mentioned. The FlowSize parameter controls feature sets rather than security controls.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.md b/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.md index 143a5c64c..0cf5b8878 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.md +++ b/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.md @@ -7 +7 @@ SyntaxPropertiesReturn valuesExamples -The AWS::MediaConnect::Flow resource defines a connection between one or more video sources and one or more outputs. For each flow, you specify the transport protocol to use, encryption information, and details for any outputs or entitlements that you want. AWS Elemental MediaConnect returns an ingest endpoint where you can send your live video as a single unicast stream. The service replicates and distributes the video to every output that you specify, whether inside or outside the AWS Cloud. You can also set up entitlements on a flow to allow other AWS accounts to access your content. +The `AWS::MediaConnect::Flow` resource defines a connection between one or more video sources and one or more outputs. For each flow, you specify the transport protocol to use, encryption information, and details for any outputs or entitlements that you want. AWS Elemental MediaConnect returns an ingest endpoint where you can send your live video as a single unicast stream. The service replicates and distributes the video to every output that you specify, whether inside or outside the AWS Cloud. You can also set up entitlements on a flow to allow other AWS accounts to access your content. @@ -19,0 +20 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "FlowSize" : String, @@ -22,0 +24 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "NdiConfig" : [NdiConfig](./aws-properties-mediaconnect-flow-ndiconfig.html), @@ -36,0 +39 @@ To declare this entity in your AWS CloudFormation template, use the following sy + FlowSize: String @@ -41,0 +45,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + NdiConfig: + [NdiConfig](./aws-properties-mediaconnect-flow-ndiconfig.html) @@ -64,0 +70,13 @@ _Required_ : No +`FlowSize` + + +Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow. + +_Required_ : No + + _Type_ : String + + _Allowed values_ : `MEDIUM | LARGE` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -79 +97 @@ _Required_ : No -The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow. +The media streams that are associated with the flow. After you associate a media stream with a source, you can also associate it with outputs on the flow. @@ -97,0 +116,11 @@ _Required_ : Yes +`NdiConfig` + + +Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. + +_Required_ : No + + _Type_ : [NdiConfig](./aws-properties-mediaconnect-flow-ndiconfig.html) + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -134 +163 @@ _Required_ : No -The VPC interfaces that you added to this flow. +The VPC Interfaces for this flow. @@ -163 +192 @@ For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn:: -The outgoing IP address that MediaConnect uses to send video from the flow. +The IP address from which video will be sent to output destinations. @@ -174,0 +204,5 @@ The Availability Zone that the flow was created in. These options are limited to +`FlowNdiMachineName` + + +This read-only value represents the automatically-generated NDI machine name that MediaConnect generated for this flow. These NDI machine names are only generated when you don't specify your own custom name. +