public static interface CfnDetector.CFNMalwareProtectionConfigurationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDetector.CFNMalwareProtectionConfigurationProperty.Builder
A builder for
CfnDetector.CFNMalwareProtectionConfigurationProperty |
static class |
CfnDetector.CFNMalwareProtectionConfigurationProperty.Jsii$Proxy
An implementation for
CfnDetector.CFNMalwareProtectionConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDetector.CFNMalwareProtectionConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getScanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
|