Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data PartnerEventSource Source #
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.
See: newPartnerEventSource
smart constructor.
Instances
newPartnerEventSource :: PartnerEventSource Source #
Create a value of PartnerEventSource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:PartnerEventSource'
, partnerEventSource_arn
- The ARN of the partner event source.
$sel:name:PartnerEventSource'
, partnerEventSource_name
- The name of the partner event source.
partnerEventSource_arn :: Lens' PartnerEventSource (Maybe Text) Source #
The ARN of the partner event source.
partnerEventSource_name :: Lens' PartnerEventSource (Maybe Text) Source #
The name of the partner event source.