EndpointConfig

The configuration details for an endpoint, which defines how to connect to and communicate with external services.

Types

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

Properties

Link copied to clipboard

The Lambda function configuration for the endpoint, used when the endpoint communicates through an AWS Lambda function.

Functions

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