Interface CfnTrailPropsMixin.AggregationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrailPropsMixin.AggregationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTrailPropsMixin
@Stability(Stable)
public static interface CfnTrailPropsMixin.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.cfnpropertymixins.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 forCfnTrailPropsMixin.AggregationConfigurationPropertystatic final classAn implementation forCfnTrailPropsMixin.AggregationConfigurationProperty -
Method Summary
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
-