Logging Args
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)