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

AuditContext

import type { AuditContext } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

A structure used to include auditing information on the privileged API.

interface AuditContext {
AdditionalAuditContext?: string | null;
}

§Properties

§
AdditionalAuditContext?: string | null
[src]

The filter engine can populate the 'AdditionalAuditContext' information with the request ID for you to track. This information will be displayed in CloudTrail log in your account.