log_streams: Log streams

Description Usage Arguments

Description

Get, create, and delete log streams

Usage

1
2
3
4
5
create_log_stream(name, stream, ...)

delete_log_stream(name, stream, ...)

get_log_streams(name, prefix, ascending, sort, n, token, ...)

Arguments

name

A character string specifying a log group name.

stream

A character string specifying a log stream name.

...

Additional arguments passed to cloudwatchHTTP.

prefix

Optionally, a log stream prefix used to restrict the returned results.

ascending

A logical specifying whether earliest events should be returned first. Default is implicitly TRUE.

sort

Optionally, a character string specifying the sort order of the results. Must be one of: “LogStreamName” or “LastEventTime”.

n

The maximum number of records to return.

token

A pagination token.


cloudyr/aws.cloudwatch documentation built on Jan. 14, 2020, 4:54 a.m.