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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAutomationRule.RelatedFindingProperty
static final class
An implementation forCfnAutomationRule.RelatedFindingProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The product-generated identifier for a related finding.Array Members: Minimum number of 1 item. Maximum number of 20 items.
- See Also:
-
getProductArn
The Amazon Resource Name (ARN) for the product that generated a related finding.- See Also:
-
builder
-