OnPremConfig constructor

OnPremConfig({
  1. required List<String> agentArns,
})

Implementation

OnPremConfig({
  required this.agentArns,
});