AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::KafkaConnect::CustomPlugin

CfnCustomPlugin

Creates a custom plugin using the specified properties.

Import

import { CfnCustomPlugin } from 'aws-cdk-lib/aws-kafkaconnect';

Or use the module namespace:

import * as kafkaconnect from 'aws-cdk-lib/aws-kafkaconnect';
// kafkaconnect.CfnCustomPlugin

Properties

Configuration passed to the constructor as CfnCustomPluginProps.

contentTypeRequired
string

The format of the plugin file.

locationRequired
IResolvable | CustomPluginLocationProperty

Information about the location of the custom plugin.

nameRequired
string

The name of the custom plugin.

descriptionOptional
string

The description of the custom plugin.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-kafkaconnect
CFN TypeAWS::KafkaConnect::CustomPlugin
Properties5

External Links