Expand description
Account-partitioned, serializable state for Amazon EFS’s
(elasticfilesystem) control plane.
Each file system, mount target, and access point is stored as its
already-output-valid Description JSON object (serde_json::Value) keyed by
its identifier. Storing the wire shape directly keeps nested configuration
(POSIX user, root directory, size breakdown) round-tripping verbatim and
guarantees the Describe responses echo exactly what was persisted. The
async creating -> available lifecycle mutates the stored object’s
LifeCycleState field on the next describe.
Structs§
- EfsData
- Per-account EFS state.
- EfsSnapshot