Class: Aws::Lambda::Types::SelfManagedEventSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsHash<String,Array<String>>

The list of bootstrap servers for your Kafka brokers in the following format: ‘“KAFKA_BOOTSTRAP_SERVERS”: [“abc.xyz.com:xxxx”,“abc2.xyz.com:xxxx”]`.

Returns:

  • (Hash<String,Array<String>>)


5586
5587
5588
5589
5590
# File 'lib/aws-sdk-lambda/types.rb', line 5586

class SelfManagedEventSource < Struct.new(
  :endpoints)
  SENSITIVE = []
  include Aws::Structure
end