Event Data Store Advanced Field Selector Args
data class EventDataStoreAdvancedFieldSelectorArgs(val endsWith: Output<List<String>>? = null, val equals: Output<List<String>>? = null, val field: Output<String>, val notEndsWith: Output<List<String>>? = null, val notEquals: Output<List<String>>? = null, val notStartsWith: Output<List<String>>? = null, val startsWith: Output<List<String>>? = null) : ConvertibleToJava<EventDataStoreAdvancedFieldSelectorArgs>
A single selector statement in an advanced event selector.
Properties
Link copied to clipboard
Link copied to clipboard
An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
Link copied to clipboard
An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
Link copied to clipboard
An operator that includes events that match the first few characters of the event record field specified as the value of Field.