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

FieldPatterns

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

A complex data type that includes the field patterns to match for field-level encryption.

interface FieldPatterns {
Items?: string[] | null;
Quantity: number;
}

§Properties

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

An array of the field-level encryption field patterns.

§
Quantity: number
[src]

The number of field-level encryption field patterns.