LambdaAction constructor

LambdaAction({
  1. required String functionArn,
  2. InvocationType? invocationType,
  3. String? topicArn,
})

Implementation

LambdaAction({
  required this.functionArn,
  this.invocationType,
  this.topicArn,
});