interface ICustomPluginRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.KafkaConnect.ICustomPluginRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#ICustomPluginRef | 
|  Java | software.amazon.awscdk.services.kafkaconnect.ICustomPluginRef | 
|  Python | aws_cdk.aws_kafkaconnect.ICustomPluginRef | 
|  TypeScript | aws-cdk-lib»aws_kafkaconnect»ICustomPluginRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a CustomPlugin.
Properties
| Name | Type | Description | 
|---|---|---|
| custom | Custom | A reference to a CustomPlugin resource. | 
| node | Node | The tree node. | 
customPluginRef
Type:
Custom
A reference to a CustomPlugin resource.
node
Type:
Node
The tree node.
