AwsEventbridgePipeTargetHttpParametersArgs
interface AwsEventbridgePipeTargetHttpParametersArgs {
headerParameters?: Input<Record<string, Input<string>>>;
pathParameterValues?: Input<string>;
queryStringParameters?: Input<Record<string, Input<string>>>;
}HTTP target parameters when the 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 request.
pathParameterValues: Input<string>
Path parameter value injected into the target URL.
queryStringParameters: Input<Record<string, Input<string>>>
Key-value map of query string parameters appended to the target URL.