

# HttpEndpointDestinationUpdate
<a name="API_HttpEndpointDestinationUpdate"></a>

Updates the specified HTTP endpoint destination.

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

 ** BufferingHints **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-BufferingHints"></a>
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination. Firehose teats these options as hints, and it might choose to use more optimal values. The `SizeInMBs` and `IntervalInSeconds` parameters are optional. However, if specify a value for one of them, you must also provide a value for the other.   
Type: [HttpEndpointBufferingHints](API_HttpEndpointBufferingHints.md) object  
Required: No

 ** CloudWatchLoggingOptions **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-CloudWatchLoggingOptions"></a>
Describes the Amazon CloudWatch logging options for your Firehose stream.  
Type: [CloudWatchLoggingOptions](API_CloudWatchLoggingOptions.md) object  
Required: No

 ** EndpointConfiguration **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-EndpointConfiguration"></a>
Describes the configuration of the HTTP endpoint destination.  
Type: [HttpEndpointConfiguration](API_HttpEndpointConfiguration.md) object  
Required: No

 ** ProcessingConfiguration **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-ProcessingConfiguration"></a>
Describes a data processing configuration.  
Type: [ProcessingConfiguration](API_ProcessingConfiguration.md) object  
Required: No

 ** RequestConfiguration **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-RequestConfiguration"></a>
The configuration of the request sent to the HTTP endpoint specified as the destination.  
Type: [HttpEndpointRequestConfiguration](API_HttpEndpointRequestConfiguration.md) object  
Required: No

 ** RetryOptions **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-RetryOptions"></a>
Describes the retry behavior in case Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.  
Type: [HttpEndpointRetryOptions](API_HttpEndpointRetryOptions.md) object  
Required: No

 ** RoleARN **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-RoleARN"></a>
Firehose uses this IAM role for all the permissions that the delivery stream needs.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 512.  
Pattern: `arn:.*:iam::\d{12}:role/[a-zA-Z_0-9+=,.@\-_/]+`   
Required: No

 ** S3BackupMode **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-S3BackupMode"></a>
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination. You can back up all documents (`AllData`) or only the documents that Firehose could not deliver to the specified HTTP endpoint destination (`FailedDataOnly`).  
Type: String  
Valid Values: `FailedDataOnly | AllData`   
Required: No

 ** S3Update **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-S3Update"></a>
Describes an update for a destination in Amazon S3.  
Type: [S3DestinationUpdate](API_S3DestinationUpdate.md) object  
Required: No

 ** SecretsManagerConfiguration **   <a name="Firehose-Type-HttpEndpointDestinationUpdate-SecretsManagerConfiguration"></a>
 The configuration that defines how you access secrets for HTTP Endpoint destination.   
Type: [SecretsManagerConfiguration](API_SecretsManagerConfiguration.md) object  
Required: No

## See Also
<a name="API_HttpEndpointDestinationUpdate_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/HttpEndpointDestinationUpdate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/firehose-2015-08-04/HttpEndpointDestinationUpdate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/firehose-2015-08-04/HttpEndpointDestinationUpdate) 