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.BadRequestExceptionSchemas.Client.exceptions.UnauthorizedExceptionSchemas.Client.exceptions.InternalServerErrorExceptionSchemas.Client.exceptions.ForbiddenExceptionSchemas.Client.exceptions.NotFoundExceptionSchemas.Client.exceptions.ServiceUnavailableException