PipelineGroupPropertiesArgs

data class PipelineGroupPropertiesArgs(val exporters: Output<List<ExporterArgs>>, val networkingConfigurations: Output<List<NetworkingConfigurationArgs>>? = null, val processors: Output<List<ProcessorArgs>>, val receivers: Output<List<ReceiverArgs>>, val replicas: Output<Int>? = null, val service: Output<ServiceArgs>) : ConvertibleToJava<PipelineGroupPropertiesArgs>

Properties that need to be specified to create a new pipeline group instance.

Constructors

Link copied to clipboard
constructor(exporters: Output<List<ExporterArgs>>, networkingConfigurations: Output<List<NetworkingConfigurationArgs>>? = null, processors: Output<List<ProcessorArgs>>, receivers: Output<List<ReceiverArgs>>, replicas: Output<Int>? = null, service: Output<ServiceArgs>)

Properties

Link copied to clipboard

The exporters specified for a pipeline group instance.

Link copied to clipboard

Networking configurations for the pipeline group instance.

Link copied to clipboard

The processors specified for a pipeline group instance.

Link copied to clipboard

The receivers specified for a pipeline group instance.

Link copied to clipboard
val replicas: Output<Int>? = null

Defines the amount of replicas of the pipeline group instance.

Link copied to clipboard
val service: Output<ServiceArgs>

The service section for a given pipeline group instance.

Functions

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