AWS::InspectorV2::Filter PackageFilter
Contains information on the details of a package filter.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Architecture" :
StringFilter
, "Epoch" :NumberFilter
, "Name" :StringFilter
, "Release" :StringFilter
, "SourceLayerHash" :StringFilter
, "Version" :StringFilter
}
YAML
Architecture:
StringFilter
Epoch:NumberFilter
Name:StringFilter
Release:StringFilter
SourceLayerHash:StringFilter
Version:StringFilter
Properties
Architecture
-
An object that contains details on the package architecture type to filter on.
Required: No
Type: StringFilter
Update requires: No interruption
Epoch
-
An object that contains details on the package epoch to filter on.
Required: No
Type: NumberFilter
Update requires: No interruption
Name
-
An object that contains details on the name of the package to filter on.
Required: No
Type: StringFilter
Update requires: No interruption
Release
-
An object that contains details on the package release to filter on.
Required: No
Type: StringFilter
Update requires: No interruption
SourceLayerHash
-
An object that contains details on the source layer hash to filter on.
Required: No
Type: StringFilter
Update requires: No interruption
Version
-
The package version to filter on.
Required: No
Type: StringFilter
Update requires: No interruption