Interface CfnDetector.CFNMalwareProtectionConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDetector.CFNMalwareProtectionConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDetector

@Stability(Stable) public static interface CfnDetector.CFNMalwareProtectionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Describes whether Malware Protection will be enabled as a data source.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.guardduty.*;
 CFNMalwareProtectionConfigurationProperty cFNMalwareProtectionConfigurationProperty = CFNMalwareProtectionConfigurationProperty.builder()
         .scanEc2InstanceWithFindings(CFNScanEc2InstanceWithFindingsConfigurationProperty.builder()
                 .ebsVolumes(false)
                 .build())
         .build();
 

See Also: