Builder
Properties
The buffering options. If no value is specified, the default values for Splunk are used.
The Amazon CloudWatch logging options for your delivery stream.
The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends 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.
The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
This type can be either "Raw" or "Event."
The data processing configuration.
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.
Specifies how you want Firehose to back up documents 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 AllEvents
, Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly
.
Your update to the configuration of the backup Amazon S3 location.
Functions
construct an aws.sdk.kotlin.services.firehose.model.SplunkBufferingHints inside the given block
construct an aws.sdk.kotlin.services.firehose.model.CloudWatchLoggingOptions inside the given block
construct an aws.sdk.kotlin.services.firehose.model.ProcessingConfiguration inside the given block
construct an aws.sdk.kotlin.services.firehose.model.SplunkRetryOptions inside the given block
construct an aws.sdk.kotlin.services.firehose.model.S3DestinationUpdate inside the given block