HttpDataSourceConfig - AWS AppSync

HttpDataSourceConfig

Describes an HTTP data source configuration.

Contents

authorizationConfig

The authorization configuration in case the HTTP endpoint requires authorization.

Type: AuthorizationConfig object

Required: No

endpoint

The HTTP URL endpoint. You can specify either the domain name or IP, and port combination, and the URL scheme must be HTTP or HTTPS. If you don't specify the port, AWS AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: