| 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.MalwareProtectionConfigurationResult
Description
Synopsis
- data MalwareProtectionConfigurationResult = MalwareProtectionConfigurationResult' {}
- newMalwareProtectionConfigurationResult :: MalwareProtectionConfigurationResult
- malwareProtectionConfigurationResult_scanEc2InstanceWithFindings :: Lens' MalwareProtectionConfigurationResult (Maybe ScanEc2InstanceWithFindingsResult)
- malwareProtectionConfigurationResult_serviceRole :: Lens' MalwareProtectionConfigurationResult (Maybe Text)
Documentation
data MalwareProtectionConfigurationResult Source #
An object that contains information on the status of all Malware Protection data sources.
See: newMalwareProtectionConfigurationResult smart constructor.
Constructors
| MalwareProtectionConfigurationResult' | |
Fields
| |
Instances
newMalwareProtectionConfigurationResult :: MalwareProtectionConfigurationResult Source #
Create a value of MalwareProtectionConfigurationResult 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:scanEc2InstanceWithFindings:MalwareProtectionConfigurationResult', malwareProtectionConfigurationResult_scanEc2InstanceWithFindings - Describes the configuration of Malware Protection for EC2 instances with
findings.
$sel:serviceRole:MalwareProtectionConfigurationResult', malwareProtectionConfigurationResult_serviceRole - The GuardDuty Malware Protection service role.
malwareProtectionConfigurationResult_scanEc2InstanceWithFindings :: Lens' MalwareProtectionConfigurationResult (Maybe ScanEc2InstanceWithFindingsResult) Source #
Describes the configuration of Malware Protection for EC2 instances with findings.
malwareProtectionConfigurationResult_serviceRole :: Lens' MalwareProtectionConfigurationResult (Maybe Text) Source #
The GuardDuty Malware Protection service role.