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

ActionTarget

import type { ActionTarget } from "https://aws-api.deno.dev/v0.3/services/fms.ts?docs=full";

Describes a remediation action target.

interface ActionTarget {
Description?: string | null;
ResourceId?: string | null;
}

§Properties

§
Description?: string | null
[src]

A description of the remediation action target.

§
ResourceId?: string | null
[src]

The ID of the remediation target.