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

ActiveTrustedKeyGroups

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

A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.

interface ActiveTrustedKeyGroups {
Enabled: boolean;
Items: KGKeyPairIds[];
Quantity: number;
}

§Properties

§
Enabled: boolean
[src]

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

§

A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.

§
Quantity: number
[src]

The number of key groups in the list.