HttpParameters

These are custom parameter to be used when the target is an API Gateway APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.

Types

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

Properties

Link copied to clipboard

The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.

Link copied to clipboard

The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").

Link copied to clipboard

The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.

Functions

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