Delete Metric Stream
cloudwatch_delete_metric_stream | R Documentation |
Permanently deletes the metric stream that you specify¶
Description¶
Permanently deletes the metric stream that you specify.
Usage¶
cloudwatch_delete_metric_stream(Name)
Arguments¶
Name |
[required] The name of the metric stream to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_metric_stream(
Name = "string"
)