TrailEventSelector

data class TrailEventSelector(val dataResources: List<TrailEventSelectorDataResource>? = null, val excludeManagementEventSources: List<String>? = null, val includeManagementEvents: Boolean? = null, val readWriteType: String? = null)

Constructors

Link copied to clipboard
constructor(dataResources: List<TrailEventSelectorDataResource>? = null, excludeManagementEventSources: List<String>? = null, includeManagementEvents: Boolean? = null, readWriteType: String? = null)

Types

Link copied to clipboard
object Companion

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
val readWriteType: String? = null

Type of events to log. Valid values are ReadOnly, WriteOnly, All. Default value is All.