AWS::MediaConnect::Flow InputConfiguration - AWS CloudFormation

AWS::MediaConnect::Flow InputConfiguration

The transport parameters associated with an incoming media stream.

Syntax

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