Enum Class AWSMessageType.Source

java.lang.Object
java.lang.Enum<AWSMessageType.Source>
org.graylog.integrations.aws.AWSMessageType.Source
All Implemented Interfaces:
Serializable, Comparable<AWSMessageType.Source>, Constable
Enclosing class:
AWSMessageType

public static enum AWSMessageType.Source extends Enum<AWSMessageType.Source>
Each source will require its own specific set of input configuration fields. Multiple AWSMessageType enum instances might correspond to the same source and thus require the same configuration fields. For example, AWSMessageType.KINESIS_RAW and AWSMessageType.KINESIS_FLOW_LOGS correspond to two different types of AWS messages, but share a common KINESIS source.
  • Enum Constant Details

  • Method Details

    • values

      public static AWSMessageType.Source[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AWSMessageType.Source valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null