View a markdown version of this page

HttpParameters - Amazon EventBridge Custom Event Bus

HttpParameters

HTTP invocation parameters for subscribers (API Gateway / API Destination). Values are forwarded to the HTTP endpoint.

Contents

HeaderParameters

Map of HTTP header names to values, sent with the request to an HTTP target.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 0. Maximum length of 512.

Key Pattern: ([!#$%&'*+\-.^_`|~0-9a-zA-Z]+|\{%[\s\S]+?%\})

Value Length Constraints: Minimum length of 0. Maximum length of 2048.

Value Pattern: ([ \t]*[\x20-\x7E]+([ \t]+[\x20-\x7E]+)*[ \t]*|\{%[\s\S]+?%\})

Required: No

InvocationTimeoutSeconds

Timeout in seconds for each invocation of the target (1-30). String-typed (not integer) so the value may be a JSONata expression.

Type: String

Required: No

PathParameterValues

Values substituted, in order, for the path-parameter placeholders in an HTTP target's endpoint path.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 50 items.

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

Required: No

QueryStringParameters

Map of query-string parameter names to values, appended to the request to an HTTP target.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 0. Maximum length of 512.

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

Value Length Constraints: Minimum length of 0. 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: