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

EncryptionConfig

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

A configuration document that specifies encryption configuration settings.

interface EncryptionConfig {
KeyId?: string | null;
Status?: EncryptionStatus | null;
Type?: EncryptionType | null;
}

§Properties

§
KeyId?: string | null
[src]

The ID of the KMS key used for encryption, if applicable.

§
Status?: EncryptionStatus | null
[src]

The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.

§
Type?: EncryptionType | null
[src]

The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.