aws-cdk-lib.aws_kafkaconnect.CfnConnector.WorkerConfigurationProperty

interface WorkerConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.KafkaConnect.CfnConnector.WorkerConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CfnConnector_WorkerConfigurationProperty
Javasoftware.amazon.awscdk.services.kafkaconnect.CfnConnector.WorkerConfigurationProperty
Pythonaws_cdk.aws_kafkaconnect.CfnConnector.WorkerConfigurationProperty
TypeScript aws-cdk-lib » aws_kafkaconnect » CfnConnector » WorkerConfigurationProperty

The configuration of the workers, which are the processes that run the connector logic.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kafkaconnect as kafkaconnect } from 'aws-cdk-lib';
const workerConfigurationProperty: kafkaconnect.CfnConnector.WorkerConfigurationProperty = {
  revision: 123,
  workerConfigurationArn: 'workerConfigurationArn',
};

Properties

NameTypeDescription
revisionnumberThe revision of the worker configuration.
workerConfigurationArnstringThe Amazon Resource Name (ARN) of the worker configuration.

revision

Type: number

The revision of the worker configuration.


workerConfigurationArn

Type: string

The Amazon Resource Name (ARN) of the worker configuration.