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

DataCatalogEncryptionSettings

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

Contains configuration information for maintaining Data Catalog security.

interface DataCatalogEncryptionSettings {
ConnectionPasswordEncryption?: ConnectionPasswordEncryption | null;
EncryptionAtRest?: EncryptionAtRest | null;
}

§Properties

§
ConnectionPasswordEncryption?: ConnectionPasswordEncryption | null
[src]

When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

§
EncryptionAtRest?: EncryptionAtRest | null
[src]

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