interface AmazonopensearchserviceRetryOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty |
![]() | software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty |
![]() | aws_cdk.aws_kinesisfirehose.CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty |
![]() | @aws-cdk/aws-kinesisfirehose » CfnDeliveryStream » AmazonopensearchserviceRetryOptionsProperty |
Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisfirehose from '@aws-cdk/aws-kinesisfirehose';
const amazonopensearchserviceRetryOptionsProperty: kinesisfirehose.CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty = {
durationInSeconds: 123,
};
Properties
Name | Type | Description |
---|---|---|
duration | number | After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). |
durationInSeconds?
Type:
number
(optional)
After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt).
After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.