AmazonManagedKafkaEventSourceConfig

Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ConsumerGroupId object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-amazonmanagedkafkaeventsourceconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AmazonManagedKafkaEventSourceConfig",
  "title": "AmazonManagedKafkaEventSourceConfig",
  "type": "object",
  "properties": {
    "ConsumerGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/URI"
        },
        {
          "description": "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 <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id\">Customizable consumer group ID</a>."
        }
      ]
    }
  },
  "description": "Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source."
}