aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.SplunkRetryOptionsProperty

interface SplunkRetryOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.SplunkRetryOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_SplunkRetryOptionsProperty
Javasoftware.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.SplunkRetryOptionsProperty
Pythonaws_cdk.aws_kinesisfirehose.CfnDeliveryStream.SplunkRetryOptionsProperty
TypeScript aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » SplunkRetryOptionsProperty

The SplunkRetryOptions property type specifies retry behavior in case Kinesis Data Firehose is unable to deliver documents to Splunk or if it doesn't receive an acknowledgment from Splunk.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisfirehose as kinesisfirehose } from 'aws-cdk-lib';
const splunkRetryOptionsProperty: kinesisfirehose.CfnDeliveryStream.SplunkRetryOptionsProperty = {
  durationInSeconds: 123,
};

Properties

NameTypeDescription
durationInSeconds?numberThe total amount of time that Kinesis Data Firehose spends on retries.

durationInSeconds?

Type: number (optional)

The total amount of time that Kinesis Data Firehose spends on retries.

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.