class Aws::Inspector2::Types::ImageLayerAggregation
The details that define an aggregation based on container image layers.
@note When making an API call, you may pass ImageLayerAggregation
data as a hash: { layer_hashes: [ { comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS value: "StringInput", # required }, ], repositories: [ { comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS value: "StringInput", # required }, ], resource_ids: [ { comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS value: "StringInput", # required }, ], sort_by: "CRITICAL", # accepts CRITICAL, HIGH, ALL sort_order: "ASC", # accepts ASC, DESC }
@!attribute [rw] layer_hashes
The hashes associated with the layers. @return [Array<Types::StringFilter>]
@!attribute [rw] repositories
The repository associated with the container image hosting the layers. @return [Array<Types::StringFilter>]
@!attribute [rw] resource_ids
The ID of the container image layer. @return [Array<Types::StringFilter>]
@!attribute [rw] sort_by
The value to sort results by. @return [String]
@!attribute [rw] sort_order
The order to sort results by. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ImageLayerAggregation AWS API Documentation
Constants
- SENSITIVE