Expand description
Generic multi-account state container.
Wraps a HashMap<AccountId, T> so each AWS account gets its own isolated
state instance. Accounts are created lazily via MultiAccountState::get_or_create
the first time a request targets them — matching the design in #381 where
“an account exists because a credential resolves to it.”
Structs§
- Multi
Account State - Account-partitioned state container.
Traits§
- Account
State - Trait implemented by per-service state structs that participate in multi-account isolation.