aws-cdk-lib.aws_guardduty.CfnDetector.CFNMalwareProtectionConfigurationProperty

interface CFNMalwareProtectionConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.GuardDuty.CfnDetector.CFNMalwareProtectionConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnDetector_CFNMalwareProtectionConfigurationProperty
Javasoftware.amazon.awscdk.services.guardduty.CfnDetector.CFNMalwareProtectionConfigurationProperty
Pythonaws_cdk.aws_guardduty.CfnDetector.CFNMalwareProtectionConfigurationProperty
TypeScript aws-cdk-lib » aws_guardduty » CfnDetector » 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-lib';
const cFNMalwareProtectionConfigurationProperty: guardduty.CfnDetector.CFNMalwareProtectionConfigurationProperty = {
  scanEc2InstanceWithFindings: {
    ebsVolumes: false,
  },
};

Properties

NameTypeDescription
scanEc2InstanceWithFindings?IResolvable | CFNScanEc2InstanceWithFindingsConfigurationPropertyDescribes the configuration of Malware Protection for EC2 instances with findings.

scanEc2InstanceWithFindings?

Type: IResolvable | CFNScanEc2InstanceWithFindingsConfigurationProperty (optional)

Describes the configuration of Malware Protection for EC2 instances with findings.