Skip to main content

discoverer

Gets an individual discoverer resource

Overview

Namediscoverer
TypeResource
Descriptiondiscoverer
Idawscc.eventschemas.discoverer

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.
tagsarrayTags associated with the resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
discoverer_arn,
discoverer_id,
description,
source_arn,
cross_account,
state,
tags
FROM awscc.eventschemas.discoverer
WHERE data__Identifier = '<DiscovererArn>';

Permissions

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

Read

schemas:DescribeDiscoverer

Update

schemas:DescribeDiscoverer,
schemas:UpdateDiscoverer,
schemas:TagResource,
schemas:UntagResource,
schemas:ListTagsForResource,
events:PutTargets,
events:PutRule

Delete

schemas:DescribeDiscoverer,
schemas:DeleteDiscoverer,
events:DeleteRule,
events:DisableRule,
events:RemoveTargets