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

KMSKey

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

The KMS key details.

interface KMSKey {
kmsEncryptionKeyArn?: string | null;
}

§Properties

§
kmsEncryptionKeyArn?: string | null
[src]

The encryption key ARN.