cloudwatch_stop_metric_streams {paws.management} | R Documentation |
Stops the streaming of metrics for one or more of your metric streams
Description
Stops the streaming of metrics for one or more of your metric streams.
See https://www.paws-r-sdk.com/docs/cloudwatch_stop_metric_streams/ for full documentation.
Usage
cloudwatch_stop_metric_streams(Names)
Arguments
Names |
[required] The array of the names of metric streams to stop streaming. This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming. |
[Package paws.management version 0.7.0 Index]