aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.ElasticsearchRetryOptionsProperty

interface ElasticsearchRetryOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.ElasticsearchRetryOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_ElasticsearchRetryOptionsProperty
Javasoftware.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.ElasticsearchRetryOptionsProperty
Pythonaws_cdk.aws_kinesisfirehose.CfnDeliveryStream.ElasticsearchRetryOptionsProperty
TypeScript aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » ElasticsearchRetryOptionsProperty

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).

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisfirehose as kinesisfirehose } from 'aws-cdk-lib';
const elasticsearchRetryOptionsProperty: kinesisfirehose.CfnDeliveryStream.ElasticsearchRetryOptionsProperty = {
  durationInSeconds: 123,
};

Properties

NameTypeDescription
durationInSeconds?numberAfter 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).

durationInSeconds?

Type: number (optional)

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 .