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

RemediationActionWithOrder

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

An ordered list of actions you can take to remediate a violation.

interface RemediationActionWithOrder {
Order?: number | null;
RemediationAction?: RemediationAction | null;
}

§Properties

§
Order?: number | null
[src]

The order of the remediation actions in the list.

§
RemediationAction?: RemediationAction | null
[src]

Information about an action you can take to remediate a violation.