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

Description

 
Synopsis

Documentation

data PipeSourceParameters Source #

The parameters required to set up a source for your pipe.

See: newPipeSourceParameters smart constructor.

Constructors

PipeSourceParameters' 

Fields

Instances

Instances details
FromJSON PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

ToJSON PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Generic PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Associated Types

type Rep PipeSourceParameters :: Type -> Type #

Show PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

NFData PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Methods

rnf :: PipeSourceParameters -> () #

Eq PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

Hashable PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

type Rep PipeSourceParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeSourceParameters

newPipeSourceParameters :: PipeSourceParameters Source #

Create a value of PipeSourceParameters 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:activeMQBrokerParameters:PipeSourceParameters', pipeSourceParameters_activeMQBrokerParameters - The parameters for using an Active MQ broker as a source.

$sel:dynamoDBStreamParameters:PipeSourceParameters', pipeSourceParameters_dynamoDBStreamParameters - The parameters for using a DynamoDB stream as a source.

$sel:filterCriteria:PipeSourceParameters', pipeSourceParameters_filterCriteria - The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

$sel:kinesisStreamParameters:PipeSourceParameters', pipeSourceParameters_kinesisStreamParameters - The parameters for using a Kinesis stream as a source.

$sel:managedStreamingKafkaParameters:PipeSourceParameters', pipeSourceParameters_managedStreamingKafkaParameters - The parameters for using an MSK stream as a source.

$sel:rabbitMQBrokerParameters:PipeSourceParameters', pipeSourceParameters_rabbitMQBrokerParameters - The parameters for using a Rabbit MQ broker as a source.

$sel:selfManagedKafkaParameters:PipeSourceParameters', pipeSourceParameters_selfManagedKafkaParameters - The parameters for using a self-managed Apache Kafka stream as a source.

$sel:sqsQueueParameters:PipeSourceParameters', pipeSourceParameters_sqsQueueParameters - The parameters for using a Amazon SQS stream as a source.

pipeSourceParameters_filterCriteria :: Lens' PipeSourceParameters (Maybe FilterCriteria) Source #

The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

pipeSourceParameters_selfManagedKafkaParameters :: Lens' PipeSourceParameters (Maybe PipeSourceSelfManagedKafkaParameters) Source #

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