| 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.GuardDuty.Types.EbsVolumeScanDetails
Description
Synopsis
- data EbsVolumeScanDetails = EbsVolumeScanDetails' {}
- newEbsVolumeScanDetails :: EbsVolumeScanDetails
- ebsVolumeScanDetails_scanCompletedAt :: Lens' EbsVolumeScanDetails (Maybe UTCTime)
- ebsVolumeScanDetails_scanDetections :: Lens' EbsVolumeScanDetails (Maybe ScanDetections)
- ebsVolumeScanDetails_scanId :: Lens' EbsVolumeScanDetails (Maybe Text)
- ebsVolumeScanDetails_scanStartedAt :: Lens' EbsVolumeScanDetails (Maybe UTCTime)
- ebsVolumeScanDetails_sources :: Lens' EbsVolumeScanDetails (Maybe [Text])
- ebsVolumeScanDetails_triggerFindingId :: Lens' EbsVolumeScanDetails (Maybe Text)
Documentation
data EbsVolumeScanDetails Source #
Contains details from the malware scan that created a finding.
See: newEbsVolumeScanDetails smart constructor.
Constructors
| EbsVolumeScanDetails' | |
Fields
| |
Instances
newEbsVolumeScanDetails :: EbsVolumeScanDetails Source #
Create a value of EbsVolumeScanDetails 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:scanCompletedAt:EbsVolumeScanDetails', ebsVolumeScanDetails_scanCompletedAt - Returns the completion date and time of the malware scan.
$sel:scanDetections:EbsVolumeScanDetails', ebsVolumeScanDetails_scanDetections - Contains a complete view providing malware scan result details.
$sel:scanId:EbsVolumeScanDetails', ebsVolumeScanDetails_scanId - Unique Id of the malware scan that generated the finding.
$sel:scanStartedAt:EbsVolumeScanDetails', ebsVolumeScanDetails_scanStartedAt - Returns the start date and time of the malware scan.
$sel:sources:EbsVolumeScanDetails', ebsVolumeScanDetails_sources - Contains list of threat intelligence sources used to detect threats.
$sel:triggerFindingId:EbsVolumeScanDetails', ebsVolumeScanDetails_triggerFindingId - GuardDuty finding ID that triggered a malware scan.
ebsVolumeScanDetails_scanCompletedAt :: Lens' EbsVolumeScanDetails (Maybe UTCTime) Source #
Returns the completion date and time of the malware scan.
ebsVolumeScanDetails_scanDetections :: Lens' EbsVolumeScanDetails (Maybe ScanDetections) Source #
Contains a complete view providing malware scan result details.
ebsVolumeScanDetails_scanId :: Lens' EbsVolumeScanDetails (Maybe Text) Source #
Unique Id of the malware scan that generated the finding.
ebsVolumeScanDetails_scanStartedAt :: Lens' EbsVolumeScanDetails (Maybe UTCTime) Source #
Returns the start date and time of the malware scan.
ebsVolumeScanDetails_sources :: Lens' EbsVolumeScanDetails (Maybe [Text]) Source #
Contains list of threat intelligence sources used to detect threats.
ebsVolumeScanDetails_triggerFindingId :: Lens' EbsVolumeScanDetails (Maybe Text) Source #
GuardDuty finding ID that triggered a malware scan.