PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
logs
The following command describes a log group named ``my-logs``:: aws logs describe-log-groups --log-group-name-prefix my-logs Output:: { "logGroups": [ { "storedBytes": 0, "metricFilterCount": 0, "creationTime": 1433189500783, "logGroupName": "my-logs", "retentionInDays": 5, "arn": "arn:aws:logs:us-west-2:0123456789012:log-group:my-logs:*" } ] }
[-] put-log-events.rst
[edit]
[+]
..
[-] put-retention-policy.rst
[edit]
[-] describe-log-streams.rst
[edit]
[-] create-log-stream.rst
[edit]
[-] describe-log-groups.rst
[edit]
[-] create-log-group.rst
[edit]
[-] delete-log-stream.rst
[edit]
[-] delete-log-group.rst
[edit]
[-] delete-retention-policy.rst
[edit]
[-] get-log-events.rst
[edit]