LambdaOutput constructor

LambdaOutput({
  1. required String resourceARN,
})

Implementation

LambdaOutput({
  required this.resourceARN,
});