404

[ Avaa Bypassed ]




Upload:

Command:

botdev@13.58.146.48: ~ $
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:*"
          }
      ]
  }

Filemanager

Name Type Size Permission Actions
create-log-group.rst File 116 B 0644
create-log-stream.rst File 175 B 0644
delete-log-group.rst File 116 B 0644
delete-log-stream.rst File 181 B 0644
delete-retention-policy.rst File 180 B 0644
describe-log-groups.rst File 472 B 0644
describe-log-streams.rst File 731 B 0644
get-log-events.rst File 879 B 0644
put-log-events.rst File 1.07 KB 0644
put-retention-policy.rst File 167 B 0644