Firehose Delivery Stream Http Endpoint Configuration Args
Constructors
Properties
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
The CloudWatch Logging Options for the delivery stream. More details are given below.
The data processing configuration. More details are given below.
The request configuration. More details are given below.
Total amount of seconds Firehose spends on retries. This duration starts after the initial attempt fails, It does not include the time periods during which Firehose waits for acknowledgment from the specified destination after each attempt. Valid values between 0
and 7200
. Default is 300
.
Defines how documents should be delivered to Amazon S3. Valid values are FailedDataOnly
and AllData
. Default value is FailedDataOnly
.