View a markdown version of this page

AWS::MediaLive::Channel Esam - AWS CloudFormation

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::MediaLive::Channel Esam

Settings for the ESAM (Event Signaling and Management) integration.

The parent of this entity is AvailSettings.

Syntax

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

JSON

{ "AcquisitionPointId" : String, "AdAvailOffset" : Integer, "PasswordParam" : String, "PoisEndpoint" : String, "Username" : String, "ZoneIdentity" : String }

YAML

AcquisitionPointId: String AdAvailOffset: Integer PasswordParam: String PoisEndpoint: String Username: String ZoneIdentity: String

Properties

AcquisitionPointId

Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.

Required: No

Type: String

Update requires: No interruption

AdAvailOffset

When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

Required: No

Type: Integer

Update requires: No interruption

PasswordParam

The password parameter for authenticating with the POIS endpoint.

Required: No

Type: String

Update requires: No interruption

PoisEndpoint

The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.

Required: No

Type: String

Update requires: No interruption

Username

The username for authenticating with the POIS endpoint.

Required: No

Type: String

Update requires: No interruption

ZoneIdentity

Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.

Required: No

Type: String

Update requires: No interruption