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

CreateCachePolicyResult

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

§Properties

§
CachePolicy?: CachePolicy | null
[src]

A cache policy.

§
ETag?: string | null
[src]

The current version of the cache policy.

§
Location?: string | null
[src]

The fully qualified URI of the cache policy just created.