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

KeyListEntry

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

Contains information about each entry in the key list.

interface KeyListEntry {
KeyArn?: string | null;
KeyId?: string | null;
}

§Properties

§
KeyArn?: string | null
[src]

ARN of the key.

§
KeyId?: string | null
[src]

Unique identifier of the key.