Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Class object representation of LiveEvent object which will be built using LiveEventBuilder.
Not exported from index.ts

Implements

Constructors

new LiveEvent()

new LiveEvent(identifier, eventType, playbackReference, title, description, ratings, genres, logoUrl, posterArtUrl, attributes, sortRank, startTimeMs?, endTimeMs?): LiveEvent Constructor function called for initialization of a LiveEvent.

Parameters

identifier
string
eventType
EventType
playbackReference
IPlaybackReference
title
string
description
string = ''
ratings
string[] = []
genres
string[] = []
logoUrl
string = ''
posterArtUrl
string = ''
attributes
string[] = []
sortRank
number = MAX_INT32_VALUE
startTimeMs?
number
endTimeMs?
number

Returns

LiveEvent

Accessors

attributes

Get Signature

get attributes(): string[] Gets the list of attributes for the live event.
Details
Attributes are properties of the live event. Please refer to the developer guide for a recommended list of canonical values for this field.
Returns
string[] The list of attributes of the live event.

Implementation of

ILiveEvent.attributes

description

Get Signature

get description(): string Gets the brief description of the live event.
Returns
string The brief description for the specific live event. Empty string is returned if there is no description associated with this live event.

Implementation of

ILiveEvent.description
Last modified on September 30, 2025