AdvancedEventSelectorResponse

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

Definition of AdvancedEventSelector

Constructors

Link copied to clipboard
constructor(fieldSelectors: List<AdvancedFieldSelectorResponse>? = null, 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'.