WorkerConfigurationArgs

data class WorkerConfigurationArgs(val description: Output<String>? = null, val name: Output<String>? = null, val propertiesFileContent: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<WorkerConfigurationArgs>

The configuration of the workers, which are the processes that run the connector logic.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, propertiesFileContent: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A summary description of the worker configuration.

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

The name of the worker configuration.

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

Base64 encoded contents of connect-distributed.properties file.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A collection of tags associated with a resource

Functions

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