cloudtrail

Implementation of CloudTrail APIs.

Example usage

@mock_cloudtrail
def test_cloudtrail_behaviour:
    boto3.client("cloudtrail")
    ...

Implemented features for this service

  • [ ] add_tags

  • [X] create_trail

  • [X] delete_trail

  • [X] describe_trails

  • [ ] get_event_selectors

  • [ ] get_insight_selectors

  • [X] get_trail

  • [X] get_trail_status

  • [ ] list_public_keys

  • [ ] list_tags

  • [X] list_trails

  • [ ] lookup_events

  • [ ] put_event_selectors

  • [ ] put_insight_selectors

  • [ ] remove_tags

  • [X] start_logging

  • [X] stop_logging

  • [ ] update_trail