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

ExclusionPreview

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

Contains information about what is excluded from an assessment run given the current state of the assessment template.

interface ExclusionPreview {
attributes?: Attribute[] | null;
description: string;
recommendation: string;
scopes: Scope[];
title: string;
}

§Properties

§
attributes?: Attribute[] | null
[src]

The system-defined attributes for the exclusion preview.

§
description: string
[src]

The description of the exclusion preview.

§
recommendation: string
[src]

The recommendation for the exclusion preview.

§
scopes: Scope[]
[src]

The AWS resources for which the exclusion preview pertains.

§
title: string
[src]

The name of the exclusion preview.