AWS::MediaLive::Input InputSourceRequest - 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::MediaLive::Input InputSourceRequest

Settings that apply only if the input is a pull type of input.

The parent of this entity is Input.

Syntax

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

JSON

{ "PasswordParam" : String, "Url" : String, "Username" : String }

YAML

PasswordParam: String Url: String Username: String

Properties

PasswordParam

The password parameter that holds the password for accessing the upstream system. The password parameter applies only if the upstream system requires credentials.

Required: No

Type: String

Update requires: No interruption

Url

For a pull input, the URL where MediaLive pulls the source content from.

Required: No

Type: String

Update requires: No interruption

Username

The user name to connect to the upstream system. The user name applies only if the upstream system requires credentials.

Required: No

Type: String

Update requires: No interruption