Event

class Event

Contains information about an event that was returned by a lookup request. The result includes a representation of a CloudTrail event.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services access key ID that was used to sign the request. If the request was made with temporary security credentials, this is the access key ID of the temporary credentials.

Link copied to clipboard

A JSON string that contains a representation of the event returned.

Link copied to clipboard

The CloudTrail ID of the event returned.

Link copied to clipboard

The name of the event returned.

Link copied to clipboard

The Amazon Web Services service to which the request was made.

Link copied to clipboard

The date and time of the event returned.

Link copied to clipboard

Information about whether the event is a write event or a read event.

Link copied to clipboard

A list of resources referenced by the event returned.

Link copied to clipboard

A user name or role name of the requester that called the API in the event returned.

Functions

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