class Aws::IoTWireless::Types::WirelessGatewayLogOption
The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.
@note When making an API call, you may pass WirelessGatewayLogOption
data as a hash: { type: "LoRaWAN", # required, accepts LoRaWAN log_level: "INFO", # required, accepts INFO, ERROR, DISABLED events: [ { event: "CUPS_Request", # required, accepts CUPS_Request, Certificate log_level: "INFO", # required, accepts INFO, ERROR, DISABLED }, ], }
@!attribute [rw] type
The wireless gateway type. @return [String]
@!attribute [rw] log_level
The log level for a log message. @return [String]
@!attribute [rw] events
The list of wireless gateway event log options. @return [Array<Types::WirelessGatewayEventLogOption>]
Constants
- SENSITIVE