toEFSAuthorizationConfigIAM method
Implementation
EFSAuthorizationConfigIAM toEFSAuthorizationConfigIAM() {
switch (this) {
case 'ENABLED':
return EFSAuthorizationConfigIAM.enabled;
case 'DISABLED':
return EFSAuthorizationConfigIAM.disabled;
}
throw Exception('$this is not known in enum EFSAuthorizationConfigIAM');
}