amazonka-pipes-2.0: Amazon EventBridge Pipes SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Description

 
Synopsis

Documentation

data PipeSourceSelfManagedKafkaParameters Source #

The parameters for using a self-managed Apache Kafka stream as a source.

See: newPipeSourceSelfManagedKafkaParameters smart constructor.

Constructors

PipeSourceSelfManagedKafkaParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

ToJSON PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Generic PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Show PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

NFData PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Eq PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

Hashable PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

type Rep PipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters

type Rep PipeSourceSelfManagedKafkaParameters = D1 ('MetaData "PipeSourceSelfManagedKafkaParameters" "Amazonka.Pipes.Types.PipeSourceSelfManagedKafkaParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeSourceSelfManagedKafkaParameters'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "additionalBootstrapServers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "consumerGroupID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaAccessConfigurationCredentials)))) :*: ((S1 ('MetaSel ('Just "maximumBatchingWindowInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serverRootCaCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startingPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaStartPosition)) :*: (S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaAccessConfigurationVpc)) :*: S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))))

newPipeSourceSelfManagedKafkaParameters Source #

Create a value of PipeSourceSelfManagedKafkaParameters 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:additionalBootstrapServers:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_additionalBootstrapServers - An array of server URLs.

$sel:batchSize:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_batchSize - The maximum number of records to include in each batch.

$sel:consumerGroupID:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_consumerGroupID - The name of the destination queue to consume.

$sel:credentials:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_credentials - The credentials needed to access the resource.

$sel:maximumBatchingWindowInSeconds:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.

$sel:serverRootCaCertificate:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_serverRootCaCertificate - The ARN of the Secrets Manager secret used for certification.

$sel:startingPosition:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_startingPosition - (Streams only) The position in a stream from which to start reading.

$sel:vpc:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_vpc - This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

$sel:topicName:PipeSourceSelfManagedKafkaParameters', pipeSourceSelfManagedKafkaParameters_topicName - The name of the topic that the pipe will read from.

pipeSourceSelfManagedKafkaParameters_vpc :: Lens' PipeSourceSelfManagedKafkaParameters (Maybe SelfManagedKafkaAccessConfigurationVpc) Source #

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.