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

EncryptionType

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

The type of server-side encryption that's used to encrypt an S3 object or objects in an S3 bucket. Valid values are:

type EncryptionType =
| "NONE"
| "AES256"
| "aws:kms"
| "UNKNOWN"

§Type

§
"NONE" | "AES256" | "aws:kms" | "UNKNOWN" | cmnP.UnexpectedEnumValue
[src]