AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::KafkaConnect::WorkerConfiguration

CfnWorkerConfiguration

Creates a worker configuration using the specified properties.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnWorkerConfigurationProps.

nameRequired
string

The name of the worker configuration.

propertiesFileContentRequired
string

Base64 encoded contents of the connect-distributed.properties file.

descriptionOptional
string

The description of a worker configuration.

tagsOptional
CfnTag[]

A collection of tags associated with a 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::WorkerConfiguration
Properties4

Related Constructs

External Links