class Aws::IoTEvents::Types::LoggingOptions

The values of the AWS IoT Events logging options.

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

data as a hash:

    {
      role_arn: "AmazonResourceName", # required
      level: "ERROR", # required, accepts ERROR, INFO, DEBUG
      enabled: false, # required
      detector_debug_options: [
        {
          detector_model_name: "DetectorModelName", # required
          key_value: "KeyValue",
        },
      ],
    }

@!attribute [rw] role_arn

The ARN of the role that grants permission to AWS IoT Events to
perform logging.
@return [String]

@!attribute [rw] level

The logging level.
@return [String]

@!attribute [rw] enabled

If TRUE, logging is enabled for AWS IoT Events.
@return [Boolean]

@!attribute [rw] detector_debug_options

Information that identifies those detector models and their
detectors (instances) for which the logging level is given.
@return [Array<Types::DetectorDebugOption>]

Constants

SENSITIVE