discoverer_tags
Expands all tag keys and values for discoverers
in a region
Overview
Name | discoverer_tags |
Type | Resource |
Description | Resource Type definition for AWS::EventSchemas::Discoverer |
Id | aws.eventschemas.discoverer_tags |
Fields
Name | Datatype | Description |
---|---|---|
discoverer_arn | string | The ARN of the discoverer. |
discoverer_id | string | The Id of the discoverer. |
description | string | A description for the discoverer. |
source_arn | string | The ARN of the event bus. |
cross_account | boolean | Defines whether event schemas from other accounts are discovered. Default is True. |
state | string | Defines the current state of the discoverer. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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