Firehose Delivery Stream Http Endpoint Configuration
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. See cloudwatch_logging_options
block below for details.
The data processing configuration. See processing_configuration
block below for details.
The request configuration. See request_configuration
block below for details.
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
.
The S3 Configuration. See s3_configuration
block below for details.
The Secret Manager Configuration. See secrets_manager_configuration
block below for details.