Skip to main content

worker_configuration_tags

Expands all tag keys and values for worker_configurations in a region

Overview

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

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all worker_configurations in a region.

SELECT
region,
name,
description,
worker_configuration_arn,
properties_file_content,
revision,
tag_key,
tag_value
FROM aws.kafkaconnect.worker_configuration_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the worker_configuration_tags resource, see worker_configurations