Trail Event Selector
data class TrailEventSelector(val dataResources: List<TrailDataResource>? = null, val excludeManagementEventSources: List<String>? = null, val includeManagementEvents: Boolean? = null, val readWriteType: TrailEventSelectorReadWriteType? = null)
The type of email sending events to publish to the event destination.
Constructors
Link copied to clipboard
fun TrailEventSelector(dataResources: List<TrailDataResource>? = null, excludeManagementEventSources: List<String>? = null, includeManagementEvents: Boolean? = null, readWriteType: TrailEventSelectorReadWriteType? = null)
Types
Properties
Link copied to clipboard
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.