HttpParameters - Amazon EventBridge

HttpParameters

These are custom parameter to be used when the target is an API Gateway APIs or EventBridge ApiDestinations. In the latter case, these are merged with any InvocationParameters specified on the Connection, with any values from the Connection taking precedence.

Contents

HeaderParameters

The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.

Type: String to string map

Key Length Constraints: Maximum length of 512.

Key Pattern: ^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$

Value Length Constraints: Maximum length of 512.

Value Pattern: ^[ \t]*[\x20-\x7E]+([ \t]+[\x20-\x7E]+)*[ \t]*$

Required: No

PathParameterValues

The path parameter values to be used to populate API Gateway API or EventBridge ApiDestination path wildcards ("*").

Type: Array of strings

Pattern: ^(?!\s*$).+

Required: No

QueryStringParameters

The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.

Type: String to string map

Key Length Constraints: Maximum length of 512.

Key Pattern: [^\x00-\x1F\x7F]+

Value Length Constraints: Maximum length of 512.

Value Pattern: [^\x00-\x09\x0B\x0C\x0E-\x1F\x7F]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: