httpParameters

@JvmName(name = "brfncldbuwfqnvms")
suspend fun httpParameters(value: Output<PipeEnrichmentHttpParametersArgs>)
@JvmName(name = "atmirfeotkyidbok")
suspend fun httpParameters(value: PipeEnrichmentHttpParametersArgs?)

Parameters

value

Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination. If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.


@JvmName(name = "eonylbjlwqwycomk")
suspend fun httpParameters(argument: suspend PipeEnrichmentHttpParametersArgsBuilder.() -> Unit)

Parameters

argument

Contains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination. If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.