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

RuleGroupSourceCustomActionsDetails

import type { RuleGroupSourceCustomActionsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.

interface RuleGroupSourceCustomActionsDetails {
ActionDefinition?: StatelessCustomActionDefinition | null;
ActionName?: string | null;
}

§Properties

§
ActionDefinition?: StatelessCustomActionDefinition | null
[src]

The definition of a custom action.

§
ActionName?: string | null
[src]

A descriptive name of the custom action.