AWS::MediaPackage::Channel IngestEndpoint - AWS CloudFormation

AWS::MediaPackage::Channel IngestEndpoint

An endpoint for ingesting source content for a channel.

Syntax

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