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

RemediationAction

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

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

interface RemediationAction {
Description?: string | null;
EC2AssociateRouteTableAction?: EC2AssociateRouteTableAction | null;
EC2CopyRouteTableAction?: EC2CopyRouteTableAction | null;
EC2CreateRouteAction?: EC2CreateRouteAction | null;
EC2CreateRouteTableAction?: EC2CreateRouteTableAction | null;
EC2DeleteRouteAction?: EC2DeleteRouteAction | null;
EC2ReplaceRouteAction?: EC2ReplaceRouteAction | null;
EC2ReplaceRouteTableAssociationAction?: EC2ReplaceRouteTableAssociationAction | null;
}

§Properties

§
Description?: string | null
[src]

A description of a remediation action.

§
EC2AssociateRouteTableAction?: EC2AssociateRouteTableAction | null
[src]

Information about the AssociateRouteTable action in the Amazon EC2 API.

§
EC2CopyRouteTableAction?: EC2CopyRouteTableAction | null
[src]

Information about the CopyRouteTable action in the Amazon EC2 API.

§
EC2CreateRouteAction?: EC2CreateRouteAction | null
[src]

Information about the CreateRoute action in the Amazon EC2 API.

§
EC2CreateRouteTableAction?: EC2CreateRouteTableAction | null
[src]

Information about the CreateRouteTable action in the Amazon EC2 API.

§
EC2DeleteRouteAction?: EC2DeleteRouteAction | null
[src]

Information about the DeleteRoute action in the Amazon EC2 API.

§
EC2ReplaceRouteAction?: EC2ReplaceRouteAction | null
[src]

Information about the ReplaceRoute action in the Amazon EC2 API.

§
EC2ReplaceRouteTableAssociationAction?: EC2ReplaceRouteTableAssociationAction | null
[src]

Information about the ReplaceRouteTableAssociation action in the Amazon EC2 API.