AWS::KafkaConnect::WorkerConfigurationCreates a worker configuration using the specified properties.
import { CfnWorkerConfiguration } from 'aws-cdk-lib/aws-kafkaconnect';Or use the module namespace:
import * as kafkaconnect from 'aws-cdk-lib/aws-kafkaconnect';
// kafkaconnect.CfnWorkerConfigurationConfiguration passed to the constructor as CfnWorkerConfigurationProps.
nameRequiredstringThe name of the worker configuration.
propertiesFileContentRequiredstringBase64 encoded contents of the connect-distributed.properties file.
descriptionOptionalstringThe description of a worker configuration.
tagsOptionalCfnTag[]A collection of tags associated with a 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::WorkerConfiguration