aws.kafkaconnect.list_worker_configurations
Example SQL Queries
SELECT * FROMaws.kafkaconnect.list_worker_configurations;Description
Returns a list of all of the worker configurations in this account and Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name_prefix Input Column Lists worker configuration names that start with the specified text string. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time The time that a worker configuration was created. | TIMESTAMP_S |
| description The description of a worker configuration. | VARCHAR |
| latest_revision The latest revision of a worker configuration. | STRUCT( |
Show child fields
| |
| name The name of the worker configuration. | VARCHAR |
| worker_configuration_arn The Amazon Resource Name (ARN) of the worker configuration. | VARCHAR |
| worker_configuration_state The state of the worker configuration. | VARCHAR |