Skip to main content

discoverer_tags

Expands all tag keys and values for discoverers in a region

Overview

Namediscoverer_tags
TypeResource
DescriptionResource Type definition for AWS::EventSchemas::Discoverer
Idaws.eventschemas.discoverer_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all discoverers in a region.

SELECT
region,
discoverer_arn,
discoverer_id,
description,
source_arn,
cross_account,
state,
tag_key,
tag_value
FROM aws.eventschemas.discoverer_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the discoverer_tags resource, see discoverers