DeliveryStreamProcessorParameterArgs

data class DeliveryStreamProcessorParameterArgs(val parameterName: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<DeliveryStreamProcessorParameterArgs>

Constructors

Link copied to clipboard
constructor(parameterName: Output<String>, parameterValue: Output<String>)

Properties

Link copied to clipboard
val parameterName: Output<String>

The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.

Link copied to clipboard
val parameterValue: Output<String>

The parameter value.

Functions

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