aws.schemas.list_discoverers
Example SQL Queries
SELECT * FROMaws.schemas.list_discoverers;Description
List the discoverers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| discoverer_id_prefix Input Column Specifying this limits the results to only those discoverer IDs that start with the specified prefix. | VARCHAR |
| source_arn_prefix Input Column Specifying this limits the results to only those ARNs that start with the specified prefix. | 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 |
| cross_account The Status if the discoverer will discover schemas from events sent from another account. | BOOLEAN |
| discoverer_arn The ARN of the discoverer. | VARCHAR |
| discoverer_id The ID of the discoverer. | VARCHAR |
| source_arn The ARN of the event bus. | VARCHAR |
| state The state of the discoverer. | VARCHAR |
| tags Tags associated with the resource. | MAP(VARCHAR, VARCHAR) |