Event Data Store Advanced Event Selector Field Selector Args
data class EventDataStoreAdvancedEventSelectorFieldSelectorArgs(val endsWiths: Output<List<String>>? = null, val equals: Output<List<String>>? = null, val field: Output<String>? = null, val notEndsWiths: Output<List<String>>? = null, val notEquals: Output<List<String>>? = null, val notStartsWiths: Output<List<String>>? = null, val startsWiths: Output<List<String>>? = null) : ConvertibleToJava<EventDataStoreAdvancedEventSelectorFieldSelectorArgs>
Properties
Link copied to clipboard
Link copied to clipboard
A list of values that excludes events that match the last few characters of the event record field specified as the value of field
.
Link copied to clipboard
A list of values that excludes events that match the first few characters of the event record field specified as the value of field
.
Link copied to clipboard
A list of values that includes events that match the first few characters of the event record field specified as the value of field
.