AWS::MediaPackage::Channel IngestEndpoint - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaPackage::Channel IngestEndpoint

An endpoint for ingesting source content for a channel.

Syntax

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

Type: String

Update requires: No interruption

Password

The system-generated password for WebDAV input authentication.

Required: No

Type: String

Update requires: No interruption

Url

The input URL where the source stream should be sent.

Required: No

Type: String

Update requires: No interruption

Username

The system-generated username for WebDAV input authentication.

Required: No

Type: String

Update requires: No interruption