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 |
---|---|---|
name | string | The name of the worker configuration. |
description | string | A summary description of the worker configuration. |
worker_configuration_arn | string | The Amazon Resource Name (ARN) of the custom configuration. |
properties_file_content | string | Base64 encoded contents of connect-distributed.properties file. |
revision | integer | The description of a revision of the worker configuration. |
tags | array | A collection of tags associated with a resource |
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