EventActor

Identifies the actor that triggered an event.

Types

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

Properties

Link copied to clipboard

The AWS account ID of the actor.

Link copied to clipboard

The principal ID of the actor.

Link copied to clipboard

The type of actor, either USER or SYSTEM.

Link copied to clipboard

The user name of the actor.

Functions

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