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

CreateFunctionRequest

import type { CreateFunctionRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface CreateFunctionRequest {
FunctionCode: Uint8Array | string;
FunctionConfig: FunctionConfig;
Name: string;
}

§Properties

§
FunctionCode: Uint8Array | string
[src]

The function code. For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide.

§
FunctionConfig: FunctionConfig
[src]

Configuration information about the function, including an optional comment and the function's runtime.

§
Name: string
[src]

A name to identify the function.