callback property

Input? callback
final

The Javascript function to use as the entrypoint for the AWS Lambda out of. Either callback or callbackFactory must be provided.

Implementation

final pulumi.Input<dynamic>? callback;