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

FieldLevelEncryptionProfileList

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

List of field-level encryption profiles.

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

§Properties

§

The field-level encryption profile items.

§
MaxItems: number
[src]

The maximum number of field-level encryption profiles 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 profiles where you left off.

§
Quantity: number
[src]

The number of field-level encryption profiles.