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

TargetResourceTypeParameter

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

Describes the parameters for a resource type. Use parameters to determine which tasks are identified during target resolution.

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

§Properties

§
description?: string | null
[src]

A description of the parameter.

§
required?: boolean | null
[src]

Indicates whether the parameter is required.