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.UpdatePipeSourceSelfManagedKafkaParameters

Description

 
Synopsis

Documentation

data UpdatePipeSourceSelfManagedKafkaParameters Source #

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

See: newUpdatePipeSourceSelfManagedKafkaParameters smart constructor.

Constructors

UpdatePipeSourceSelfManagedKafkaParameters' 

Fields

Instances

Instances details
ToJSON UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Generic UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Show UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

NFData UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Eq UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

Hashable UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

type Rep UpdatePipeSourceSelfManagedKafkaParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters

type Rep UpdatePipeSourceSelfManagedKafkaParameters = D1 ('MetaData "UpdatePipeSourceSelfManagedKafkaParameters" "Amazonka.Pipes.Types.UpdatePipeSourceSelfManagedKafkaParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "UpdatePipeSourceSelfManagedKafkaParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: 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 "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedKafkaAccessConfigurationVpc))))))

newUpdatePipeSourceSelfManagedKafkaParameters :: UpdatePipeSourceSelfManagedKafkaParameters Source #

Create a value of UpdatePipeSourceSelfManagedKafkaParameters 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:batchSize:UpdatePipeSourceSelfManagedKafkaParameters', updatePipeSourceSelfManagedKafkaParameters_batchSize - The maximum number of records to include in each batch.

$sel:credentials:UpdatePipeSourceSelfManagedKafkaParameters', updatePipeSourceSelfManagedKafkaParameters_credentials - The credentials needed to access the resource.

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

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

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

updatePipeSourceSelfManagedKafkaParameters_vpc :: Lens' UpdatePipeSourceSelfManagedKafkaParameters (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.