DeliveryStreamSplunkDestinationConfigurationArgs

data class DeliveryStreamSplunkDestinationConfigurationArgs(val bufferingHints: Output<DeliveryStreamSplunkBufferingHintsArgs>? = null, val cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, val hecAcknowledgmentTimeoutInSeconds: Output<Int>? = null, val hecEndpoint: Output<String>, val hecEndpointType: Output<DeliveryStreamSplunkDestinationConfigurationHecEndpointType>, val hecToken: Output<String>? = null, val processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, val retryOptions: Output<DeliveryStreamSplunkRetryOptionsArgs>? = null, val s3BackupMode: Output<String>? = null, val s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>, val secretsManagerConfiguration: Output<DeliveryStreamSecretsManagerConfigurationArgs>? = null) : ConvertibleToJava<DeliveryStreamSplunkDestinationConfigurationArgs>

Constructors

constructor(bufferingHints: Output<DeliveryStreamSplunkBufferingHintsArgs>? = null, cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, hecAcknowledgmentTimeoutInSeconds: Output<Int>? = null, hecEndpoint: Output<String>, hecEndpointType: Output<DeliveryStreamSplunkDestinationConfigurationHecEndpointType>, hecToken: Output<String>? = null, processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, retryOptions: Output<DeliveryStreamSplunkRetryOptionsArgs>? = null, s3BackupMode: Output<String>? = null, s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>, secretsManagerConfiguration: Output<DeliveryStreamSecretsManagerConfigurationArgs>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon CloudWatch logging options for your delivery stream.

Link copied to clipboard

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.

Link copied to clipboard
val hecEndpoint: Output<String>

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

Link copied to clipboard

This type can be either Raw or Event .

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

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

Link copied to clipboard

The data processing configuration.

Link copied to clipboard

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.

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

Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly , 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 . You can update this backup mode from FailedEventsOnly to AllEvents . You can't update it from AllEvents to FailedEventsOnly .

Link copied to clipboard

The configuration for the backup Amazon S3 location.

Link copied to clipboard

The configuration that defines how you access secrets for Splunk.

Functions

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