Worker Configuration Args
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.