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

EncryptionOption

import type { EncryptionOption } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
type EncryptionOption =
| "SSE_S3"
| "SSE_KMS"
| "CSE_KMS"

§Type

§
"SSE_S3" | "SSE_KMS" | "CSE_KMS" | cmnP.UnexpectedEnumValue
[src]