CustomPluginReference

class aws_cdk.aws_kafkaconnect.CustomPluginReference(*, custom_plugin_arn)

Bases: object

A reference to a CustomPlugin resource.

Parameters:

custom_plugin_arn (str) – The CustomPluginArn of the CustomPlugin 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 import aws_kafkaconnect as kafkaconnect

custom_plugin_reference = kafkaconnect.CustomPluginReference(
    custom_plugin_arn="customPluginArn"
)

Attributes

custom_plugin_arn

The CustomPluginArn of the CustomPlugin resource.