interface CustomPluginReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KafkaConnect.CustomPluginReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CustomPluginReference |
![]() | software.amazon.awscdk.services.kafkaconnect.CustomPluginReference |
![]() | aws_cdk.aws_kafkaconnect.CustomPluginReference |
![]() | aws-cdk-lib » 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 kafkaconnect } from 'aws-cdk-lib';
const customPluginReference: 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.