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

ResetDistributionCacheRequest

import type { ResetDistributionCacheRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface ResetDistributionCacheRequest {
distributionName?: string | null;
}

§Properties

§
distributionName?: string | null
[src]

The name of the distribution for which to reset cache.

Use the GetDistributions action to get a list of distribution names that you can specify.