amazonka-lambda-2.0: Amazon Lambda 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.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

  • consumerGroupId :: Maybe Text

    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.

Instances

Instances details
FromJSON AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

ToJSON AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

Generic AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

Read AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

Show AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

NFData AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

Eq AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

Hashable AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

type Rep AmazonManagedKafkaEventSourceConfig Source # 
Instance details

Defined in Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig

type Rep AmazonManagedKafkaEventSourceConfig = D1 ('MetaData "AmazonManagedKafkaEventSourceConfig" "Amazonka.Lambda.Types.AmazonManagedKafkaEventSourceConfig" "amazonka-lambda-2.0-FcjxCCKaCGK94C2lDO9alC" 'False) (C1 ('MetaCons "AmazonManagedKafkaEventSourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "consumerGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.