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-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
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]
§
EC2AssociateRouteTableAction?: EC2AssociateRouteTableAction | null
[src]
§
EC2CopyRouteTableAction?: EC2CopyRouteTableAction | null
[src]
§
EC2CreateRouteAction?: EC2CreateRouteAction | null
[src]
§
EC2CreateRouteTableAction?: EC2CreateRouteTableAction | null
[src]
§
EC2DeleteRouteAction?: EC2DeleteRouteAction | null
[src]
§
EC2ReplaceRouteAction?: EC2ReplaceRouteAction | null
[src]
§
EC2ReplaceRouteTableAssociationAction?: EC2ReplaceRouteTableAssociationAction | null
[src]