LoggingArgs

data class LoggingArgs(val accountId: Output<String>? = null, val defaultLogLevel: Output<LoggingDefaultLogLevel>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<LoggingArgs>

Logging Options enable you to configure your IoT V2 logging role and default logging level so that you can monitor progress events logs as it passes from your devices through Iot core service.

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, defaultLogLevel: Output<LoggingDefaultLogLevel>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

Your 12-digit account ID (used as the primary identifier for the CloudFormation resource).

Link copied to clipboard

The log level to use. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED.

Link copied to clipboard
val roleArn: Output<String>? = null

The ARN of the role that allows IoT to write to Cloudwatch logs.

Functions

Link copied to clipboard
open override fun toJava(): LoggingArgs