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

CreateFunctionResult

import type { CreateFunctionResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface CreateFunctionResult {
ETag?: string | null;
FunctionSummary?: FunctionSummary | null;
Location?: string | null;
}

§Properties

§
ETag?: string | null
[src]

The version identifier for the current version of the CloudFront function.

§
FunctionSummary?: FunctionSummary | null
[src]

Contains configuration information and metadata about a CloudFront function.

§
Location?: string | null
[src]

The URL of the CloudFront function. Use the URL to manage the function with the CloudFront API.