EventBridge / Client / describe_partner_event_source
describe_partner_event_source#
- 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' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the event source to display.
- Return type:
dict
- Returns:
Response Syntax
{ 'Arn': 'string', 'Name': 'string' }
Response Structure
(dict) –
Arn (string) –
The ARN of the event source.
Name (string) –
The name of the event source.
Exceptions
EventBridge.Client.exceptions.ResourceNotFoundException
EventBridge.Client.exceptions.InternalException
EventBridge.Client.exceptions.OperationDisabledException