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

Encryption

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

Contains information about the encryption used to store the job results in Amazon S3.

interface Encryption {
EncryptionType?: EncryptionType | null;
KMSContext?: string | null;
KMSKeyId?: string | null;
}

§Properties

§
EncryptionType?: EncryptionType | null
[src]

The server-side encryption algorithm used when storing job results in Amazon S3, for example AES256 or aws:kms.

§
KMSContext?: string | null
[src]

Optional. If the encryption type is aws:kms, you can use this value to specify the encryption context for the job results.

§
KMSKeyId?: string | null
[src]

The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.