AwsEventbridgePipeEnrichmentHttpParametersArgs
interface AwsEventbridgePipeEnrichmentHttpParametersArgs {
headerParameters?: Input<Record<string, Input<string>>>;
pathParameterValues?: Input<string>;
queryStringParameters?: Input<Record<string, Input<string>>>;
}HTTP parameters used when the enrichment target is an API Gateway REST endpoint or an EventBridge ApiDestination.
Properties
headerParameters: Input<Record<string, Input<string>>>
Key-value map of HTTP headers to include in the enrichment request.
pathParameterValues: Input<string>
Path parameter value injected into the enrichment endpoint URL.
queryStringParameters: Input<Record<string, Input<string>>>
Key-value map of query string parameters to append to the enrichment request URL.