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

ActiveTrustedSigners

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

A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

interface ActiveTrustedSigners {
Enabled: boolean;
Items: Signer[];
Quantity: number;
}

§Properties

§
Enabled: boolean
[src]

This field is true if any of the Amazon Web Services accounts in the list have active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false.

§
Items: Signer[]
[src]

A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

§
Quantity: number
[src]

The number of Amazon Web Services accounts in the list.