Firehose Delivery Stream Splunk Configuration Args
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
Link copied to clipboard
fun FirehoseDeliveryStreamSplunkConfigurationArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.