interface WorkerConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KafkaConnect.CfnConnector.WorkerConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CfnConnector_WorkerConfigurationProperty |
![]() | software.amazon.awscdk.services.kafkaconnect.CfnConnector.WorkerConfigurationProperty |
![]() | aws_cdk.aws_kafkaconnect.CfnConnector.WorkerConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
revision | number | The revision of the worker configuration. |
worker | string | The 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.