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

AccountAggregation

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

An object that contains details about an aggregation response based on Amazon Web Services accounts.

interface AccountAggregation {
findingType?: AggregationFindingType | null;
resourceType?: AggregationResourceType | null;
sortBy?: AccountSortBy | null;
sortOrder?: SortOrder | null;
}

§Properties

§
findingType?: AggregationFindingType | null
[src]

The type of finding.

§
resourceType?: AggregationResourceType | null
[src]

The type of resource.

§
sortBy?: AccountSortBy | null
[src]

The value to sort by.

§
sortOrder?: SortOrder | null
[src]

The sort order (ascending or descending).