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

KGKeyPairIds

import type { KGKeyPairIds } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.

interface KGKeyPairIds {
KeyGroupId?: string | null;
KeyPairIds?: KeyPairIds | null;
}

§Properties

§
KeyGroupId?: string | null
[src]

The identifier of the key group that contains the public keys.

§
KeyPairIds?: KeyPairIds | null
[src]