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

SecurityGroupRemediationAction

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

Remediation option for the rule specified in the ViolationTarget.

interface SecurityGroupRemediationAction {
Description?: string | null;
IsDefaultAction?: boolean | null;
RemediationActionType?: RemediationActionType | null;
RemediationResult?: SecurityGroupRuleDescription | null;
}

§Properties

§
Description?: string | null
[src]

Brief description of the action that will be performed.

§
IsDefaultAction?: boolean | null
[src]

Indicates if the current action is the default action.

§
RemediationActionType?: RemediationActionType | null
[src]

The remediation action that will be performed.

§
RemediationResult?: SecurityGroupRuleDescription | null
[src]

The final state of the rule specified in the ViolationTarget after it is remediated.