| 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.MalwareProtectionDataSourceFreeTrial
Description
Synopsis
- data MalwareProtectionDataSourceFreeTrial = MalwareProtectionDataSourceFreeTrial' {}
- newMalwareProtectionDataSourceFreeTrial :: MalwareProtectionDataSourceFreeTrial
- malwareProtectionDataSourceFreeTrial_scanEc2InstanceWithFindings :: Lens' MalwareProtectionDataSourceFreeTrial (Maybe DataSourceFreeTrial)
Documentation
data MalwareProtectionDataSourceFreeTrial Source #
Provides details about Malware Protection when it is enabled as a data source.
See: newMalwareProtectionDataSourceFreeTrial smart constructor.
Constructors
| MalwareProtectionDataSourceFreeTrial' | |
Fields
| |
Instances
newMalwareProtectionDataSourceFreeTrial :: MalwareProtectionDataSourceFreeTrial Source #
Create a value of MalwareProtectionDataSourceFreeTrial 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:MalwareProtectionDataSourceFreeTrial', malwareProtectionDataSourceFreeTrial_scanEc2InstanceWithFindings - Describes whether Malware Protection for EC2 instances with findings is
enabled as a data source.
malwareProtectionDataSourceFreeTrial_scanEc2InstanceWithFindings :: Lens' MalwareProtectionDataSourceFreeTrial (Maybe DataSourceFreeTrial) Source #
Describes whether Malware Protection for EC2 instances with findings is enabled as a data source.