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

AwsS3BucketServerSideEncryptionByDefault

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

Specifies the default server-side encryption to apply to new objects in the bucket.

interface AwsS3BucketServerSideEncryptionByDefault {
KMSMasterKeyID?: string | null;
SSEAlgorithm?: string | null;
}

§Properties

§
KMSMasterKeyID?: string | null
[src]

KMS key ID to use for the default encryption.

§
SSEAlgorithm?: string | null
[src]

Server-side encryption algorithm to use for the default encryption. Valid values are aws: kms or AES256.