libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudWatchEvents.Types.PartnerEventSource

Description

 
Synopsis

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' 

Fields

Instances

Instances details
Eq PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Read PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Show PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Generic PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Associated Types

type Rep PartnerEventSource :: Type -> Type #

NFData PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

Methods

rnf :: PartnerEventSource -> () #

Hashable PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

FromJSON PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

type Rep PartnerEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.PartnerEventSource

type Rep PartnerEventSource = D1 ('MetaData "PartnerEventSource" "Amazonka.CloudWatchEvents.Types.PartnerEventSource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PartnerEventSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.