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

EncryptionMode

import type { EncryptionMode } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
type EncryptionMode = "SSE_S3" | "SSE_KMS" | cmnP.UnexpectedEnumValue;

§Type

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