Class DeletePartnerEventSourceRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the DeletePartnerEventSource operation. This operation is used by SaaS partners to delete a partner event source. This operation is not used by Amazon Web Services customers.
When you delete an event source, the status of the corresponding partner event bus in the Amazon Web Services customer account becomes DELETED.
public class DeletePartnerEventSourceRequest : AmazonEventBridgeRequest
- Inheritance
-
DeletePartnerEventSourceRequest
Constructors
DeletePartnerEventSourceRequest()
public DeletePartnerEventSourceRequest()
Properties
Account
Gets and sets the property Account.
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
public string Account { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the event source to delete.
public string Name { get; set; }