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

GetCachePolicyResult

import type { GetCachePolicyResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface GetCachePolicyResult {
CachePolicy?: CachePolicy | null;
ETag?: string | null;
}

§Properties

§
CachePolicy?: CachePolicy | null
[src]

The cache policy.

§
ETag?: string | null
[src]

The current version of the cache policy.