discoverers_list_only
Lists discoverers in a region or regions, for all properties use discoverers
Overview
| Name | discoverers_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::EventSchemas::Discoverer |
| Id | aws.eventschemas.discoverers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
discoverer_arn | string | The ARN of the discoverer. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all discoverers in a region.
SELECT
region,
discoverer_arn
FROM aws.eventschemas.discoverers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the discoverers_list_only resource, see discoverers