AdvancedFieldSelector

A single selector statement in an advanced event selector.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An operator that includes 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 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

A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, Config configuration items, Audit Manager evidence, or events outside of Amazon Web Services, the field is used only for selecting events as filtering is not supported.

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 exact value 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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String