excludeManagementEventSources property
An optional list of service event sources from which you do not want
management events to be logged on your trail. In this release, the list can
be empty (disables the filter), or it can filter out AWS Key Management
Service events by containing "kms.amazonaws.com"
. By default,
ExcludeManagementEventSources
is empty, and AWS KMS events are
included in events that are logged to your trail.
Implementation
final List<String>? excludeManagementEventSources;