PutEventsRequestEntry

A single event entry in a PutEvents request.

Types

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

Properties

Link copied to clipboard

The event payload, as a valid JSON string.

Link copied to clipboard

Free-form detail-type classifying an event within its source.

Link copied to clipboard

ARNs of resources the event concerns. Included in the event delivered to subscribers.

Link copied to clipboard

The source of the event. The aws. value prefix is service-reserved and cannot be used as a value.

Link copied to clipboard

System metadata for PutEvents entries. ContentType is not applicable (always application/eventbridge+json, set server-side).

Link copied to clipboard

The time the event occurred. Defaults to the time the service receives the event when omitted.

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