public static interface CfnDeliveryStream.AmazonopensearchserviceRetryOptionsProperty
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 java.lang.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).
|
default java.lang.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.