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

ActionParameter

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

Describes a parameter for an action.

interface ActionParameter {
description?: string | null;
required?: boolean | null;
}

§Properties

§
description?: string | null
[src]

The parameter description.

§
required?: boolean | null
[src]

Indicates whether the parameter is required.