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

EncryptionEntities

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

Complex data type for field-level encryption profiles that includes all of the encryption entities.

interface EncryptionEntities {
Items?: EncryptionEntity[] | null;
Quantity: number;
}

§Properties

§
Items?: EncryptionEntity[] | null
[src]

An array of field patterns in a field-level encryption content type-profile mapping.

§
Quantity: number
[src]

Number of field pattern items in a field-level encryption content type-profile mapping.