CustomPluginReference
- class aws_cdk.interfaces.aws_kafkaconnect.CustomPluginReference(*, custom_plugin_arn)
Bases:
objectA 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.interfaces import aws_kafkaconnect as interfaces_aws_kafkaconnect custom_plugin_reference = interfaces_aws_kafkaconnect.CustomPluginReference( custom_plugin_arn="customPluginArn" )
Attributes
- custom_plugin_arn
The CustomPluginArn of the CustomPlugin resource.