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

EncryptionConfiguration

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

Specifies an encryption configuration.

interface EncryptionConfiguration {
CloudWatchEncryption?: CloudWatchEncryption | null;
JobBookmarksEncryption?: JobBookmarksEncryption | null;
S3Encryption?: S3Encryption[] | null;
}

§Properties

§
CloudWatchEncryption?: CloudWatchEncryption | null
[src]

The encryption configuration for Amazon CloudWatch.

§
JobBookmarksEncryption?: JobBookmarksEncryption | null
[src]

The encryption configuration for job bookmarks.

§
S3Encryption?: S3Encryption[] | null
[src]

The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.