AWS::KinesisFirehose::DeliveryStream ElasticsearchRetryOptions
The ElasticsearchRetryOptions
property type configures the retry behavior
for when Amazon Kinesis Data Firehose (Kinesis Data Firehose) can't deliver data to Amazon
Elasticsearch Service (Amazon ES).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DurationInSeconds" :
Integer
}
YAML
DurationInSeconds:
Integer
Properties
DurationInSeconds
-
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the
DurationInSeconds
content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference.Required: No
Type: Integer
Minimum:
0
Maximum:
7200
Update requires: No interruption