Skip to main content

Module state

Module state 

Source
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§

CloudTrailData
Per-account CloudTrail state.
CloudTrailSnapshot

Constants§

CLOUDTRAIL_SNAPSHOT_SCHEMA_VERSION

Type Aliases§

SharedCloudTrailState