PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
cloudtrail
**To update a trail** The following ``update-trail`` command updates a trail to use an existing bucket for log delivery:: aws cloudtrail update-trail --name Trail1 --s3-bucket-name my-bucket Output:: { "IncludeGlobalServiceEvents": true, "Name": "Trail1", "TrailARN": "arn:aws:cloudtrail:us-west-2:123456789012:trail/Trail1", "LogFileValidationEnabled": false, "IsMultiRegionTrail": true, "S3BucketName": "my-bucket" }
[-] lookup-events.rst
[edit]
[-] create-trail.rst
[edit]
[-] add-tags.rst
[edit]
[-] create-subscription.rst
[edit]
[+]
..
[-] list-tags.rst
[edit]
[-] list-public-keys.rst
[edit]
[-] validate-logs.rst
[edit]
[-] describe-trails.rst
[edit]
[-] update-subscription.rst
[edit]
[-] get-trail-status.rst
[edit]
[-] remove-tags.rst
[edit]
[-] delete-trail.rst
[edit]
[-] start-logging.rst
[edit]
[-] update-trail.rst
[edit]
[-] get-event-selectors.rst
[edit]
[-] stop-logging.rst
[edit]
[-] put-event-selectors.rst
[edit]