| 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.AmazonManagedKafkaEventSourceConfig
Description
Synopsis
Documentation
data AmazonManagedKafkaEventSourceConfig Source #
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.
See: newAmazonManagedKafkaEventSourceConfig smart constructor.
Constructors
| AmazonManagedKafkaEventSourceConfig' | |
Fields
| |
Instances
newAmazonManagedKafkaEventSourceConfig :: AmazonManagedKafkaEventSourceConfig Source #
Create a value of AmazonManagedKafkaEventSourceConfig 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:AmazonManagedKafkaEventSourceConfig', amazonManagedKafkaEventSourceConfig_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.
amazonManagedKafkaEventSourceConfig_consumerGroupId :: Lens' AmazonManagedKafkaEventSourceConfig (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.