discoverer
Gets an individual discoverer
resource
Overview
Name | discoverer |
Type | Resource |
Description | discoverer |
Id | awscc.eventschemas.discoverer |
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
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