RestConfiguration
Configuration that defines HTTP request and response handling, validation endpoints, and entity configurations for REST API interactions.
Contents
- EntityConfigurations
-
A map of entity configurations that define how to interact with different data entities available through the REST API, including their schemas and access patterns.
Type: String to EntityConfiguration object map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
[a-zA-Z0-9_ -]+Required: No
- GlobalSourceConfiguration
-
Global configuration settings that apply to all REST API requests for this connection type, including common request methods, paths, and parameters.
Type: SourceConfiguration object
Required: No
- ValidationEndpointConfiguration
-
Configuration for the endpoint used to validate connection credentials and test connectivity during connection creation.
Type: SourceConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: