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

FunctionConfig

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

Contains configuration information about a CloudFront function.

interface FunctionConfig {
Comment: string;
Runtime: FunctionRuntime;
}

§Properties

§
Comment: string
[src]

A comment to describe the function.

§

The function’s runtime environment. The only valid value is cloudfront-js-1.0.