| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchEvents.Types.PartnerEventSource
Description
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.
Constructors
| PartnerEventSource' | |
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.