LoggingConfiguration

The LoggingConfiguration data type is used to set CloudWatch Logs options.

Types

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

Properties

Link copied to clipboard

An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.

Link copied to clipboard

Determines whether execution data is included in your log. When set to false, data is excluded.

Link copied to clipboard

Defines which category of execution history events are logged.

Functions

Link copied to clipboard
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