Interface CfnMalwareProtectionPlan.CFNTaggingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMalwareProtectionPlan.CFNTaggingProperty.Jsii$Proxy
- Enclosing class:
CfnMalwareProtectionPlan
@Stability(Stable)
public static interface CfnMalwareProtectionPlan.CFNTaggingProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about tagging status of 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.*;
CFNTaggingProperty cFNTaggingProperty = CFNTaggingProperty.builder()
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMalwareProtectionPlan.CFNTaggingPropertystatic final classAn implementation forCfnMalwareProtectionPlan.CFNTaggingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Indicates whether or not you chose GuardDuty to add a predefined tag to the scanned S3 object.Potential values include
ENABLEDandDISABLED. These values are case-sensitive.- See Also:
-
builder
-