RuleHttpParameters

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

Constructors

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

Types

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.