EventDataStoreAdvancedEventSelector

data class EventDataStoreAdvancedEventSelector(val fieldSelectors: List<EventDataStoreAdvancedFieldSelector>, val name: String? = null)

Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.

Constructors

Link copied to clipboard
constructor(fieldSelectors: List<EventDataStoreAdvancedFieldSelector>, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains all selector statements in an advanced event selector.

Link copied to clipboard
val name: String? = null

An optional, descriptive name for an advanced event selector, such as "Log data events for only two S3 buckets".