Trail Event Selector
data class TrailEventSelector(val dataResources: List<TrailEventSelectorDataResource>? = null, val excludeManagementEventSources: List<String>? = null, val includeManagementEvents: Boolean? = null, val readWriteType: String? = null)
Properties
Link copied to clipboard
Configuration block for data events. See details below.
Link copied to clipboard
A set of event sources to exclude. Valid values include: kms.amazonaws.com
and rdsdata.amazonaws.com
. include_management_events
must be set totrue
to allow this.
Link copied to clipboard
Whether to include management events for your trail. Defaults to true
.
Link copied to clipboard
Type of events to log. Valid values are ReadOnly
, WriteOnly
, All
. Default value is All
.