MetadataConfiguration
Configuration for HTTP header and query parameter propagation between the gateway and target servers.
Contents
- allowedQueryParameters
-
A list of URL query parameters that are allowed to be propagated from incoming gateway URL to the target.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 40.
Required: No
- allowedRequestHeaders
-
A list of HTTP headers that are allowed to be propagated from incoming client requests to the target.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- allowedResponseHeaders
-
A list of HTTP headers that are allowed to be propagated from the target response back to the client.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: