class Aws::IoTWireless::Types::WirelessDeviceEventLogOption

The log options for a wireless device event and can be used to set log levels for a specific wireless device event.

For a LoRaWAN device, possible events for a log messsage are: `Join`, `Rejoin`, `Downlink_Data`, and `Uplink_Data`. For a Sidewalk device, possible events for a log message are `Registration`, `Downlink_Data`, and `Uplink_Data`.

@note When making an API call, you may pass WirelessDeviceEventLogOption

data as a hash:

    {
      event: "Join", # required, accepts Join, Rejoin, Uplink_Data, Downlink_Data, Registration
      log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
    }

@!attribute [rw] event

The event for a log message, if the log message is tied to a
wireless device.
@return [String]

@!attribute [rw] log_level

The log level for a log message.
@return [String]

Constants

SENSITIVE