Class TrailAdvancedEventSelectorFieldSelectorArgs


  • public final class TrailAdvancedEventSelectorFieldSelectorArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • endsWiths

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> endsWiths()
        Returns:
        A list of values that includes events that match the last few characters of the event record field specified as the value of `field`.
      • equals_

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> equals_()
        Returns:
        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.
      • field

        public com.pulumi.core.Output<java.lang.String> field()
        Returns:
        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`.
      • notEndsWiths

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notEndsWiths()
        Returns:
        A list of values that excludes events that match the last few characters of the event record field specified as the value of `field`.
      • notEquals

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notEquals()
        Returns:
        A list of values that excludes events that match the exact value of the event record field specified as the value of `field`.
      • notStartsWiths

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notStartsWiths()
        Returns:
        A list of values that excludes events that match the first few characters of the event record field specified as the value of `field`.
      • startsWiths

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> startsWiths()
        Returns:
        A list of values that includes events that match the first few characters of the event record field specified as the value of `field`.