PipelineBufferOptionsArgs

data class PipelineBufferOptionsArgs(val persistentBufferEnabled: Output<Boolean>) : ConvertibleToJava<PipelineBufferOptionsArgs>

Key-value pairs to configure buffering.

Constructors

Link copied to clipboard
constructor(persistentBufferEnabled: Output<Boolean>)

Properties

Link copied to clipboard

Whether persistent buffering should be enabled.

Functions

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