aws.kafkaconnect.describe_worker_configuration
Example SQL Queries
SELECT * FROMaws.kafkaconnect.describe_worker_configurationWHERE"worker_configuration_arn" = 'VALUE';Description
Returns information about a worker configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| worker_configuration_arn Required Input Column The Amazon Resource Name (ARN) of the custom configuration. | 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 the worker configuration was created. | TIMESTAMP_S |
| description The description of the worker configuration. | VARCHAR |
| latest_revision The latest revision of the custom configuration. | STRUCT( |
Show child fields
| |
| name The name of the worker configuration. | VARCHAR |
| worker_configuration_state The state of the worker configuration. | VARCHAR |