This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CloudTrail::Trail AggregationConfiguration
An object that contains configuration settings for aggregating events.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EventCategory" :String, "Templates" :[ String, ... ]}
YAML
EventCategory:StringTemplates:- String
Properties
EventCategory-
Specifies the event category for which aggregation should be performed.
Required: Yes
Type: String
Allowed values:
DataUpdate requires: No interruption
Templates-
A list of aggregation templates that can be used to configure event aggregation.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
50Update requires: No interruption