cloudwatchlogs_create_log_stream: Creates a log stream for the specified log group

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_create_log_streamR Documentation

Creates a log stream for the specified log group

Description

Creates a log stream for the specified log group. A log stream is a sequence of log events that originate from a single source, such as an application instance or a resource that is being monitored.

See https://www.paws-r-sdk.com/docs/cloudwatchlogs_create_log_stream/ for full documentation.

Usage

cloudwatchlogs_create_log_stream(logGroupName, logStreamName)

Arguments

logGroupName

[required] The name of the log group.

logStreamName

[required] The name of the log stream.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.