interface WorkerConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.KafkaConnect.WorkerConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#WorkerConfigurationReference |
Java | software.amazon.awscdk.services.kafkaconnect.WorkerConfigurationReference |
Python | aws_cdk.aws_kafkaconnect.WorkerConfigurationReference |
TypeScript | aws-cdk-lib » aws_kafkaconnect » WorkerConfigurationReference |
A reference to a WorkerConfiguration resource.
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 workerConfigurationReference: kafkaconnect.WorkerConfigurationReference = {
workerConfigurationArn: 'workerConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| worker | string | The WorkerConfigurationArn of the WorkerConfiguration resource. |
workerConfigurationArn
Type:
string
The WorkerConfigurationArn of the WorkerConfiguration resource.

.NET
Go
Java
Python
TypeScript