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

KeyGroupConfig

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

A key group configuration.

A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies.

interface KeyGroupConfig {
Comment?: string | null;
Items: string[];
Name: string;
}

§Properties

§
Comment?: string | null
[src]

A comment to describe the key group. The comment cannot be longer than 128 characters.

§
Items: string[]
[src]

A list of the identifiers of the public keys in the key group.

§
Name: string
[src]

A name to identify the key group.