LambdaEventSource

Contains information about an event source for an Lambda function. The event source defines the topics on which this Lambda function subscribes to receive messages that run the function.

Types

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

Properties

Link copied to clipboard

The topic to which to subscribe to receive event messages.

Link copied to clipboard

The type of event source. Choose from the following options:

Functions

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