AWS::CloudTrail::Trail AggregationConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CloudTrail::Trail AggregationConfiguration

An object that contains configuration settings for aggregating events.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "EventCategory" : String, "Templates" : [ String, ... ] }

YAML

EventCategory: String Templates: - String

Properties

EventCategory

Specifies the event category for which aggregation should be performed.

Required: Yes

Type: String

Allowed values: Data

Update requires: No interruption

Templates

A list of aggregation templates that can be used to configure event aggregation.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 50

Update requires: No interruption