LambdaAction constructor
LambdaAction({
- required String functionArn,
- InvocationType? invocationType,
- String? topicArn,
Implementation
LambdaAction({
required this.functionArn,
this.invocationType,
this.topicArn,
});