Expand description
Account-partitioned, serializable state for AWS CloudTrail’s
(cloudtrail) control plane.
Every CloudTrail resource is stored as an already-output-valid JSON object
(serde_json::Value) keyed by its name or ARN. Storing the wire shape
directly keeps nested configuration objects (event selectors, destinations,
import sources) round-tripping verbatim and guarantees the Get/Describe
responses echo exactly what was persisted.
Structs§
- Cloud
Trail Data - Per-account CloudTrail state.
- Cloud
Trail Snapshot