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

EncryptionAtRest

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

Specifies the encryption-at-rest configuration for the Data Catalog.

interface EncryptionAtRest {
CatalogEncryptionMode: CatalogEncryptionMode;
SseAwsKmsKeyId?: string | null;
}

§Properties

§
CatalogEncryptionMode: CatalogEncryptionMode
[src]

The encryption-at-rest mode for encrypting Data Catalog data.

§
SseAwsKmsKeyId?: string | null
[src]

The ID of the KMS key to use for encryption at rest.