efs

class moto.efs.models.EFSBackend(region_name=None)

The backend manager of EFS resources.

This is the state-machine for each region, tracking the file systems, mount targets, and eventually access points that are deployed. Creating, updating, and destroying such resources should always go through this class.

Example usage

@mock_efs
def test_efs_behaviour:
    boto3.client("efs")
    ...

Implemented features for this service