ResponseExtractionMapping
Configuration that defines how to extract values from HTTP response content or headers for use in subsequent requests or parameter mapping.
Contents
- ContentPath
-
A JSON path expression that specifies how to extract a value from the response body content.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
\$(\.[a-zA-Z0-9_.@\[\]\(\)-]+)*Required: No
- HeaderKey
-
The name of an HTTP response header from which to extract the value.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: