AuditEvent

An event from a source outside of Amazon Web Services that you want CloudTrail to log.

Types

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

Properties

Link copied to clipboard

The content of an audit event that comes from the event, such as userIdentity, userAgent, and eventSource.

Link copied to clipboard

A checksum is a base64-SHA256 algorithm that helps you verify that CloudTrail receives the event that matches with the checksum. Calculate the checksum by running a command like the following:

Link copied to clipboard
val id: String

The original event ID from the source event.

Functions

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