AWS::MediaPackage::Channel IngestEndpoint - 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::MediaPackage::Channel IngestEndpoint

An endpoint for ingesting source content for a channel.

Syntax

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

JSON

{ "Id" : String, "Password" : String, "Url" : String, "Username" : String }

YAML

Id: String Password: String Url: String Username: String

Properties

Id

The endpoint identifier.

Required: Yes

Type: String

Update requires: No interruption

Password

The system-generated password for WebDAV input authentication.

Required: Yes

Type: String

Update requires: No interruption

Url

The input URL where the source stream should be sent.

Required: Yes

Type: String

Update requires: No interruption

Username

The system-generated username for WebDAV input authentication.

Required: Yes

Type: String

Update requires: No interruption