discoverers
Retrieves a list of discoverers
in a region
Overview
Name | discoverers |
Type | Resource |
Description | discoverers |
Id | awscc.eventschemas.discoverers |
Fields
Name | Datatype | Description |
---|---|---|
discoverer_arn | string | The ARN of the discoverer. |
region | string | AWS 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