aws.schemas.describe_discoverer
Example SQL Queries
SELECT * FROMaws.schemas.describe_discovererWHERE"discoverer_id" = 'VALUE';Description
Describes the discoverer.
Table Definition
| Column Name | Column Data Type |
|---|---|
| discoverer_id Required Input Column The ID of the discoverer. | 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 |
| description The description of the discoverer. | VARCHAR |
| discoverer_arn The ARN 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) |