View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_create_log_stream | R Documentation |
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.
cloudwatchlogs_create_log_stream(logGroupName, logStreamName)
logGroupName |
[required] The name of the log group. |
logStreamName |
[required] The name of the log stream. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.