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

CanaryCodeOutput

import type { CanaryCodeOutput } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";

This structure contains information about the canary's Lambda handler and where its code is stored by CloudWatch Synthetics.

interface CanaryCodeOutput {
Handler?: string | null;
SourceLocationArn?: string | null;
}

§Properties

§
Handler?: string | null
[src]

The entry point to use for the source code when running the canary.

§
SourceLocationArn?: string | null
[src]

The ARN of the Lambda layer where Synthetics stores the canary script code.