describe_event_source
(**kwargs)¶This operation lists details about a partner event source that is shared with your account.
See also: AWS API Documentation
Request Syntax
response = client.describe_event_source(
Name='string'
)
[REQUIRED]
The name of the partner event source to display the details of.
{
'Arn': 'string',
'CreatedBy': 'string',
'CreationTime': datetime(2015, 1, 1),
'ExpirationTime': datetime(2015, 1, 1),
'Name': 'string',
'State': 'PENDING'|'ACTIVE'|'DELETED'
}
Response Structure
The ARN of the partner event source.
The name of the SaaS partner that created the event source.
The date and time that the event source was created.
The date and time that the event source will expire if you do not create a matching event bus.
The name of the partner event source.
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
Exceptions
EventBridge.Client.exceptions.ResourceNotFoundException
EventBridge.Client.exceptions.InternalException
EventBridge.Client.exceptions.OperationDisabledException