interface CFNActionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GuardDuty.CfnMalwareProtectionPlan.CFNActionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnMalwareProtectionPlan_CFNActionsProperty |
Java | software.amazon.awscdk.services.guardduty.CfnMalwareProtectionPlan.CFNActionsProperty |
Python | aws_cdk.aws_guardduty.CfnMalwareProtectionPlan.CFNActionsProperty |
TypeScript | aws-cdk-lib » aws_guardduty » CfnMalwareProtectionPlan » CFNActionsProperty |
Specifies the action that is to be applied to the Malware Protection plan resource.
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 cFNActionsProperty: guardduty.CfnMalwareProtectionPlan.CFNActionsProperty = {
tagging: {
status: 'status',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| tagging? | IResolvable | CFNTagging | Contains information about tagging status of the Malware Protection plan resource. |
tagging?
Type:
IResolvable | CFNTagging
(optional)
Contains information about tagging status of the Malware Protection plan resource.

.NET
Go
Java
Python
TypeScript