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

InventoryEncryption

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

Contains the type of server-side encryption used to encrypt the inventory results.

interface InventoryEncryption {
SSEKMS?: SSEKMS | null;
SSES3?: SSES3 | null;
}

§Properties

§
SSEKMS?: SSEKMS | null
[src]

Specifies the use of SSE-KMS to encrypt delivered inventory reports.

§
SSES3?: SSES3 | null
[src]

Specifies the use of SSE-S3 to encrypt delivered inventory reports.