AWS::KafkaConnect::CustomPluginAn example resource schema demonstrating some basic constructs and validation rules.
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContentType | string | RequiredCreate-only |
Location | CustomPluginLocation | RequiredCreate-only |
Name | string | RequiredCreate-only |
Description | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CustomPluginArn | string | The Amazon Resource Name (ARN) of the custom plugin to use. |
FileDescription | CustomPluginFileDescription | - |
Revision | integer | The revision of the custom plugin. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::KafkaConnect::CustomPlugin
Resources:
MyResource:
Type: AWS::KafkaConnect::CustomPlugin
Properties:
Name: "my-name"
ContentType: "JAR"
Location: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kafkaconnect:DescribeCustomPluginkafkaconnect:ListTagsForResourcekafkaconnect:CreateCustomPluginkafkaconnect:TagResources3:GetObjects3:GetObjectVersions3:GetObjectAttributess3:GetObjectVersionAttributeskafkaconnect:DescribeCustomPluginkafkaconnect:ListTagsForResourcekafkaconnect:DescribeCustomPluginkafkaconnect:ListTagsForResourcekafkaconnect:TagResourcekafkaconnect:UntagResourcekafkaconnect:DeleteCustomPluginkafkaconnect:DescribeCustomPluginkafkaconnect:ListCustomPluginsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCustomPluginArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescriptionContentTypeLocation