EventBridge.Client.
describe_partner_event_source
(**kwargs)¶An SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.
See also: AWS API Documentation
Request Syntax
response = client.describe_partner_event_source(
Name='string'
)
[REQUIRED]
The name of the event source to display.
{
'Arn': 'string',
'Name': 'string'
}
Response Structure
The ARN of the event source.
The name of the event source.
Exceptions
EventBridge.Client.exceptions.ResourceNotFoundException
EventBridge.Client.exceptions.InternalException
EventBridge.Client.exceptions.OperationDisabledException