class Aws::Lambda::Types::SelfManagedEventSource

The self-managed Apache Kafka cluster for your event source.

@note When making an API call, you may pass SelfManagedEventSource

data as a hash:

    {
      endpoints: {
        "KAFKA_BOOTSTRAP_SERVERS" => ["Endpoint"],
      },
    }

@!attribute [rw] 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"]`.
@return [Hash<String,Array<String>>]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/SelfManagedEventSource AWS API Documentation

Constants

SENSITIVE