FirehoseDeliveryStreamSplunkConfigurationArgs

data class FirehoseDeliveryStreamSplunkConfigurationArgs(val cloudwatchLoggingOptions: Output<FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptionsArgs>? = null, val hecAcknowledgmentTimeout: Output<Int>? = null, val hecEndpoint: Output<String>, val hecEndpointType: Output<String>? = null, val hecToken: Output<String>, val processingConfiguration: Output<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs>? = null, val retryDuration: Output<Int>? = null, val s3BackupMode: Output<String>? = null) : ConvertibleToJava<FirehoseDeliveryStreamSplunkConfigurationArgs>

Constructors

constructor(cloudwatchLoggingOptions: Output<FirehoseDeliveryStreamSplunkConfigurationCloudwatchLoggingOptionsArgs>? = null, hecAcknowledgmentTimeout: Output<Int>? = null, hecEndpoint: Output<String>, hecEndpointType: Output<String>? = null, hecToken: Output<String>, processingConfiguration: Output<FirehoseDeliveryStreamSplunkConfigurationProcessingConfigurationArgs>? = null, retryDuration: Output<Int>? = null, s3BackupMode: Output<String>? = null)

Properties

Link copied to clipboard

The CloudWatch Logging Options for the delivery stream. More details are given below.

Link copied to clipboard
val hecAcknowledgmentTimeout: Output<Int>? = null

The amount of time, in seconds between 180 and 600, that Kinesis Firehose waits to receive an acknowledgment from Splunk after it sends it data.

Link copied to clipboard
val hecEndpoint: Output<String>

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

Link copied to clipboard
val hecEndpointType: Output<String>? = null

The HEC endpoint type. Valid values are Raw or Event. The default value is Raw.

Link copied to clipboard
val hecToken: Output<String>

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

Link copied to clipboard

The data processing configuration. More details are given below.

Link copied to clipboard
val retryDuration: Output<Int>? = null

After an initial failure to deliver to Splunk, the total amount of time, in seconds between 0 to 7200, during which Firehose re-attempts delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. The default value is 300s. There will be no retry if the value is 0.

Link copied to clipboard
val s3BackupMode: Output<String>? = null

Defines how documents should be delivered to Amazon S3. Valid values are FailedEventsOnly and AllEvents. Default value is FailedEventsOnly.

Functions

Link copied to clipboard
open override fun toJava(): FirehoseDeliveryStreamSplunkConfigurationArgs