interface CustomPluginReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.KafkaConnect.CustomPluginReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awskafkaconnect#CustomPluginReference |
Java | software.amazon.awscdk.interfaces.kafkaconnect.CustomPluginReference |
Python | aws_cdk.interfaces.aws_kafkaconnect.CustomPluginReference |
TypeScript | aws-cdk-lib » interfaces » aws_kafkaconnect » CustomPluginReference |
A reference to a CustomPlugin resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kafkaconnect as interfaces_kafkaconnect } from 'aws-cdk-lib/interfaces';
const customPluginReference: interfaces_kafkaconnect.CustomPluginReference = {
customPluginArn: 'customPluginArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string | The CustomPluginArn of the CustomPlugin resource. |
customPluginArn
Type:
string
The CustomPluginArn of the CustomPlugin resource.

.NET
Go
Java
Python
TypeScript