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

TrustedKeyGroups

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

A list of key groups whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.

interface TrustedKeyGroups {
Enabled: boolean;
Items?: string[] | null;
Quantity: number;
}

§Properties

§
Enabled: boolean
[src]

This field is true if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false.

§
Items?: string[] | null
[src]

A list of key groups identifiers.

§
Quantity: number
[src]

The number of key groups in the list.