HttpParameters
These are custom parameter to be used when the target is an API Gateway REST APIs.
Contents
- HeaderParameters
-
The headers that need to be sent as part of request invoking the API Gateway REST API.
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 REST API 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 REST API.
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: