Pipe Enrichment Parameters Args
data class PipeEnrichmentParametersArgs(val httpParameters: Output<PipeEnrichmentParametersHttpParametersArgs>? = null, val inputTemplate: Output<String>? = null) : ConvertibleToJava<PipeEnrichmentParametersArgs>
Constructors
Link copied to clipboard
constructor(httpParameters: Output<PipeEnrichmentParametersHttpParametersArgs>? = null, inputTemplate: Output<String>? = null)
Properties
Link copied to clipboard
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. Detailed below.
Link copied to clipboard
Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. Maximum length of 8192 characters.