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

GetCachePolicyConfigResult

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

§Properties

§
CachePolicyConfig?: CachePolicyConfig | null
[src]

The cache policy configuration.

§
ETag?: string | null
[src]

The current version of the cache policy.