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

DefaultServerSideEncryption

import type { DefaultServerSideEncryption } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information on the server side encryption method used in the S3 bucket. See S3 Server-Side Encryption for more information.

interface DefaultServerSideEncryption {
EncryptionType?: string | null;
KmsMasterKeyArn?: string | null;
}

§Properties

§
EncryptionType?: string | null
[src]

The type of encryption used for objects within the S3 bucket.

§
KmsMasterKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the KMS encryption key. Only available if the bucket EncryptionType is aws:kms.