EventBridge / Client / activate_event_source

activate_event_source#

EventBridge.Client.activate_event_source(**kwargs)#

Activates a partner event source that has been deactivated. Once activated, your matching event bus will start receiving events from the event source.

See also: AWS API Documentation

Request Syntax

response = client.activate_event_source(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

The name of the partner event source to activate.

Returns:

None

Exceptions