LogConfig

class LogConfig

The Amazon CloudWatch Logs configuration.

Types

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

Properties

Link copied to clipboard

The service role that AppSync assumes to publish to CloudWatch logs in your account.

Link copied to clipboard

Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.

Link copied to clipboard

The field logging level. Values can be NONE, ERROR, or ALL.

Functions

Link copied to clipboard
inline fun copy(block: LogConfig.Builder.() -> Unit = {}): LogConfig
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