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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetector.CFNMalwareProtectionConfigurationProperty
static final class
An implementation forCfnDetector.CFNMalwareProtectionConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScanEc2InstanceWithFindings
Describes the configuration of Malware Protection for EC2 instances with findings. -
builder
-