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

PutAuditEventsRequest

import type { PutAuditEventsRequest } from "https://aws-api.deno.dev/v0.4/services/cloudtraildata.ts?docs=full";
interface PutAuditEventsRequest {
auditEvents: AuditEvent[];
channelArn: string;
externalId?: string | null;
}

§Properties

§
auditEvents: AuditEvent[]
[src]

The JSON payload of events that you want to ingest. You can also point to the JSON event payload in a file.

§
channelArn: string
[src]

The ARN or ID (the ARN suffix) of a channel.

§
externalId?: string | null
[src]

A unique identifier that is conditionally required when the channel's resource policy includes an external ID. This value can be any string, such as a passphrase or account number.