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

GetResponseHeadersPolicyConfigRequest

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

§Properties

§
Id: string
[src]

The identifier for the response headers policy.

If the response headers policy is attached to a distribution's cache behavior, you can get the policy's identifier using ListDistributions or GetDistribution. If the response headers policy is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies.