EventSourceMappingSelfManagedKafkaEventSourceConfig class

Constructors

EventSourceMappingSelfManagedKafkaEventSourceConfig({Input<String?>? consumerGroupId, Input<EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfig?>? schemaRegistryConfig})
Creates a new EventSourceMappingSelfManagedKafkaEventSourceConfig. consumerGroupId Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See SelfManagedKafkaEventSourceConfig Syntax. schemaRegistryConfig Block for a Kafka schema registry setting. See below.
const
EventSourceMappingSelfManagedKafkaEventSourceConfig.fromMap(Map<String, dynamic> map)
factory

Properties

consumerGroupId → Input<String?>?
Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See SelfManagedKafkaEventSourceConfig Syntax.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaRegistryConfig → Input<EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfig?>?
Block for a Kafka schema registry setting. See below.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited