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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetector.CFNMalwareProtectionConfigurationPropertystatic final classAn 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.Returns union: either
IResolvableorCfnDetector.CFNScanEc2InstanceWithFindingsConfigurationProperty- See Also:
-
builder
-