Class PartnerEventSource
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.
public class PartnerEventSource
- Inheritance
-
PartnerEventSource
- Inherited Members
Constructors
PartnerEventSource()
public PartnerEventSource()
Properties
Arn
Gets and sets the property Arn.
The ARN of the partner event source.
public string Arn { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the partner event source.
public string Name { get; set; }