AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchEvents.AmazonCloudWatchEventsRequest
      Amazon.CloudWatchEvents.Model.DeletePartnerEventSourceRequest

Namespace: Amazon.CloudWatchEvents.Model
Assembly: AWSSDK.CloudWatchEvents.dll
Version: 3.x.y.z

Syntax

C#
public class DeletePartnerEventSourceRequest : AmazonCloudWatchEventsRequest
         IAmazonWebServiceRequest

The DeletePartnerEventSourceRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Account System.String

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 Property Name System.String

Gets and sets the property Name.

The name of the event source to delete.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5