libZSservicesZSamazonka-lambdaZSamazonka-lambda
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.Lambda.Types.SelfManagedEventSource

Description

 
Synopsis

Documentation

data SelfManagedEventSource Source #

The self-managed Apache Kafka cluster for your event source.

See: newSelfManagedEventSource smart constructor.

Constructors

SelfManagedEventSource' 

Fields

Instances

Instances details
Eq SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

Read SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

Show SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

Generic SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

Associated Types

type Rep SelfManagedEventSource :: Type -> Type #

NFData SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

Methods

rnf :: SelfManagedEventSource -> () #

Hashable SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

ToJSON SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

FromJSON SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

type Rep SelfManagedEventSource Source # 
Instance details

Defined in Amazonka.Lambda.Types.SelfManagedEventSource

type Rep SelfManagedEventSource = D1 ('MetaData "SelfManagedEventSource" "Amazonka.Lambda.Types.SelfManagedEventSource" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "SelfManagedEventSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap EndPointType (NonEmpty Text))))))

newSelfManagedEventSource :: SelfManagedEventSource Source #

Create a value of SelfManagedEventSource 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:endpoints:SelfManagedEventSource', selfManagedEventSource_endpoints - The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].

selfManagedEventSource_endpoints :: Lens' SelfManagedEventSource (Maybe (HashMap EndPointType (NonEmpty Text))) Source #

The list of bootstrap servers for your Kafka brokers in the following format: "KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"].