Class DeactivateEventSourceRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the DeactivateEventSource operation. You can use this operation to temporarily stop receiving events from the specified partner event source. The matching event bus is not deleted.
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 is deleted.
To activate a deactivated partner event source, use ActivateEventSource.
public class DeactivateEventSourceRequest : AmazonEventBridgeRequest
- Inheritance
-
DeactivateEventSourceRequest
Constructors
DeactivateEventSourceRequest()
public DeactivateEventSourceRequest()
Properties
Name
Gets and sets the property Name.
The name of the partner event source to deactivate.
public string Name { get; set; }