Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Identity

import type { Identity } from "https://aws-api.deno.dev/v0.4/services/dynamodbstreams.ts?docs=full";

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

interface Identity {
PrincipalId?: string | null;
Type?: string | null;
}

§Properties

§
PrincipalId?: string | null
[src]

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

§
Type?: string | null
[src]

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