@Stability(value=Stable)
public static interface CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty
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.*;
AmazonopensearchserviceRetryOptionsProperty amazonopensearchserviceRetryOptionsProperty = AmazonopensearchserviceRetryOptionsProperty.builder()
.durationInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty.Builder
|
static class |
CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty.Builder |
builder() |
default Number |
getDurationInSeconds()
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).
|
@Stability(value=Stable) @Nullable default Number getDurationInSeconds()
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.
@Stability(value=Stable) static CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.