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

TitleAggregation

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

The details that define an aggregation based on finding title.

interface TitleAggregation {
resourceType?: AggregationResourceType | null;
sortBy?: TitleSortBy | null;
sortOrder?: SortOrder | null;
titles?: StringFilter[] | null;
vulnerabilityIds?: StringFilter[] | null;
}

§Properties

§
resourceType?: AggregationResourceType | null
[src]

The resource type to aggregate on.

§
sortBy?: TitleSortBy | null
[src]

The value to sort results by.

§
sortOrder?: SortOrder | null
[src]

The order to sort results by.

§
titles?: StringFilter[] | null
[src]

The finding titles to aggregate on.

§
vulnerabilityIds?: StringFilter[] | null
[src]

The vulnerability IDs of the findings.