

# HttpDataSourceConfig
<a name="API_HttpDataSourceConfig"></a>

Describes an HTTP data source configuration.

## Contents
<a name="API_HttpDataSourceConfig_Contents"></a>

 ** authorizationConfig **   <a name="appsync-Type-HttpDataSourceConfig-authorizationConfig"></a>
The authorization configuration in case the HTTP endpoint requires authorization.  
Type: [AuthorizationConfig](API_AuthorizationConfig.md) object  
Required: No

 ** endpoint **   <a name="appsync-Type-HttpDataSourceConfig-endpoint"></a>
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, Amazon AppSync uses the default port 80 for the HTTP endpoint and port 443 for HTTPS endpoints.  
Type: String  
Required: No

## See Also
<a name="API_HttpDataSourceConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/appsync-2017-07-25/HttpDataSourceConfig) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/appsync-2017-07-25/HttpDataSourceConfig) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/appsync-2017-07-25/HttpDataSourceConfig) 