AWS::KafkaConnect::WorkerConfigurationThe configuration of the workers, which are the processes that run the connector logic.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
PropertiesFileContent | 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 |
|---|---|---|
Revision | integer | The description of a revision of the worker configuration. |
WorkerConfigurationArn | string | The Amazon Resource Name (ARN) of the custom configuration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::KafkaConnect::WorkerConfiguration
Resources:
MyResource:
Type: AWS::KafkaConnect::WorkerConfiguration
Properties:
Name: "my-name"
PropertiesFileContent: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kafkaconnect:DescribeWorkerConfigurationkafkaconnect:CreateWorkerConfigurationkafkaconnect:TagResourcekafkaconnect:ListTagsForResourcekafkaconnect:DescribeWorkerConfigurationkafkaconnect:ListTagsForResourcekafkaconnect:DescribeWorkerConfigurationkafkaconnect:ListTagsForResourcekafkaconnect:TagResourcekafkaconnect:UntagResourcekafkaconnect:DescribeWorkerConfigurationkafkaconnect:DeleteWorkerConfigurationkafkaconnect:ListWorkerConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterWorkerConfigurationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescriptionPropertiesFileContent