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

CanaryRunConfigOutput

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

A structure that contains information about a canary run.

interface CanaryRunConfigOutput {
ActiveTracing?: boolean | null;
MemoryInMB?: number | null;
TimeoutInSeconds?: number | null;
}

§Properties

§
ActiveTracing?: boolean | null
[src]

Displays whether this canary run used active X-Ray tracing.

§
MemoryInMB?: number | null
[src]

The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.

§
TimeoutInSeconds?: number | null
[src]

How long the canary is allowed to run before it must stop.