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

S3Encryption

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

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

interface S3Encryption {
KmsKeyArn?: string | null;
S3EncryptionMode?: S3EncryptionMode | null;
}

§Properties

§
KmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

§
S3EncryptionMode?: S3EncryptionMode | null
[src]

The encryption mode to use for Amazon S3 data.