@Stability(value=Stable)
public static interface CfnDetector.CFNMalwareProtectionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getScanEc2InstanceWithFindings()
Describes the configuration of Malware Protection for EC2 instances with findings.
|
@Stability(value=Stable) @Nullable default Object getScanEc2InstanceWithFindings()
@Stability(value=Stable) static CfnDetector.CFNMalwareProtectionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.