describe_discoverer
(**kwargs)¶Describes the discoverer.
See also: AWS API Documentation
Request Syntax
response = client.describe_discoverer(
DiscovererId='string'
)
[REQUIRED]
The ID of the discoverer.
{
'Description': 'string',
'DiscovererArn': 'string',
'DiscovererId': 'string',
'SourceArn': 'string',
'State': 'STARTED'|'STOPPED',
'CrossAccount': True|False,
'Tags': {
'string': 'string'
}
}
Response Structure
200 response
The description of the discoverer.
The ARN of the discoverer.
The ID of the discoverer.
The ARN of the event bus.
The state of the discoverer.
The Status if the discoverer will discover schemas from events sent from another account.
Tags associated with the resource.
Exceptions
Schemas.Client.exceptions.BadRequestException
Schemas.Client.exceptions.UnauthorizedException
Schemas.Client.exceptions.InternalServerErrorException
Schemas.Client.exceptions.ForbiddenException
Schemas.Client.exceptions.NotFoundException
Schemas.Client.exceptions.ServiceUnavailableException