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.MalwareProtectionConfiguration

Description

 
Synopsis

Documentation

data MalwareProtectionConfiguration Source #

Describes whether Malware Protection will be enabled as a data source.

See: newMalwareProtectionConfiguration smart constructor.

Constructors

MalwareProtectionConfiguration' 

Fields

Instances

Instances details
ToJSON MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

Generic MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

Associated Types

type Rep MalwareProtectionConfiguration :: Type -> Type #

Read MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

Show MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

NFData MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

Eq MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

Hashable MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

type Rep MalwareProtectionConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.MalwareProtectionConfiguration

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

newMalwareProtectionConfiguration :: MalwareProtectionConfiguration Source #

Create a value of MalwareProtectionConfiguration 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:MalwareProtectionConfiguration', malwareProtectionConfiguration_scanEc2InstanceWithFindings - Describes the configuration of Malware Protection for EC2 instances with findings.

malwareProtectionConfiguration_scanEc2InstanceWithFindings :: Lens' MalwareProtectionConfiguration (Maybe ScanEc2InstanceWithFindings) Source #

Describes the configuration of Malware Protection for EC2 instances with findings.