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

GetCachePolicyRequest

import type { GetCachePolicyRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface GetCachePolicyRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The unique identifier for the cache policy. If the cache policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies.