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

CreateActionTargetRequest

import type { CreateActionTargetRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface CreateActionTargetRequest {
Description: string;
Id: string;
Name: string;
}

§Properties

§
Description: string
[src]

The description for the custom action target.

§
Id: string
[src]

The ID for the custom action target. Can contain up to 20 alphanumeric characters.

§
Name: string
[src]

The name of the custom action target. Can contain up to 20 characters.