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