AggregationRequest
Contains details about an aggregation request.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- accountAggregation
-
An object that contains details about an aggregation request based on AWS account IDs.
Type: AccountAggregation object
Required: No
- amiAggregation
-
An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).
Type: AmiAggregation object
Required: No
- awsEcrContainerAggregation
-
An object that contains details about an aggregation request based on Amazon ECR container images.
Type: AwsEcrContainerAggregation object
Required: No
- ec2InstanceAggregation
-
An object that contains details about an aggregation request based on Amazon EC2 instances.
Type: Ec2InstanceAggregation object
Required: No
- findingTypeAggregation
-
An object that contains details about an aggregation request based on finding types.
Type: FindingTypeAggregation object
Required: No
- imageLayerAggregation
-
An object that contains details about an aggregation request based on container image layers.
Type: ImageLayerAggregation object
Required: No
- lambdaFunctionAggregation
-
Returns an object with findings aggregated by AWS Lambda function.
Type: LambdaFunctionAggregation object
Required: No
- lambdaLayerAggregation
-
Returns an object with findings aggregated by AWS Lambda layer.
Type: LambdaLayerAggregation object
Required: No
- packageAggregation
-
An object that contains details about an aggregation request based on operating system package type.
Type: PackageAggregation object
Required: No
- repositoryAggregation
-
An object that contains details about an aggregation request based on Amazon ECR repositories.
Type: RepositoryAggregation object
Required: No
- titleAggregation
-
An object that contains details about an aggregation request based on finding title.
Type: TitleAggregation object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: