EventDataStoreAdvancedEventSelectorFieldSelectorArgs

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>

Constructors

constructor(endsWiths: Output<List<String>>? = null, equals: Output<List<String>>? = null, field: Output<String>? = null, notEndsWiths: Output<List<String>>? = null, notEquals: Output<List<String>>? = null, notStartsWiths: Output<List<String>>? = null, startsWiths: Output<List<String>>? = null)

Properties

Link copied to clipboard
val endsWiths: Output<List<String>>? = null

A list of values that includes events that match the last few characters of the event record field specified as the value of field.

Link copied to clipboard
val equals: Output<List<String>>? = null

A list of values that includes events that match the exact value of the event record field specified as the value of field. This is the only valid operator that you can use with the readOnly, eventCategory, and resources.type fields.

Link copied to clipboard
val field: Output<String>? = null

Specifies a field in an event record on which to filter events to be logged. You can specify only the following values: readOnly, eventSource, eventName, eventCategory, resources.type, resources.ARN.

Link copied to clipboard
val notEndsWiths: Output<List<String>>? = null

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
val notEquals: Output<List<String>>? = null

A list of values that excludes events that match the exact value of the event record field specified as the value of field.

Link copied to clipboard
val notStartsWiths: Output<List<String>>? = null

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
val startsWiths: Output<List<String>>? = null

A list of values that includes events that match the first few characters of the event record field specified as the value of field.

Functions

Link copied to clipboard
open override fun toJava(): EventDataStoreAdvancedEventSelectorFieldSelectorArgs