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. |
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. |
tags | array | Tags associated with the resource. |
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