EventSourceMappingAmazonManagedKafkaEventSourceConfig class
Constructors
-
EventSourceMappingAmazonManagedKafkaEventSourceConfig({Input<
String?> ? consumerGroupId, Input<EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig?> ? schemaRegistryConfig}) -
Creates a new EventSourceMappingAmazonManagedKafkaEventSourceConfig.
consumerGroupIdKafka 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 AmazonManagedKafkaEventSourceConfig Syntax.schemaRegistryConfigBlock for a Kafka schema registry setting. See below.const -
EventSourceMappingAmazonManagedKafkaEventSourceConfig.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 AmazonManagedKafkaEventSourceConfig 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<
EventSourceMappingAmazonManagedKafkaEventSourceConfigSchemaRegistryConfig?> ? -
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