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

  • EventBridge.Client.exceptions.ResourceNotFoundException
  • EventBridge.Client.exceptions.ConcurrentModificationException
  • EventBridge.Client.exceptions.InvalidStateException
  • EventBridge.Client.exceptions.InternalException
  • EventBridge.Client.exceptions.OperationDisabledException