worker_configurations_list_only
Lists worker_configurations in a region or regions, for all properties use worker_configurations
Overview
| Name | worker_configurations_list_only |
| Type | Resource |
| Description | The configuration of the workers, which are the processes that run the connector logic. |
| Id | aws.kafkaconnect.worker_configurations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
worker_configuration_arn | string | The Amazon Resource Name (ARN) of the custom configuration. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all worker_configurations in a region.
SELECT
region,
worker_configuration_arn
FROM aws.kafkaconnect.worker_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the worker_configurations_list_only resource, see worker_configurations