PipeEnrichmentHttpParametersArgs

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

Constructors

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

Properties

Link copied to clipboard
val headerParameters: Output<Map<String, String>>? = null

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

Link copied to clipboard
val pathParameterValues: Output<List<String>>? = null

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

Link copied to clipboard
val queryStringParameters: Output<Map<String, String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PipeEnrichmentHttpParametersArgs