Skip to main content

worker_configurations_list_only

Lists worker_configurations in a region or regions, for all properties use worker_configurations

Overview

Nameworker_configurations_list_only
TypeResource
DescriptionThe configuration of the workers, which are the processes that run the connector logic.
Idaws.kafkaconnect.worker_configurations_list_only

Fields

NameDatatypeDescription
namestringThe name of the worker configuration.
descriptionstringA summary description of the worker configuration.
worker_configuration_arnstringThe Amazon Resource Name (ARN) of the custom configuration.
properties_file_contentstringBase64 encoded contents of connect-distributed.properties file.
revisionintegerThe description of a revision of the worker configuration.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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