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

ActionTarget

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

An ActionTarget object.

interface ActionTarget {
ActionTargetArn: string;
Description: string;
Name: string;
}

§Properties

§
ActionTargetArn: string
[src]

The ARN for the target action.

§
Description: string
[src]

The description of the target action.

§
Name: string
[src]

The name of the action target.