Skip to main content

discoverers_list_only

Lists discoverers in a region or regions, for all properties use discoverers

Overview

Namediscoverers_list_only
TypeResource
DescriptionResource Type definition for AWS::EventSchemas::Discoverer
Idaws.eventschemas.discoverers_list_only

Fields

NameDatatypeDescription
discoverer_arnstringThe ARN of the discoverer.
discoverer_idstringThe Id of the discoverer.
descriptionstringA description for the discoverer.
source_arnstringThe ARN of the event bus.
cross_accountbooleanDefines whether event schemas from other accounts are discovered. Default is True.
statestringDefines the current state of the discoverer.
tagsarrayTags associated with the resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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