EventLogEntry

Information about an entry in an event log of Amazon CodeCatalyst activity.

Types

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

Properties

Link copied to clipboard

The code of the error, if any.

Link copied to clipboard

The category for the event.

Link copied to clipboard

The name of the event.

Link copied to clipboard

The source of the event.

Link copied to clipboard

The time the event took place, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Link copied to clipboard

The type of the event.

Link copied to clipboard
val id: String

The system-generated unique ID of the event.

Link copied to clipboard

The type of the event.

Link copied to clipboard

Information about the project where the event occurred.

Link copied to clipboard

The system-generated unique ID of the request.

Link copied to clipboard

Information about the payload of the request.

Link copied to clipboard

Information about the payload of the response, if any.

Link copied to clipboard

The IP address of the user whose actions are recorded in the event.

Link copied to clipboard

The user agent whose actions are recorded in the event.

Link copied to clipboard

The system-generated unique ID of the user whose actions are recorded in the event.

Functions

Link copied to clipboard
inline fun copy(block: EventLogEntry.Builder.() -> Unit = {}): EventLogEntry
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