Expand description
Account-partitioned, serializable state for AWS Transfer Family’s
(transfer) control plane.
Every Transfer resource is stored as an already-output-valid JSON object
(serde_json::Value) keyed by its identifier. Storing the wire shape
directly keeps nested configuration objects (endpoint details,
identity-provider details, connector config, workflow steps) round-tripping
verbatim and guarantees the Describe responses echo exactly what was
persisted.
Structs§
- Transfer
Data - Per-account Transfer Family state. Each resource is stored as its
already-output-valid
DescribedXJSON object. - Transfer
Snapshot