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

ListPublicKeysResult

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

§Properties

§
PublicKeyList?: PublicKeyList | null
[src]

Returns a list of all public keys that have been added to CloudFront for this account.