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

KeyGroup

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

A key group.

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

interface KeyGroup {
Id: string;
KeyGroupConfig: KeyGroupConfig;
LastModifiedTime: Date | number;
}

§Properties

§
Id: string
[src]

The identifier for the key group.

§
KeyGroupConfig: KeyGroupConfig
[src]

The key group configuration.

§
LastModifiedTime: Date | number
[src]

The date and time when the key group was last modified.