AWS::CloudTrail::Trail AggregationConfiguration - AWS CloudFormation

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: 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