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

Recommendation

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

A recommendation on how to remediate the issue identified in a finding.

interface Recommendation {
Text?: string | null;
Url?: string | null;
}

§Properties

§
Text?: string | null
[src]

Describes the recommended steps to take to remediate an issue identified in a finding.

§
Url?: string | null
[src]

A URL to a page or site that contains information about how to remediate a finding.