AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a destination in Splunk.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.SplunkDestinationDescription

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class SplunkDestinationDescription

The SplunkDestinationDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BufferingHints Amazon.KinesisFirehose.Model.SplunkBufferingHints

Gets and sets the property BufferingHints.

The buffering options. If no value is specified, the default values for Splunk are used.

Public Property CloudWatchLoggingOptions Amazon.KinesisFirehose.Model.CloudWatchLoggingOptions

Gets and sets the property CloudWatchLoggingOptions.

The Amazon CloudWatch logging options for your delivery stream.

Public Property HECAcknowledgmentTimeoutInSeconds System.Int32

Gets and sets the property HECAcknowledgmentTimeoutInSeconds.

The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.

Public Property HECEndpoint System.String

Gets and sets the property HECEndpoint.

The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.

Public Property HECEndpointType Amazon.KinesisFirehose.HECEndpointType

Gets and sets the property HECEndpointType.

This type can be either "Raw" or "Event."

Public Property HECToken System.String

Gets and sets the property HECToken.

A GUID you obtain from your Splunk cluster when you create a new HEC endpoint.

Public Property ProcessingConfiguration Amazon.KinesisFirehose.Model.ProcessingConfiguration

Gets and sets the property ProcessingConfiguration.

The data processing configuration.

Public Property RetryOptions Amazon.KinesisFirehose.Model.SplunkRetryOptions

Gets and sets the property RetryOptions.

The retry behavior in case Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.

Public Property S3BackupMode Amazon.KinesisFirehose.SplunkS3BackupMode

Gets and sets the property S3BackupMode.

Defines how documents should be delivered to Amazon S3. When set to FailedDocumentsOnly, Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. Default value is FailedDocumentsOnly.

Public Property S3DestinationDescription Amazon.KinesisFirehose.Model.S3DestinationDescription

Gets and sets the property S3DestinationDescription.

The Amazon S3 destination.>

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5