ResourceSpecificLoggingArgs

data class ResourceSpecificLoggingArgs(val logLevel: Output<ResourceSpecificLoggingLogLevel>? = null, val targetName: Output<String>? = null, val targetType: Output<ResourceSpecificLoggingTargetType>? = null) : ConvertibleToJava<ResourceSpecificLoggingArgs>

Resource-specific logging allows you to specify a logging level for a specific thing group.

Constructors

Link copied to clipboard
constructor(logLevel: Output<ResourceSpecificLoggingLogLevel>? = null, targetName: Output<String>? = null, targetType: Output<ResourceSpecificLoggingTargetType>? = null)

Properties

Link copied to clipboard

The log level for a specific target. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED.

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

The target name.

Link copied to clipboard

The target type. Value must be THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID, or EVENT_TYPE.

Functions

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