Interface CfnAggregatorV2Props

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAggregatorV2Props.Jsii$Proxy

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-07-16T11:43:22.805Z") @Stability(Stable) public interface CfnAggregatorV2Props extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnAggregatorV2.

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.*;
 CfnAggregatorV2Props cfnAggregatorV2Props = CfnAggregatorV2Props.builder()
         .linkedRegions(List.of("linkedRegions"))
         .regionLinkingMode("regionLinkingMode")
         // the properties below are optional
         .tags(Map.of(
                 "tagsKey", "tags"))
         .build();
 

See Also: