parameters property

Map<String, String>? parameters
final

The map (key-value pairs) defining the configuration for AWS Lambda to use when reading the event source.

Implementation

final Map<String, String>? parameters;