LambdaFunctionAssociation constructor

LambdaFunctionAssociation({
  1. EventType? eventType,
  2. String? lambdaFunctionARN,
})

Implementation

LambdaFunctionAssociation({
  this.eventType,
  this.lambdaFunctionARN,
});