Trail Event Selector Args
data class TrailEventSelectorArgs(val dataResources: Output<List<TrailEventSelectorDataResourceArgs>>? = null, val excludeManagementEventSources: Output<List<String>>? = null, val includeManagementEvents: Output<Boolean>? = null, val readWriteType: Output<String>? = null) : ConvertibleToJava<TrailEventSelectorArgs>
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
.