PutEventsRequestEntry

Represents an event to be submitted.

Types

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

Properties

Link copied to clipboard

A valid JSON object. There is no other schema imposed. The JSON object may contain fields and nested sub-objects.

Link copied to clipboard

Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

Link copied to clipboard

The name or ARN of the event bus to receive the event. Only the rules that are associated with this event bus are used to match the event. If you omit this, the default event bus is used.

Link copied to clipboard

Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

Link copied to clipboard

The source of the event.

Link copied to clipboard

The time stamp of the event, per RFC3339. If no time stamp is provided, the time stamp of the PutEvents call is used.

Link copied to clipboard

An X-Ray trace header, which is an http header (X-Amzn-Trace-Id) that contains the trace-id associated with the event.

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