LoggingOptions

Information about logging options.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, logging is enabled for IoT Analytics.

Link copied to clipboard

The logging level. Currently, only ERROR is supported.

Link copied to clipboard

The ARN of the role that grants permission to IoT Analytics to perform logging.

Functions

Link copied to clipboard
inline fun copy(block: LoggingOptions.Builder.() -> Unit = {}): LoggingOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String