Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ImageScanFinding = ImageScanFinding' {
- severity :: Maybe FindingSeverity
- uri :: Maybe Text
- name :: Maybe Text
- attributes :: Maybe [Attribute]
- description :: Maybe Text
- newImageScanFinding :: ImageScanFinding
- imageScanFinding_severity :: Lens' ImageScanFinding (Maybe FindingSeverity)
- imageScanFinding_uri :: Lens' ImageScanFinding (Maybe Text)
- imageScanFinding_name :: Lens' ImageScanFinding (Maybe Text)
- imageScanFinding_attributes :: Lens' ImageScanFinding (Maybe [Attribute])
- imageScanFinding_description :: Lens' ImageScanFinding (Maybe Text)
Documentation
data ImageScanFinding Source #
Contains information about an image scan finding.
See: newImageScanFinding
smart constructor.
ImageScanFinding' | |
|
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:severity:ImageScanFinding'
, imageScanFinding_severity
- The finding severity.
$sel:uri:ImageScanFinding'
, imageScanFinding_uri
- A link containing additional details about the security vulnerability.
$sel:name:ImageScanFinding'
, imageScanFinding_name
- The name associated with the finding, usually a CVE number.
$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.
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.
imageScanFinding_name :: Lens' ImageScanFinding (Maybe Text) Source #
The name associated with the finding, usually a CVE number.
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.