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

Ec2InstanceAggregation

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

The details that define an aggregation based on Amazon EC2 instances.

interface Ec2InstanceAggregation {
amis?: StringFilter[] | null;
instanceIds?: StringFilter[] | null;
instanceTags?: MapFilter[] | null;
operatingSystems?: StringFilter[] | null;
sortBy?: Ec2InstanceSortBy | null;
sortOrder?: SortOrder | null;
}

§Properties

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

The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.

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

The Amazon EC2 instance IDs to aggregate findings for.

§
instanceTags?: MapFilter[] | null
[src]

The Amazon EC2 instance tags to aggregate findings for.

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

The operating system types to aggregate findings for. Valid values must be uppercase and underscore separated, examples are ORACLE_LINUX_7 and ALPINE_LINUX_3_8.

§
sortBy?: Ec2InstanceSortBy | null
[src]

The value to sort results by.

§
sortOrder?: SortOrder | null
[src]

The order to sort results by.