interface CFNMalwareProtectionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty.CfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsguardduty#CfnDetectorPropsMixin_CFNMalwareProtectionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_guardduty.CfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_guardduty » CfnDetectorPropsMixin » CFNMalwareProtectionConfigurationProperty |
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 { aws_guardduty as guardduty } from '@aws-cdk/cfn-property-mixins';
const cFNMalwareProtectionConfigurationProperty: guardduty.CfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty = {
scanEc2InstanceWithFindings: {
ebsVolumes: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| scan | IResolvable | CFNScan | Describes the configuration of Malware Protection for EC2 instances with findings. |
scanEc2InstanceWithFindings?
Type:
IResolvable | CFNScan
(optional)
Describes the configuration of Malware Protection for EC2 instances with findings.

.NET
Go
Java
Python
TypeScript