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

AggregationRequest

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

Contains details about an aggregation request.

interface AggregationRequest {
accountAggregation?: AccountAggregation | null;
amiAggregation?: AmiAggregation | null;
awsEcrContainerAggregation?: AwsEcrContainerAggregation | null;
ec2InstanceAggregation?: Ec2InstanceAggregation | null;
findingTypeAggregation?: FindingTypeAggregation | null;
imageLayerAggregation?: ImageLayerAggregation | null;
packageAggregation?: PackageAggregation | null;
repositoryAggregation?: RepositoryAggregation | null;
titleAggregation?: TitleAggregation | null;
}

§Properties

§
accountAggregation?: AccountAggregation | null
[src]

An object that contains details about an aggregation request based on Amazon Web Services account IDs.

§
amiAggregation?: AmiAggregation | null
[src]

An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).

§
awsEcrContainerAggregation?: AwsEcrContainerAggregation | null
[src]

An object that contains details about an aggregation request based on Amazon ECR container images.

§
ec2InstanceAggregation?: Ec2InstanceAggregation | null
[src]

An object that contains details about an aggregation request based on Amazon EC2 instances.

§
findingTypeAggregation?: FindingTypeAggregation | null
[src]

An object that contains details about an aggregation request based on finding types.

§
imageLayerAggregation?: ImageLayerAggregation | null
[src]

An object that contains details about an aggregation request based on container image layers.

§
packageAggregation?: PackageAggregation | null
[src]

An object that contains details about an aggregation request based on operating system package type.

§
repositoryAggregation?: RepositoryAggregation | null
[src]

An object that contains details about an aggregation request based on Amazon ECR repositories.

§
titleAggregation?: TitleAggregation | null
[src]

An object that contains details about an aggregation request based on finding title.