SelfManagedEventSource
The self-managed Apache Kafka cluster for your event source.
Contents
- Endpoints
-
The list of bootstrap servers for your Kafka brokers in the following format:
"KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]
.Type: String to array of strings map
Map Entries: Maximum number of 2 items.
Valid Keys:
KAFKA_BOOTSTRAP_SERVERS
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 300.
Pattern:
^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9]):[0-9]{1,5}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: