@Stability(value=Stable)
public static interface CfnDeliveryStream.SplunkRetryOptionsProperty
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.*;
SplunkRetryOptionsProperty splunkRetryOptionsProperty = SplunkRetryOptionsProperty.builder()
.durationInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.SplunkRetryOptionsProperty.Builder
A builder for
CfnDeliveryStream.SplunkRetryOptionsProperty |
static class |
CfnDeliveryStream.SplunkRetryOptionsProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.SplunkRetryOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.SplunkRetryOptionsProperty.Builder |
builder() |
default Number |
getDurationInSeconds()
The total amount of time that Kinesis Data Firehose spends on retries.
|
@Stability(value=Stable) @Nullable default Number getDurationInSeconds()
This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from Splunk after each attempt.
@Stability(value=Stable) static CfnDeliveryStream.SplunkRetryOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.