@Stability(value=Stable)
public static interface CfnDeliveryStream.ElasticsearchRetryOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisfirehose.*;
ElasticsearchRetryOptionsProperty elasticsearchRetryOptionsProperty = ElasticsearchRetryOptionsProperty.builder()
.durationInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.ElasticsearchRetryOptionsProperty.Builder
A builder for
CfnDeliveryStream.ElasticsearchRetryOptionsProperty |
static class |
CfnDeliveryStream.ElasticsearchRetryOptionsProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.ElasticsearchRetryOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.ElasticsearchRetryOptionsProperty.Builder |
builder() |
default Number |
getDurationInSeconds()
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).
|
@Stability(value=Stable) @Nullable default Number getDurationInSeconds()
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 .
@Stability(value=Stable) static CfnDeliveryStream.ElasticsearchRetryOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.