AWS::MediaConnect::Flow InputConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaConnect::Flow InputConfiguration

The transport parameters associated with an incoming media stream.

Syntax

To declare this entity in your Amazon 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