AWS::MediaConnect::Flow InputConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaConnect::Flow InputConfiguration

The transport parameters that are associated with an incoming media stream.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "InputPort" : Integer, "Interface" : Interface }

YAML

InputPort: Integer Interface: Interface

Properties

InputPort

The port that the flow listens on for an incoming media stream.

Required: Yes

Type: Integer

Update requires: No interruption

Interface

The VPC interface where the media stream comes in from.

Required: Yes

Type: Interface

Update requires: No interruption