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

CacheBehaviors

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

A complex type that contains zero or more CacheBehavior elements.

interface CacheBehaviors {
Items?: CacheBehavior[] | null;
Quantity: number;
}

§Properties

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

Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.

§
Quantity: number
[src]

The number of cache behaviors for this distribution.