Interface CfnMalwareProtectionPlan.CFNActionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMalwareProtectionPlan.CFNActionsProperty.Jsii$Proxy
Enclosing class:
CfnMalwareProtectionPlan

@Stability(Stable) public static interface CfnMalwareProtectionPlan.CFNActionsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.guardduty.*;
 CFNActionsProperty cFNActionsProperty = CFNActionsProperty.builder()
         .tagging(CFNTaggingProperty.builder()
                 .status("status")
                 .build())
         .build();
 

See Also: