| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ECR.Types.ImageScanFinding
Description
Synopsis
- data ImageScanFinding = ImageScanFinding' {
- attributes :: Maybe [Attribute]
- description :: Maybe Text
- name :: Maybe Text
- severity :: Maybe FindingSeverity
- uri :: Maybe Text
- newImageScanFinding :: ImageScanFinding
- imageScanFinding_attributes :: Lens' ImageScanFinding (Maybe [Attribute])
- imageScanFinding_description :: Lens' ImageScanFinding (Maybe Text)
- imageScanFinding_name :: Lens' ImageScanFinding (Maybe Text)
- imageScanFinding_severity :: Lens' ImageScanFinding (Maybe FindingSeverity)
- imageScanFinding_uri :: Lens' ImageScanFinding (Maybe Text)
Documentation
data ImageScanFinding Source #
Contains information about an image scan finding.
See: newImageScanFinding smart constructor.
Constructors
| ImageScanFinding' | |
Fields
| |
Instances
newImageScanFinding :: ImageScanFinding Source #
Create a value of ImageScanFinding with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attributes:ImageScanFinding', imageScanFinding_attributes - A collection of attributes of the host from which the finding is
generated.
$sel:description:ImageScanFinding', imageScanFinding_description - The description of the finding.
$sel:name:ImageScanFinding', imageScanFinding_name - The name associated with the finding, usually a CVE number.
$sel:severity:ImageScanFinding', imageScanFinding_severity - The finding severity.
$sel:uri:ImageScanFinding', imageScanFinding_uri - A link containing additional details about the security vulnerability.
imageScanFinding_attributes :: Lens' ImageScanFinding (Maybe [Attribute]) Source #
A collection of attributes of the host from which the finding is generated.
imageScanFinding_description :: Lens' ImageScanFinding (Maybe Text) Source #
The description of the finding.
imageScanFinding_name :: Lens' ImageScanFinding (Maybe Text) Source #
The name associated with the finding, usually a CVE number.
imageScanFinding_severity :: Lens' ImageScanFinding (Maybe FindingSeverity) Source #
The finding severity.
imageScanFinding_uri :: Lens' ImageScanFinding (Maybe Text) Source #
A link containing additional details about the security vulnerability.