EFSAuthorizationConfig constructor

EFSAuthorizationConfig({
  1. String? accessPointId,
  2. EFSAuthorizationConfigIAM? iam,
})

Implementation

EFSAuthorizationConfig({
  this.accessPointId,
  this.iam,
});