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

FunctionAssociations

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

A list of CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

interface FunctionAssociations {
Items?: FunctionAssociation[] | null;
Quantity: number;
}

§Properties

§
Items?: FunctionAssociation[] | null
[src]

The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

§
Quantity: number
[src]

The number of CloudFront functions in the list.