Interface CfnMalwareProtectionPlanPropsMixin.CFNActionsProperty

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

@Stability(Stable) public static interface CfnMalwareProtectionPlanPropsMixin.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.cfnpropertymixins.services.guardduty.*;
 CFNActionsProperty cFNActionsProperty = CFNActionsProperty.builder()
         .tagging(CFNTaggingProperty.builder()
                 .status("status")
                 .build())
         .build();
 

See Also: