ComponentConfiguration constructor

ComponentConfiguration({
  1. required String componentArn,
})

Implementation

ComponentConfiguration({
  required this.componentArn,
});