PipeTargetParametersHttpParameters

data class PipeTargetParametersHttpParameters(val headerParameters: Map<String, String>? = null, val pathParameterValues: String? = null, val queryStringParameters: Map<String, String>? = null)

Constructors

Link copied to clipboard
fun PipeTargetParametersHttpParameters(headerParameters: Map<String, String>? = null, pathParameterValues: String? = null, queryStringParameters: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key-value mapping of the headers that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.

Link copied to clipboard

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

Link copied to clipboard

Key-value mapping of the query strings that need to be sent as part of request invoking the API Gateway REST API or EventBridge ApiDestination.