AWSLambdaAmazonManagedKafkaEventSourceConfig
Objective-C
@interface AWSLambdaAmazonManagedKafkaEventSourceConfig
Swift
class AWSLambdaAmazonManagedKafkaEventSourceConfig
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event 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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable consumerGroupId;
Swift
var consumerGroupId: String? { get set }