NotificationEventSchema

A NotificationEvent is a notification-focused representation of an event. They contain semantic information used by Channels to create end-user notifications.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the value of aggregationEventType is not NONE, this is the Amazon Resource Event (ARN) of the parent aggregate notification.

Link copied to clipboard

The aggregation type of the NotificationConfiguration.

Link copied to clipboard

Provides additional information about how multiple notifications are grouped.

Link copied to clipboard

The end time of the event.

Link copied to clipboard

The assessed nature of the event.

Link copied to clipboard
val id: String

The unique identifier for a NotificationEvent.

Link copied to clipboard

A list of media elements.

Link copied to clipboard

Describes the components of a notification message.

Link copied to clipboard

The type of event causing the notification.

Link copied to clipboard

The schema version of the Notification Event.

Link copied to clipboard

The source event URL.

Link copied to clipboard

The detailed URL for the source event.

Link copied to clipboard

The source event metadata.

Link copied to clipboard

The notification event start time.

Link copied to clipboard

A list of text values.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String