CloudTrail
CloudTrail — trails plus LookupEvents, event selectors, start/stop logging, and tags.
Quick start
# See /docs/services/ for SDK patterns; CloudTrail uses the standard boto3 client.
Supported operations
15 operations exposed by this service as of MiniStack 1.4.21. Extracted directly from the handler dispatch in the source module.
AddTags
CreateTrail
DeleteTrail
DescribeTrails
GetEventSelectors
GetTrail
GetTrailStatus
ListTags
ListTrails
LookupEvents
PutEventSelectors
RemoveTags
StartLogging
StopLogging
UpdateTrail
CloudFormation
No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.
Known limitations
- Trails record an in-memory audit log for LookupEvents (opt in with CLOUDTRAIL_RECORDING=1); StartLogging/StopLogging toggle status but no events are delivered to the configured S3 bucket or SNS topic.
Source
ministack/services/cloudtrail.py
Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.