Interface AggregatorV2Reference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AggregatorV2Reference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:17.380Z")
@Stability(Stable)
public interface AggregatorV2Reference
extends software.amazon.jsii.JsiiSerializable
A reference to a AggregatorV2 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.interfaces.securityhub.*;
AggregatorV2Reference aggregatorV2Reference = AggregatorV2Reference.builder()
.aggregatorV2Arn("aggregatorV2Arn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAggregatorV2Referencestatic final classAn implementation forAggregatorV2Reference -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAggregatorV2Arn
The AggregatorV2Arn of the AggregatorV2 resource. -
builder
- Returns:
- a
AggregatorV2Reference.BuilderofAggregatorV2Reference
-