Trail Advanced Event Selector Field Selector Args
data class TrailAdvancedEventSelectorFieldSelectorArgs(val endsWiths: Output<List<String>>? = null, val equals: Output<List<String>>? = null, val field: Output<String>, 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<TrailAdvancedEventSelectorFieldSelectorArgs>
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
.