worker_configuration_tags
Expands all tag keys and values for worker_configurations
in a region
Overview
Name | worker_configuration_tags |
Type | Resource |
Description | The configuration of the workers, which are the processes that run the connector logic. |
Id | aws.kafkaconnect.worker_configuration_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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