PipeTargetParametersHttpParametersArgs

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

Constructors

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

Functions

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

Properties

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

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
val pathParameterValues: Output<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

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.