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

EncryptionConfiguration

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

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.

interface EncryptionConfiguration {
ReplicaKmsKeyID?: string | null;
}

§Properties

§
ReplicaKmsKeyID?: string | null
[src]

Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric, customer managed KMS keys. For more information, see Using symmetric and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.