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

TrustedSigners

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

A list of Amazon Web Services accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.

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

§Properties

§
Enabled: boolean
[src]

This field is true if any of the Amazon Web Services accounts 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 Amazon Web Services account identifiers.

§
Quantity: number
[src]

The number of Amazon Web Services accounts in the list.