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

PublicKey

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

A public key that you can use with signed URLs and signed cookies, or with field-level encryption.

interface PublicKey {
CreatedTime: Date | number;
Id: string;
PublicKeyConfig: PublicKeyConfig;
}

§Properties

§
CreatedTime: Date | number
[src]

The date and time when the public key was uploaded.

§
Id: string
[src]

The identifier of the public key.

§
PublicKeyConfig: PublicKeyConfig
[src]

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.