Interface CfnAutomationRule.RelatedFindingProperty

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

@Stability(Stable) public static interface CfnAutomationRule.RelatedFindingProperty extends software.amazon.jsii.JsiiSerializable
Provides details about a list of findings that the current finding relates to.

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.securityhub.*;
 Object id;
 RelatedFindingProperty relatedFindingProperty = RelatedFindingProperty.builder()
         .id(id)
         .productArn("productArn")
         .build();
 

See Also: