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

FieldLevelEncryptionList

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

List of field-level encrpytion configurations.

interface FieldLevelEncryptionList {
MaxItems: number;
NextMarker?: string | null;
Quantity: number;
}

§Properties

§

An array of field-level encryption items.

§
MaxItems: number
[src]

The maximum number of elements you want in the response body.

§
NextMarker?: string | null
[src]

If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.

§
Quantity: number
[src]

The number of field-level encryption items.