Show / Hide Table of Contents

Class 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.

Inheritance
System.Object
CfnDeliveryStream.SplunkRetryOptionsProperty
Implements
CfnDeliveryStream.ISplunkRetryOptionsProperty
Namespace: Amazon.CDK.AWS.KinesisFirehose
Assembly: Amazon.CDK.AWS.KinesisFirehose.dll
Syntax (csharp)
public class SplunkRetryOptionsProperty : Object, CfnDeliveryStream.ISplunkRetryOptionsProperty
Syntax (vb)
Public Class SplunkRetryOptionsProperty
    Inherits Object
    Implements CfnDeliveryStream.ISplunkRetryOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KinesisFirehose;

var splunkRetryOptionsProperty = new SplunkRetryOptionsProperty {
    DurationInSeconds = 123
};

Synopsis

Constructors

SplunkRetryOptionsProperty()

Properties

DurationInSeconds

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

Constructors

SplunkRetryOptionsProperty()

public SplunkRetryOptionsProperty()

Properties

DurationInSeconds

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

public Nullable<double> DurationInSeconds { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkretryoptions.html#cfn-kinesisfirehose-deliverystream-splunkretryoptions-durationinseconds

Implements

CfnDeliveryStream.ISplunkRetryOptionsProperty
Back to top Generated by DocFX