amazonka-guardduty-2.0: Amazon GuardDuty SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

Description

 
Synopsis

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

Instances details
FromJSON MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

Generic MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

Read MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

Show MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

NFData MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

Eq MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

Hashable MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

type Rep MalwareProtectionDataSourceFreeTrial Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial

type Rep MalwareProtectionDataSourceFreeTrial = D1 ('MetaData "MalwareProtectionDataSourceFreeTrial" "Amazonka.GuardDuty.Types.MalwareProtectionDataSourceFreeTrial" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "MalwareProtectionDataSourceFreeTrial'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scanEc2InstanceWithFindings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSourceFreeTrial))))

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.