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

CachePolicySummary

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

Contains a cache policy.

interface CachePolicySummary {
CachePolicy: CachePolicy;
}

§Properties

§
CachePolicy: CachePolicy
[src]

The cache policy.

§

The type of cache policy, either managed (created by Amazon Web Services) or custom (created in this Amazon Web Services account).