interface CFNMalwareProtectionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins.CfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/mixins#CfnDetectorPropsMixin_CFNMalwareProtectionConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.mixins.CfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_guardduty.mixins.CfnDetectorPropsMixin.CFNMalwareProtectionConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_guardduty » mixins » 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 { mixins as guardduty_mixins } from '@aws-cdk/mixins-preview/aws-guardduty';
const cFNMalwareProtectionConfigurationProperty: guardduty_mixins.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