Learn R Programming

paws.management (version 0.1.6)

cloudwatchevents_deactivate_event_source: An AWS customer uses this operation to temporarily stop receiving events from the specified partner event source

Description

An AWS customer uses this operation to temporarily stop receiving events from the specified partner event source. The matching event bus isn\'t deleted.

Usage

cloudwatchevents_deactivate_event_source(Name)

Arguments

Name

[required] The name of the partner event source to deactivate.

Request syntax

svc$deactivate_event_source(
  Name = "string"
)

Details

When you deactivate a partner event source, the source goes into PENDING state. If it remains in PENDING state for more than two weeks, it\'s deleted.

To activate a deactivated partner event source, use ActivateEventSource.