AWS::KafkaConnect::CustomPluginCreates a custom plugin using the specified properties.
import { CfnCustomPlugin } from 'aws-cdk-lib/aws-kafkaconnect';Or use the module namespace:
import * as kafkaconnect from 'aws-cdk-lib/aws-kafkaconnect';
// kafkaconnect.CfnCustomPluginConfiguration passed to the constructor as CfnCustomPluginProps.
contentTypeRequiredstringThe format of the plugin file.
locationRequiredIResolvable | CustomPluginLocationPropertyInformation about the location of the custom plugin.
nameRequiredstringThe name of the custom plugin.
descriptionOptionalstringThe description of the custom plugin.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-kafkaconnectAWS::KafkaConnect::CustomPlugin