Identity

class Identity

Contains details about the type of identity that made the request.

Types

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

Properties

Link copied to clipboard

A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".

Link copied to clipboard
val type: String?

The type of the identity. For Time To Live, the type is "Service".

Functions

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