WorkerConfigurationReference

class aws_cdk.interfaces.aws_kafkaconnect.WorkerConfigurationReference(*, worker_configuration_arn)

Bases: object

A reference to a WorkerConfiguration resource.

Parameters:

worker_configuration_arn (str) – The WorkerConfigurationArn of the WorkerConfiguration resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_kafkaconnect as interfaces_aws_kafkaconnect

worker_configuration_reference = interfaces_aws_kafkaconnect.WorkerConfigurationReference(
    worker_configuration_arn="workerConfigurationArn"
)

Attributes

worker_configuration_arn

The WorkerConfigurationArn of the WorkerConfiguration resource.