Skip to main content

discoverers

Retrieves a list of discoverers in a region

Overview

Namediscoverers
TypeResource
Descriptiondiscoverers
Idawscc.eventschemas.discoverers

Fields

NameDatatypeDescription
discoverer_arnstringThe ARN of the discoverer.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
discoverer_arn
FROM awscc.eventschemas.discoverers
WHERE region = 'us-east-1'

Permissions

To operate on the discoverers resource, the following permissions are required:

Create

schemas:CreateDiscoverer,
schemas:DescribeDiscoverer,
schemas:TagResource,
events:PutRule,
events:PutTargets,
events:EnableRule,
events:ListTargetsByRule,
iam:CreateServiceLinkedRole

List

schemas:ListDiscoverers