LoggingConfig

Contains logging configuration information for an extension.

Types

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

Properties

Link copied to clipboard

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.

Functions

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