Interface CfnTrail.AggregationConfigurationProperty

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

@Stability(Stable) public static interface CfnTrail.AggregationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
An object that contains configuration settings for aggregating events.

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.cloudtrail.*;
 AggregationConfigurationProperty aggregationConfigurationProperty = AggregationConfigurationProperty.builder()
         .eventCategory("eventCategory")
         .templates(List.of("templates"))
         .build();
 

See Also: