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

LookupAttribute

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

Specifies an attribute and value that filter the events returned.

interface LookupAttribute {
AttributeKey: LookupAttributeKey;
AttributeValue: string;
}

§Properties

§

Specifies an attribute on which to filter the events returned.

§
AttributeValue: string
[src]

Specifies a value for the specified AttributeKey.