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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMalwareProtectionPlan.CFNActionsProperty
static final class
An implementation forCfnMalwareProtectionPlan.CFNActionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTagging
Contains information about tagging status of the Malware Protection plan resource.- See Also:
-
builder
-