AWSLambdaSelfManagedEventSource
Objective-C
@interface AWSLambdaSelfManagedEventSource
Swift
class AWSLambdaSelfManagedEventSource
The self-managed Apache Kafka cluster for your event source.
-
The list of bootstrap servers for your Kafka brokers in the following format:
"KAFKA_BOOTSTRAP_SERVERS": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]
.Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<NSString *> *> *_Nullable endpoints;
Swift
var endpoints: [String : [String]]? { get set }