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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTrail.AggregationConfigurationPropertystatic final classAn implementation forCfnTrail.AggregationConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Specifies the event category for which aggregation should be performed.A list of aggregation templates that can be used to configure event aggregation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventCategory
Specifies the event category for which aggregation should be performed.- See Also:
-
getTemplates
A list of aggregation templates that can be used to configure event aggregation.- See Also:
-
builder
-