get Worker Configuration
suspend fun getWorkerConfiguration(argument: GetWorkerConfigurationPlainArgs): GetWorkerConfigurationResult
The configuration of the workers, which are the processes that run the connector logic.
Return
null
Parameters
argument
null
Return
null
Parameters
worker Configuration Arn
The Amazon Resource Name (ARN) of the custom configuration.
See also
suspend fun getWorkerConfiguration(argument: suspend GetWorkerConfigurationPlainArgsBuilder.() -> Unit): GetWorkerConfigurationResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.kafkaconnect.kotlin.inputs.GetWorkerConfigurationPlainArgs.