Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.Lambda.Types.SelfManagedKafkaEventSourceConfig
Description
Documentation
data SelfManagedKafkaEventSourceConfig Source #
Specific configuration settings for a self-managed Apache Kafka event source.
See: newSelfManagedKafkaEventSourceConfig
smart constructor.
Constructors
SelfManagedKafkaEventSourceConfig' | |
Fields
|
Instances
newSelfManagedKafkaEventSourceConfig :: SelfManagedKafkaEventSourceConfig Source #
Create a value of SelfManagedKafkaEventSourceConfig
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:consumerGroupId:SelfManagedKafkaEventSourceConfig'
, selfManagedKafkaEventSourceConfig_consumerGroupId
- The identifier for the Kafka consumer group to join. The consumer group
ID must be unique among all your Kafka event sources. After creating a
Kafka event source mapping with the consumer group ID specified, you
cannot update this value. For more information, see
Customizable consumer group ID.
selfManagedKafkaEventSourceConfig_consumerGroupId :: Lens' SelfManagedKafkaEventSourceConfig (Maybe Text) Source #
The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.