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

Exclusion

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

Contains information about what was excluded from an assessment run.

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

§Properties

§
arn: string
[src]

The ARN that specifies the exclusion.

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

The system-defined attributes for the exclusion.

§
description: string
[src]

The description of the exclusion.

§
recommendation: string
[src]

The recommendation for the exclusion.

§
scopes: Scope[]
[src]

The AWS resources for which the exclusion pertains.

§
title: string
[src]

The name of the exclusion.