aws-cdk-lib.aws_kafkaconnect.CfnConnector.CustomPluginProperty

interface CustomPluginProperty

LanguageType name
.NETAmazon.CDK.AWS.KafkaConnect.CfnConnector.CustomPluginProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CfnConnector_CustomPluginProperty
Javasoftware.amazon.awscdk.services.kafkaconnect.CfnConnector.CustomPluginProperty
Pythonaws_cdk.aws_kafkaconnect.CfnConnector.CustomPluginProperty
TypeScript aws-cdk-lib » aws_kafkaconnect » CfnConnector » CustomPluginProperty

A plugin is an AWS resource that contains the code that defines a connector's logic.

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 customPluginProperty: kafkaconnect.CfnConnector.CustomPluginProperty = {
  customPluginArn: 'customPluginArn',
  revision: 123,
};

Properties

NameTypeDescription
customPluginArnstringThe Amazon Resource Name (ARN) of the custom plugin.
revisionnumberThe revision of the custom plugin.

customPluginArn

Type: string

The Amazon Resource Name (ARN) of the custom plugin.


revision

Type: number

The revision of the custom plugin.