

# HttpEndpointConfiguration
<a name="API_HttpEndpointConfiguration"></a>

Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.

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

 ** Url **   <a name="Firehose-Type-HttpEndpointConfiguration-Url"></a>
The URL of the HTTP endpoint selected as the destination.  
If you choose an HTTP endpoint as your destination, review and follow the instructions in the [Appendix - HTTP Endpoint Delivery Request and Response Specifications](https://docs.aws.amazon.com/firehose/latest/dev/httpdeliveryrequestresponse.html).
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1000.  
Pattern: `https://.*`   
Required: Yes

 ** AccessKey **   <a name="Firehose-Type-HttpEndpointConfiguration-AccessKey"></a>
The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 4096.  
Pattern: `.*`   
Required: No

 ** Name **   <a name="Firehose-Type-HttpEndpointConfiguration-Name"></a>
The name of the HTTP endpoint selected as the destination.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Pattern: `^(?!\s*$).+`   
Required: No

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/firehose-2015-08-04/HttpEndpointConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/firehose-2015-08-04/HttpEndpointConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/firehose-2015-08-04/HttpEndpointConfiguration) 